Create one paid ship-only order

Merchant-hosted endpoint called by SKUU after routing one or more order
lines to the selected shipper. One request creates exactly one paid order
and may contain multiple lines. The order carries the exact skuu_ship
tag so a resulting order.created webhook is acknowledged without being
routed back into the network.

external_ref is the order idempotency key. An identical retry must return
the original exact receipt and must not create another order. Reusing the
reference with a different body returns 409. SKUU signs the exact UTF-8
JSON bytes and preserves those bytes across retries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

One paid, standard-carrier order. Destination countries in Connect v1
are NL, BE and DE. Line external_ref values must be unique within the
request and at least one of variant_id or barcode is required per line.

One paid ship-only order; one request may contain multiple lines.

string
required
length between 1 and 255
^\S(?:[^\u0000-\u001F\u007F]*\S)?$

Non-empty string without surrounding whitespace or ASCII control characters.

const
enum
required
Allowed:
const
enum
required
Allowed:
string
required
^[A-Z]{3}$

Uppercase ISO-4217 code agreed for the customer environment.

ship_to
object
required
shipping_method
object
required
line_items
array of objects
required
length between 1 and 1000

external_ref values must be unique within this order.

line_items*
Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json