This article shares a possible use case your app could support, as well as sample flows that could support this use case. This can be a helpful jumping-off point as you plan your app's implementation.
To create a product and assign a new ribbon with a single API call:
Call Create Product and pass
a new product.ribbon.name
to the product.ribbon
field.
Note: if you pass the ribbon.name
of a ribbon you've already created, that ribbon will be assigned to the product.
The Ribbons API allows you to create, update, and manage multiple ribbons. You can then use and reuse these ribbons and assign them across multiple products.
To create and assign a ribbon to a product:
ribbon.id
or ribbon.name
from your newly created ribbon.ribbon.id
or the ribbon.name
to the product.ribbon
field.