v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Reference Data

Create product

Creates a new product. Custom field values use cf_* keys — see the Custom fields guide.

post/products

Request body

namestring required

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