orders_update_order
Update mutable fields on an existing order, such as shipping address or internal notes, by specifying the order ID.
Instructions
Update mutable fields on an existing order such as shipping address or internal notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal notes. | |
| order_id | Yes | Order to update. | |
| shipping_address | No | New shipping address. |