Create shipments with Create action

Create is an action that initiates a new shipment entry in the system. This action captures all the necessary details of the shipment to generate shipping documents and prepare for the actual shipping process.

If you do not want the tracking number returned until you send the Print Label request, you can create shipments using the Create action.

🚧

Important

You can only manifest the shipments for which you have printed the labels.

How Create action works

Delayed tracking numbers

Tracking numbers are not returned until you send the Print Label request, giving you flexibility in your shipping workflow.

Process status default

If no action value is specified in the CreateShipment request, shipments are automatically created with "Process" status for backwards compatibility.

Workflow process

Example flow of creating shipment with Create action

Workflow for creating shipments with Create action


API Recipe

To view a step-by-step guide on how to process the shipments that are created with the action "Create," refer to the following API recipe:


See also