Get Orders Insights
Report
Get Orders Insights
Returns orders insights.
GET
Get Orders Insights
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Amount range
Example:
">=10;<=50"
Created at range
Example:
">=2024-01-01;<=2024-12-31"
Generic filter that matches against
- code
- customer.name
- customer.email
Example:
"ORD-123"
Seller user identifier
Order type
Available options:
POS, ONLINE Example:
"POS"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.