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

Drop-ship orders: by warehouse + date range, or look one up by client_order_number / serial_number

GET/api/v1/dropship-ordersToken requireddf:read1 pt

Query parameters

NameTypeDescription
warehouse_codestringWarehouse code: AU (Australia, all warehouses — aggregate view), AUSYD2 (Sydney main, Rosehill), AUSYD1 (Sydney accessories), CN (China, all warehouses — aggregate view), CHNZJ1 (Zhenjiang). Full list: GET /api/v1/warehouses.
start_datestringStart date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
end_datestringEnd date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
shippedbooleanOnly shipped (true) or unshipped (false) orders (optional).
client_order_numberstringThe order number in your own system (the one you sent when creating the drop-ship order).
max length 64
serial_numberstringDrop-ship serial number, from the drop-ship order list. Own channel only.
max length 64

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 } }.