Customer order history
customer_ordersRetrieve customer orders by searching customer ID, email, or partial name; results include joined line items.
Instructions
Look up a customer by id, email or partial name, and return their orders with line items already joined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Partial match against the customer name. Space-separated terms are ANDed and order does not matter, so both "佐藤 陽菜" and "陽菜 佐藤" find 佐藤 陽菜. | |
| No | |||
| limit | No | Maximum number of orders to return. | |
| customer_id | No |