Get order statistics
Orders
Get order statistics
Get aggregate order counts and revenue grouped by status for the store. Requires the READ_ORDERS scope.
GET
Get order statistics
Returns counts and revenue amounts per status bucket (total, pending, processing, completed, cancelled, refunded), with optional date-range filtering. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
Inclusive lower bound on order creation date (ISO 8601, filters createdAt).
Inclusive upper bound on order creation date (ISO 8601, filters createdAt).
Response
Aggregate counts and revenue per status bucket.

