Use this endpoint to retrieve a single product by its SKU. You must specify the query parameters sku and locale to corresponding to the product. Optionally, you can set the following query parameters to true to refine the search results:
excludeBundleProducts: Exclude bundled products from the response.excludeCollections: Exclude collections from the response.excludeCategories: Exclude categories from the response.excludeAttributes: Exclude attributes from the response.excludeVariants: Exclude variants from the response.If you don’t have the product SKU, use one of the endpoints to retrieve the product:
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.
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
The Stock Keeping Unit (SKU) of a product provided by the merchant.
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.
OK
The details of a product based on the product type.
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"
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 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.
Represents the item product type.
ITEM "ITEM"
The details of item variants.