cigchat_shop_orders_create
Create new shop orders for bot users by specifying items, shipping details, and order status.
Instructions
Create new order for bot user [POST /shop/orders/create] 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 | |
| user_ns | Yes | ||
| postcode | No | Shipping postcode | |
| tracking_no | No | ||
| reference_no | No | ||
| payment_method | No | Example: cash,card... | |
| shipping_method | No | Example: pickup,delivery |