Shipping
GET /api/v3/shipping/label
Get shipping label (Base64 encoded PDF file).
Access
Partner, Provider
Input
| Name | Type | Description |
|---|---|---|
| guid | GUID | Case's GUID |
Output
(Shown with wrapper object)
{
"data": "dataJVBERi0xLjQNCiXi48/TDQo..."
}
Get shipping label (Base64 encoded PDF file).
Partner, Provider
| Name | Type | Description |
|---|---|---|
| guid | GUID | Case's GUID |
(Shown with wrapper object)
{
"data": "dataJVBERi0xLjQNCiXi48/TDQo..."
}