This feature can be used to merge multiple shipment labels. Note that it will only work if the labels are already generated
| Method | URI | Headers |
|---|---|---|
| POST | parcel-orders/merge-labels |
default |
{
"ids": [123412341234, 1234512345]
}
true or false
message | String | Message
data | Object | Data container
+url | String | Url for the merged labelSuccessful
{
"success": true,
"data": {
"url": "https://example.com/merged-labels/url/..."
}
}
Failed
{
"success": false,
"message": "2 labels could not be found. Unmatched Labels: 1530898727, 1754942186"
}