Get published product by SKU
Your Storefront must displays all the relevant information for shoppers to help them make an informed purchase decision. This endpoint gets details of a published product (item, bundle, or variant) by SKU, which can be used to display product details on your Storefront. Note: If you don’t have product SKU, use the corresponding item ID-based or product ID-based endpoints.
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.
"517fa9dfd42d8b00g1o3k312"
Unique request ID
"263e731c-45c8-11ed-b878-0242ac120002"
Path Parameters
Product SKU
Query Parameters
true: Response shouldn't include products of the bundle <br /> false: Response should include products of the bundle Note: Default value is false
true: Response shouldn't include collection or hierarchy details <br /> false: Response should include collection or hierarchy details Note: Default value is false
true: Response shouldn't include categories or hierarchy details <br /> false: Response should include categories or hierarchy details Note: Default value is false
true: Response shouldn't include categories or hierarchy details <br /> false: Response should include categories or hierarchy detail Note: Default value is false
Locale name
Response
Details of published product
Unique product ID that maps to fabric's standard attribute called SKU
. <br /> <b>Note:</b> sku
shouldn't include ;
or =
"XP-123345"
24-character system-generated product ID
"5f7329dfd5288b0011332366"
Unique identifier of an item, a variant or a bundle
1682313863
Product type
ITEM
, VARIANT
, BUNDLE
"ITEM"
24-character system-generated category ID
"34e7329dfd5288b0011332366"
Details of product attributes
Details of product attributes
Variants of a published product. For example, Phone base model is 128 GB. So, the 256GB model becomes its variant.
Bundles are combo of two or more products sold exclusively together or as individual products (depending on the configuration). For example, an iPhone and a 20W USB-C Power Adapter becomes a bundle that can be sold together to offer value to shoppers.
Original hierarchical tree of product organization and grouping. For example, an iPhone could be under Electronics->SmartPhones->IOS_devices.
Collection is an alternative organization of the original category tree. They're used to support various use cases for a Storefront. For example, Bose Frames Alto could have their main grouping as Fashion and secondary grouping as Electronics.
Was this page helpful?