{
"jsonrpc" : 2.0,
"id" : 1234,
"result": {
"results": [
{
"label_id": "2",
"delivery_id": "22",
"warehouse_id": "1",
"status": "valid",
"shipping_method": "ups_03",
"created_at": "2021-01-18T13:57:25+00:00",
"updated_at": "2021-01-18T13:57:29+00:00",
"packages": [
{
"warehouse_id": "1",
"label_id": "2",
"carrier": "ups",
"weight": "45.000",
"weight_unit": "lb",
"dimensions": {
"length": "10.000",
"width": "11.000",
"height": "12.000"
},
"dimension_unit": "in",
"tracking": [
{
"number": "1Z49R7V89024877071",
"description": "UPS Ground"
}
],
"package_items": [
{
"delivery_item_id": "68",
"sku": "O-VS-Oregano-p3",
"quantity": "10.000"
},
{
"delivery_item_id": "69",
"sku": "O-VS-Mint-p2",
"quantity": "10.000"
},
{
"delivery_item_id": "70",
"sku": "VS-Bags-p1",
"quantity": "10.000"
}
]
}
],
"destination_address": {
"region": "New York",
"postcode": "13088",
"lastname": "Marquez",
"street": "4616 Crossroads Park Dr",
"city": "Liverpool",
"email": null,
"telephone": "865-971-4663",
"firstname": "Sherlock",
"company": null,
"classification": "com",
"is_valid": null,
"country": "US"
},
"origin_address": {
"region": "New York",
"postcode": "10036",
"lastname": "Gates",
"street": "11 Times Square",
"city": "New York",
"email": null,
"telephone": "212.245.2100",
"firstname": "Bill",
"company": "Microsoft",
"classification": null,
"is_valid": null,
"country": "US"
},
"files": {
"label": {
"type": "pdf",
"data": "base64encoded..."
},
"auxiliary_label": {
"type": "pdf",
"data": "bas64encoded..."
},
"customs_documents": null
}
}
],
"totalCount": 1,
"numPages": 1
}
}