curl --location --request GET 'https://api.test.post-plus.io/api/v1/parcels/manifest-parcel-nrs/get-many?ManifestParcelNrs' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json'
{
"parcels": [
{
"identifiers": {
"id": 1234,
"parcelNr": "RS12345678US",
"senderParcelNr": "client-id-123"
},
"references": {
"shipmentId": 0,
"shipmentNr": "123-000000123",
"bagNr": "bag-001",
"externalIds": 1234567890,
"carrier": "string",
"carrierParcelNr": "string",
"manifestParcelNr": "string",
"printId": 1234567890
},
"status": {
"hasErrors": true,
"errorDetails": [
"string"
],
"hasWarnings": true,
"isCancelled": false,
"warningDetails": [
"string"
],
"status": "Created",
"createdOn": "2019-08-24T14:15:22Z"
},
"parcel": {
"type": "NotRegistered",
"destinationCountryCode": "NL",
"transactionType": "B2C",
"parcelItems": 1,
"parcelValue": 1.25,
"currency": "USD",
"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
}
]
},
"receiver": {
"name": "string",
"phone": "string",
"phoneNormalized": "string",
"email": "string",
"address": "string",
"zipCode": "string",
"city": "string",
"state": "string",
"countryCode": "string",
"pickupPointId": 0
},
"sender": {
"name": "string",
"phone": "string",
"phoneNormalized": "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
},
"prints": [
{
"id": 1234,
"format": "Pdf",
"type": "PostalLabel",
"subTypes": [
"string"
],
"provider": "ExtProvider,Postal",
"bytes": 0,
"content": "string",
"hasErrors": true,
"errorDetails": [
"string"
]
}
]
}
]
}