v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
item

Item - Update

Update an existing item's properties such as name, weight, dimensions, or cost.

put/item/update

Request body

item_idstring required

Item ID to update

namestring

Item name

skustring

SKU

upcstring

UPC barcode

weightnumber

Weight

weight_unit'oz' | 'lb' | 'g' | 'kg'

Weight unit

lengthnumber

Length

widthnumber

Width

heightnumber

Height

dimensions_unit'in' | 'cm'

Dimensions unit

fulfillment_skustring

Fulfillment SKU

notesstring

Notes

unitstring

Unit of measure

costnumber

Cost

wholesalenumber

Wholesale price

retailnumber

Retail price

imagestring

Image URL

activeboolean

Active status

descriptionstring

Item description

salenumber

Sale price

Response

Item updated

successboolean required

Whether the operation succeeded

_idstring required

Item ID

skustring

Item SKU

noticestring

Additional notice (e.g. kit cost update issue)

Example response

{
  "_id": "507f1f77bcf86cd799439011"
}