get_user_orders
Fetch paginated order history for a user, displaying each order's items and status.
Instructions
Get order history for a user. Returns a paginated list of orders with their items and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default 1) | |
| limit | No | Number of orders per page (default 10) |