Update an order
swell_update_orderMUTATES A LIVE ORDER. Partially update an existing order by id — e.g. change status, fulfillment, or notes. Provide the id plus a fields object of attributes to change, e.g. {"status":"complete"}. Swell backend REST API: PUT /orders/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order id to update (required). | |
| fields | Yes | Partial set of order attributes to update, e.g. {"status":"complete"} or fulfillment fields. |