Skip to main content
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 package
  • carrier (string) — first-mile carrier (e.g. "FedEx", "UPS"). Use "nocnoc" for a nocnoc label
  • url (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 characters
  • quantity (integer) — quantity of the item, between 0 and 9999

Returns

The created Son package object with its package ID, which you’ll need to create a Father package.

Example request