Skip to main content
PUT
Update a product (PUT or PATCH).

Authorizations

x-api-key
string
header
required

Your workspace API key. It both authenticates the caller and selects the workspace.

Path Parameters

product
string<uuid>
required

Product id.

Body

application/json
name
string
price
number
track_stock
boolean
stock_quantity
integer
active
boolean

Response

Success.