Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the order to update |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | No | Order status (pending, processing, shipped, delivered, cancelled) |
| payment_status | string | No | Payment state of the order |
| fulfillment_status | string | No | Shipping/delivery state of the order |
| line_items | array | No | Array of line item objects |
| shipping_address | object | No | Shipping address object |
| billing_address | object | No | Billing address object |