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

Drop-ship order detail (ownership checked)

GET/api/v1/dropship-orders/{dropship_order_id}Token requireddf:read1 pt

Path parameters

NameTypeDescription
dropship_order_id requiredstringDrop-ship order id, 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 } }.