v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBRich Item
Create or update rich item
Creates a new rich item or updates an existing rich item. To update the sku, set the new sku in the request body. The picture cannot be set using this method (use PATCH method).
put/i/richItem/{businessId}/{sku}
Path parameters
businessIdinteger required
The unique identifier for the business.
Example:454335871
skustring required
The SKU of the item.
Example:UGG-BB-PUR-06
Request body
Example request
{
"businessId": 454335871,
"sku": "UGG-BB-PUR-06",
"allergenCodes": [
"milk",
"cereals"
],
"descriptions": [
{
"localeCode": "en",
"description": "This is a test for a rich item",
"displayName": "Rich Item 1"
},
{
"localeCode": "de",
"description": "Das ist ein Test",
"displayName": "Rich Item 1 DE"
}
]
}Response
Updated