Downloading order label
Base url: https://exportpaczka.pl/api/v1/order
Description
This resource allows you to download order label.
Example of request body:
{
"orderId": "080120082145563"
}
Resource details
Method
GETUrl
/labelFull url
https://exportpaczka.pl/api/v1/order/labelExample success response:
In success response you will get the PDF file with label.
- Example error response:
{
"body": "Could not find order.",
"success": false
}
