orders_create_order
Create a new customer order by providing a customer ID and a list of line items, each containing a product ID and quantity.
Instructions
Create a new customer order from a list of product line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Line items, each a product id and quantity. | |
| customer_id | Yes | Customer placing the order. |