get_customer_orders
Retrieve a customer's most recent orders, including status, line items, and total, by exact email match. Returns newest first with an optional limit.
Instructions
A customer's most recent orders (newest first), each with status, line items and total. Fails with a clear message if no customer has that email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (1-50). Default 10. | |
| customer_email | Yes | The customer's email address; exact match, case-insensitive (no partial matches). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | Yes | ||
| customer_name | Yes | ||
| customer_email | Yes |