Orders

Gets the shipping codes for the specified orders — the code to write on the parcel for a labelless shipment, and the QR code to show at drop-off. Use this for shipping options that have no printable freight label, such as Instabox. At most 50 orders per call.

get/v4/orders/{orderIds}/shipping-codes

Path parameters

orderIdsstring required

Response

OK

orderIdinteger

The order the shipment belongs to.

shippingProviderstring nullable

The shipping provider that carries the shipment, for example Instabox or SchenkerPrivpak.

labellessShippingCodestring nullable

The code to write on the parcel for a labelless shipment. Empty until the carrier has confirmed the booking, and for shipping options that use a printed freight label instead.

qrCodeImageUrlstring nullable

URL to a QR code to show at drop-off. Empty for shipping options that do not use one.

shipmentNostring nullable

The carrier's shipment number.

hasFreightLabelboolean

Whether a printable freight label is available for the shipment through the freight-labels endpoint.

Changes

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