get_customer_orders
Retrieve a customer's full order history using their exact customer ID. Returns each order's ID, date, product, amount, and status.
Instructions
Get the full order history for a single customer by their exact customer ID (e.g. 'CUST-0007'). Returns a list of orders, each with an order ID, date, product, amount, and order status. If you only have a name or email, use search_customers first to find the customer ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The exact customer ID, e.g. 'CUST-0007'. |