{
"AmazonOrderId": "string",
"BuyerCompanyName": "string",
"ShippingAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"DeliveryPreferences": {
"deliveryInstructions": "string",
"dropOffLocation": {
"type": "FRONT_DOOR",
"attributes": {
"property1": "string",
"property2": "string"
}
}
}
}