Finalize a Deutsche Post order
Air Waybill API
Finalize a Deutsche Post order
Finalize a Deutsche Post order by closing the current open box and generating an AWB (Air Waybill) document for all parcels in that box.
POST
Finalize a Deutsche Post order
This endpoint closes the current open order/box and generates an AWB (Air Waybill) document for all parcels in that box.
How it works:
- As you create Deutsche Post International parcels, they are automatically added to the current box (identified by the current box_number).
- When the box is full or you’re ready to ship, call this endpoint to finalize the box.
- The finalization process generates a single AWB label that is shared by all parcels in the finalized box and increments the box_number, automatically starting a new box for subsequent parcels.
- You can create and finalize multiple boxes throughout the day as needed.
copy_count: Specify how many AWB copies you need (1-99). Use this if the parcels are split over multiple physical boxes or pallets.
200 code will be returned with the copy_count requested. The AWB is generated and you can retrieve the AWB label from any parcel that was in the finalized box, as the AWB label is identical for all parcels included in the box.Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Body
application/json
Specify how many AWB copies you need
Required range:
1 <= x <= 99Response
OK
Specify how many AWB copies you need
Required range:
1 <= x <= 99