ShipmentApi
Commit Shipments
Commits the specified shipments and returns their labels.Committed shipments are marked as ready for processing and dispatch.
post/commitshipments
Query parameters
skipimportboolean
When true, skips committing the shipment — only generates and returns the label without marking the shipment as committed.
layoutidinteger
Label layout ID override. Defaults to the authenticated customer's preferred layout when omitted.
skipdocumentboolean
When true, skips shipment document generation.
dataonlyboolean
When true, returns commit result data without generating labels.
includereturnlabelboolean
When true, includes a return label alongside the outbound shipment label (use in only 2C operations).
Request body
integer[] required
Response
OK