Get rich items by SKUs
Returns a list of rich items matching the SKUs provided in the request.
Path parameters
-
The unique identifier for the business.
Body Required
POST /i/richItem/{businessId}/itemsBySkus
curl \
-X POST https://api.trial.lsk.lightspeed.app/i/richItem/454335871/itemsBySkus \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '["UGG-BB-PUR-06"]'
Request examples
[
"UGG-BB-PUR-06"
]
Response examples (200)
{
"_embedded": {
"richItemDtoList": [
{
"businessId": 454335871,
"sku": "UGG-BB-PUR-06",
"descriptions": [
{
"localeCode": "de",
"description": "Das ist ein Test",
"displayName": "Rich Item 1 DE"
},
{
"localeCode": "en",
"description": "This is a test for a rich item",
"displayName": "Rich Item 1"
}
],
"allergenCodes": [
"milk",
"cereals"
],
"creationDate": "2021-11-03T13:50:47Z",
"lastUpdateDate": "2021-11-11T16:29:56Z",
"pictureUrl": "http://s3-eu-west-1.amazonaws.com/com.ikentoo.trial.rich-content-store/25372_029b5ad1-08f7-4e1f-9087-3ca91ad818f7.png",
"rawPictureUrl": "http://s3-eu-west-1.amazonaws.com/com.ikentoo.trial.rich-content-store/25372_029b5ad1-08f7-4e1f-9087-3ca91ad818f7_raw.png",
"_links": {
"self": {
"href": "https://api.trial.lsk.lightspeed.app/i/richItem/8262/UGG-BB-PUR-06"
},
"items": {
"href": "https://api.trial.lsk.lightspeed.app/i/richItem/8262/"
}
}
}
]
},
"_links": {
"self": {
"href": "https://api.trial.lsk.lightspeed.app/i/richItem/8262/UGG-BB-PUR-06"
}
}
}