Creates multiple items or bundles along with their attributes. In addition, this endpoint supports data validation to ensure accuracy and consistency.
Note:
1) As a prerequisite category and attributes must be created beforehand.
2) To add an item variant, parentSku must be additionally specified.
3) An item is assigned to only one category but it can be fetched from Alternate categories.
4) Up to 50 items or bundles can be added.
S2S access token (JWT) from fabric Identity service (during Login)
The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
50Stock Keeping Unit (SKU) of item
"sku_abc"
Item type
ITEM, BUNDLE "ITEM"
Category name (along with parent category names) for which item is being created.
"PRIMARY->electronics"
Stock Keeping Unit (SKU) of the parent item.
Set the value as detach or null to disassociate the item from parent item.
"sku123"
Attribute details
Category item attributes to be inherited from parent item to children items
Items to be added to a bundle. Includes SKU and item quantity.