Get published products by SKUs
Shoppers may want to view the products they’ve already identified or bookmarked, or you want to promote a particular set of products as part of promotions. This endpoint gets multiple published products based on skus
(comma-separated values) and is useful to show product list (up to 25 products) on your Storefront. Note:
1. Using the examples you can see separate response for items, variants, and bundles.
2. 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.
Unique request ID
Query Parameters
Comma-separated product SKUs
true: Response shouldn't include categories or hierarchy details <br /> false: Response should include categories or hierarchy detail 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 collection or hierarchy details <br /> false: Response should include collection or hierarchy details Note: Default value is false
true: Response shouldn't include products of the bundle <br /> false: Response should include products of the bundle Note: Default value is false
Locale name
Maximum number of records per page
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Response
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Total number of records in the response
Was this page helpful?