Update product
update_productUpdate an existing product using plain JSON PATCH. Pass category_ids to fully replace the product's category list. Get the exact request schema via get_operation_schema.
Instructions
Update an existing product (plain JSON PATCH, not merge-patch). Passing category_ids fully replaces the product's category list. Call get_operation_schema("UpdateProduct") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID (UUID). | |
| product | Yes | Fields to update, matching the UpdateProductRequest schema (see get_operation_schema("UpdateProduct")). Must not be empty. |