{
"purchaseOrderNumber": "string",
"purchaseOrderState": "New",
"orderDetails": {
"purchaseOrderDate": "2019-08-24T14:15:22.123Z",
"purchaseOrderChangedDate": "2019-08-24T14:15:22.123Z",
"purchaseOrderStateChangedDate": "2019-08-24T14:15:22.123Z",
"purchaseOrderType": "RegularOrder",
"importDetails": {
"methodOfPayment": "PaidByBuyer",
"internationalCommercialTerms": "ExWorks",
"portOfDelivery": "string",
"importContainers": "string",
"shippingInstructions": "string"
},
"dealCode": "string",
"paymentMethod": "Invoice",
"buyingParty": {
"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"
}
},
"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"
}
},
"shipToParty": {
"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"
}
},
"billToParty": {
"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"
}
},
"shipWindow": "string",
"deliveryWindow": "string",
"items": [
{
"itemSequenceNumber": "string",
"amazonProductIdentifier": "string",
"vendorProductIdentifier": "string",
"orderedQuantity": 0,
"isBackOrderAllowed": true,
"netCost": {
"currencyCode": "string",
"amount": "string"
},
"listPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
}