# Create or update rich item **PUT /i/richItem/{businessId}/{sku}** 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). ## 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. ## Body parameters Content-type: application/json - **businessId** (integer(int64)) The id of the business - **sku** (string) A stock-keeping unit - **allergenCodes** (array[string]) List of allergen codes - **descriptions** (array[object]) List of localized descriptions ## Responses ### 200: Updated #### 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. [Powered by Bump.sh](https://bump.sh)