{
"identifiers": {
"id": 1234,
"parcelNr": "RS12345678US",
"senderParcelNr": "client-id-123",
"originalParcelNr": "string",
"originalSenderParcelNr": "string"
},
"references": {
"bagNr": "bag-001"
},
"parcel": {
"transactionType": "B2C",
"type": "NonPostal",
"parcelValue": 1.25,
"currency": "string",
"parcelGrossWeight": 0.125,
"height": 0,
"width": 0,
"length": 0,
"items": [
{
"description": "Tennis ball",
"skuCode": "sku-123",
"hsCode": "711319",
"quantity": 1,
"valuePerItem": 1.25,
"weightPerItem": 0.125
}
]
},
"status": {
"isCancelled": false
},
"receiver": {
"name": "string",
"phone": "string",
"email": "string",
"address": "string",
"zipCode": "string",
"city": "string",
"state": "string",
"countryCode": "string",
"pickupPointId": 0
},
"sender": {
"name": "string",
"phone": "string",
"email": "string",
"address": "string",
"zipCode": "string",
"city": "string",
"state": "string",
"countryCode": "string"
},
"additionalInfo": {
"taxType": "string",
"taxIdentification": "string",
"routeInfo": "string",
"shipDate": "2019-08-24T14:15:22Z",
"serviceCode": "string",
"ordinal": 0,
"parameters": null
}
}