{
"purchaseOrderNumber": "string",
"purchaseOrderStatus": "OPEN",
"purchaseOrderDate": "2019-08-24T14:15:22.123Z",
"lastUpdatedDate": "2019-08-24T14:15:22.123Z",
"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"
}
},
"itemStatus": [
{
"itemSequenceNumber": "string",
"buyerProductIdentifier": "string",
"vendorProductIdentifier": "string",
"netCost": {
"currencyCode": "string",
"amount": "string"
},
"listPrice": {
"currencyCode": "string",
"amount": "string"
},
"orderedQuantity": {
"orderedQuantity": 0,
"orderedQuantityDetails": [
{
"updatedDate": "2019-08-24T14:15:22.123Z",
"orderedQuantity": 0,
"cancelledQuantity": 0
}
]
},
"acknowledgementStatus": {
"confirmationStatus": "ACCEPTED",
"acceptedQuantity": 0,
"rejectedQuantity": 0,
"acknowledgementStatusDetails": [
{
"acknowledgementDate": "2019-08-24T14:15:22.123Z",
"acceptedQuantity": 0,
"rejectedQuantity": 0
}
]
},
"receivingStatus": {
"receiveStatus": "NOT_RECEIVED",
"receivedQuantity": 0,
"lastReceiveDate": "2019-08-24T14:15:22.123Z"
}
}
]
}