Creates a new shipment in DRAFT status. The shipment must be purchased separately before a label can be generated.
shipmentLineItems is required. Every shipment must include at least one line item (shipmentLineItems array with >= 1 element). Omitting it or sending an empty array returns a 422 PayloadValidationError.shipmentLineItems must also include hs_code, country_of_origin, and a description identifying the manufacturer. Shipments missing this information may be held at the border.API access token generated from the UniUni Platform dashboard.
Line items describing the contents. Must contain at least one item.
1Package dimensions. Provide either dimensions or packagingId, not both.
ID of a pre-configured packaging profile. Use instead of dimensions if the package matches a saved profile.
Preferred postage type. Domestic shipments typically use SAME DAY, NEXT DAY, or STANDARD. Cross-border CA→US shipments use USPS Ground Advantage (DDP) or PostNL International Packet Tracked (DDU). If the requested type is unavailable, an available type is selected automatically.
PUBLICATION, SAME DAY, NEXT DAY, STANDARD, USPS Ground Advantage, PostNL International Packet Tracked, OTHER Optional note, up to 200 characters.
200Whether parcel protection (insurance) is required for this shipment.
Optional client-provided order reference.