Get Shipping Label PDF
This REST API is used to fetch Shipping Label PDF print from Uniware using shipment code.
Tip
It is recommended to check out Notes for the reader. You might find this helpful as it contains Guidelines for using API references and Terminologies used here.
Basic Information
NAME | DETAILS |
---|---|
Endpoint: | /services/rest/v1/oms/shipment/show |
Request Type: | GET |
Level: | Facility |
Scheme: | HTTPS |
Header (Content-Type): | application/json |
Header (Authorization): | bearer {access-token}, Eg.: bearer b30f3aea-7978-49bb-9ea7-33eddfc80afa |
Header (facility): | facility code as in Uniware (refer FAQs) |
Query Parameters
PARAMETER | TYPE | DESCRIPTION | MANDATORY | NOTES |
---|---|---|---|---|
shippingPackageCodes | string | Shipping package code as applicable | Yes | - |
Response
PDF document data:
Type: application/pdf
Charset: UTF-8
Error Codes
Refer Response Codes section to know about specific errors codes.