The Brands API allows you to create and manage brands, which can then be assigned to products using the Products API.
With the Brands API, you can:
You can assign a brand to a product by:
id when creating or updating a product.name. If a brand with that name exists, it's assigned; otherwise, a new brand is created.When a brand is deleted, it's automatically removed from all products that reference it.
It's important to note the following point before starting to code:
For a comprehensive glossary of Catalog V3 terms, see Terminology.