Ever Connect
v1.4.0中文·EN·한국어Sign inRequest access
Wholesale orders

Your channel's wholesale orders within a date range

GET/api/v1/ordersToken requiredorder:read1 pt

Query parameters

NameTypeDescription
client_order_numberstring你自己那边的单号(下单时传过的)——对账时拿它找回我们这边的单
max length 64
start_date requiredstringStart date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
end_date requiredstringEnd date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
statusstring逗号分隔:draft / confirmed / cancelled
max length 128 · format ^[A-Za-z0-9,\s_-]*$

Response

The envelope is decided by the HTTP status alone: 2xx with { data: … } (lists also carry page / page_size / has_more or total_count); 4xx / 5xx with { error: { code, message, hint, request_id, doc_url } }.