The Ribbons API allows you to create and manage ribbons, which can then be assigned to products using the Products API.
Ribbons are badges that highlight specific product features or promotions, such as "Sale", "New", "Bestseller", or custom labels.
With the Ribbons API, you can:
You can assign a ribbon to a product by:
id when creating or updating a product.name. If a ribbon with that name exists, it's assigned; otherwise, a new ribbon is created.When a ribbon 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.