get-customer-orders
Retrieve a customer's profile and their most recent orders by providing a customer ID, with an option to limit the number of orders returned.
Instructions
Get a customer's profile along with their most recent orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of orders to return | |
| customerId | Yes | Customer ID (numeric ID or gid://shopify/Customer/... form) |