{
"acknowledgements": [
{
"purchaseOrderNumber": "string",
"sellingParty": {
"partyId": "string",
"address": {
"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"
},
"taxInfo": {
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
},
"acknowledgementDate": "2019-08-24T14:15:22.123Z",
"items": [
{
"itemSequenceNumber": "string",
"amazonProductIdentifier": "string",
"vendorProductIdentifier": "string",
"orderedQuantity": 0,
"netCost": {
"currencyCode": "string",
"amount": "string"
},
"listPrice": {
"currencyCode": "string",
"amount": "string"
},
"discountMultiplier": "string",
"itemAcknowledgements": [
{
"acknowledgementCode": "Accepted",
"acknowledgedQuantity": 0,
"scheduledShipDate": "2019-08-24T14:15:22.123Z",
"scheduledDeliveryDate": "2019-08-24T14:15:22.123Z",
"rejectionReason": "TemporarilyUnavailable"
}
]
}
]
}
]
}