Add products
At fabric, the term products refers to items, variants, and/or bundles.
With this endpoint, you can add up to 25 products. Refer to the
examples added for each type. Note:
1. If product type is Variant, they can be added either via SKU or via ID.
2. When product type is Item, either parentCategoryId
or parentCategorySKU
must be specified.
3. When product type
is Bundle, items in a bundle can be added either via SKU or ID.
4. In the response you can see the products that are added successfully and the ones that couldn’t be added.
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
Body
Response
Add product response
Was this page helpful?