---
title: "Update picture"
method: PATCH
path: "/i/richItem/{businessId}/{sku}"
tags: ["Rich Item"]
---

# Update picture

`PATCH /i/richItem/{businessId}/{sku}`

Partially updates the rich item to set the picture or rawPicture.

## Path parameters

- `businessId` integer, required — The unique identifier for the business.
- `sku` string, required — The SKU of the item.

## Request body

- object
  - `businessId` integer, required — The id of the business
  - `sku` string, required — 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.

## Response `200`

Patched

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/96f04e4e3f61/schema)
