v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Reference Data

Update a product

Updates an existing product. Only provided fields will be updated. Custom field values use cf_* keys — see the Custom fields guide.

patch/products/{id}

Path parameters

idstring required

Product ID

Request body

namestring

Product name

type'PRODUCT' | 'SERVICE'

Product type

pricenumber

Product price

descriptionstring nullable

Product description

skustring nullable

SKU code

buyPricenumber nullable

Cost/buy price

isActiveboolean

Whether the product is active

Response

OK

idstring required

Product ID

namestring required

Product name

pricenumber required

Product price

descriptionstring nullable

Product description

skustring nullable

SKU code

typestring required

Product type (PRODUCT or SERVICE)

isActiveboolean required

Whether the product is active