Update products
With this endpoint, you can update details of multiple products, which could be items, variants, and bundles. Note:
1. When product type is Variant
, it can be added either via SKU or ID.
2. When product type is Item
, either the parentCategoryId
or parentCategorySKU
must be specified.
3. When product type is Bundle
, the associated items or variants can be added either via SKU or via ID.
4. At least one product must be specified.
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
Query Parameters
Comma-separated locale codes of product. The service throws a 400 error if the locale isn't supported. Standard locales can be found at https://www.rfc-editor.org/rfc/rfc5646. <br /> Note: The recommended way to get the locale is by invoking multi-channel service.
Determines the version of the product applicable for this operation (endpoint action). If the status is DRAFT
, only the Draft version of the product, if it exists, is considered for the operation.
DRAFT
, LIVE
Body
Response
Add product response
Was this page helpful?