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

Submit the wholesale order (lines can no longer be changed)

POST/api/v1/orders/{order_id}/submitToken requiredorder:submitwrite2 pts

Submit the wholesale order (lines can no longer be changed). payment_method defaults to invoice (pay on invoice)

Path parameters

NameTypeDescription
order_id requiredstringWholesale order id, from the order list. Own channel only.
max length 64

Request body (JSON)

FieldTypeDescription
payment_methodstringHow to pay: balance / invoice (pay on invoice) / wechat / alipay. Defaults to invoice, i.e. monthly settlement.
use_reservationbooleanWhether to draw on your reserved (locked) stock for this allocation. Omit = do not use it.

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.