update_order
Partially update an existing order by ID. Modify fields like status, payment status, fulfillment status, notes, or tags to keep order records current.
Instructions
Update an existing order by id (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id | |
| data | Yes | Fields to change on the order. Common fields: status, paymentStatus, fulfillmentStatus, notes, tags. |