ShipmentApi

Reprint Shipment Labels

Allows for the reprinting of labels for any shipment, can be called only after commitshipment.

post/reprintlabels

Query parameters

layoutidinteger

Label layout ID override. Defaults to the authenticated customer's preferred layout when omitted.

includereturnlabelboolean

When true, includes a return label alongside the outbound shipment label (use in only 2C operations).

Request body

integer[] required

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

labelsbase64string nullable
returnLabelsbase64string nullable
numberOfLabelsinteger nullable
traceIDstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.