Get rich item by sku
GET
/i/richItem/{businessId}/{sku}
Get a rich item from its sku and the business id.
Path parameters
-
businessId integer(int64) Required
The id of the business
-
sku string Required
A stock-keeping unit
Maximum length is
25
.
GET /i/richItem/{businessId}/{sku}
curl \
-X GET https://api.trial.lsk.lightspeed.app/i/richItem/454335871/UGG-BB-PUR-06 \
-H "Authorization: Bearer $ACCESS_TOKEN"