{
"shipment": {
"shipment_date": "2019-08-24T14:15:22Z",
"sender_address": {
"street1": "string",
"street2": "string",
"city": "string",
"state": "st",
"zip": "string",
"country": "st",
"company": "string",
"name": "string",
"email": "user@example.com",
"phone": "string"
},
"recipient_address": {
"street1": "string",
"street2": "string",
"city": "string",
"state": "st",
"zip": "string",
"country": "st",
"company": "string",
"name": "string",
"email": "user@example.com",
"phone": "string"
},
"delivery_instructions": "string",
"parcel": {
"items": [
{
"description": "string",
"origin_country": "st",
"sku_code": "string",
"hs_code": "string",
"unit_weight": {
"unit": "kg",
"value": "string"
},
"unit_value": {
"currency": "USD",
"amount": "string"
},
"quantity": 0
}
],
"dimensions": {
"length": "string",
"width": "string",
"height": "string",
"unit": "mm"
},
"weight": {
"unit": "kg",
"value": "string"
}
},
"is_signature_required": true
},
"service": "Standard",
"image_format": "string",
"promised_delivery_date": "2019-08-24T14:15:22Z"
}