Step by Step guide
Example
Here we'll show an example of a parent item and a variant being sent. Once the items have been sent, we will promote the catalog as active. We then send a patch on the variant.
The sample of items:
Create the item schema
The first step is to create an item schema. It must contain the attributes of the item and its variant.
Create the catalog
Remember! Catalog API can handle only 2 catalogs at the same time. If this limit is reached, one inactive catalog must be deleted by using the API before creating a new one. Determining the inactive catalog is done by listing all catalogs API.
Sending the items
Then, promote your catalog version.
After a short period of time, the catalog will be active and usable.
Patch method
To quickly change the attribute of an item, use the patch method.
Here is an example of changing the price of the variant:
Last updated