Label API
The Label API will only work for parcels that are booked with the Booking API
URLs
- Test: https://tlabelapi.logisticstechnology.no
- Production: https://labelapi.logisticstechnology.no
Methods
Http method | Relative path | Method description |
---|---|---|
GET | /label/GetLabelDataByParcelId | OBSOLETE! Get all necessary data to generate a label |
GET | /label/GetLabelImageByParcelId | OBSOLETE! Method to get label as a BMP image. Does not support B2C (product HE and HJ). |
GET | /label/GetLabelPdfByParcelId | Method to get label as a PDF file. |
GET | /label/GetLabelPDFsByShipmentId | Method to get all labels related to a shipment as a PDF file. Does not support B2C (product HE and HJ). |
GET | /label/GetLabelZplByParcelId | Method to get label as a ZPL file |
GET | /label/GetQrCodeByParcelId | Get the QR code that can be used at a pickup point. This method is only applicable for B2C and shipments that has the product code HE (pickup point) |
GET | /lbl/{id} | Method to get label as PDF by the identificator. |
GET | /lbl/qr/{id} | Method to get label as PDF by the identificator. |