Catalog integration happens through the POST /ext/merchant/skus endpoint. This API receives one request per product, meaning all SKUs (variations) of the same product must be sent together in the same request.
SKUs previously integrated and not included in a subsequent request for a product will be considered deleted from the product and will be removed from the platform and from all connected sales channels.
Indicates if this SKU is the main variation among all SKUs of the product. The main SKU is generally used by sales channels to display product information in product listing pages.
The description of the SKU in the original language. It’s recommended to have the same description for all SKUs of the same product due to limitations on sales channels.
Sales channel category in which the SKU should be published. This category is used as a reference for mapping with each sales channel’s specific categories.
A complex object (Record) where the key is the sales channel identifier within e-CROSS and the value contains the specific sales channel integration status.
Status of the localization process. Returns PENDING_LOCALIZATION for newly created SKUs.
Use the GET /ext/merchant/products/:productId endpoint to retrieve the current state of a product within e-CROSS and identify its status in each connected sales channel.