Add product
At fabric, the term products refers to items, variants, and/or bundles.
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
Body
Request body for creating Items, Variants and Bundles
Unique product ID that maps to fabric's standard attribute called SKU
. <br /> <b>Note:</b> sku
shouldn't include ;
or =
24-character system-generated category ID
Supported product types
ITEM
, VARIANT
, BUNDLE
Represents the current status of product. This value takes precedence over isActive
if both are sent in the request.
DRAFT
, LIVE
Determines if the Product is published or unpublished. Status parameter takes precedence
Array of product attributes
ID or SKU of parent product
Bundle ID or SKU
Response
Details of Item by ID
Product ID
Unique product ID that maps to fabric's standard attribute called SKU
. <br /> <b>Note:</b> sku
shouldn't include ;
or =
Supported product types
ITEM
, VARIANT
, BUNDLE
true: Product is active <br /> false: Product is inactive
true: Product has a Draft version <br /> false: Product doesn't have a Draft version
true: Product has a Live version <br /> false: Product doesn't have a Live version
Represents the current status of product. This value takes precedence over isActive
if both are sent in the request.
DRAFT
, LIVE
Attributes of product
Localized attribute names
Parent item ID of the Variant
Product variants by ID
24-character system-generated category ID of product
Items or variants that are part of Bundle by ID
Time of product creation (UTC)
Time of last update to product (UTC)
Was this page helpful?