---
title: "Update Catalog Item"
method: POST
path: "/api/v1.0/{appId}/catalog/items/{catalogItemId}"
tags: ["CatalogItems"]
---

# Update Catalog Item

`POST /api/v1.0/{appId}/catalog/items/{catalogItemId}`

[BETA - this endpoint is under development, do not use it in your production system]

## Path parameters

- `appId` string, required
- `catalogItemId` string, required

## Request body

- UpdateCatalogItem — Update Catalog Item
  - `Sku` string — Stock Keeping Unit (SKU)
  - `Name` string — Product name
  - `Description` string — Product description
  - `Price` number, double, nullable — Product price
  - `ImageFileName` string — Image File Name
  - `Alcohol` boolean, nullable — Product contains alcohol
  - `Groups` UpdateCatalogGroupReference[] — Collection of groups associated with this item
    - `CatalogGroupId` string, required — Identifier of the ProductId to use as SubProduct
    - `CatalogItemId` string — Identifier of the ProductId to use as SubProduct
    - `GroupType` 'ModifierGroup', required — Type of the SupProduct
  - `Metafields` Metafield[] — Collection of metafields
    - `Key` string, required — Key of the metafield. Allowed characters: lowercase letters, numbers, hyphen, underscore and dot
    - `Value` string, required — Value of the metafield.

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
