latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

Products

Partially update a product (PATCH)

Send only the fields you want to change. Omitted fields are left as-is.

patch/api/v1/products/{id}

Path parameters

idstring uuid required

Record UUID

Request body

namestring
descriptionstring
stockinteger
categorystring

Response

Default Response

successboolean

Example response

{
  "success": true
}