Skip to main content
nocnoc manages shipments using two types of packages: Son and Father.
  • A Son package represents a single order ready to ship.
  • A Father package consolidates multiple Son packages into one bulk first-mile shipment.

Individual shipment

When you have a single order to ship, create one Son package for it. Individual shipment

Consolidated shipment

When you have multiple orders ready to ship together, create a Son package per order and then group them into a single Father package. Consolidated shipment

How it works

1

Create a Son package per order

For each order you’re ready to ship, call Create Son package with the order reference ID, labels, and items.
2

Create a Father package (consolidated only)

If you’re shipping multiple orders together, call Create Father package with the Son package IDs. Skip this step for individual shipments.