GET
/
published-products
/
skus
/
{sku}

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

excludeBundleProducts
boolean

true: Response shouldn't include products of the bundle <br /> false: Response should include products of the bundle Note: Default value is false

excludeCollections
boolean

true: Response shouldn't include collection or hierarchy details <br /> false: Response should include collection or hierarchy details Note: Default value is false

excludeCategories
boolean

true: Response shouldn't include categories or hierarchy details <br /> false: Response should include categories or hierarchy details Note: Default value is false

excludeVariants
boolean

true: Response shouldn't include categories or hierarchy details <br /> false: Response should include categories or hierarchy detail Note: Default value is false

locale
string
required

Locale name

Response

200 - application/json

Details of published product

sku
string

Unique product ID that maps to fabric's standard attribute called SKU. <br /> <b>Note:</b> sku shouldn't include ; or =

id
string

24-character system-generated product ID

itemId
number

Unique identifier of an item, a variant or a bundle

type
enum<string>

Product type

Available options:
ITEM,
VARIANT,
BUNDLE
categoryId
string

24-character system-generated category ID

attributes
object[]
localizedProperties
object[]
variants
object[]
bundleProducts
object[]
categories
object[]
collections
object[]