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
Response
Default Response
Example response
{
"success": true
}