Create Son package
Packages
Create Son package
Creates a Son package for a single order. Each order requires its own Son package.
POST
Create Son package
Requests go to the live environment — all actions are real.
nocnoc manages two types of packages: Son and Father. Create a Son package per order, then group multiple Son packages into a Father package for consolidated first-mile shipping.
Authorization
string
required
Your seller API key. Provided by your nocnoc account manager.
Body parameters
string
required
The reference ID of the order included in this package.
array
required
Array of label objects. Minimum 1, maximum 10. Each object contains:
tracking_code(string) — tracking code of the packagecarrier(string) — first-mile carrier (e.g."FedEx","UPS"). Use"nocnoc"for a nocnoc labelurl(string) — URL to track the order
array
required
Array of item objects inside the package. Minimum 1, maximum 10. Each object contains:
sku(string) — item SKU, between 1 and 45 charactersquantity(integer) — quantity of the item, between 0 and 9999