GET
/
published-products
/
skus
/
{sku}
/
collections

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

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.

x-fabric-request-id
string

Unique request ID

Path Parameters

sku
string
required

Product SKU

Query Parameters

collectionIds
string

Comma-separated collection IDs

collectionRootNames
string

Comma-separated list of root collection names. For example, Bose Frames Alto is both a Fashion and an Electronics item.

locale
string
required

Locale name

limit
integer
default: 10

Maximum number of records per page

offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

Response

200 - application/json
data
object[]
offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
integer
default: 10

Maximum number of records per page

count
integer

Total number of records in the response