Skip to main content
POST
/
box
/
finalize
Finalizing a box
curl --request POST \
  --url https://panel.sendcloud.sc/api/v2/box/finalize \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "copy_count": 1
}
'
{
"copy_count": 10
}
This endpoint allows you to create an Air Waybill for a box containing multiple Deutsche Post International parcels. When you call this endpoint, you finalize the box, then an AWB tracking number is assigned to each parcel and the AWB label is generated. If the parcels included in the AWB are split over multiple boxes or pallets, you can use the copy_count parameter to specify how many AWB copies you need. When the request is successful, a 200 code will be returned alongside the copy_count requested. After a few minutes, the AWB labels and tracking numbers are assigned to each parcel. You only need to retrieve any single parcel to obtain the AWB label, as the AWB label and tracking numbers are identical for all parcels included in the box.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Body

application/json

Specify how many AWB copies you need

copy_count
integer<int64>
default:1
Required range: 1 <= x <= 99

Response

OK

Specify how many AWB copies you need

copy_count
integer<int64>
default:1
Required range: 1 <= x <= 99