Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Return label generation is available only for courier services (excluding allegro).
Shipment label can be downloaded only for already bought shipments -
confirmed
or later status.Only users that are the shipments sender can download the label.
For single parcel shipments a single file is returned in the following format .pdf, .epl/.epl2, .zpl,
For multiple shipments:
- if shipments are the same service one file containing all shipment labels is returned
- for different services one .zip file containing .epl/.epl2 , .zpl, .pdf files, one for each service is returnedmaximum number of labels downloaded in one request is 100
On this page
Table of Contents |
---|
Return label download
Code Block |
---|
GET /v1/organizations/:organization_id/shipments/return_labels |
Parameters
Parameter | Type | Description | Validation | Default value |
---|---|---|---|---|
|
| Label format | Available formats: |
|
|
| Shipment identifiers |
Example request
Code Block | ||
---|---|---|
| ||
curl -X GET "https://api-shipx-pl.easypack24.net/v1/organizations/1/shipments/return_labels?shipment_ids[]=4257802&shipment_ids[]=4257803&format=zpl" -H 'Authorization: Bearer token' -H 'Content-Type: application/json' |
Response
Code Block | ||
---|---|---|
| ||
file with one of the following formats is returned: .pdf/.epl/.epl2/.zpl/.zip |
Warning |
---|
Error information Errors that may occur during return label download:
|