Search and filter orders
POST/v2/orders/search
Retrieves a paginated list of orders based on specified search criteria with optional data expansion.
Supports comprehensive filtering by customer information, order status, date ranges, and more. Results can be expanded to include related data like order items, addresses, and shipments.
Results are paginated with configurable page size and support multiple sorting options.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully retrieved paginated list of orders matching search criteria
Invalid search parameters or malformed request data
Authentication required - invalid or missing access token
Insufficient permissions to search orders
Internal server error occurred during order search