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

Void the drop-ship line and release the stock it was holding

DEL/api/v1/dropship-orders/{dropship_order_id}Token requireddf:writewrite2 pts

Void the drop-ship line and release the stock it was holding. Lines already shipped cannot be voided

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

Send an Idempotency-Key header (any unique string, e.g. a UUID) on writes: a network retry never creates a second order. Orders are drafts by default until a person confirms them in the ERP.