Created by: Alexandru Grivei
Modified on: Mon, 18 Aug, 2025 at 5:49 PM
1. Get label request with included voucher (GET Method)
Info- Webservice URL: BASE_URL/api/Label/by-courier/{courierId}/awb/{awb}
|
1. 1 Query parameters:
Name | Type | Required | Description |
---|
CourierId | int | Yes | See Couriers table |
Awb | string | Yes | AWB number from Courier |
ExternalLocationId | string | Yes | ExternalLocationId of order |
Type | string | Yes | Type of label : PDF,HTML, ZPL (not available for all carriers) |
Format | string | Yes | Size of label : A6, A4, A6_10x9 (not available for all carriers) |
Orientation | string | No | Default value: Portrait - Landscape (not available for all carriers) |
UseFile | boolean | Yes | If yes application will return pdf file, otherwise application will return base64 |
skipCache | boolean |
| If yes, cached file will be skipped |
includeVoucher | boolean | Yes | If yes, voucher will be printed if requested in Order |
Voucher will be returned togheter with the shipment label
2. Get voucher label (GET Method)
Info- Webservice URL:BASE_URL/api/Label/by-courier/{courierId}/voucher/{awb}
|
2. 1 Query parameters:
Name | Type | Required | Description |
---|
CourierId | int | Yes | See Couriers table |
Awb | string | Yes | AWB number from Courier |
ExternalLocationId | string | Yes | ExternalLocationId of order |
Type | string | Yes | Type of label : PDF,HTML, ZPL (not available for all carriers) |
Format | string | Yes | Size of label : A6, A4 |
UseFile | boolean | Yes | If yes application will return pdf file, otherwise application will return base64 |
skipCache | boolean |
| If yes, cached file will be skipped |
Alexandru is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.