cigchat_shop_orders_update
Update a shop order's status, shipping details, items, and payment info. Provide the order ID and specify the fields to modify.
Instructions
Update order [PUT /shop/orders/{orderId}/update] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| items | No | ||
| state | No | Shipping state | |
| status | No | Example: paid,ordered,processing,shipped,completed,cancelled,refunded | |
| suburb | No | Shipping suburb | |
| address | No | Shipping address | |
| country | No | Shipping country | |
| orderId | Yes | Order Id | |
| postcode | No | Shipping postcode | |
| tracking_no | No | ||
| reference_no | No | ||
| payment_method | No | Example: cash,card... | |
| shipping_method | No | Example: pickup,delivery |