Refresh Label

This endpoint refreshes the default label for the given shipment id if the label is missing.

The shipment_id is used as a path parameter to identify the shipment. Alternatively the merchant provided shipment reference (partner_shipment_reference) can also be used instead of the shipment_id.

SecurityOAuth2
Request
path Parameters
shipment_id
required
string
header Parameters
x-api-key
required
string
tenant-id
required
string
Responses
200
post/shipments/{shipment_id}/label/refresh
Request samples
Response samples
application/json
{
  • "awb": "string"
}