Update a system product
PATCH/products/:product_id
Update a system product by id. Only the fields present in the request are changed; omitted
fields (and the server-managed source_type / type / currency) are left unchanged. The public
status maps to the internal active flag, price to the unit amount. Scoped to the caller's
workspace — a product.* scope is required.
Request
Responses
- 200
- 400
- 401
- 404
- 422
The updated product
Malformed request
Missing or invalid token
Resource not found (or not visible to this user's role)
Request failed schema validation