browse_orders
Retrieve Shopify orders with filters for status, date range, customer email, and financial or fulfillment status. Search by order number or fetch detailed information for a specific order ID.
Instructions
This tool retrieves Shopify orders with powerful filtering options. It supports filtering by status, date range, customer email, financial status, fulfillment status, and allows searching by order number or customer details. When provided with a specific order_id, it returns detailed information for that single order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders to retrieve (default: 10) | |
| search | No | Search orders by order number, customer name, or email | |
| status | No | Filter orders by status (default: any) | |
| reverse | No | Reverse the order of results (newest first if true) | |
| order_id | No | ID of a specific order to view (overrides other parameters) | |
| sort_key | No | Sort orders by this key | |
| created_at_max | No | Maximum creation date (ISO format, e.g., 2023-12-31) | |
| created_at_min | No | Minimum creation date (ISO format, e.g., 2023-01-01) | |
| customer_email | No | Filter orders by customer email | |
| financial_status | No | Filter by financial status | |
| fulfillment_status | No | Filter by fulfillment status |