{
"list": [
{
"totalCOG": 120.25,
"shipperRef": "0123456",
"remarks": "Leave with doorman",
"recipient": {
"name": "John Doe",
"phoneNumber": "13026021805",
"email": "john@gmail.com",
"address": {
"street1": "235 West 56th street",
"street2": "APT 28C",
"streetNumber": "235",
"postalCode": "10019",
"city": "New York",
"country": "United States",
"latitude": 40.7659247,
"longitude": -73.9848945
}
},
"items": [
{
"itemName": "Product Name",
"weight": 1500,
"quantity": 2
}
],
"pickupLocation": {
"externalLocationId": "LOC123456"
},
"totalOrderWeight": 3000,
"merchantName": "Store Name"
}
]
}