create_order
Create a new order by specifying customer ID, order type, and items. Optionally add promo code, delivery address, or special instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| order_type | Yes | ||
| promo_code | No | ||
| customer_id | Yes | ||
| delivery_address | No | ||
| special_instructions | No |