bos_order_create
Creates a new order; requires customer ID and items, accepts optional shipping address, payment method, and note.
Instructions
Create a new order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| items | Yes | ||
| shipping_address | No | ||
| payment_method | No | ||
| note | No |