Skip to main content
POST
Create Father package
Requests go to the live environment — all actions are real.
nocnoc manages two types of packages: Son and Father. You must first create individual Son packages before grouping them into a Father package.

Authorization

string
required
Your seller API key. Provided by your nocnoc account manager.

Body parameters

array
required
Array of Son package IDs to include in this Father package.
array
Array of label objects for the consolidated shipment. Minimum 1, maximum 10. Each object contains:
  • tracking_code (string, required) — tracking code of the consolidated package
  • carrier (string, required) — first-mile carrier (e.g. "FedEx", "UPS")
  • url (string, required) — URL to track the shipment

Returns

The created Father package object confirming the consolidated shipment.

Example request