Products

Update a product

Update one or more fields of an existing product.

patch/v1/products/{productId}

Path parameters

productIdstring uuid required

The product ID.

Request body

namestring
descriptionstring
amountnumber nullable

Set to null to remove the default price.

isActiveboolean
metadataobject

Response

Product updated.

messagestring

Changes

Changed in 1 of the 13 revisions of this API.1