# Update picture **PATCH /i/richItem/{businessId}/{sku}** Partially updates the rich item to set the picture or rawPicture. ## 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 - **fileType** (string) Image format (eg. 'jpeg' or 'png'). - **picture** (string(byte)) The cropped picture: use this field only to update picture (PATCH method). When updating picture, this field is required. - **rawPicture** (string(byte)) The raw picture (before cropping): use this field only to update picture (PATCH method). When updating picture, this field is optional. ## Responses ### 200: Patched #### 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)