Variants are different versions of a product with different sizes, colors, or materials. For example, there are 12 variants of a laptop that comes in three sizes (13, 15, and 17 inches) and four colors (red, blue, grey, and white). By adding variants to products, you can offer shoppers more options. This endpoint gets a paginated response of variants of a published product by SKU. Note:
1. You can refine results by specifying offset
and limit
. When they’re not specified, by default you’ll get up to 10 records.
2. If you don’t have product SKU, use the corresponding item ID-based or product ID-based endpoints.
S2S access token (JWT) from fabric Identity service (during Login)
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"
Product SKU
Locale name
Maximum number of records per page
20
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
2
OK
The response is of type object
.
Variants are different versions of a product with different sizes, colors, or materials. For example, there are 12 variants of a laptop that comes in three sizes (13, 15, and 17 inches) and four colors (red, blue, grey, and white). By adding variants to products, you can offer shoppers more options. This endpoint gets a paginated response of variants of a published product by SKU. Note:
1. You can refine results by specifying offset
and limit
. When they’re not specified, by default you’ll get up to 10 records.
2. If you don’t have product SKU, use the corresponding item ID-based or product ID-based endpoints.
S2S access token (JWT) from fabric Identity service (during Login)
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"
Product SKU
Locale name
Maximum number of records per page
20
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
2
OK
The response is of type object
.