> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/brands-v3/introduction.md ## Article Content: # About the Brands API The Brands API allows you to create and manage brands, which can then be assigned to products using the [Products API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/introduction.md). With the Brands API, you can: - Create and manage brands. - Retrieve information about existing brands. ## Assigning brands to products You can assign a brand to a product by: - Passing the brand's `id` when creating or updating a product. - Passing a brand `name`. If a brand with that name exists, it's assigned; otherwise, a new brand is created. ## Deleting brands When a brand is deleted, it's automatically removed from all products that reference it. ## Before you begin It's important to note the following point before starting to code: - The Wix user must install the [Wix Stores app](https://www.wix.com/app-market/wix-stores). ## Use cases - [Create a product with a new brand](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/brands-v3/sample-flows.md#create-a-product-with-a-new-brand) - [Assign an existing brand to a product](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/brands-v3/sample-flows.md#assign-an-existing-brand-to-a-product) ## Terminology For a comprehensive glossary of Catalog V3 terms, see [Terminology](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/terminology.md). @sdk_package_setup