list_orders
Retrieve order metadata for your storefront site with pagination and status filtering. Get an overview of orders, then fetch full details separately.
Instructions
List orders of the site (metadata only). Use get_order for full details including items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| status | No | Filter by status (0=pending, 50=confirmed, 100=shipping, 150=delivered, -1=cancelled) |