Add seller tracking to one consumer order

Merchant-hosted endpoint called by SKUU after a seller ships a package.
The path identifies the original consumer order. The customer platform
owns the customer notification after accepting this write.

external_ref is the tracking-write idempotency key. An identical retry
must return the original exact receipt without creating another fulfillment
or notification. 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…
Path Params
string
required
length between 1 and 255
(?=^\S(?:[^\u0000-\u001F\u007F]*\S)?$)(?=^[^/\\?#%]+$)

Stable path-safe opaque ID of the original consumer order.

Body Params

One shipped package. line_item_id values must be unique within the
request and every line carries its complete shipped quantity.

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

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

date-time
required
^\d{4}-\d{2}-\d{2}[Tt]\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:[Zz]|[+-]\d{2}:\d{2})$

RFC 3339 timestamp with seconds and an explicit timezone.

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

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

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

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

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

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

line_items
array of objects
required
length between 1 and 1000

line_item_id values must be unique within this write.

line_items*
Responses

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