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
Created at range
Example:
">=2024-01-01;<=2024-12-31"
Generic filter that matches against
- code
Example:
"ORD-20260412"
Organization identifier
Payment method
Available options:
CASH, PIX, CREDIT_CARD, DEBIT_CARD Example:
"PIX"
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.