Authorizations
This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.
Headers
A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.
Unique request ID
Path Parameters
The Stock Keeping Unit (SKU) of a product provided by the merchant.
Query Parameters
The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).
The default value is en-US.
A flag indicating whether the products associated with a bundle should be excluded from the response. Set it to true
to exclude products of a bundle and false
to include them in the response.
A flag indicating whether the collections should be excluded from the response. Set it to true
to exclude collections and false
to include them in the response.
A flag indicating whether the categories should be excluded from the response. Set it to true
to exclude categories and false
to include them in the response.
A flag indicating whether attributes should be excluded from the response. Set it to true
to exclude attributes and false
to include them in the response.
A flag indicating whether item variants should be excluded from the response. Set it to true
to exclude variants and false
to include them in the response.
Response
OK
The details of a product based on the product type. The details of an item. Additional details of a product. A common schema for product, variants, and bundles along with their identifiers. A common schema for product, variants, and bundles.
Represents the item
product type.
ITEM
"ITEM"
The details of item variants.
The name of the category.
"Shoes"
A 24-character system-generated category ID.
"648055dff4aa98d6c43e02da"
The list of categories, including their paths from the leaf category to the root category.
The details of the collection used to display products on the storefront.
Product SKU
"24ggs67-e89b-12e3-a456-026614174119"
A 24-character system-generated ID.
"5f7329dfd5288b0011332366"
A unique identifier of an item, a variant or a bundle.
1682313863
The name of the product.
"Nike Men's Training Shoe"
The list of product images.
[
"https://myawsomestore.com/is/image/nike/8801290_s7"
]
The name of the attribute and its value.
The time of product creation, in UTC format.
"2021-12-13T13:56:09.006Z"
The time of last update to product, in UTC format.
"2021-12-13T13:56:09.006Z"