Version: 202506
Get order count
GET/openapi/2025-06/orders/count
Provides the total number of orders matching the specified query parameters.
Request
Query Parameters
opened: pending paymentcancelled: cancelledplaced: in progressfinished: completedinitialled: initialwaiting: waiting to shippartially_shipped: partially shippedshipped: fully shippedpartially_finished: partially receivedfinished: fully receivedcancelled: cancelledreturning: return in progresspartially_returned: partially returnedreturned: fully returnedwaiting: pending paymentpaying: payment under reviewauthorized: authorizedpartially_paid: partially paidpaid: paidcancelled: cancelledfailed: payment failedrefunding: refund in progressrefund_failed: refund failedrefunded: fully refundedpartially_refunded: partially refunded
created_at_min string
Filters orders created at or after the specified date and time. Format: YYYY-MM-DDTHH:mm:ssZ
created_at_max string
Filters orders created at or before the specified date and time. Format: YYYY-MM-DDTHH:mm:ssZ
updated_at_min string
Filters orders updated at or after the specified date and time. Format: YYYY-MM-DDTHH:mm:ssZ
updated_at_max string
Filters orders updated at or before the specified date and time. Format: YYYY-MM-DDTHH:mm:ssZ
status string
Filter by order status:
fulfillment_status string
Filter by order fulfillment status:
financial_status string
Filter by payment status:
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Count
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}