版本:202506
查询订单数量
GET/openapi/2025-06/orders/count
返回符合指定查询条件的订单总数。
请求
Query参数
opened: 待支付cancelled: 已取消placed: 进行中finished: 已完成initialled: 初始waiting: 待发货partially_shipped: 部分发货shipped: 全部发货partially_finished: 部分收货finished: 全部收货cancelled: 已取消returning: 退货中partially_returned: 部分退货returned: 全部退货waiting: 待支付paying: 支付审核中authorized: 已授权partially_paid: 部分支付paid: 已支付cancelled: 已取消failed: 支付失败refunding: 退款中refund_failed: 退款失败refunded: 已全退partially_refunded: 部分退
created_at_min string
最早创建时间
created_at_max string
最晚创建时间
updated_at_min string
最早更新时间
updated_at_max string
最晚更新时间
status string
按订单状态过滤:
fulfillment_status string
按订单物流状态过滤:
financial_status string
按支付状态过滤:
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
countint32
数量
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}