Skip to main content
PUT
Update a product

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Product CzUid

Body

application/json
name
string
description
string
price
number
Required range: x >= 0
purchase_price
number
Required range: x >= 0
currency
string
vat_rate
enum<number>
Available options:
0,
5,
9,
11,
19,
21
unit_of_measure
string
ubl_um
string
ubl_nc
string
ubl_cpv
string
type
enum<string>

See Product.type. Omit to keep the current value.

Available options:
product,
service
is_service
boolean

Legacy flag — prefer type.

is_active
boolean
stock_quantity
number
stock_min
number
stock_max
number

Response

Product updated

success
boolean
data
object
meta
object