v2

latestOpenAPI 3.1.02026-08-07750280.6 KB
Catalogues

Update item

Update an item, whether standalone or in a catalogue.

put/catalogues/items/{item_id}

Path parameters

item_idstring uuid required

Request body

skustring

Product SKU (optional)

namestring

Product name (optional)

descriptionstring

Product description (optional)

pricestring

Product price (optional)

currencystring

Currency code (optional)

quantityinteger

Available quantity (optional)

categorystring

Product category (optional)

Example request

{
  "ignore_stock": false,
  "is_available": true,
  "name": "Updated Premium Widget",
  "price": "34.99",
  "quantity": 85
}

Response

Item updated successfully

okboolean