# Get rich item by sku **GET /i/richItem/{businessId}/{sku}** Get a rich item from its sku and the business id. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessId** (integer(int64)) The unique identifier for the business. - **sku** (string) The SKU of the item. ## Responses ### 200: OK #### Body Parameters: application/hal+json;charset=UTF-8 (object) - **businessId** (integer(int64)) The unique identifier for the business. - **sku** (string) The SKU of the item. - **descriptions** (array[object]) List of localized descriptions - **allergenCodes** (array[string]) List of allergen codes. - **creationDate** (string(date-time)) The creation date of the item. - **lastUpdateDate** (string(date-time)) The last update date of the item. - **pictureUrl** (string) The URL of the picture. - **previewPictureUrl** (string) The URL of the preview picture. - **rawPictureUrl** (string) The URL of the raw picture. - **_links** (object) ### 404: Not Found [Powered by Bump.sh](https://bump.sh)