The DHL Express Shipping and Logistics API provides a unified interface for managing every stage of an international or domestic shipment lifecycle. Developers can create shipments, generate labels, retrieve accurate rates, and discover available DHL products using detailed origin, destination, and package data. The API supports end-to-end visibility with rich tracking events, electronic proof of delivery, and document retrieval.
1. Create shipping requests including labels, AWB numbers, and piece IDs using the Shipment API. 2. Get real-time shipping rates for single or multi-piece shipments using origin, destination, and weight details. 3. Retrieve available DHL products based on shipment route, dimensions, and services. 4. Book, update, or cancel pickups for scheduled courier collection. 5. Track shipments with full event history for single or multiple waybills. 6. Validate addresses to confirm pickup and delivery capability at specific locations. 7. Calculate landed cost including duties, taxes, and fees before international purchases. 8. Upload PLT documents or commercial invoices to support paperless trade and customs clearance. 9. Retrieve document images such as labels, invoices, or waybill PDFs. 10. Add new pieces to an existing shipment before pickup.
| Query Parameter Name | Example |
|---|---|
requestorName* | Fred Brent |
reason* | Unplanned leave |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "aute velit ullamco" |
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "Missing mandatory parameters: requestorName",
"title": "Missing parameters",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/pickups/PRG211126000382?requestorName=Adam%20Spencer&reason=closed",
"detail": "Cancellation of booking was not successful. Requested Pickup was not found",
"title": "Pickup not found",
"status": "404"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "est consequat cupidatat amet ut" |
Error generating example{
"dispatchConfirmationNumber": "PRG478157415269",
"readyByTime": "10:00",
"nextPickupDate": "2025-12-28T00:00:00.0Z",
"warnings": [
"Shipment already picked up",
"Invalid address",
"No available pickups"
]
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "5556: The Original Shipper Account Number must match with the Shipper Account Number used previously to create/update successful pickup request. Please check the Original Shipper Account Number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": " Requested Pickup was not found",
"title": "Pickup not found",
"status": "404"
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "Multiple problems found, see Additional Details",
"title": "Validation error",
"message": "Unprocessable Entity",
"additionalDetails": [
"#/location: expected maxLength: 80, actual: 85",
"#/customerDetails/shipperDetails/postalAddress/cityName: expected maxLength: 45, actual: 49",
"#/customerDetails/shipperDetails/contactInformation/fullName: expected maxLength: 255, actual: 260"
],
"status": "422"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "irure occaecat ad sit cillum" |
{
"plannedPickupDateAndTime": "2022-11-20T09:19:40 GMT+08:00",
"closeTime": "18:00",
"location": "reception",
"locationType": "business",
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"specialInstructions": [
{
"value": "please ring front desk",
"typeCode": "TBD"
}
],
"remark": "two parcels required pickup",
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"postalCode": "B24 8DW",
"cityName": "BIRMINGHAM",
"countryCode": "GB",
"addressLine1": "498 Bromford Gate",
"addressLine2": "Bromford Lane",
"addressLine3": "Erdington"
},
"contactInformation": {
"email": "that@before.gb",
"phone": "+1123456789",
"mobilePhone": "+60112345678",
"companyName": "Company Name",
"fullName": "Adam Spencer"
}
},
"receiverDetails": {
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"provinceCode": "CZ",
"addressLine1": "V Parku 2308/10",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
},
"contactInformation": {
"email": "that@before.de",
"phone": "+1123456789",
"mobilePhone": "+60112345678",
"companyName": "Company Name",
"fullName": "John Brew"
}
}
},
"shipmentDetails": [
{
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"packages": [
{
"typeCode": "3BX",
"weight": 10.5,
"dimensions": {
"length": 25,
"width": 35,
"height": 15
}
}
],
"productCode": "P",
"declaredValue": 50,
"unitOfMeasurement": "metric",
"valueAddedServices": [
{
"serviceCode": "II",
"value": 100,
"currency": "GBP"
}
],
"isCustomsDeclarable": true,
"declaredValueCurrency": "EUR"
}
]
}{
"dispatchConfirmationNumbers": [
"PRG221222000062"
]
}{
"instance": "/expressapi/pickups",
"detail": "8003: Account not allowed for this service. Please contact your DHL Express representative.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
type* | SID |
size* | 1 |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ullamco" |
{
"warnings": [
"Invalid characters in identifier",
"Identifier already in use",
"Identifier exceeds maximum length"
],
"identifiers": [
{
"typeCode": "SID",
"list": [
"1234567890",
"4567890123",
"5678901234",
"2345678901",
"3456789012"
]
},
{
"typeCode": "REF",
"list": [
"5678901234",
"4567890123",
"1234567890"
]
},
{
"typeCode": "WB",
"list": [
"5678901234",
"4567890123",
"2345678901"
]
}
]
}{
"instance": "/expressapi/identifiers",
"detail": "3501: Request Identifier is not allowed for your username. Please contact your DHL Express representative.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
type* | pickup |
countryCode* | CZ |
postalCode | 14800 |
cityName | Prague |
countyName | praha |
strictValidation | true |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ut labore id nostrud do" |
{
"warnings": [
"Invalid address format",
"Address not found",
"Country code is invalid",
"Postal code does not match city"
],
"address": [
{
"countryCode": "CA",
"postalCode": "10001",
"cityName": "Berlin",
"countyName": "Paris",
"serviceArea": {
"code": "LAX",
"description": "BERLIN-GERMANY",
"GMTOffset": "+01:00"
}
},
{
"countryCode": "DE",
"postalCode": "10115",
"cityName": "New York",
"countyName": "Los Angeles County",
"serviceArea": {
"code": "BER",
"description": "NEW YORK-UNITED STATES",
"GMTOffset": "+01:00"
}
}
]
}{
"instance": "/expressapi/address_validate",
"detail": "Parameters not having correct format: cityName (maxLength=45)",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
originCountryCode* | CZ |
originPostalCode | 14800 |
originCityName* | Prague |
destinationCountryCode* | CZ |
destinationPostalCode | 14800 |
destinationCityName* | Prague |
weight* | 5 |
length* | 15 |
width* | 10 |
height* | 5 |
plannedShippingDate* | 2020-02-26 |
isCustomsDeclarable* | false |
unitOfMeasurement* | metric |
nextBusinessDay | false |
strictValidation | false |
getAllValueAddedServices | false |
requestEstimatedDeliveryDate | true |
estimatedDeliveryDateType | QDDF |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "officia fugiat Duis velit" |
{
"products": [
{
"productName": "EU PARCEL",
"productCode": "E",
"localProductCode": "D",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 9.2,
"provided": 7,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 5.8
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 15.7
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"price": 5.8
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"price": 32.9
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 22.3
}
],
"totalPriceBreakdown": [
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 10.5
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 18.4
},
{
"typeCode": "STDIS",
"price": 8.6
},
{
"typeCode": "STTXA",
"price": 18.4
},
{
"typeCode": "SPRQT",
"price": 10.5
},
{
"typeCode": "STDIS",
"price": 15.7
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 15.7
},
{
"typeCode": "STDIS",
"price": 12
},
{
"typeCode": "STTXA",
"price": 12
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 8.6
},
{
"typeCode": "STTXA",
"price": 5.8
},
{
"typeCode": "STTXA",
"price": 10.5
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 22.3
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 7.1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 6.8,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.1,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 1,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 2.5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 1,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 7.1,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 2.5,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 7.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 4.4,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 7.2,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 15.7,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 7.2,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 8.5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 5.8,
"rate": 6.8,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 3.9,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 10.5,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 8.5,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 4.4,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 5,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 5.8,
"rate": 7.2,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 5,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 2.5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 9.2,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 2.5,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 9.2,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 4.4,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 4.4,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 3.9,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 7.2,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 9.2,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 4.4,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 5.8,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 4.4,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 7.1,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 7.1,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 7.1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 3.9,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 1,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 6.8,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "YZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2019-09-18T15:00:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "17:00:00",
"originServiceAreaCode": "LAX",
"originFacilityAreaCode": "XYZ",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 6
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2019-09-20T12:00:00",
"destinationServiceAreaCode": "PAR",
"destinationFacilityAreaCode": "PR10",
"deliveryAdditionalDays": 9,
"deliveryDayOfWeek": 2,
"totalTransitDays": 5
},
"items": [
{
"number": 6,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.1,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 5.8,
"rate": 4.4,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 2.5,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 2.5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 8.5,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.1,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 9,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 10.5,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 30.1,
"rate": 1,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 8.5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 7.1,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 5,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.2,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 10.5,
"rate": 9.2,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 4.4,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 7.1,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 7.1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 10,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 9.2,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 2.5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 3.9,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 12,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 6.8,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"pricingDate": "2024-07-18"
}
],
"exchangeRates": [
{
"currentExchangeRate": 1.1,
"currency": "CNY",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.2,
"currency": "SEK",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.6,
"currency": "NZD",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.2,
"currency": "AUD",
"baseCurrency": "EUR"
}
],
"warnings": [
"Address incomplete",
"Heavy package",
"Security check",
"Customs clearance needed"
]
}{
"instance": "/expressapi/rates",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/rates",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
strictValidation | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "eiusmod cupidatat magna aliquip incididunt" |
{
"customerDetails": {
"shipperDetails": {
"postalCode": "048582",
"cityName": "SINGAPORE",
"addressLine1": "Blk 6 Lock Rd",
"addressLine2": "02-10 Gillman Barracks",
"addressLine3": "Barrack Street",
"countryCode": "SG"
},
"receiverDetails": {
"postalCode": "75001",
"cityName": "PARIS",
"addressLine1": "9",
"addressLine2": "Rue Simart",
"countryCode": "FR"
}
},
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"productsAndServices": [
{
"productCode": "P",
"localProductCode": "P"
}
],
"payerCountryCode": "SG",
"plannedShippingDateAndTime": "2022-11-20T13:00:00GMT+00:00",
"unitOfMeasurement": "metric",
"isCustomsDeclarable": true,
"monetaryAmount": [
{
"typeCode": "declaredValue",
"value": 100,
"currency": "SGD"
}
],
"estimatedDeliveryDate": {
"isRequested": true,
"typeCode": "QDDC"
},
"getAdditionalInformation": [
{
"typeCode": "allValueAddedServices",
"isRequested": true
}
],
"returnStandardProductsOnly": false,
"nextBusinessDay": true,
"productTypeCode": "all",
"packages": [
{
"typeCode": "3BX",
"weight": 1,
"dimensions": {
"length": 10,
"width": 20,
"height": 30
}
}
]
}{
"products": [
{
"productName": "EXPRESS WORLDWIDE NONDOC",
"productCode": "P",
"localProductCode": "P",
"localProductCountryCode": "SG",
"networkTypeCode": "TD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 1.2,
"provided": 1.5,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 157.95
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 157.95
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"price": 182.84
}
],
"totalPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 130
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 130
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 150.49
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 130,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 130
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.27,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.27
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 27.68,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 27.68
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 130,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 130
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.27,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.27
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 27.68,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 27.68
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 150.49,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 150.49
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.31,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.31
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 32.04,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 32.04
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2022-11-21T19:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "21:00:00",
"pickupCutoffSameDayOutboundProcessing": "21:00:00",
"originServiceAreaCode": "SIN",
"originFacilityAreaCode": "ESC",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2022-11-24T23:59:00",
"destinationServiceAreaCode": "CDG",
"destinationFacilityAreaCode": "GVL",
"deliveryAdditionalDays": 0,
"deliveryDayOfWeek": 4,
"totalTransitDays": 3
},
"pricingDate": "2022-12-21"
}
],
"exchangeRates": [
{
"currentExchangeRate": 1.157608,
"currency": "GBP",
"baseCurrency": "EUR"
}
]
}{
"instance": "/expressapi/rates",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/rates",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "veniam cupidatat" |
{
"customerDetails": {
"shipperDetails": {
"postalCode": "90011",
"cityName": "LOS ANGELES",
"countryCode": "US"
},
"receiverDetails": {
"postalCode": "1021",
"cityName": "MELBOURNE",
"countryCode": "AU"
}
},
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"productCode": "P",
"localProductCode": "P",
"unitOfMeasurement": "metric",
"currencyCode": "AUD",
"isCustomsDeclarable": true,
"isDTPRequested": true,
"isInsuranceRequested": false,
"getCostBreakdown": true,
"charges": [
{
"typeCode": "insurance",
"amount": 10,
"currencyCode": "AUD"
}
],
"shipmentPurpose": "personal",
"transportationMode": "air",
"merchantSelectedCarrierName": "DHL",
"packages": [
{
"typeCode": "3BX",
"weight": 1,
"dimensions": {
"length": 25,
"width": 35,
"height": 15
}
}
],
"items": [
{
"number": 1,
"name": "KNITWEAR COTTON",
"description": "KNITWEAR 100% COTTON REDUCTION PRICE FALL COLLECTION",
"manufacturerCountry": "US",
"partNumber": "12345555",
"quantity": 2,
"quantityType": "prt",
"unitPrice": 2500,
"unitPriceCurrencyCode": "AUD",
"customsValue": 20,
"customsValueCurrencyCode": "AUD",
"commodityCode": "640391",
"weight": 5,
"weightUnitOfMeasurement": "metric",
"category": "201",
"brand": "SHOE 1",
"goodsCharacteristics": [
{
"typeCode": "IMPORTER",
"value": "Registered"
}
],
"additionalQuantityDefinitions": [
{
"typeCode": "DPR",
"amount": 2
}
],
"estimatedTariffRateType": "highest_rate"
}
],
"getTariffFormula": true,
"getQuotationID": false
}{
"products": [
{
"totalPrice": [
{
"priceCurrency": "AUD",
"price": 6078.22
}
],
"detailedPriceBreakdown": [
{
"priceCurrency": "AUD",
"breakdown": [
{
"name": "SINSV",
"price": 10,
"priceCurrency": "AUD"
},
{
"name": "MACHG",
"price": 0,
"priceCurrency": "AUD"
},
{
"name": "SCUSV",
"price": 5000,
"priceCurrency": "AUD"
},
{
"name": "SPRQN",
"price": 204.19,
"priceCurrency": "GBP"
},
{
"name": "STSCH",
"price": 106.09,
"priceCurrency": "AUD"
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"price": 5.4,
"priceCurrency": "GBP"
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"price": 44.54,
"priceCurrency": "GBP"
},
{
"name": "Duty Tax Paid",
"serviceCode": "DD",
"price": 15,
"priceCurrency": "EUR"
},
{
"name": "TOTAL DUTIES",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD"
},
{
"name": "TOTAL TAXES",
"typeCode": "TAX",
"price": 534.92,
"priceCurrency": "AUD"
},
{
"name": "TOTAL FEES",
"typeCode": "FEE",
"price": 88,
"priceCurrency": "AUD"
},
{
"name": "IMPORT_PROCESSING_CHARGE",
"typeCode": "FEE",
"price": 50,
"priceCurrency": "AUD",
"tariffRateFormula": "AUD 50"
},
{
"name": "IDCA",
"typeCode": "FEE",
"price": 38,
"priceCurrency": "AUD",
"tariffRateFormula": "AUD 38"
}
]
}
],
"items": [
{
"number": 1,
"breakdown": [
{
"name": "CIF",
"price": 5349.21,
"priceCurrency": "AUD",
"tariffRateFormula": "COST + INSURANCE + FREIGHT"
},
{
"name": "ADDITIONAL_DUTY",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD",
"tariffRateFormula": "(COST * 0)"
},
{
"name": "DUTY",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD",
"tariffRateFormula": "(COST * 0)"
},
{
"name": "GST",
"typeCode": "TAX",
"price": 534.92,
"priceCurrency": "AUD",
"tariffRateFormula": "(0.1 * (CIF + DUTY + WINE_EQUALISATION_TAX + ADDITIONAL_DUTY))"
}
]
}
]
}
],
"warnings": [
"200203: #/items/number:1/ The provided HS code is not a valid full Import HS code. Ballpark landed cost is estimated using the provided 6-digit HS Code."
]
}{
"instance": "/expressapi/landedcost",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/landedcost",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
originCountryCode* | CZ |
originPostalCode | 14800 |
originCityName* | Prague |
destinationCountryCode* | CZ |
destinationPostalCode | 14800 |
destinationCityName* | Prague |
weight* | 5 |
length* | 15 |
width* | 10 |
height* | 5 |
plannedShippingDate* | 2020-02-26 |
isCustomsDeclarable* | false |
unitOfMeasurement* | metric |
nextBusinessDay | false |
strictValidation | false |
getAllValueAddedServices | false |
requestEstimatedDeliveryDate | true |
estimatedDeliveryDateType | QDDF |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ut est consectetur voluptate amet" |
{
"products": [
{
"productName": "DHL PARCEL CONNECT",
"productCode": "P",
"localProductCode": "P",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 1.5,
"provided": 5,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "SAT",
"localServiceCode": "EXP",
"typeCode": "GLOBALMAIL BUSINESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "1200",
"localServiceCode": "WY",
"typeCode": "GLOBALMAIL PARCEL",
"serviceTypeCode": "LF",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS 12:00",
"serviceCode": "PLT",
"localServiceCode": "AB",
"typeCode": "ECONOMY SELECT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "0900"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "PLT"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "DOM"
}
]
}
]
},
{
"dependentServiceCode": "PLT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "SAT"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "0900"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "AB"
}
]
}
]
},
{
"dependentServiceCode": "1200",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "0900"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "PLT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "PZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2019-09-18T15:00:00",
"pickupEarliest": "11:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "14:00:00",
"originServiceAreaCode": "ORD",
"originFacilityAreaCode": "MI8",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2025-12-05T13:00:00",
"destinationServiceAreaCode": "LHR",
"destinationFacilityAreaCode": "JF6",
"deliveryAdditionalDays": 2,
"deliveryDayOfWeek": 6,
"totalTransitDays": 2
}
}
],
"warnings": [
"Remote area surcharge applies",
"Address verification required",
"Customs clearance delay",
"Restricted items detected"
]
}{
"instance": "/expressapi/products",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/products",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
trackingView | all |
levelOfDetail | all |
requestControlledAccessDataCodes | false |
requestGMTOffsetPerEvent | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Accept-Language | "eng" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "occaecat do" |
{
"shipments": [
{
"shipmentTrackingNumber": "1234567890",
"status": "Success",
"shipmentTimestamp": "2023-08-09T13:42:48",
"productCode": "P",
"description": "BUSHING",
"shipperDetails": {
"name": "",
"postalAddress": {
"cityName": "",
"postalCode": "",
"provinceCode": "",
"countryCode": "AU"
},
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
"receiverDetails": {
"name": "",
"postalAddress": {
"cityName": "",
"postalCode": "",
"countryCode": "NZ"
},
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ",
"facilityCode": "PMR"
}
]
},
"totalWeight": 0.99,
"unitOfMeasurements": "metric",
"events": [
{
"date": "2023-08-09",
"time": "13:56:21",
"typeCode": "PU",
"description": "Shipment picked up",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "18:47:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "19:40:02",
"typeCode": "PL",
"description": "Processed at- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "21:28:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
],
"remarks": [
{
"value": "The shipment is on its way to the destination.",
"details": "Please continue to monitor the progress online. If you are the consignee and would like to change your delivery preference, please visit https://delivery.dhl.com."
}
]
},
{
"date": "2023-08-09",
"time": "21:49:12",
"typeCode": "RR",
"description": "Customs clearance status updated. Note - The Customs clearance process may start while the shipment is in transit to the destination. ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-09",
"time": "22:35:34",
"typeCode": "RR",
"description": "Customs clearance status updated. Note - The Customs clearance process may start while the shipment is in transit to the destination. ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "Shipment has been given a release status by Customs.",
"details": "Unless there is an adhoc physical examination or a stop by another regulatory authority the shipment will proceed to DHL delivery facility. Please continue to monitor the progress online."
}
]
},
{
"date": "2023-08-10",
"time": "04:09:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "04:18:00",
"typeCode": "CR",
"description": "Clearance processing complete at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:15",
"typeCode": "PL",
"description": "Processed at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "The shipment is on its way to the destination.",
"details": "Please continue to monitor the progress online. If you are the consignee and would like to change your delivery preference, please visit https://delivery.dhl.com."
}
]
},
{
"date": "2023-08-10",
"time": "09:50:00",
"typeCode": "AR",
"description": "Arrived at DHL Delivery Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "10:50:14",
"typeCode": "WC",
"description": "Shipment is out with courier for delivery",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "Shipment is taken out for delivery",
"details": "Expect delivery today"
}
]
},
{
"date": "2023-08-10",
"time": "11:59:23",
"typeCode": "OK",
"description": "Delivered : ALBY H",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"signedBy": ""
}
],
"numberOfPieces": 1,
"pieces": [
{
"number": 1,
"typeCode": "SMF",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "JD012345678901234567",
"weight": 3,
"actualWeight": 0.99,
"dimensions": {
"length": 40,
"width": 30,
"height": 1
},
"actualDimensions": {},
"unitOfMeasurements": "metric",
"events": [
{
"date": "2023-08-09",
"time": "13:56:21",
"typeCode": "PU",
"description": "Shipment picked up",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "18:47:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "19:40:02",
"typeCode": "PL",
"description": "Processed at- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "21:28:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-10",
"time": "04:09:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:15",
"typeCode": "PL",
"description": "Processed at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "09:50:00",
"typeCode": "AR",
"description": "Arrived at DHL Delivery Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "10:50:14",
"typeCode": "WC",
"description": "Shipment is out with courier for delivery",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "11:59:23",
"typeCode": "OK",
"description": "Delivered : ALBY H",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
}
]
}
],
"estimatedDeliveryDate": "2023-08-11T23:59:00"
}
]
}{
"instance": "/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment",
"detail": "Parameters not having correct format: trackingView (valid parameters for trackingView are [last-checkpoint, all-checkpoints, bbx-children, advance-shipment, shipment-details-only]",
"title": "Wrong format",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment",
"detail": "No data found",
"title": "Not data found",
"message": "Not data found",
"status": "404"
}| Query Parameter Name | Example |
|---|---|
shipmentTrackingNumber | 9356579890 |
pieceTrackingNumber | ["aliquip deserunt adipisicing Duis","in","ipsum elit","pariatur","voluptate cillum deserunt eu esse","do consectetur culpa anim","officia cupidatat laborum ea occaecat","reprehenderit exercitation minim fugiat ut","aute do fugiat anim","tempor minim aliqua do consequat"] |
shipmentReference | CustomerReference1 |
shipmentReferenceType | CU |
shipperAccountNumber | 123456789 |
dateRangeFrom | 2020-05-01 |
dateRangeTo | 2020-06-01 |
trackingView | all |
levelOfDetail | all |
requestControlledAccessDataCodes | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Accept-Language | "eng" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "id" |
{
"shipments": [
{
"shipmentTrackingNumber": "7890123456",
"status": "Pending",
"shipmentTimestamp": "2025-10-19T22:05:55",
"productCode": "U",
"description": "Clothing Items",
"shipperDetails": {
"name": "Linda Rodriguez",
"postalAddress": {
"cityName": "Los Angeles",
"countyName": "Kings County",
"postalCode": "78205",
"provinceCode": "OH",
"countryCode": "JP"
},
"serviceArea": [
{
"code": "VWX",
"description": "Clothing Items",
"outboundSortCode": "OSC123"
},
{
"code": "FGH",
"description": "Food Items",
"outboundSortCode": "OSC567"
},
{
"code": "CDE",
"description": "Medical Supplies",
"outboundSortCode": "OSC456"
},
{
"code": "ABC",
"description": "Spare Parts",
"outboundSortCode": "OSC456"
},
{
"code": "VWX",
"description": "Gifts",
"outboundSortCode": "OSC123"
}
]
},
"receiverDetails": {
"name": "Christopher Williams",
"postalAddress": {
"cityName": "Philadelphia",
"countyName": "Santa Clara County",
"postalCode": "77001",
"provinceCode": "AZ",
"countryCode": "US"
},
"serviceArea": [
{
"code": "PQR",
"description": "Clothing Items",
"facilityCode": "FC3",
"inboundSortCode": "ISC901"
},
{
"code": "CDE",
"description": "Cosmetics",
"facilityCode": "FC1",
"inboundSortCode": "ISC901"
},
{
"code": "CDE",
"description": "Spare Parts",
"facilityCode": "FC3",
"inboundSortCode": "ISC890"
},
{
"code": "PQR",
"description": "Medical Supplies",
"facilityCode": "WH5",
"inboundSortCode": "ISC123"
},
{
"code": "JKL",
"description": "Cosmetics",
"facilityCode": "WH1",
"inboundSortCode": "ISC678"
}
]
},
"totalWeight": 15.5,
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "ynDfhIFljR",
"typeCode": "CU"
},
{
"value": "7b9XslaDP5",
"typeCode": "CU"
},
{
"value": "d5QPQjtUbq",
"typeCode": "CU"
},
{
"value": "Zlpohaq3us",
"typeCode": "CU"
},
{
"value": "Vn1ZIOc3dE",
"typeCode": "CU"
},
{
"value": "hbTBnuR676",
"typeCode": "CU"
},
{
"value": "ZfFOIxntY0",
"typeCode": "CU"
},
{
"value": "b9PRPpg1I9",
"typeCode": "CU"
},
{
"value": "mM54Cp2kde",
"typeCode": "CU"
},
{
"value": "yJ3dQtGJiq",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-26",
"time": "20:45:00",
"GMTOffset": "+00:00",
"typeCode": "MW",
"description": "Food Items",
"serviceArea": [
{
"code": "FGH",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "ABC",
"description": "Food Items"
},
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "FGH",
"description": "Spare Parts"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-03",
"time": "20:45:00",
"GMTOffset": "+09:00",
"typeCode": "AR",
"description": "Documents",
"serviceArea": [
{
"code": "BSA",
"description": "Cosmetics"
},
{
"code": "CDE",
"description": "Gifts"
},
{
"code": "FGH",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Books"
},
{
"code": "STU",
"description": "Electronics Goods"
}
],
"signedBy": "Olivia Gray"
}
],
"numberOfPieces": 10,
"pieces": [
{
"number": 5,
"typeCode": "DP",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN234567890",
"description": "Cosmetics",
"weight": 25.8,
"dimensionalWeight": 0.8,
"actualWeight": 26.4,
"dimensions": {
"length": 10,
"width": 10,
"height": 50
},
"actualDimensions": {
"length": 40,
"width": 10,
"height": 20
},
"unitOfMeasurements": "oz",
"shipperReferences": [
{
"value": "MxSWPOFizU",
"typeCode": "CU"
},
{
"value": "YK9y4aE4WQ",
"typeCode": "CU"
},
{
"value": "6w2BHSOQFj",
"typeCode": "CU"
},
{
"value": "w7yEmA1S9w",
"typeCode": "CU"
},
{
"value": "K7fdccRvf9",
"typeCode": "CU"
},
{
"value": "aejM8iDHia",
"typeCode": "CU"
},
{
"value": "ZOwu9Ylzat",
"typeCode": "CU"
},
{
"value": "TjQM5kGf9c",
"typeCode": "CU"
},
{
"value": "wi0APUbhp7",
"typeCode": "CU"
},
{
"value": "gF5dgDtSui",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-28",
"GMTOffset": "+01:00",
"time": "08:00:00",
"typeCode": "PU",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "BSA",
"description": "Shipment Description"
},
{
"code": "PQR",
"description": "Spare Parts"
},
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "ABC",
"description": "Electronics Goods"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-26",
"GMTOffset": "-01:00",
"time": "22:15:00",
"typeCode": "MW",
"description": "Spare Parts",
"serviceArea": [
{
"code": "CDE",
"description": "Cosmetics"
},
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "FGH",
"description": "Clothing Items"
}
],
"signedBy": "Olivia Gray"
},
{
"date": "2025-12-03",
"GMTOffset": "-02:00",
"time": "02:30:00",
"typeCode": "MW",
"description": "Food Items",
"serviceArea": [
{
"code": "YZW",
"description": "Clothing Items"
}
],
"signedBy": "Alice Green"
}
]
},
{
"number": 1,
"typeCode": "DL",
"shipmentTrackingNumber": "6789012345",
"trackingNumber": "TN234567890",
"description": "Gifts",
"weight": 30.9,
"dimensionalWeight": 3.2,
"actualWeight": 0.6,
"dimensions": {
"length": 50,
"width": 80,
"height": 80
},
"actualDimensions": {
"length": 20,
"width": 40,
"height": 10
},
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "hlFuUUcurc",
"typeCode": "CU"
},
{
"value": "4AQ2dERGnb",
"typeCode": "CU"
},
{
"value": "xIlfwZ5uXK",
"typeCode": "CU"
},
{
"value": "1Be8IZbqlx",
"typeCode": "CU"
},
{
"value": "InVMtwAnb6",
"typeCode": "CU"
},
{
"value": "HFv0HuVdMY",
"typeCode": "CU"
},
{
"value": "CSYk9ko28h",
"typeCode": "CU"
},
{
"value": "tLGyGdYb2R",
"typeCode": "CU"
},
{
"value": "ocL9RmlfcD",
"typeCode": "CU"
},
{
"value": "9X70AoOwjp",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-04",
"GMTOffset": "-01:00",
"time": "22:15:00",
"typeCode": "CC",
"description": "Food Items",
"serviceArea": [
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "VWX",
"description": "Electronics Goods"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-27",
"GMTOffset": "+05:30",
"time": "02:30:00",
"typeCode": "DL",
"description": "Gifts",
"serviceArea": [
{
"code": "FGH",
"description": "Gifts"
},
{
"code": "PQR",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Books"
},
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "FGH",
"description": "Shipment Description"
}
],
"signedBy": "Sophia Pink"
}
]
}
],
"estimatedDeliveryDate": "2025-12-12",
"childrenShipmentIdentificationNumbers": [
"CSN234567890",
"CSN789012345",
"CSN345678901",
"CSN890123456",
"CSN567890123"
],
"controlledAccessDataCodes": [
"PAYMENT",
"SIGN_NM",
"SVP_URL",
"SHIP_DATE"
]
},
{
"shipmentTrackingNumber": "7654321098",
"status": "In Transit",
"shipmentTimestamp": "2020-11-20T02:00:10",
"productCode": "U",
"description": "Medical Supplies",
"shipperDetails": {
"name": "Linda Rodriguez",
"postalAddress": {
"cityName": "Chicago",
"countyName": "Bexar County",
"postalCode": "78205",
"provinceCode": "OH",
"countryCode": "AU"
},
"serviceArea": [
{
"code": "STU",
"description": "Clothing Items",
"outboundSortCode": "OSC345"
}
]
},
"receiverDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Philadelphia",
"countyName": "Los Angeles County",
"postalCode": "95113",
"provinceCode": "NY",
"countryCode": "JP"
},
"serviceArea": [
{
"code": "PQR",
"description": "Documents",
"facilityCode": "WH5",
"inboundSortCode": "ISC123"
}
]
},
"totalWeight": 8.3,
"unitOfMeasurements": "imperial",
"shipperReferences": [
{
"value": "sbRS6rK4JG",
"typeCode": "CU"
},
{
"value": "ITpmL8vAnR",
"typeCode": "CU"
},
{
"value": "CoPnA4pt6n",
"typeCode": "CU"
},
{
"value": "ZMdA7qbt89",
"typeCode": "CU"
},
{
"value": "ZmF4fQpc8n",
"typeCode": "CU"
},
{
"value": "75NGUm6xag",
"typeCode": "CU"
},
{
"value": "0krwWWB5BX",
"typeCode": "CU"
},
{
"value": "APqDHulEk2",
"typeCode": "CU"
},
{
"value": "v1Y8II4jyH",
"typeCode": "CU"
},
{
"value": "MuMvc2VsPE",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-29",
"time": "10:30:00",
"GMTOffset": "+10:00",
"typeCode": "DL",
"description": "Shipment Description",
"serviceArea": [
{
"code": "YZW",
"description": "Documents"
},
{
"code": "YZW",
"description": "Cosmetics"
},
{
"code": "JKL",
"description": "Gifts"
},
{
"code": "YZW",
"description": "Clothing Items"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-29",
"time": "16:00:00",
"GMTOffset": "+01:00",
"typeCode": "OD",
"description": "Spare Parts",
"serviceArea": [
{
"code": "CDE",
"description": "Cosmetics"
},
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "JKL",
"description": "Gifts"
},
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "BSA",
"description": "Cosmetics"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-28",
"time": "22:15:00",
"GMTOffset": "-08:00",
"typeCode": "OD",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "CDE",
"description": "Books"
}
],
"signedBy": "Alice Green"
}
],
"numberOfPieces": 6,
"pieces": [
{
"number": 2,
"typeCode": "OD",
"shipmentTrackingNumber": "7890123456",
"trackingNumber": "TN890123456",
"description": "Shipment Description",
"weight": 1.2,
"dimensionalWeight": 0.8,
"actualWeight": 26.4,
"dimensions": {
"length": 100,
"width": 90,
"height": 40
},
"actualDimensions": {
"length": 50,
"width": 10,
"height": 20
},
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "LA0cXDfyN8",
"typeCode": "CU"
},
{
"value": "9a5p3rSMI0",
"typeCode": "CU"
},
{
"value": "o3RIOiXUli",
"typeCode": "CU"
},
{
"value": "cZuxzlOYKX",
"typeCode": "CU"
},
{
"value": "l8jqhVphJ9",
"typeCode": "CU"
},
{
"value": "Wyq3mcTOG6",
"typeCode": "CU"
},
{
"value": "Jwtw2e38uQ",
"typeCode": "CU"
},
{
"value": "Hk1t538kNO",
"typeCode": "CU"
},
{
"value": "bqaQSZOmQU",
"typeCode": "CU"
},
{
"value": "yTrjpVWOlM",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-27",
"GMTOffset": "+01:00",
"time": "14:15:00",
"typeCode": "AR",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "ABC",
"description": "Electronics Goods"
},
{
"code": "BSA",
"description": "Books"
},
{
"code": "BSA",
"description": "Food Items"
},
{
"code": "ABC",
"description": "Food Items"
},
{
"code": "YZW",
"description": "Medical Supplies"
}
],
"signedBy": "Sophia Pink"
},
{
"date": "2025-11-29",
"GMTOffset": "+10:00",
"time": "14:15:00",
"typeCode": "PU",
"description": "Clothing Items",
"serviceArea": [
{
"code": "FGH",
"description": "Books"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-11-26",
"GMTOffset": "-01:00",
"time": "18:30:00",
"typeCode": "CC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "CDE",
"description": "Books"
},
{
"code": "CDE",
"description": "Books"
},
{
"code": "BSA",
"description": "Shipment Description"
}
],
"signedBy": "Jane Smith"
}
]
},
{
"number": 9,
"typeCode": "DC",
"shipmentTrackingNumber": "4321098765",
"trackingNumber": "TN345678901",
"description": "Food Items",
"weight": 25.8,
"dimensionalWeight": 12.5,
"actualWeight": 0.6,
"dimensions": {
"length": 90,
"width": 30,
"height": 10
},
"actualDimensions": {
"length": 50,
"width": 50,
"height": 80
},
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "T0ZVuFEBvD",
"typeCode": "CU"
},
{
"value": "pspiZIVCIP",
"typeCode": "CU"
},
{
"value": "ZqhycXtI0X",
"typeCode": "CU"
},
{
"value": "sSbNKSl6J3",
"typeCode": "CU"
},
{
"value": "kJ0sNHb98G",
"typeCode": "CU"
},
{
"value": "CiKvVE6Ofb",
"typeCode": "CU"
},
{
"value": "9lyQ4EYUEK",
"typeCode": "CU"
},
{
"value": "zZhsHmcsOP",
"typeCode": "CU"
},
{
"value": "clJxX3nWbC",
"typeCode": "CU"
},
{
"value": "t2znkPVaTj",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-26",
"GMTOffset": "+00:00",
"time": "08:00:00",
"typeCode": "MW",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "YZW",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Books"
},
{
"code": "STU",
"description": "Gifts"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-02",
"GMTOffset": "-01:00",
"time": "08:00:00",
"typeCode": "AR",
"description": "Gifts",
"serviceArea": [
{
"code": "PQR",
"description": "Gifts"
},
{
"code": "MNO",
"description": "Documents"
},
{
"code": "MNO",
"description": "Shipment Description"
},
{
"code": "FGH",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-30",
"GMTOffset": "+01:00",
"time": "22:15:00",
"typeCode": "CC",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "ABC",
"description": "Food Items"
},
{
"code": "VWX",
"description": "Documents"
},
{
"code": "STU",
"description": "Electronics Goods"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-30",
"GMTOffset": "+10:00",
"time": "00:00:00",
"typeCode": "RT",
"description": "Shipment Description",
"serviceArea": [
{
"code": "BSA",
"description": "Medical Supplies"
},
{
"code": "YZW",
"description": "Gifts"
},
{
"code": "JKL",
"description": "Gifts"
}
],
"signedBy": "Sophia Pink"
},
{
"date": "2025-11-26",
"GMTOffset": "-08:00",
"time": "02:30:00",
"typeCode": "AR",
"description": "Books",
"serviceArea": [
{
"code": "JKL",
"description": "Gifts"
},
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "JKL",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Cosmetics"
},
{
"code": "FGH",
"description": "Shipment Description"
}
],
"signedBy": "Olivia Gray"
}
]
},
{
"number": 3,
"typeCode": "RT",
"shipmentTrackingNumber": "5678901234",
"trackingNumber": "TN234567890",
"description": "Gifts",
"weight": 20.2,
"dimensionalWeight": 3.2,
"actualWeight": 0.6,
"dimensions": {
"length": 80,
"width": 20,
"height": 10
},
"actualDimensions": {
"length": 10,
"width": 50,
"height": 50
},
"unitOfMeasurements": "g",
"shipperReferences": [
{
"value": "FGzwckAo88",
"typeCode": "CU"
},
{
"value": "7NEOjruiLN",
"typeCode": "CU"
},
{
"value": "AxK0v1rZYd",
"typeCode": "CU"
},
{
"value": "ggnRbFUe0Q",
"typeCode": "CU"
},
{
"value": "s2T1jZ0Icr",
"typeCode": "CU"
},
{
"value": "FEIWk67qR7",
"typeCode": "CU"
},
{
"value": "P2hNVUiX4Q",
"typeCode": "CU"
},
{
"value": "XEwtABQIGm",
"typeCode": "CU"
},
{
"value": "0liUGFo5F1",
"typeCode": "CU"
},
{
"value": "o98IL514Wc",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-28",
"GMTOffset": "+00:00",
"time": "16:00:00",
"typeCode": "DC",
"description": "Cosmetics",
"serviceArea": [
{
"code": "BSA",
"description": "Cosmetics"
},
{
"code": "BSA",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Documents"
}
],
"signedBy": "Daniel Red"
}
]
},
{
"number": 10,
"typeCode": "PU",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "TN123456789",
"description": "Spare Parts",
"weight": 5.1,
"dimensionalWeight": 12.5,
"actualWeight": 11.2,
"dimensions": {
"length": 20,
"width": 50,
"height": 40
},
"actualDimensions": {
"length": 70,
"width": 60,
"height": 40
},
"unitOfMeasurements": "ft",
"shipperReferences": [
{
"value": "FZdoVszjsX",
"typeCode": "CU"
},
{
"value": "JSxEzs9QQQ",
"typeCode": "CU"
},
{
"value": "8l7NgMEu0h",
"typeCode": "CU"
},
{
"value": "4riZmEf8Df",
"typeCode": "CU"
},
{
"value": "1xKusu0zJS",
"typeCode": "CU"
},
{
"value": "OXzIzCyzjl",
"typeCode": "CU"
},
{
"value": "Zg5vxhYeOI",
"typeCode": "CU"
},
{
"value": "fXJtRo02hE",
"typeCode": "CU"
},
{
"value": "c7wKM9U1dh",
"typeCode": "CU"
},
{
"value": "5C4z7FRLjH",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-02",
"GMTOffset": "+02:00",
"time": "18:30:00",
"typeCode": "AR",
"description": "Clothing Items",
"serviceArea": [
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "STU",
"description": "Shipment Description"
},
{
"code": "JKL",
"description": "Cosmetics"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-30",
"GMTOffset": "+01:00",
"time": "08:00:00",
"typeCode": "DL",
"description": "Gifts",
"serviceArea": [
{
"code": "ABC",
"description": "Cosmetics"
},
{
"code": "STU",
"description": "Food Items"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-11-26",
"GMTOffset": "-02:00",
"time": "18:30:00",
"typeCode": "HL",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "FGH",
"description": "Food Items"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-27",
"GMTOffset": "+10:00",
"time": "16:00:00",
"typeCode": "CC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "FGH",
"description": "Documents"
}
],
"signedBy": "Jane Smith"
}
]
}
],
"estimatedDeliveryDate": "2025-12-03",
"childrenShipmentIdentificationNumbers": [
"CSN678901234",
"CSN456789012",
"CSN567890123",
"CSN890123456"
],
"controlledAccessDataCodes": [
"PAYMENT",
"SVC_LVL",
"SVP_FAC",
"CNSGN_CTY"
]
},
{
"shipmentTrackingNumber": "7654321098",
"status": "Pending",
"shipmentTimestamp": "2022-07-16T12:45:15",
"productCode": "S",
"description": "Medical Supplies",
"shipperDetails": {
"name": "Jennifer Wilson",
"postalAddress": {
"cityName": "Philadelphia",
"countyName": "Kings County",
"postalCode": "75201",
"provinceCode": "FL",
"countryCode": "DE"
},
"serviceArea": [
{
"code": "ABC",
"description": "Shipment Description",
"outboundSortCode": "OSC012"
},
{
"code": "JKL",
"description": "Electronics Goods",
"outboundSortCode": "OSC789"
}
]
},
"receiverDetails": {
"name": "Barbara Martinez",
"postalAddress": {
"cityName": "San Antonio",
"countyName": "Harris County",
"postalCode": "78205",
"provinceCode": "NY",
"countryCode": "US"
},
"serviceArea": [
{
"code": "MNO",
"description": "Gifts",
"facilityCode": "FC4",
"inboundSortCode": "ISC456"
},
{
"code": "VWX",
"description": "Books",
"facilityCode": "WH1",
"inboundSortCode": "ISC123"
},
{
"code": "VWX",
"description": "Gifts",
"facilityCode": "facil area",
"inboundSortCode": "ISC456"
}
]
},
"totalWeight": 2.7,
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "iouj37RQjj",
"typeCode": "CU"
},
{
"value": "wt0W3Xl6Ns",
"typeCode": "CU"
},
{
"value": "qLMRQmfe1u",
"typeCode": "CU"
},
{
"value": "0tPameBjlZ",
"typeCode": "CU"
},
{
"value": "BxBOtWSYCs",
"typeCode": "CU"
},
{
"value": "vwuEMfoQne",
"typeCode": "CU"
},
{
"value": "fyFUdCNf0h",
"typeCode": "CU"
},
{
"value": "lIeA4IdBM9",
"typeCode": "CU"
},
{
"value": "0bEQ0jtYa2",
"typeCode": "CU"
},
{
"value": "oMpgcZBGKQ",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-27",
"time": "14:15:00",
"GMTOffset": "-05:00",
"typeCode": "OD",
"description": "Food Items",
"serviceArea": [
{
"code": "VWX",
"description": "Cosmetics"
},
{
"code": "STU",
"description": "Gifts"
},
{
"code": "PQR",
"description": "Cosmetics"
},
{
"code": "FGH",
"description": "Electronics Goods"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-12-02",
"time": "10:30:00",
"GMTOffset": "+09:00",
"typeCode": "PU",
"description": "Shipment Description",
"serviceArea": [
{
"code": "JKL",
"description": "Medical Supplies"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-26",
"time": "18:30:00",
"GMTOffset": "+09:00",
"typeCode": "PU",
"description": "Books",
"serviceArea": [
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "PQR",
"description": "Gifts"
},
{
"code": "FGH",
"description": "Electronics Goods"
}
],
"signedBy": "Sophia Pink"
},
{
"date": "2025-12-04",
"time": "14:15:00",
"GMTOffset": "+09:00",
"typeCode": "CC",
"description": "Clothing Items",
"serviceArea": [
{
"code": "MNO",
"description": "Medical Supplies"
},
{
"code": "ABC",
"description": "Clothing Items"
},
{
"code": "ABC",
"description": "Electronics Goods"
}
],
"signedBy": "Daniel Red"
}
],
"numberOfPieces": 1,
"pieces": [
{
"number": 6,
"typeCode": "HL",
"shipmentTrackingNumber": "6789012345",
"trackingNumber": "TN345678901",
"description": "Spare Parts",
"weight": 15.5,
"dimensionalWeight": 33.4,
"actualWeight": 11.2,
"dimensions": {
"length": 70,
"width": 20,
"height": 50
},
"actualDimensions": {
"length": 100,
"width": 100,
"height": 50
},
"unitOfMeasurements": "g",
"shipperReferences": [
{
"value": "UPbi8YsnpZ",
"typeCode": "CU"
},
{
"value": "CGrfozGkLE",
"typeCode": "CU"
},
{
"value": "Rhma0v64IF",
"typeCode": "CU"
},
{
"value": "V0OpSXRWeM",
"typeCode": "CU"
},
{
"value": "huyPF2NaC3",
"typeCode": "CU"
},
{
"value": "cYMKL2q65w",
"typeCode": "CU"
},
{
"value": "2cPubONcVs",
"typeCode": "CU"
},
{
"value": "arefQKVMER",
"typeCode": "CU"
},
{
"value": "moCZAKdD64",
"typeCode": "CU"
},
{
"value": "FeWRsHuClb",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "+05:30",
"time": "10:30:00",
"typeCode": "HL",
"description": "Books",
"serviceArea": [
{
"code": "PQR",
"description": "Documents"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-29",
"GMTOffset": "+01:00",
"time": "18:30:00",
"typeCode": "RT",
"description": "Spare Parts",
"serviceArea": [
{
"code": "CDE",
"description": "Books"
},
{
"code": "CDE",
"description": "Cosmetics"
}
],
"signedBy": "John Doe"
}
]
},
{
"number": 3,
"typeCode": "AR",
"shipmentTrackingNumber": "5678901234",
"trackingNumber": "TN234567890",
"description": "Gifts",
"weight": 25.8,
"dimensionalWeight": 9.1,
"actualWeight": 5.5,
"dimensions": {
"length": 70,
"width": 80,
"height": 100
},
"actualDimensions": {
"length": 60,
"width": 90,
"height": 70
},
"unitOfMeasurements": "ft",
"shipperReferences": [
{
"value": "4VxaViE1Qz",
"typeCode": "CU"
},
{
"value": "xOcqniS6LG",
"typeCode": "CU"
},
{
"value": "Elx1SbQ0TG",
"typeCode": "CU"
},
{
"value": "fFe9ivOj8R",
"typeCode": "CU"
},
{
"value": "a6QjcAc2jh",
"typeCode": "CU"
},
{
"value": "CrZIhXl1vN",
"typeCode": "CU"
},
{
"value": "xCaDkai129",
"typeCode": "CU"
},
{
"value": "BJua8WCvV7",
"typeCode": "CU"
},
{
"value": "r7sXOcGXEh",
"typeCode": "CU"
},
{
"value": "CvL3q4gMxE",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-04",
"GMTOffset": "+02:00",
"time": "12:45:00",
"typeCode": "OD",
"description": "Clothing Items",
"serviceArea": [
{
"code": "PQR",
"description": "Shipment Description"
},
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "PQR",
"description": "Clothing Items"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-27",
"GMTOffset": "+05:30",
"time": "00:00:00",
"typeCode": "DP",
"description": "Documents",
"serviceArea": [
{
"code": "STU",
"description": "Shipment Description"
}
],
"signedBy": "Olivia Gray"
}
]
},
{
"number": 9,
"typeCode": "OD",
"shipmentTrackingNumber": "7654321098",
"trackingNumber": "TN123456789",
"description": "Books",
"weight": 20.2,
"dimensionalWeight": 33.4,
"actualWeight": 31.7,
"dimensions": {
"length": 100,
"width": 10,
"height": 90
},
"actualDimensions": {
"length": 40,
"width": 30,
"height": 40
},
"unitOfMeasurements": "ft",
"shipperReferences": [
{
"value": "V6aTwWweJj",
"typeCode": "CU"
},
{
"value": "rYIJ7wVy87",
"typeCode": "CU"
},
{
"value": "Qn1Um5fS4o",
"typeCode": "CU"
},
{
"value": "Go7KaLXCFn",
"typeCode": "CU"
},
{
"value": "xw7YSENgIm",
"typeCode": "CU"
},
{
"value": "u9MQp8lIBI",
"typeCode": "CU"
},
{
"value": "Tm7ZVy3jgc",
"typeCode": "CU"
},
{
"value": "zXVn2ND6jn",
"typeCode": "CU"
},
{
"value": "vuC8KClcl5",
"typeCode": "CU"
},
{
"value": "ON60zMJFiI",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "+02:00",
"time": "18:30:00",
"typeCode": "HL",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "JKL",
"description": "Cosmetics"
},
{
"code": "PQR",
"description": "Electronics Goods"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-04",
"GMTOffset": "+05:30",
"time": "08:00:00",
"typeCode": "DC",
"description": "Cosmetics",
"serviceArea": [
{
"code": "VWX",
"description": "Medical Supplies"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-27",
"GMTOffset": "+02:00",
"time": "00:00:00",
"typeCode": "DC",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "STU",
"description": "Clothing Items"
}
],
"signedBy": "Alice Green"
}
]
},
{
"number": 8,
"typeCode": "MW",
"shipmentTrackingNumber": "5678901234",
"trackingNumber": "TN901234567",
"description": "Books",
"weight": 5.1,
"dimensionalWeight": 33.4,
"actualWeight": 0.6,
"dimensions": {
"length": 40,
"width": 30,
"height": 60
},
"actualDimensions": {
"length": 100,
"width": 50,
"height": 60
},
"unitOfMeasurements": "oz",
"shipperReferences": [
{
"value": "6I5Ltv3zeB",
"typeCode": "CU"
},
{
"value": "eZ7Uv5kLnU",
"typeCode": "CU"
},
{
"value": "RdRK4dNdMm",
"typeCode": "CU"
},
{
"value": "8LLxO7CVTb",
"typeCode": "CU"
},
{
"value": "FmpDMnedvl",
"typeCode": "CU"
},
{
"value": "n3I9RIRFOT",
"typeCode": "CU"
},
{
"value": "Tpw9S6QIlV",
"typeCode": "CU"
},
{
"value": "6okOLIePTD",
"typeCode": "CU"
},
{
"value": "51Lm4yhYtP",
"typeCode": "CU"
},
{
"value": "ETl5pL58lo",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "-01:00",
"time": "12:45:00",
"typeCode": "DP",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "ABC",
"description": "Spare Parts"
},
{
"code": "JKL",
"description": "Spare Parts"
},
{
"code": "BSA",
"description": "Gifts"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-30",
"GMTOffset": "+09:00",
"time": "14:15:00",
"typeCode": "MW",
"description": "Gifts",
"serviceArea": [
{
"code": "YZW",
"description": "Documents"
},
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "ABC",
"description": "Medical Supplies"
},
{
"code": "CDE",
"description": "Electronics Goods"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-11-30",
"GMTOffset": "+00:00",
"time": "10:30:00",
"typeCode": "DP",
"description": "Spare Parts",
"serviceArea": [
{
"code": "JKL",
"description": "Spare Parts"
},
{
"code": "JKL",
"description": "Shipment Description"
}
],
"signedBy": "Daniel Red"
}
]
},
{
"number": 6,
"typeCode": "CC",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "TN890123456",
"description": "Cosmetics",
"weight": 0.5,
"dimensionalWeight": 17.3,
"actualWeight": 11.2,
"dimensions": {
"length": 20,
"width": 20,
"height": 10
},
"actualDimensions": {
"length": 80,
"width": 10,
"height": 50
},
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "PeZzisZwB3",
"typeCode": "CU"
},
{
"value": "g66xaQf4iX",
"typeCode": "CU"
},
{
"value": "wSOgHDlxeX",
"typeCode": "CU"
},
{
"value": "SPn8GRrQOf",
"typeCode": "CU"
},
{
"value": "qQTWpNnbf3",
"typeCode": "CU"
},
{
"value": "zEoEwLBssG",
"typeCode": "CU"
},
{
"value": "MOeOI00va2",
"typeCode": "CU"
},
{
"value": "vQT7vGynsz",
"typeCode": "CU"
},
{
"value": "pjA9Ue0Ahi",
"typeCode": "CU"
},
{
"value": "sIxYlEDKuO",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "-08:00",
"time": "08:00:00",
"typeCode": "RT",
"description": "Books",
"serviceArea": [
{
"code": "BSA",
"description": "Shipment Description"
},
{
"code": "VWX",
"description": "Medical Supplies"
},
{
"code": "JKL",
"description": "Clothing Items"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-26",
"GMTOffset": "+02:00",
"time": "08:00:00",
"typeCode": "HL",
"description": "Spare Parts",
"serviceArea": [
{
"code": "JKL",
"description": "Electronics Goods"
},
{
"code": "YZW",
"description": "Medical Supplies"
},
{
"code": "FGH",
"description": "Spare Parts"
},
{
"code": "MNO",
"description": "Clothing Items"
},
{
"code": "BSA",
"description": "Books"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-12-04",
"GMTOffset": "+10:00",
"time": "22:15:00",
"typeCode": "RT",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "CDE",
"description": "Medical Supplies"
},
{
"code": "MNO",
"description": "Books"
},
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "Michael White"
}
]
}
],
"estimatedDeliveryDate": "2025-12-11",
"childrenShipmentIdentificationNumbers": [
"CSN234567890",
"CSN345678901",
"CSN012345678",
"CSN123456789"
],
"controlledAccessDataCodes": [
"SVP_FAC",
"DELIV_DATE",
"SHPR_CTY"
]
},
{
"shipmentTrackingNumber": "5432109876",
"status": "Exception",
"shipmentTimestamp": "2022-07-16T12:45:15",
"productCode": "V",
"description": "Documents",
"shipperDetails": {
"name": "Jennifer Wilson",
"postalAddress": {
"cityName": "San Jose",
"countyName": "Philadelphia County",
"postalCode": "77001",
"provinceCode": "PA",
"countryCode": "FR"
},
"serviceArea": [
{
"code": "CDE",
"description": "Books",
"outboundSortCode": "OSC567"
},
{
"code": "VWX",
"description": "Documents",
"outboundSortCode": "OSC456"
},
{
"code": "VWX",
"description": "Clothing Items",
"outboundSortCode": "OSC345"
},
{
"code": "MNO",
"description": "Medical Supplies",
"outboundSortCode": "OSC678"
},
{
"code": "YZW",
"description": "Medical Supplies",
"outboundSortCode": "OSC123"
}
]
},
"receiverDetails": {
"name": "Christopher Williams",
"postalAddress": {
"cityName": "New York",
"countyName": "Maricopa County",
"postalCode": "85001",
"provinceCode": "CA",
"countryCode": "US"
},
"serviceArea": [
{
"code": "BSA",
"description": "Books",
"facilityCode": "WH5",
"inboundSortCode": "ISC012"
},
{
"code": "JKL",
"description": "Spare Parts",
"facilityCode": "WH2",
"inboundSortCode": "ISC123"
},
{
"code": "JKL",
"description": "Clothing Items",
"facilityCode": "WH2",
"inboundSortCode": "ISC890"
},
{
"code": "VWX",
"description": "Medical Supplies",
"facilityCode": "FC3",
"inboundSortCode": "ISC567"
}
]
},
"totalWeight": 1.2,
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "XyWFcKfCMY",
"typeCode": "CU"
},
{
"value": "NV4pc2nANY",
"typeCode": "CU"
},
{
"value": "UXQIv8wyj2",
"typeCode": "CU"
},
{
"value": "tMiYdJMLqt",
"typeCode": "CU"
},
{
"value": "Y5Jr5KdHjw",
"typeCode": "CU"
},
{
"value": "cJC5e31c5T",
"typeCode": "CU"
},
{
"value": "3wOw1m2n2U",
"typeCode": "CU"
},
{
"value": "WGrzZV4LvD",
"typeCode": "CU"
},
{
"value": "Xsc7h1mJaW",
"typeCode": "CU"
},
{
"value": "nsik2mJa0M",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"time": "20:45:00",
"GMTOffset": "+02:00",
"typeCode": "CC",
"description": "Clothing Items",
"serviceArea": [
{
"code": "ABC",
"description": "Documents"
},
{
"code": "JKL",
"description": "Food Items"
},
{
"code": "ABC",
"description": "Electronics Goods"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-28",
"time": "22:15:00",
"GMTOffset": "-01:00",
"typeCode": "MW",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "VWX",
"description": "Electronics Goods"
},
{
"code": "JKL",
"description": "Gifts"
},
{
"code": "ABC",
"description": "Documents"
},
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "CDE",
"description": "Medical Supplies"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-29",
"time": "10:30:00",
"GMTOffset": "+09:00",
"typeCode": "DL",
"description": "Gifts",
"serviceArea": [
{
"code": "PQR",
"description": "Gifts"
},
{
"code": "YZW",
"description": "Shipment Description"
},
{
"code": "STU",
"description": "Food Items"
},
{
"code": "YZW",
"description": "Spare Parts"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-12-04",
"time": "02:30:00",
"GMTOffset": "-01:00",
"typeCode": "DP",
"description": "Food Items",
"serviceArea": [
{
"code": "PQR",
"description": "Shipment Description"
},
{
"code": "STU",
"description": "Books"
},
{
"code": "PQR",
"description": "Clothing Items"
},
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-01",
"time": "10:30:00",
"GMTOffset": "+01:00",
"typeCode": "DL",
"description": "Spare Parts",
"serviceArea": [
{
"code": "CDE",
"description": "Cosmetics"
},
{
"code": "YZW",
"description": "Clothing Items"
},
{
"code": "JKL",
"description": "Food Items"
},
{
"code": "PQR",
"description": "Shipment Description"
}
],
"signedBy": "John Doe"
}
],
"numberOfPieces": 2,
"pieces": [
{
"number": 4,
"typeCode": "AR",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN345678901",
"description": "Shipment Description",
"weight": 10,
"dimensionalWeight": 22.9,
"actualWeight": 16.1,
"dimensions": {
"length": 10,
"width": 100,
"height": 30
},
"actualDimensions": {
"length": 80,
"width": 20,
"height": 70
},
"unitOfMeasurements": "g",
"shipperReferences": [
{
"value": "0nZKjX3buR",
"typeCode": "CU"
},
{
"value": "WSGByY3Jsa",
"typeCode": "CU"
},
{
"value": "byKlSibpeV",
"typeCode": "CU"
},
{
"value": "mWY6NkqDI4",
"typeCode": "CU"
},
{
"value": "B5yB2JuMSg",
"typeCode": "CU"
},
{
"value": "VMk0df4Jyb",
"typeCode": "CU"
},
{
"value": "Oqjm8Gb4Nx",
"typeCode": "CU"
},
{
"value": "7Q3WLLMFmE",
"typeCode": "CU"
},
{
"value": "cRPR4NQhSR",
"typeCode": "CU"
},
{
"value": "8U49VGWKle",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-25",
"GMTOffset": "+10:00",
"time": "10:30:00",
"typeCode": "MW",
"description": "Documents",
"serviceArea": [
{
"code": "STU",
"description": "Food Items"
},
{
"code": "ABC",
"description": "Documents"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-12-03",
"GMTOffset": "+00:00",
"time": "08:00:00",
"typeCode": "PU",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "STU",
"description": "Food Items"
},
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "CDE",
"description": "Electronics Goods"
},
{
"code": "CDE",
"description": "Clothing Items"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-12-04",
"GMTOffset": "-01:00",
"time": "20:45:00",
"typeCode": "DL",
"description": "Food Items",
"serviceArea": [
{
"code": "BSA",
"description": "Electronics Goods"
},
{
"code": "ABC",
"description": "Books"
},
{
"code": "STU",
"description": "Food Items"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-28",
"GMTOffset": "-05:00",
"time": "20:45:00",
"typeCode": "AR",
"description": "Gifts",
"serviceArea": [
{
"code": "JKL",
"description": "Spare Parts"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-12-03",
"GMTOffset": "-01:00",
"time": "00:00:00",
"typeCode": "RT",
"description": "Clothing Items",
"serviceArea": [
{
"code": "FGH",
"description": "Food Items"
},
{
"code": "BSA",
"description": "Electronics Goods"
},
{
"code": "VWX",
"description": "Medical Supplies"
}
],
"signedBy": "Sophia Pink"
}
]
},
{
"number": 4,
"typeCode": "HL",
"shipmentTrackingNumber": "5678901234",
"trackingNumber": "TN901234567",
"description": "Clothing Items",
"weight": 15.5,
"dimensionalWeight": 22.9,
"actualWeight": 8.7,
"dimensions": {
"length": 30,
"width": 60,
"height": 70
},
"actualDimensions": {
"length": 40,
"width": 40,
"height": 50
},
"unitOfMeasurements": "mm",
"shipperReferences": [
{
"value": "Qzozi2sPWb",
"typeCode": "CU"
},
{
"value": "uAuIixyCg2",
"typeCode": "CU"
},
{
"value": "NbtfV0rsk5",
"typeCode": "CU"
},
{
"value": "MCaRqKkL65",
"typeCode": "CU"
},
{
"value": "AUi4gGBA0x",
"typeCode": "CU"
},
{
"value": "V2UpjCiQr3",
"typeCode": "CU"
},
{
"value": "Ll79h5XByQ",
"typeCode": "CU"
},
{
"value": "Z9aMQJxDTT",
"typeCode": "CU"
},
{
"value": "oisugr8JUB",
"typeCode": "CU"
},
{
"value": "KNK4QAOCZ2",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-30",
"GMTOffset": "+00:00",
"time": "20:45:00",
"typeCode": "HL",
"description": "Cosmetics",
"serviceArea": [
{
"code": "CDE",
"description": "Medical Supplies"
},
{
"code": "ABC",
"description": "Food Items"
},
{
"code": "PQR",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "CDE",
"description": "Food Items"
}
],
"signedBy": "Daniel Red"
}
]
}
],
"estimatedDeliveryDate": "2025-12-05",
"childrenShipmentIdentificationNumbers": [
"CSN567890123",
"CSN234567890",
"CSN345678901",
"CSN123456789",
"CSN901234567"
],
"controlledAccessDataCodes": [
"CNSGN_CTY",
"SVP_URL",
"SHPR_CTY",
"PAYMENT"
]
}
]
}{
"instance": "/expressapi/tracking?shipmentReference=ShipReferenceRCS03&trackingView=shipment-details-only&levelOfDetail=shipment",
"detail": "Missing mandatory parameters: shipperAccountNumber",
"title": "Missing parameters",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/tracking?shipmentReference=ShipReferenceRCS03&shipperAccountNumber=300865060&trackingView=shipment-details&levelOfDetail=shipment",
"detail": "No Shipments Found for ReferenceID | ShipReferenceRCS03",
"title": "Not data found",
"message": "Not data found",
"status": "404"
}| Query Parameter Name | Example |
|---|---|
shipperAccountNumber | 123456789 |
content | epod-summary |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "in" |
{
"documents": [
{
"encodingFormat": "PDF",
"content": "base64 encoded content 2",
"typeCode": "POD"
},
{
"encodingFormat": "JPEG",
"content": "base64 encoded content 2",
"typeCode": "POD"
}
]
}{
"instance": "/expressapi/shipments/1234567890/proof-of-delivery",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/proof-of-delivery",
"title": "Not Found",
"status": "404"
}| Header Name | Example |
|---|---|
x-version* | "et dolore" |
{
"originalPlannedShippingDate": "2026-02-19T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "374339661"
},
{
"typeCode": "shipper",
"number": "101837575"
},
{
"typeCode": "shipper",
"number": "753099041"
}
],
"productCode": "H",
"documentImages": [
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "RBlxowLjkkJXYpcePJ1aZ6ZxNuMTrrFou8SNfCZSkTVBNpZKrJ"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "4HPd0Aj0NtRRAHCqS3HI1aDyopNieuHb49gpyxUi1sNC39bMmW"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "pvjtWv9JMu3588L2VCzciT17ocMLJe7Ns8QkI3jhBy3Eees8pn"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "HO2SOzep2gjwfGAk6MaUWPese9RNzzGcSuCThJZaZ3M3b7QczT"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "toowHZL5ZfQuOh9C2pijVRHAMpsP6P9c6dmUsNEuyCsA1o4s2B"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "wYexM3anuggPBWLSIY1dQU0c24aB2ZqQiOVSafw4CFOYLJwGZQ"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "Zmto6GgG6qk1SBdV5tVS5lrbq35TpY51fmucapJbTVoRlEvds7"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "LQmD5EnMC4k3yoV19jiNcARpDrfca5l1LCCVL3aQufREIMdHjk"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "Ff53fGv79VpYBhEifdKxlrgRWZpwxzUeVsznC5XXOmjv5f9R2O"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "uvfWPZh0ukAraMxdodgaoxm9ZR8q34nd6rixu781kR3PSy6Z2N"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/upload-image",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/upload-image",
"detail": "Operation not possible since shipment information not found",
"title": "Not found",
"message": "Not found",
"status": "404"
}{
"instance": "/expressapi/shipments/1234567890/upload-image",
"detail": "#/productCode: expected minLength: 1, actual: 0",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Query Parameter Name | Example |
|---|---|
strictValidation | false |
bypassPLTError | false |
validateDataOnly | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "est" |
{
"plannedShippingDateAndTime": "2022-10-19T19:19:40 GMT+00:00",
"pickup": {
"isRequested": false
},
"productCode": "P",
"localProductCode": "P",
"getRateEstimates": false,
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"valueAddedServices": [
{
"serviceCode": "II",
"value": 10,
"currency": "USD"
}
],
"outputImageProperties": {
"printerDPI": 300,
"encodingFormat": "pdf",
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": true,
"invoiceType": "commercial",
"languageCode": "eng",
"languageCountryCode": "US"
},
{
"typeCode": "waybillDoc",
"templateName": "ARCH_8x4",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 1
},
{
"typeCode": "label",
"templateName": "ECOM26_84_001",
"renderDHLLogo": true,
"fitLabelsToA4": false
}
],
"splitTransportAndWaybillDocLabels": true,
"allDocumentsInOneImage": false,
"splitDocumentsByPages": false,
"splitInvoiceAndReceipt": true,
"receiptAndLabelsInOneImage": false
},
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"postalCode": "526238",
"cityName": "Zhaoqing",
"countryCode": "CN",
"addressLine1": "4FENQU, 2HAOKU, WEIPINHUI WULIU YUAN,DAWANG",
"addressLine2": "GAOXIN QU, BEIJIANG DADAO, SIHUI,",
"addressLine3": "ZHAOQING, GUANDONG",
"countyName": "SIHUI",
"countryName": "CHINA, PEOPLES REPUBLIC"
},
"contactInformation": {
"email": "shipper_create_shipmentapi@dhltestmail.com",
"phone": "18211309039",
"mobilePhone": "18211309039",
"companyName": "Cider BookStore",
"fullName": "LiuWeiMing"
},
"registrationNumbers": [
{
"typeCode": "SDT",
"number": "CN123456789",
"issuerCountryCode": "CN"
}
],
"bankDetails": [
{
"name": "Bank of China",
"settlementLocalCurrency": "RMB",
"settlementForeignCurrency": "USD"
}
],
"typeCode": "business"
},
"receiverDetails": {
"postalAddress": {
"cityName": "Graford",
"countryCode": "US",
"postalCode": "76449",
"addressLine1": "116 Marine Dr",
"countryName": "UNITED STATES OF AMERICA"
},
"contactInformation": {
"email": "recipient_create_shipmentapi@dhltestmail.com",
"phone": "9402825665",
"mobilePhone": "9402825666",
"companyName": "Baylee Marshall",
"fullName": "Baylee Marshall"
},
"registrationNumbers": [
{
"typeCode": "SSN",
"number": "US123456789",
"issuerCountryCode": "US"
}
],
"bankDetails": [
{
"name": "Bank of America",
"settlementLocalCurrency": "USD",
"settlementForeignCurrency": "USD"
}
],
"typeCode": "business"
}
},
"content": {
"packages": [
{
"typeCode": "2BP",
"weight": 0.5,
"dimensions": {
"length": 1,
"width": 1,
"height": 1
},
"customerReferences": [
{
"value": "3654673",
"typeCode": "CU"
}
],
"description": "Piece content description",
"labelDescription": "bespoke label description"
}
],
"isCustomsDeclarable": true,
"declaredValue": 120,
"declaredValueCurrency": "USD",
"exportDeclaration": {
"lineItems": [
{
"number": 1,
"description": "Harry Steward biography first edition",
"price": 15,
"quantity": {
"value": 4,
"unitOfMeasurement": "GM"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "84713000"
},
{
"typeCode": "inbound",
"value": "5109101110"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"exportControlClassificationNumber": "US123456789",
"weight": {
"netValue": 0.1,
"grossValue": 0.7
},
"isTaxesPaid": true,
"additionalInformation": [
"450pages"
],
"customerReferences": [
{
"typeCode": "AFE",
"value": "1299210"
}
],
"customsDocuments": [
{
"typeCode": "COO",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
},
{
"number": 2,
"description": "Andromeda Chapter 394 - Revenge of Brook",
"price": 15,
"quantity": {
"value": 4,
"unitOfMeasurement": "GM"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "6109100011"
},
{
"typeCode": "inbound",
"value": "5109101111"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"exportControlClassificationNumber": "US123456789",
"weight": {
"netValue": 0.1,
"grossValue": 0.7
},
"isTaxesPaid": true,
"additionalInformation": [
"36pages"
],
"customerReferences": [
{
"typeCode": "AFE",
"value": "1299211"
}
],
"customsDocuments": [
{
"typeCode": "COO",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
}
],
"invoice": {
"number": "2667168671",
"date": "2022-10-22",
"instructions": [
"Handle with care"
],
"totalNetWeight": 0.4,
"totalGrossWeight": 0.5,
"customerReferences": [
{
"typeCode": "UCN",
"value": "UCN-783974937"
},
{
"typeCode": "CN",
"value": "CUN-76498376498"
},
{
"typeCode": "RMA",
"value": "MyDHLAPI-TESTREF-001"
}
],
"termsOfPayment": "100 days",
"indicativeCustomsValues": {
"importCustomsDutyValue": 150.57,
"importTaxesValue": 49.43
}
},
"remarks": [
{
"value": "Right side up only"
}
],
"additionalCharges": [
{
"value": 10,
"caption": "fee",
"typeCode": "freight"
},
{
"value": 20,
"caption": "freight charges",
"typeCode": "other"
},
{
"value": 10,
"caption": "ins charges",
"typeCode": "insurance"
},
{
"value": 7,
"caption": "rev charges",
"typeCode": "reverse_charge"
}
],
"destinationPortName": "New York Port",
"placeOfIncoterm": "ShenZhen Port",
"payerVATNumber": "12345ED",
"recipientReference": "01291344",
"exporter": {
"id": "121233",
"code": "S"
},
"packageMarks": "Fragile glass bottle",
"declarationNotes": [
{
"value": "up to three declaration notes"
}
],
"exportReference": "export reference",
"exportReason": "export reason",
"exportReasonType": "permanent",
"licenses": [
{
"typeCode": "export",
"value": "123127233"
}
],
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "INV",
"value": "MyDHLAPI - CUSDOC-001"
}
]
},
"description": "Shipment",
"USFilingTypeValue": "12345",
"incoterm": "DAP",
"unitOfMeasurement": "metric"
},
"shipmentNotification": [
{
"typeCode": "email",
"receiverId": "shipmentnotification@mydhlapisample.com",
"languageCode": "eng",
"languageCountryCode": "UK",
"bespokeMessage": "message to be included in the notification"
}
],
"getTransliteratedResponse": false,
"estimatedDeliveryDate": {
"isRequested": true,
"typeCode": "QDDC"
},
"getAdditionalInformation": [
{
"typeCode": "pickupDetails",
"isRequested": true
}
]
}{
"shipmentTrackingNumber": "1103733901",
"trackingUrl": "https://expressapi.dhl.com/mydhlapi/shipments/1103733901/tracking",
"packages": [
{
"referenceNumber": 1,
"trackingNumber": "JD014600004617230770",
"trackingUrl": "https://expressapi.dhl.com/mydhlapi/shipments/1103733901/tracking?pieceTrackingNumber=JD014600004617230770"
}
],
"documents": [
{
"imageFormat": "PDF",
"content": "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",
"typeCode": "label"
},
{
"imageFormat": "PDF",
"content": "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",
"typeCode": "label"
},
{
"imageFormat": "PDF",
"content": "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67mdYuA2t/reDs/LVMu6YbOKslXgMk+OLvYddT1uw5GcFhGgWKH5EB2aE1wOFy/RAx7Gk/LxN4+oNdef5g6MMXAGePYQxWlCOI8Tf+UyL69NIEUNkjEEE5HHmrn3ivg8/RA+K9iBrZhjHzIFBZKQK8oEvtoBDOaGxVuC+iKkYqZ7rixC5K3ZU3yiGsEiBibmjVAT9OiothZ8D1JBViYUkZDIX8JFLLU95N7RWRbycH4ach9pAJ9/AHU4hysKZW5kc3RyZWFtCmVuZG9iago3IDAgb2JqCjw8L0tpZHNbOCAwIFIgMTIgMCBSXS9UeXBlL1BhZ2VzL0NvdW50IDIvSVRYVCgyLjEuNyk+PgplbmRvYmoKMjUgMCBvYmoKPDwvVHlwZS9DYXRhbG9nL1BhZ2VzIDcgMCBSPj4KZW5kb2JqCjI2IDAgb2JqCjw8L01vZERhdGUoRDoyMDIyMTIwNzA2NDkwOFopL0NyZWF0aW9uRGF0ZShEOjIwMjIxMjA3MDY0OTA4WikvUHJvZHVjZXIoaVRleHQgMi4xLjcgYnkgMVQzWFQpPj4KZW5kb2JqCnhyZWYKMCAyNwowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwNDg4OTQgMDAwMDAgbiAKMDAwMDAwMDU4NiAwMDAwMCBuIAowMDAwMDE3OTM0IDAwMDAwIG4gCjAwMDAwNDAxMzggMDAwMDAgbiAKMDAwMDA0MDI2NyAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwNTY5MDYgMDAwMDAgbiAKMDAwMDAwMDEzMiAwMDAwMCBuIAowMDAwMDU0OTM1IDAwMDAwIG4gCjAwMDAwNDg3NTcgMDAwMDAgbiAKMDAwMDAwMDI5OSAwMDAwMCBuIAowMDAwMDAwNDE3IDAwMDAwIG4gCjAwMDAwMDA2NzkgMDAwMDAgbiAKMDAwMDAxNjg2NiAwMDAwMCBuIAowMDAwMDE3MDU3IDAwMDAwIG4gCjAwMDAwMTc0NDggMDAwMDAgbiAKMDAwMDAxODA2OCAwMDAwMCBuIAowMDAwMDM4ODMxIDAwMDAwIG4gCjAwMDAwMzkwMTMgMDAwMDAgbiAKMDAwMDAzOTUwNSAwMDAwMCBuIAowMDAwMDQwMzU1IDAwMDAwIG4gCjAwMDAwNDc5NDggMDAwMDAgbiAKMDAwMDA0ODEzOSAwMDAwMCBuIAowMDAwMDQ4NDEyIDAwMDAwIG4gCjAwMDAwNTY5NzYgMDAwMDAgbiAKMDAwMDA1NzAyMiAwMDAwMCBuIAp0cmFpbGVyCjw8L0luZm8gMjYgMCBSL0lEIFs8OTE4NWU5ZTJjM2Y2NDAyZDNmMWY4NzZlYjI3NWNjYjc+PDc3OTcxMzY3MTMxMWU5MzRiYmVmYzU3OTg4NjBjMzY5Pl0vUm9vdCAyNSAwIFIvU2l6ZSAyNz4+CnN0YXJ0eHJlZgo1NzEzMwolJUVPRgo=",
"typeCode": "invoice"
}
],
"shipmentDetails": [
{
"pickupDetails": {
"localCutoffDateAndTime": "2022-12-13T17:00:00",
"cutoffTimeOffset": "PT1H",
"pickupEarliest": "10:00:00",
"pickupLatest": "18:00:00",
"pickupCutoffSameDayOutboundProcessing": "21:00:00",
"totalTransitDays": "3",
"pickupAdditionalDays": "10",
"deliveryAdditionalDays": "1",
"pickupDayOfWeek": "2",
"deliveryDayOfWeek": "3"
}
}
],
"estimatedDeliveryDate": {
"estimatedDeliveryDate": "2022-12-28T23:59:00Z",
"estimatedDeliveryType": "QDDC"
}
}{
"instance": "/expressapi/shipments",
"detail": "998: ShipTimeStamp is not well formatted.(Expected Sample Format : '2010-02-11T17:10:09 GMT+01:00')",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "expressapi/shipments",
"detail": "#/content/packages/0/identifiers/0: extraneous key [dataIdentifier] is not permitted",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}{
"instance": "/expressapi/shipments",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "pariatur proident do nulla aliqua" |
{
"plannedShipDate": "2026-05-12T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "080958180"
},
{
"typeCode": "shipper",
"number": "754437620"
}
],
"content": {
"exportDeclaration": [
{
"lineItems": [
{
"number": 1,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "adipisicing"
},
{
"typeCode": "outbound",
"value": "amet aliquip eu "
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "do ut ipsum anim Lorem"
},
{
"typeCode": "AFE",
"value": "in non"
},
{
"typeCode": "AFE",
"value": "dolor elit nostrud"
},
{
"typeCode": "AFE",
"value": "anim ni"
},
{
"typeCode": "AFE",
"value": "irure occaecat la"
},
{
"typeCode": "AFE",
"value": "ea eiusmod"
},
{
"typeCode": "AFE",
"value": "qui dolore"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "irure sunt ex"
},
{
"typeCode": "AFE",
"value": "deserunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugia"
},
{
"typeCode": "972",
"value": "nisi in"
},
{
"typeCode": "972",
"value": "do anim cillum in consecte"
},
{
"typeCode": "972",
"value": "elit dolore esse"
},
{
"typeCode": "972",
"value": "sit voluptate ea"
},
{
"typeCode": "972",
"value": "nisi magna dolore qui"
},
{
"typeCode": "972",
"value": "tempor ipsum aute ad"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "eu pariatur eiusm"
},
{
"typeCode": "972",
"value": "dolore sed"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 2,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "commodo labore"
},
{
"typeCode": "outbound",
"value": "deserunt magna nos"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor aute nulla"
},
{
"typeCode": "AFE",
"value": "laborum proident consect"
},
{
"typeCode": "AFE",
"value": "eu reprehenderit in "
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "voluptate in enim adipisicing labor"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "in ex "
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "nisi proident d"
},
{
"typeCode": "AFE",
"value": "velit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "iru"
},
{
"typeCode": "972",
"value": "et enim"
},
{
"typeCode": "972",
"value": "ut Ut laboris sed"
},
{
"typeCode": "972",
"value": "dolor elit sed"
},
{
"typeCode": "972",
"value": "eu voluptate nisi dolore"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "consequat proid"
},
{
"typeCode": "972",
"value": "exercitati"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 6,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis do"
},
{
"typeCode": "outbound",
"value": "in in com"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint consec"
},
{
"typeCode": "AFE",
"value": "mollit quis Duis incididunt"
},
{
"typeCode": "AFE",
"value": "elit mollit cupid"
},
{
"typeCode": "AFE",
"value": "anim in enim"
},
{
"typeCode": "AFE",
"value": "laborum Excepteur adip"
},
{
"typeCode": "AFE",
"value": "nostrud enim cillum "
},
{
"typeCode": "AFE",
"value": "enim aliquip "
},
{
"typeCode": "AFE",
"value": "mollit ullamco"
},
{
"typeCode": "AFE",
"value": "fugiat occaecat dolor"
},
{
"typeCode": "AFE",
"value": "dolor sunt nulla"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "esse do tempo"
},
{
"typeCode": "972",
"value": "fugiat cupidatat r"
},
{
"typeCode": "972",
"value": "ea sit sed officia ex"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "dolor mol"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "irure et min"
},
{
"typeCode": "972",
"value": "aute in"
},
{
"typeCode": "972",
"value": "cillum nulla consequat in"
},
{
"typeCode": "972",
"value": "in commodo offic"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 8,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "consequat"
},
{
"typeCode": "outbound",
"value": "Lor"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "qui labore voluptate dolor"
},
{
"typeCode": "AFE",
"value": "officia dolor"
},
{
"typeCode": "AFE",
"value": "sit Ut Excep"
},
{
"typeCode": "AFE",
"value": "nostrud laborum occaecat voluptate"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "eiusm"
},
{
"typeCode": "AFE",
"value": "Excepteur nostr"
},
{
"typeCode": "AFE",
"value": "sed dolore"
},
{
"typeCode": "AFE",
"value": "aliqua nostrud a"
},
{
"typeCode": "AFE",
"value": "cillum ve"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "in ea aute esse"
},
{
"typeCode": "972",
"value": "elit Duis dolore ut in"
},
{
"typeCode": "972",
"value": "occaecat qui velit"
},
{
"typeCode": "972",
"value": "est consectetur ni"
},
{
"typeCode": "972",
"value": "Excepteur id"
},
{
"typeCode": "972",
"value": "minim aute proident u"
},
{
"typeCode": "972",
"value": "ut sit cillum sed sint"
},
{
"typeCode": "972",
"value": "f"
},
{
"typeCode": "972",
"value": "dolore sed elit"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 1,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute"
},
{
"typeCode": "outbound",
"value": "nulla sint s"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum dolor Excepteur"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "irure veniam "
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "aliquip non cupidatat o"
},
{
"typeCode": "AFE",
"value": "laboru"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "exercitation incididunt dolore tem"
},
{
"typeCode": "AFE",
"value": "proident Excepteur sit id"
},
{
"typeCode": "AFE",
"value": "anim aliqua in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "no"
},
{
"typeCode": "972",
"value": "veli"
},
{
"typeCode": "972",
"value": "et nisi aliqua"
},
{
"typeCode": "972",
"value": "id Lorem ipsum"
},
{
"typeCode": "972",
"value": "ut nisi"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "dolore laboris pariatur laborum"
},
{
"typeCode": "972",
"value": "et non qui elit"
},
{
"typeCode": "972",
"value": "laborum"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 10,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "consequat dolor"
},
{
"typeCode": "outbound",
"value": "nulla veniam"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempo"
},
{
"typeCode": "AFE",
"value": "sunt minim ut ad dolore"
},
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "proident exercitation a"
},
{
"typeCode": "AFE",
"value": "veniam ir"
},
{
"typeCode": "AFE",
"value": "nulla exercitation"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "aute anim"
},
{
"typeCode": "AFE",
"value": "ex cupidatat aute co"
},
{
"typeCode": "AFE",
"value": "elit e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "eiusmod dolor ut"
},
{
"typeCode": "972",
"value": "elit dolore nisi"
},
{
"typeCode": "972",
"value": "quis Lorem ipsum exercitation"
},
{
"typeCode": "972",
"value": "nis"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "no"
},
{
"typeCode": "972",
"value": "laboris dolor officia dol"
},
{
"typeCode": "972",
"value": "nulla aute proident labore "
},
{
"typeCode": "972",
"value": "dolor consectetur"
},
{
"typeCode": "972",
"value": "consectetur in enim ut"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "reprehender"
},
{
"typeCode": "outbound",
"value": "veniam sed"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "do enim dolor quis"
},
{
"typeCode": "AFE",
"value": "nulla labore occaecat tempor D"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "sed veniam officia"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "aliquip nostrud elit do"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in deserun"
},
{
"typeCode": "972",
"value": "consectetur ve"
},
{
"typeCode": "972",
"value": "labore elit "
},
{
"typeCode": "972",
"value": "ipsum reprehende"
},
{
"typeCode": "972",
"value": "pariatur pro"
},
{
"typeCode": "972",
"value": "tempor incididunt in dolor"
},
{
"typeCode": "972",
"value": "non fugiat incididunt "
},
{
"typeCode": "972",
"value": "amet et sit quis sunt"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "mollit"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad"
},
{
"typeCode": "outbound",
"value": "consequat "
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sin"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "ullamco elit dolore Lorem"
},
{
"typeCode": "AFE",
"value": "sit esse dolore"
},
{
"typeCode": "AFE",
"value": "dolor ullamco amet eli"
},
{
"typeCode": "AFE",
"value": "qui est"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "Duis in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "labor"
},
{
"typeCode": "972",
"value": "officia nostrud adipisicing"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "incidid"
},
{
"typeCode": "972",
"value": "o"
},
{
"typeCode": "972",
"value": "laborum nisi"
},
{
"typeCode": "972",
"value": "labore velit Ut ex"
},
{
"typeCode": "972",
"value": "elit eu"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 6,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non"
},
{
"typeCode": "outbound",
"value": "pariatur c"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "o"
},
{
"typeCode": "AFE",
"value": "ipsum se"
},
{
"typeCode": "AFE",
"value": "dolore irure officia dolor"
},
{
"typeCode": "AFE",
"value": "ad adipisicing"
},
{
"typeCode": "AFE",
"value": "ut commodo"
},
{
"typeCode": "AFE",
"value": "enim ex dolor esse"
},
{
"typeCode": "AFE",
"value": "in culpa"
},
{
"typeCode": "AFE",
"value": "Ut m"
},
{
"typeCode": "AFE",
"value": "dolore velit"
},
{
"typeCode": "AFE",
"value": "eu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proid"
},
{
"typeCode": "972",
"value": "aliquip dolo"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "voluptate pariatur minim"
},
{
"typeCode": "972",
"value": "adipisicing velit "
},
{
"typeCode": "972",
"value": "Lorem fugiat"
},
{
"typeCode": "972",
"value": "commo"
},
{
"typeCode": "972",
"value": "dolore ut ut veniam fugiat"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in"
},
{
"typeCode": "outbound",
"value": "in non vol"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "minim est proident"
},
{
"typeCode": "AFE",
"value": "ut sint esse qui est"
},
{
"typeCode": "AFE",
"value": "id ea irure mi"
},
{
"typeCode": "AFE",
"value": "amet ullamco eiusmod e"
},
{
"typeCode": "AFE",
"value": "ex pariatur "
},
{
"typeCode": "AFE",
"value": "culpa pro"
},
{
"typeCode": "AFE",
"value": "ea consectetur"
},
{
"typeCode": "AFE",
"value": "quis laborum"
},
{
"typeCode": "AFE",
"value": "Ut proident"
},
{
"typeCode": "AFE",
"value": "rep"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat conse"
},
{
"typeCode": "972",
"value": "ea ullamco occaecat"
},
{
"typeCode": "972",
"value": "id voluptate sin"
},
{
"typeCode": "972",
"value": "eu do pariatur"
},
{
"typeCode": "972",
"value": "eu dolor consectetur ea"
},
{
"typeCode": "972",
"value": "labore voluptate ea veniam ex"
},
{
"typeCode": "972",
"value": "id ullamco reprehenderit "
},
{
"typeCode": "972",
"value": "minim dolore rep"
},
{
"typeCode": "972",
"value": "ea culpa voluptate est"
},
{
"typeCode": "972",
"value": "exercitation non ad f"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "dese",
"date": "2025-07-15T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "e"
},
{
"typeCode": "CU",
"value": "sit dolore"
},
{
"typeCode": "CU",
"value": "laborum par"
},
{
"typeCode": "CU",
"value": "proident tempor"
},
{
"typeCode": "CU",
"value": "consectetur tempor fugiat c"
},
{
"typeCode": "CU",
"value": "co"
},
{
"typeCode": "CU",
"value": "veniam esse u"
},
{
"typeCode": "CU",
"value": "qui"
},
{
"typeCode": "CU",
"value": "Ut ex voluptate"
},
{
"typeCode": "CU",
"value": "enim adipisicing ex officia"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 675.27,
"importTaxesValue": 639.47,
"totalWithImportDutiesAndTaxes": 3990.4
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2602.15,
"preCalculatedTotalInvoiceValue": 4894.5
}
},
"remarks": [
{
"value": "Ut dolor"
},
{
"value": "sit"
},
{
"value": "do irure aliqua"
}
],
"additionalCharges": [
{
"value": 7,
"typeCode": "packaging"
},
{
"value": 9,
"typeCode": "delivery"
},
{
"value": 7,
"typeCode": "expedite"
},
{
"value": 2,
"typeCode": "freight"
},
{
"value": 9,
"typeCode": "freight"
}
],
"placeOfIncoterm": "Hermanncester",
"recipientReference": "N17xdqdWeR",
"exporter": {
"id": "44249312",
"code": "FmmdA"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "fugi"
},
{
"typeCode": "972",
"value": "dolore veniam"
},
{
"typeCode": "972",
"value": "sed ad esse velit "
},
{
"typeCode": "972",
"value": "pr"
},
{
"typeCode": "972",
"value": "labore laboris in"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "id pariatur ex"
},
{
"typeCode": "972",
"value": "commodo laboris ullamco nostrud"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 1,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "consectetur id fu"
},
{
"typeCode": "outbound",
"value": "quis sit "
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehenderit cupidatat Ut laboris"
},
{
"typeCode": "AFE",
"value": "reprehen"
},
{
"typeCode": "AFE",
"value": "sit qui in ad dolore"
},
{
"typeCode": "AFE",
"value": "anim nulla minim"
},
{
"typeCode": "AFE",
"value": "esse ullamco do"
},
{
"typeCode": "AFE",
"value": "l"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "dolore mollit anim qui"
},
{
"typeCode": "AFE",
"value": "no"
},
{
"typeCode": "AFE",
"value": "anim dolore nisi "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "pariatur lab"
},
{
"typeCode": "972",
"value": "ut Lorem"
},
{
"typeCode": "972",
"value": "esse ea amet"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "sit"
},
{
"typeCode": "972",
"value": "ea incididu"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "Lorem cupidatat in"
},
{
"typeCode": "972",
"value": "esse dolor commodo nisi Lor"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "deserunt offici"
},
{
"typeCode": "outbound",
"value": "enim"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "culpa"
},
{
"typeCode": "AFE",
"value": "sed id"
},
{
"typeCode": "AFE",
"value": "ipsum in mollit do Excepteur"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "aliquip nulla"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "occaecat ad"
},
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "sunt do voluptate sed"
},
{
"typeCode": "AFE",
"value": "pariatu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ut sunt d"
},
{
"typeCode": "972",
"value": "elit occaecat quis"
},
{
"typeCode": "972",
"value": "commodo s"
},
{
"typeCode": "972",
"value": "dolor pariatur ullamco adipisici"
},
{
"typeCode": "972",
"value": "Duis p"
},
{
"typeCode": "972",
"value": "pariatur do"
},
{
"typeCode": "972",
"value": "labore magna culpa nu"
},
{
"typeCode": "972",
"value": "aute ut ve"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "sed ex"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "minim"
},
{
"typeCode": "outbound",
"value": "sed irure"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "pariatur sint et in ut"
},
{
"typeCode": "AFE",
"value": "in do"
},
{
"typeCode": "AFE",
"value": "sed proident culpa v"
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "volupta"
},
{
"typeCode": "AFE",
"value": "adipisicing anim"
},
{
"typeCode": "AFE",
"value": "aute in labore quis v"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum "
},
{
"typeCode": "972",
"value": "dolor dolore"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "r"
},
{
"typeCode": "972",
"value": "consequat Lorem"
},
{
"typeCode": "972",
"value": "id irure anim dolor magna"
},
{
"typeCode": "972",
"value": "minim est deserunt commodo"
},
{
"typeCode": "972",
"value": "sit do proident"
},
{
"typeCode": "972",
"value": "nulla ulla"
},
{
"typeCode": "972",
"value": "tempor"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "et"
},
{
"typeCode": "outbound",
"value": "fugiat est ad"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliq"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "culpa est nisi"
},
{
"typeCode": "AFE",
"value": "quis laboris do reprehenderit dese"
},
{
"typeCode": "AFE",
"value": "do dolor adipisicing cupida"
},
{
"typeCode": "AFE",
"value": "ut aliquip dolor "
},
{
"typeCode": "AFE",
"value": "cupidatat cillum ipsum nulla volup"
},
{
"typeCode": "AFE",
"value": "la"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "eiusm"
},
{
"typeCode": "972",
"value": "sunt quis irure proident cupidatat"
},
{
"typeCode": "972",
"value": "Excepteur elit"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "cupidatat "
},
{
"typeCode": "972",
"value": "in deserunt non ut qui"
},
{
"typeCode": "972",
"value": "deserunt ut"
},
{
"typeCode": "972",
"value": "eu ad exercitat"
},
{
"typeCode": "972",
"value": "esse officia in mollit"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veli"
},
{
"typeCode": "outbound",
"value": "culpa ullamco"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "GB",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitation deserunt "
},
{
"typeCode": "AFE",
"value": "vol"
},
{
"typeCode": "AFE",
"value": "Lorem in"
},
{
"typeCode": "AFE",
"value": "fugiat ea"
},
{
"typeCode": "AFE",
"value": "et nu"
},
{
"typeCode": "AFE",
"value": "occaecat aliquip ex"
},
{
"typeCode": "AFE",
"value": "sit proident dolore "
},
{
"typeCode": "AFE",
"value": "cupidata"
},
{
"typeCode": "AFE",
"value": "ea reprehende"
},
{
"typeCode": "AFE",
"value": "in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa Excepteur labore dolore"
},
{
"typeCode": "972",
"value": "id et amet magna aliquip"
},
{
"typeCode": "972",
"value": "officia ad consequa"
},
{
"typeCode": "972",
"value": "occa"
},
{
"typeCode": "972",
"value": "moll"
},
{
"typeCode": "972",
"value": "nulla laboris sit in anim"
},
{
"typeCode": "972",
"value": "mollit labore dolor minim"
},
{
"typeCode": "972",
"value": "veniam ipsum officia"
},
{
"typeCode": "972",
"value": "ad exercitatio"
},
{
"typeCode": "972",
"value": "sed"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "minim Ut Duis o"
},
{
"typeCode": "outbound",
"value": "eni"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisicing do E"
},
{
"typeCode": "AFE",
"value": "par"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "ad dolor sit velit"
},
{
"typeCode": "AFE",
"value": "ullamco irure"
},
{
"typeCode": "AFE",
"value": "enim "
},
{
"typeCode": "AFE",
"value": "amet in in"
},
{
"typeCode": "AFE",
"value": "in adipisicing irure tempo"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "labor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "labor"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "eiu"
},
{
"typeCode": "972",
"value": "incididunt conseq"
},
{
"typeCode": "972",
"value": "ut in non commodo"
},
{
"typeCode": "972",
"value": "nisi exercitation"
},
{
"typeCode": "972",
"value": "laborum Ut cupidatat sed"
},
{
"typeCode": "972",
"value": "do aliquip"
},
{
"typeCode": "972",
"value": "Duis irure aliqua u"
},
{
"typeCode": "972",
"value": "amet"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sed"
},
{
"typeCode": "outbound",
"value": "nulla"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "de"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "mollit et commodo sun"
},
{
"typeCode": "AFE",
"value": "nostrud esse "
},
{
"typeCode": "AFE",
"value": "consectetur "
},
{
"typeCode": "AFE",
"value": "aliq"
},
{
"typeCode": "AFE",
"value": "eu nisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa et est reprehenderit"
},
{
"typeCode": "972",
"value": "repr"
},
{
"typeCode": "972",
"value": "aliquip aute l"
},
{
"typeCode": "972",
"value": "eiusmo"
},
{
"typeCode": "972",
"value": "nulla est Excepteur"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "ullamco ut dolore ad la"
},
{
"typeCode": "972",
"value": "nisi veniam in"
},
{
"typeCode": "972",
"value": "sint est labore"
},
{
"typeCode": "972",
"value": "culpa consectetur aute"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 2,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "commodo amet"
},
{
"typeCode": "outbound",
"value": "deserunt dolo"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "Excepteur ut fugiat non consequat"
},
{
"typeCode": "AFE",
"value": "dolore laborum"
},
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "ex ut"
},
{
"typeCode": "AFE",
"value": "elit amet ea "
},
{
"typeCode": "AFE",
"value": "Lorem amet co"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "anim repre"
},
{
"typeCode": "AFE",
"value": "ut sint aliqua"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla anim minim fug"
},
{
"typeCode": "972",
"value": "non par"
},
{
"typeCode": "972",
"value": "nisi eiusmod id eu tempor"
},
{
"typeCode": "972",
"value": "qui nostrud labore consequat eni"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "off"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "fugiat ex quis dolore pariatur"
},
{
"typeCode": "972",
"value": "sed dolo"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 6,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "des"
},
{
"typeCode": "outbound",
"value": "volupta"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "est pariatur amet"
},
{
"typeCode": "AFE",
"value": "qui sed cillum"
},
{
"typeCode": "AFE",
"value": "si"
},
{
"typeCode": "AFE",
"value": "exercitation ut"
},
{
"typeCode": "AFE",
"value": "mollit consectetu"
},
{
"typeCode": "AFE",
"value": "Ut esse laboris"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "te"
},
{
"typeCode": "AFE",
"value": "Ut "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "proident e"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "tempor ex"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "u"
},
{
"typeCode": "972",
"value": "velit mi"
},
{
"typeCode": "972",
"value": "elit Lor"
},
{
"typeCode": "972",
"value": "consectetur en"
},
{
"typeCode": "972",
"value": "sint enim L"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat "
},
{
"typeCode": "outbound",
"value": "velit sed"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "do n"
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "dolore in eius"
},
{
"typeCode": "AFE",
"value": "anim est"
},
{
"typeCode": "AFE",
"value": "dolore in Dui"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "dolore ut do n"
},
{
"typeCode": "AFE",
"value": "qui non"
},
{
"typeCode": "AFE",
"value": "ea dolor sunt re"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "eni"
},
{
"typeCode": "972",
"value": "in consequat Excepteur eiusmod"
},
{
"typeCode": "972",
"value": "aute officia incididunt velit"
},
{
"typeCode": "972",
"value": "p"
},
{
"typeCode": "972",
"value": "fugiat cillum tempo"
},
{
"typeCode": "972",
"value": "eiusmod dolor"
},
{
"typeCode": "972",
"value": "labore minim Lorem ipsu"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "anim dolore nisi"
},
{
"typeCode": "972",
"value": "in"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "irure in d",
"date": "2025-04-17T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "aliqui"
},
{
"typeCode": "CU",
"value": "aliquip nostrud veniam nisi qu"
},
{
"typeCode": "CU",
"value": "veniam quis"
},
{
"typeCode": "CU",
"value": "anim"
},
{
"typeCode": "CU",
"value": "dolore minim aliq"
},
{
"typeCode": "CU",
"value": "veniam consectetur nisi"
},
{
"typeCode": "CU",
"value": "adipisicing in cill"
},
{
"typeCode": "CU",
"value": "elit si"
},
{
"typeCode": "CU",
"value": "labore dolor"
},
{
"typeCode": "CU",
"value": "veniam"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 28.41,
"importTaxesValue": 531.39,
"totalWithImportDutiesAndTaxes": 2265.44
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 580.02,
"preCalculatedTotalInvoiceValue": 1669.38
}
},
"remarks": [
{
"value": "enim ad"
},
{
"value": "ea"
},
{
"value": "in do occaecat est cillum"
}
],
"additionalCharges": [
{
"value": 9,
"typeCode": "admin"
},
{
"value": 5,
"typeCode": "admin"
},
{
"value": 8,
"typeCode": "reverse_charge"
},
{
"value": 5,
"typeCode": "other"
},
{
"value": 9,
"typeCode": "reverse_charge"
}
],
"placeOfIncoterm": "Ann Arbor",
"recipientReference": "lteP3onx1l",
"exporter": {
"id": "31436475",
"code": "VUCKu"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "officia adipisicing"
},
{
"typeCode": "972",
"value": "do magna"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "labore eiusmod "
},
{
"typeCode": "972",
"value": "non esse aute"
},
{
"typeCode": "972",
"value": "ut elit sint eu"
},
{
"typeCode": "972",
"value": "esse labore"
},
{
"typeCode": "972",
"value": "minim d"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "sed u"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 2,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "amet do"
},
{
"typeCode": "outbound",
"value": "sit"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "ullamco magna ut"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "pariatur cupidatat labore nu"
},
{
"typeCode": "AFE",
"value": "ad aliqua amet officia"
},
{
"typeCode": "AFE",
"value": "dolor velit sint ex"
},
{
"typeCode": "AFE",
"value": "cupidatat nost"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "fugiat aliqua"
},
{
"typeCode": "AFE",
"value": "tempor nulla magn"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua exercitation deser"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "nostrud laborum aute nulla"
},
{
"typeCode": "972",
"value": "qu"
},
{
"typeCode": "972",
"value": "Duis r"
},
{
"typeCode": "972",
"value": "ipsum non nostrud anim"
},
{
"typeCode": "972",
"value": "nisi incidid"
},
{
"typeCode": "972",
"value": "lab"
},
{
"typeCode": "972",
"value": "sin"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "incid"
},
{
"typeCode": "outbound",
"value": "incididunt sunt"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Duis Excepteur"
},
{
"typeCode": "AFE",
"value": "et est pariatur"
},
{
"typeCode": "AFE",
"value": "qui proident in pa"
},
{
"typeCode": "AFE",
"value": "adipisicing lab"
},
{
"typeCode": "AFE",
"value": "enim ea in consectet"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "velit consequat"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "exercitation amet"
},
{
"typeCode": "AFE",
"value": "cillum sunt veniam ea cupi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident ipsum e"
},
{
"typeCode": "972",
"value": "consectetur magna aute "
},
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "do labor"
},
{
"typeCode": "972",
"value": "proident Lorem in"
},
{
"typeCode": "972",
"value": "dolore cupidatat"
},
{
"typeCode": "972",
"value": "sit velit aute ex"
},
{
"typeCode": "972",
"value": "anim sit velit irure ex"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "tempor mollit ex"
},
{
"typeCode": "outbound",
"value": "officia qu"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "adipis"
},
{
"typeCode": "AFE",
"value": "ea do laborum"
},
{
"typeCode": "AFE",
"value": "sunt occaecat sit"
},
{
"typeCode": "AFE",
"value": "velit proident incididunt"
},
{
"typeCode": "AFE",
"value": "sed cupidatat labori"
},
{
"typeCode": "AFE",
"value": "es"
},
{
"typeCode": "AFE",
"value": "veni"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex esse qui fugiat sed"
},
{
"typeCode": "972",
"value": "tempor incididunt nisi dolore"
},
{
"typeCode": "972",
"value": "labore ut v"
},
{
"typeCode": "972",
"value": "in Lorem aute"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "mollit consequat"
},
{
"typeCode": "972",
"value": "Ut in "
},
{
"typeCode": "972",
"value": "commodo dolor irure Lorem nostrud"
},
{
"typeCode": "972",
"value": "pariatur fugiat"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "adipisicing"
},
{
"typeCode": "outbound",
"value": "nu"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "des"
},
{
"typeCode": "AFE",
"value": "aliquip incididunt anim non"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "voluptate cup"
},
{
"typeCode": "AFE",
"value": "cillum laboris"
},
{
"typeCode": "AFE",
"value": "voluptate dolor"
},
{
"typeCode": "AFE",
"value": "dolo"
},
{
"typeCode": "AFE",
"value": "laborum voluptate incididun"
},
{
"typeCode": "AFE",
"value": "ea aut"
},
{
"typeCode": "AFE",
"value": "id tempor e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Lorem dolor"
},
{
"typeCode": "972",
"value": "cill"
},
{
"typeCode": "972",
"value": "elit est commodo"
},
{
"typeCode": "972",
"value": "do d"
},
{
"typeCode": "972",
"value": "mollit dolor"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "consectetur"
},
{
"typeCode": "972",
"value": "nisi venia"
},
{
"typeCode": "972",
"value": "labore nul"
},
{
"typeCode": "972",
"value": "ea magna sunt id"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 1,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sunt "
},
{
"typeCode": "outbound",
"value": "est deserunt dolor"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "do fugiat culpa dolore"
},
{
"typeCode": "AFE",
"value": "cillum enim quis "
},
{
"typeCode": "AFE",
"value": "o"
},
{
"typeCode": "AFE",
"value": "veniam magna pariatur ali"
},
{
"typeCode": "AFE",
"value": "ut elit deserun"
},
{
"typeCode": "AFE",
"value": "in dolore sunt culpa"
},
{
"typeCode": "AFE",
"value": "cupidatat sint nisi deser"
},
{
"typeCode": "AFE",
"value": "sed irure"
},
{
"typeCode": "AFE",
"value": "magna elit ullamco"
},
{
"typeCode": "AFE",
"value": "aute ipsum qu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "velit amet nulla sint Ut"
},
{
"typeCode": "972",
"value": "Excepteur sed enim"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "reprehenderit Dui"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "in commodo fugia"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "sunt in proident aliq"
},
{
"typeCode": "972",
"value": "deserunt dolor quis cup"
},
{
"typeCode": "972",
"value": "officia laboris exerc"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 10,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lor"
},
{
"typeCode": "outbound",
"value": "culpa"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "pariatur sunt in"
},
{
"typeCode": "AFE",
"value": "dolor qui Ut"
},
{
"typeCode": "AFE",
"value": "Duis adipisicing"
},
{
"typeCode": "AFE",
"value": "ullamco sint"
},
{
"typeCode": "AFE",
"value": "occaecat elit"
},
{
"typeCode": "AFE",
"value": "sint "
},
{
"typeCode": "AFE",
"value": "voluptate Du"
},
{
"typeCode": "AFE",
"value": "ut adipisicing labore qui oc"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Duis aliquip incidid"
},
{
"typeCode": "972",
"value": "magna"
},
{
"typeCode": "972",
"value": "exercitation commod"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "aute Duis"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "veniam ullamco"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "cillum et sit nisi e"
},
{
"typeCode": "972",
"value": "laboris ex"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut in in"
},
{
"typeCode": "outbound",
"value": "id ipsum"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitation cupidatat ex"
},
{
"typeCode": "AFE",
"value": "pariatu"
},
{
"typeCode": "AFE",
"value": "in ea Excepteur in"
},
{
"typeCode": "AFE",
"value": "ullamco e"
},
{
"typeCode": "AFE",
"value": "dolore deserunt"
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "est exercitation in"
},
{
"typeCode": "AFE",
"value": "sit cupidatat labore ut offici"
},
{
"typeCode": "AFE",
"value": "sit voluptate d"
},
{
"typeCode": "AFE",
"value": "laborum con"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Excepteur culpa "
},
{
"typeCode": "972",
"value": "consectetur adipisicing non velit "
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "veniam dolor in"
},
{
"typeCode": "972",
"value": "aliqua id"
},
{
"typeCode": "972",
"value": "ut fugiat"
},
{
"typeCode": "972",
"value": "ad exercita"
},
{
"typeCode": "972",
"value": "pro"
},
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "cillu"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 2,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "minim velit fug"
},
{
"typeCode": "outbound",
"value": "Excepteur in"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "aliqua aliquip id laboris"
},
{
"typeCode": "AFE",
"value": "eu exercitation laboris"
},
{
"typeCode": "AFE",
"value": "Lo"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "in est"
},
{
"typeCode": "AFE",
"value": "voluptate qui n"
},
{
"typeCode": "AFE",
"value": "esse Lorem a"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in nulla quis"
},
{
"typeCode": "972",
"value": "sit eu ni"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "voluptate e"
},
{
"typeCode": "972",
"value": "est qui"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "laborum"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad sint dolore"
},
{
"typeCode": "outbound",
"value": "officia"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "mini"
},
{
"typeCode": "AFE",
"value": "labor"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "proident ea nisi in fugiat"
},
{
"typeCode": "AFE",
"value": "id laborum"
},
{
"typeCode": "AFE",
"value": "est ea ess"
},
{
"typeCode": "AFE",
"value": "dolore mo"
},
{
"typeCode": "AFE",
"value": "veniam ipsum dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "pariatur aliquip"
},
{
"typeCode": "972",
"value": "sunt Duis"
},
{
"typeCode": "972",
"value": "Excepteur culpa ut officia m"
},
{
"typeCode": "972",
"value": "officia dolor culpa co"
},
{
"typeCode": "972",
"value": "incididunt irure "
},
{
"typeCode": "972",
"value": "reprehenderit sint"
},
{
"typeCode": "972",
"value": "elit quis in"
},
{
"typeCode": "972",
"value": "molli"
},
{
"typeCode": "972",
"value": "id commodo"
},
{
"typeCode": "972",
"value": "non"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "incididunt consequ"
},
{
"typeCode": "outbound",
"value": "esse"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "non ea dolore nisi"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "eiusmod pariat"
},
{
"typeCode": "AFE",
"value": "aliqua veniam consequat"
},
{
"typeCode": "AFE",
"value": "culpa laboris est"
},
{
"typeCode": "AFE",
"value": "reprehenderi"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "commodo sint"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident occaecat sunt Duis enim"
},
{
"typeCode": "972",
"value": "commodo quis aliquip Lorem"
},
{
"typeCode": "972",
"value": "magna in cupidatat aliqua "
},
{
"typeCode": "972",
"value": "elit deserunt minim ut labore"
},
{
"typeCode": "972",
"value": "labore aliqua qui irure enim"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "non irure veniam aliq"
},
{
"typeCode": "972",
"value": "oc"
},
{
"typeCode": "972",
"value": "mollit eiusmod"
},
{
"typeCode": "972",
"value": "ut Excepteur aliquip fugiat non"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "eiusmod ea",
"date": "2025-03-13T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "Excepteur dolore dol"
},
{
"typeCode": "CU",
"value": "elit irure"
},
{
"typeCode": "CU",
"value": "et ut"
},
{
"typeCode": "CU",
"value": "Excepteur tempor"
},
{
"typeCode": "CU",
"value": "elit"
},
{
"typeCode": "CU",
"value": "nostrud quis magna ex"
},
{
"typeCode": "CU",
"value": "sed aute laboris"
},
{
"typeCode": "CU",
"value": "officia ea incididunt non"
},
{
"typeCode": "CU",
"value": "enim"
},
{
"typeCode": "CU",
"value": "adipisicing Duis sint"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 461.12,
"importTaxesValue": 400.58,
"totalWithImportDutiesAndTaxes": 3332.39
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2395.52,
"preCalculatedTotalInvoiceValue": 793.01
}
},
"remarks": [
{
"value": "laborum dolore ullamco"
},
{
"value": "nisi enim Ut ad velit"
},
{
"value": "aliquip sed irure enim"
}
],
"additionalCharges": [
{
"value": 2,
"typeCode": "logistic"
},
{
"value": 6,
"typeCode": "logistic"
},
{
"value": 4,
"typeCode": "fuel_surcharge"
},
{
"value": 4,
"typeCode": "packaging"
},
{
"value": 6,
"typeCode": "logistic"
}
],
"placeOfIncoterm": "Hagenesshire",
"recipientReference": "sqHjY5ho0q",
"exporter": {
"id": "60035828",
"code": "ynSyE"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ut ea in cillum"
},
{
"typeCode": "972",
"value": "enim Ut labore ad"
},
{
"typeCode": "972",
"value": "nostrud sit in aliquip proid"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "eu q"
},
{
"typeCode": "972",
"value": "nulla mollit veniam quis"
},
{
"typeCode": "972",
"value": "ut non sint"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "exercitation qui proident"
},
{
"typeCode": "972",
"value": "fugiat veniam qu"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 2,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veniam l"
},
{
"typeCode": "outbound",
"value": "dolore culpa d"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "qui ad"
},
{
"typeCode": "AFE",
"value": "in nisi tempor Ut"
},
{
"typeCode": "AFE",
"value": "si"
},
{
"typeCode": "AFE",
"value": "anim"
},
{
"typeCode": "AFE",
"value": "et Excepteur en"
},
{
"typeCode": "AFE",
"value": "magna officia qui in"
},
{
"typeCode": "AFE",
"value": "cupidatat s"
},
{
"typeCode": "AFE",
"value": "culpa Ut Excepteur ex"
},
{
"typeCode": "AFE",
"value": "laborum est"
},
{
"typeCode": "AFE",
"value": "Duis pariatur Ut ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "U"
},
{
"typeCode": "972",
"value": "pariatur sit incididunt"
},
{
"typeCode": "972",
"value": "anim reprehe"
},
{
"typeCode": "972",
"value": "laboris oc"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "in proident"
},
{
"typeCode": "972",
"value": "sint irure sit voluptate"
},
{
"typeCode": "972",
"value": "laborum in off"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "eiusmod"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 4,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "elit"
},
{
"typeCode": "outbound",
"value": "sint"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cil"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "consectetur consequat"
},
{
"typeCode": "AFE",
"value": "nostrud "
},
{
"typeCode": "AFE",
"value": "dolore eiusmod"
},
{
"typeCode": "AFE",
"value": "in tempor ipsum exercitati"
},
{
"typeCode": "AFE",
"value": "cupidatat Lorem sunt"
},
{
"typeCode": "AFE",
"value": "elit non in Duis sunt"
},
{
"typeCode": "AFE",
"value": "commodo incidi"
},
{
"typeCode": "AFE",
"value": "sed"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ull"
},
{
"typeCode": "972",
"value": "in sint"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "minim elit ullamc"
},
{
"typeCode": "972",
"value": "enim laboris"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "cupidatat "
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "do nostrud et"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 1,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qui"
},
{
"typeCode": "outbound",
"value": "amet"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "irure ci"
},
{
"typeCode": "AFE",
"value": "occaecat U"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "repreh"
},
{
"typeCode": "AFE",
"value": "tempor"
},
{
"typeCode": "AFE",
"value": "do exercitation ullamco "
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "Excepteur proident"
},
{
"typeCode": "AFE",
"value": "cupid"
},
{
"typeCode": "AFE",
"value": "irure eu id"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla ali"
},
{
"typeCode": "972",
"value": "voluptat"
},
{
"typeCode": "972",
"value": "min"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "ma"
},
{
"typeCode": "972",
"value": "et sit"
},
{
"typeCode": "972",
"value": "pariatur magna n"
},
{
"typeCode": "972",
"value": "nisi deserunt"
},
{
"typeCode": "972",
"value": "ipsum o"
},
{
"typeCode": "972",
"value": "consequat e"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 10,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "paria"
},
{
"typeCode": "outbound",
"value": "consequat"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliqua velit quis"
},
{
"typeCode": "AFE",
"value": "con"
},
{
"typeCode": "AFE",
"value": "velit anim"
},
{
"typeCode": "AFE",
"value": "do esse culpa sunt offi"
},
{
"typeCode": "AFE",
"value": "incididunt nostrud Excepteur mo"
},
{
"typeCode": "AFE",
"value": "id dolor e"
},
{
"typeCode": "AFE",
"value": "labore dolore adipisicing"
},
{
"typeCode": "AFE",
"value": "Excepteur elit"
},
{
"typeCode": "AFE",
"value": "mollit eiusmod labore ullamco"
},
{
"typeCode": "AFE",
"value": "nisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia in"
},
{
"typeCode": "972",
"value": "proident veniam ullamc"
},
{
"typeCode": "972",
"value": "et ea"
},
{
"typeCode": "972",
"value": "deserunt ve"
},
{
"typeCode": "972",
"value": "sunt te"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "eni"
},
{
"typeCode": "972",
"value": "labore moll"
},
{
"typeCode": "972",
"value": "aliqua adipisicing proiden"
},
{
"typeCode": "972",
"value": "ut pr"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 10,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magna occae"
},
{
"typeCode": "outbound",
"value": "commodo"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nisi Lo"
},
{
"typeCode": "AFE",
"value": "consectetur sit officia nis"
},
{
"typeCode": "AFE",
"value": "non et pariatur"
},
{
"typeCode": "AFE",
"value": "minim deserunt null"
},
{
"typeCode": "AFE",
"value": "ipsum reprehender"
},
{
"typeCode": "AFE",
"value": "eu qu"
},
{
"typeCode": "AFE",
"value": "Duis aliqua consectetur culpa "
},
{
"typeCode": "AFE",
"value": "ad esse deserunt s"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "qui labore do pa"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum sint dolor eiusmo"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "nul"
},
{
"typeCode": "972",
"value": "adi"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "quis consectetur incididunt nisi"
},
{
"typeCode": "972",
"value": "re"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "enim quis minim incidi"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labo"
},
{
"typeCode": "outbound",
"value": "qui sunt ad tem"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "veniam labore amet"
},
{
"typeCode": "AFE",
"value": "ut dolore sed magna"
},
{
"typeCode": "AFE",
"value": "quis eu proident eiusmod i"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "cupidatat Excepteur anim p"
},
{
"typeCode": "AFE",
"value": "o"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "Excepteur et cillum Lorem consecte"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "do tempor "
},
{
"typeCode": "972",
"value": "exercitation sunt velit proiden"
},
{
"typeCode": "972",
"value": "adipis"
},
{
"typeCode": "972",
"value": "aliquip c"
},
{
"typeCode": "972",
"value": "nisi qui"
},
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "commodo Lore"
},
{
"typeCode": "972",
"value": "aut"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 3,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "commodo "
},
{
"typeCode": "outbound",
"value": "proident pariat"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "magna irure ipsum"
},
{
"typeCode": "AFE",
"value": "adipi"
},
{
"typeCode": "AFE",
"value": "non occ"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "ad ea of"
},
{
"typeCode": "AFE",
"value": "ut "
},
{
"typeCode": "AFE",
"value": "commodo"
},
{
"typeCode": "AFE",
"value": "minim eiusmod id cup"
},
{
"typeCode": "AFE",
"value": "sed sint ips"
},
{
"typeCode": "AFE",
"value": "laboris minim id qui eu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna id quis"
},
{
"typeCode": "972",
"value": "magna commodo deserunt"
},
{
"typeCode": "972",
"value": "cillum amet esse"
},
{
"typeCode": "972",
"value": "ex ut d"
},
{
"typeCode": "972",
"value": "enim labore laborum"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "adipisicin"
},
{
"typeCode": "972",
"value": "officia in"
},
{
"typeCode": "972",
"value": "U"
},
{
"typeCode": "972",
"value": "laboris sunt"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 9,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Ut"
},
{
"typeCode": "outbound",
"value": "nos"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud aute"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "consectetu"
},
{
"typeCode": "AFE",
"value": "cillum occaecat enim irure"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "do ut"
},
{
"typeCode": "AFE",
"value": "ea esse in"
},
{
"typeCode": "AFE",
"value": "aliquip minim"
},
{
"typeCode": "AFE",
"value": "nisi proident et"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "si"
},
{
"typeCode": "972",
"value": "nisi quis ut occaec"
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "ipsum aute"
},
{
"typeCode": "972",
"value": "eiusmod a"
},
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "dolore q"
},
{
"typeCode": "972",
"value": "est eiusmod sed"
},
{
"typeCode": "972",
"value": "officia labore proident laboris"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut ir"
},
{
"typeCode": "outbound",
"value": "deserunt aute do"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "pariatur dolor sit"
},
{
"typeCode": "AFE",
"value": "laborum fugiat do"
},
{
"typeCode": "AFE",
"value": "mo"
},
{
"typeCode": "AFE",
"value": "nostrud sint ut ex sed"
},
{
"typeCode": "AFE",
"value": "tempor"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "fugi"
},
{
"typeCode": "AFE",
"value": "cillum Duis"
},
{
"typeCode": "AFE",
"value": "culpa"
},
{
"typeCode": "AFE",
"value": "adipisicing ipsum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua cillum laboris mini"
},
{
"typeCode": "972",
"value": "nisi ut cillum esse"
},
{
"typeCode": "972",
"value": "consequat deserunt ulla"
},
{
"typeCode": "972",
"value": "sit Ut fugiat eiusm"
},
{
"typeCode": "972",
"value": "eu qui ea sed"
},
{
"typeCode": "972",
"value": "eu in"
},
{
"typeCode": "972",
"value": "id deserunt commodo"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "adipis"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 9,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute occ"
},
{
"typeCode": "outbound",
"value": "irure"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "ipsum vol"
},
{
"typeCode": "AFE",
"value": "dolore do"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "in consectetur"
},
{
"typeCode": "AFE",
"value": "laborum qui"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "nulla"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "et occaecat qui sint f"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "laborum consectetur"
},
{
"typeCode": "972",
"value": "Duis est ea"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "commodo Excepteur eiusmod dolor no"
},
{
"typeCode": "972",
"value": "q"
},
{
"typeCode": "972",
"value": "Ut eiusmod"
},
{
"typeCode": "972",
"value": "adi"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "in repre",
"date": "2025-03-19T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "et fugiat do"
},
{
"typeCode": "CU",
"value": "elit deserunt volupt"
},
{
"typeCode": "CU",
"value": "irure fugiat"
},
{
"typeCode": "CU",
"value": "dolor nostrud non"
},
{
"typeCode": "CU",
"value": "dolor ex ut"
},
{
"typeCode": "CU",
"value": "ullamco Lorem consequa"
},
{
"typeCode": "CU",
"value": "sunt"
},
{
"typeCode": "CU",
"value": "sunt exercitation sit nostrud "
},
{
"typeCode": "CU",
"value": "sint quis esse velit"
},
{
"typeCode": "CU",
"value": "nisi aute sunt aliquip"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 46.56,
"importTaxesValue": 218.01,
"totalWithImportDutiesAndTaxes": 199.11
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 138.26,
"preCalculatedTotalInvoiceValue": 3738.23
}
},
"remarks": [
{
"value": "ex adipisicing"
},
{
"value": "amet culpa consectetur anim et"
},
{
"value": "l"
}
],
"additionalCharges": [
{
"value": 3,
"typeCode": "logistic"
},
{
"value": 2,
"typeCode": "admin"
},
{
"value": 10,
"typeCode": "packaging"
},
{
"value": 2,
"typeCode": "handling"
},
{
"value": 5,
"typeCode": "vat"
}
],
"placeOfIncoterm": "Mileshaven",
"recipientReference": "w0fAICagzC",
"exporter": {
"id": "30274003",
"code": "JnSaZ"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "occaecat quis nisi s"
},
{
"typeCode": "972",
"value": "velit non dolore incididunt"
},
{
"typeCode": "972",
"value": "exercitation sed d"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "magna "
},
{
"typeCode": "972",
"value": "laboris mollit ullamco in"
},
{
"typeCode": "972",
"value": "U"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "est "
},
{
"typeCode": "972",
"value": "nisi do"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 8,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "elit "
},
{
"typeCode": "outbound",
"value": "commo"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliqua of"
},
{
"typeCode": "AFE",
"value": "qui nulla adipisicing"
},
{
"typeCode": "AFE",
"value": "repre"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "quis laboris sint eiusmod ad"
},
{
"typeCode": "AFE",
"value": "dol"
},
{
"typeCode": "AFE",
"value": "labore amet "
},
{
"typeCode": "AFE",
"value": "Ut cillum mollit"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "qui voluptate do ullamco"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "fugiat ex Lorem adipisicing"
},
{
"typeCode": "972",
"value": "co"
},
{
"typeCode": "972",
"value": "voluptate Excep"
},
{
"typeCode": "972",
"value": "ea sint dolor incididunt"
},
{
"typeCode": "972",
"value": "nisi ullamco ex aliquip"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "velit dolor voluptate"
},
{
"typeCode": "972",
"value": "paria"
},
{
"typeCode": "972",
"value": "ea Duis nulla"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do sit dolor pari"
},
{
"typeCode": "outbound",
"value": "id"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "sed reprehend"
},
{
"typeCode": "AFE",
"value": "dolore minim ullamco reprehende"
},
{
"typeCode": "AFE",
"value": "paria"
},
{
"typeCode": "AFE",
"value": "commodo"
},
{
"typeCode": "AFE",
"value": "Ut cupidatat fugiat"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "adipi"
},
{
"typeCode": "AFE",
"value": "fugiat c"
},
{
"typeCode": "AFE",
"value": "pariatur sed adipisicing"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "est culpa"
},
{
"typeCode": "972",
"value": "laboris enim Ut adipisicing"
},
{
"typeCode": "972",
"value": "in pariatur enim dolor s"
},
{
"typeCode": "972",
"value": "non est in amet"
},
{
"typeCode": "972",
"value": "ea amet Ut"
},
{
"typeCode": "972",
"value": "labor"
},
{
"typeCode": "972",
"value": "enim veniam"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in v"
},
{
"typeCode": "outbound",
"value": "veniam "
}
],
"exportReasonType": "return",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliqua Duis laboris"
},
{
"typeCode": "AFE",
"value": "ea proident aliquip do"
},
{
"typeCode": "AFE",
"value": "enim ad esse"
},
{
"typeCode": "AFE",
"value": "ci"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "id c"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "eu mollit nulla consequat"
},
{
"typeCode": "AFE",
"value": "in pa"
},
{
"typeCode": "AFE",
"value": "t"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "est Lorem incididunt"
},
{
"typeCode": "972",
"value": "reprehen"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "labo"
},
{
"typeCode": "972",
"value": "q"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "sunt cillum"
},
{
"typeCode": "972",
"value": "labore ex pariatur reprehender"
},
{
"typeCode": "972",
"value": "offici"
},
{
"typeCode": "972",
"value": "qui"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 9,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "fugiat cillu"
},
{
"typeCode": "outbound",
"value": "reprehende"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "in sed tempor fugiat"
},
{
"typeCode": "AFE",
"value": "tempor adipis"
},
{
"typeCode": "AFE",
"value": "incididunt ut cupidatat"
},
{
"typeCode": "AFE",
"value": "elit anim officia nulla quis"
},
{
"typeCode": "AFE",
"value": "quis adipisicin"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "aute dolor voluptate ex"
},
{
"typeCode": "AFE",
"value": "in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "minim reprehenderit do ad i"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "exercitation officia"
},
{
"typeCode": "972",
"value": "nulla L"
},
{
"typeCode": "972",
"value": "enim ullamco esse"
},
{
"typeCode": "972",
"value": "aliqua ut"
},
{
"typeCode": "972",
"value": "elit consequat"
},
{
"typeCode": "972",
"value": "in fugiat ipsum occaecat minim"
},
{
"typeCode": "972",
"value": "in cillum in"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "mollit"
},
{
"typeCode": "outbound",
"value": "aute ex irure est"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "eiusmod Lorem laboris dolore"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "do in"
},
{
"typeCode": "AFE",
"value": "irure in enim "
},
{
"typeCode": "AFE",
"value": "incididunt volupta"
},
{
"typeCode": "AFE",
"value": "veniam non a"
},
{
"typeCode": "AFE",
"value": "nisi labore velit"
},
{
"typeCode": "AFE",
"value": "id ad repr"
},
{
"typeCode": "AFE",
"value": "ullamco magna"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "consectetur comm"
},
{
"typeCode": "972",
"value": "aute ut voluptate"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "occa"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "dolor consectetur velit minim"
},
{
"typeCode": "972",
"value": "amet elit"
},
{
"typeCode": "972",
"value": "ipsum laboris Ut"
},
{
"typeCode": "972",
"value": "Ut labore"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "offic"
},
{
"typeCode": "outbound",
"value": "ex "
}
],
"exportReasonType": "return",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "non en"
},
{
"typeCode": "AFE",
"value": "elit U"
},
{
"typeCode": "AFE",
"value": "voluptate aliquip esse aliqua occ"
},
{
"typeCode": "AFE",
"value": "dolore voluptate in"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "velit est culpa"
},
{
"typeCode": "AFE",
"value": "s"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "dolore cillum ea veniam"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "labore consectetur do e"
},
{
"typeCode": "972",
"value": "aliqua voluptate do"
},
{
"typeCode": "972",
"value": "dolore labore anim"
},
{
"typeCode": "972",
"value": "veniam consectetur nost"
},
{
"typeCode": "972",
"value": "pa"
},
{
"typeCode": "972",
"value": "mollit aute sed"
},
{
"typeCode": "972",
"value": "exercitation ut sed dolor aliqua"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "cupidatat est la"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 8,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa eu"
},
{
"typeCode": "outbound",
"value": "ipsum dolore dolor"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "q"
},
{
"typeCode": "AFE",
"value": "ex deseru"
},
{
"typeCode": "AFE",
"value": "amet consequat ulla"
},
{
"typeCode": "AFE",
"value": "sed eu Duis a"
},
{
"typeCode": "AFE",
"value": "pariatur non Lorem Ut Excepteur"
},
{
"typeCode": "AFE",
"value": "eu in do"
},
{
"typeCode": "AFE",
"value": "consectetur ulla"
},
{
"typeCode": "AFE",
"value": "consectetur irure offici"
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "ad in nisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute commodo"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "Ut reprehe"
},
{
"typeCode": "972",
"value": "veniam adipisicing dolor"
},
{
"typeCode": "972",
"value": "exe"
},
{
"typeCode": "972",
"value": "aliqua a"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "cupidatat veniam"
},
{
"typeCode": "972",
"value": "pariatur enim labori"
},
{
"typeCode": "972",
"value": "non ut"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magna Ut est"
},
{
"typeCode": "outbound",
"value": "su"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ad dolor proident"
},
{
"typeCode": "AFE",
"value": "laboris eiusmod ut mini"
},
{
"typeCode": "AFE",
"value": "occ"
},
{
"typeCode": "AFE",
"value": "aliqu"
},
{
"typeCode": "AFE",
"value": "ipsum Excepteur anim laboris i"
},
{
"typeCode": "AFE",
"value": "ea non"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "dolore "
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "dolor ut quis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "laborum ipsum dolor fugiat Ut"
},
{
"typeCode": "972",
"value": "officia minim"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "fugia"
},
{
"typeCode": "972",
"value": "in officia consequat quis ullam"
},
{
"typeCode": "972",
"value": "Lorem aute officia ut"
},
{
"typeCode": "972",
"value": "e"
},
{
"typeCode": "972",
"value": "proident magna"
},
{
"typeCode": "972",
"value": "pariatur ex eiusmod"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "commodo iru"
},
{
"typeCode": "outbound",
"value": "ipsum"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sed Excepteur"
},
{
"typeCode": "AFE",
"value": "ad adipisicing in qui pariatur"
},
{
"typeCode": "AFE",
"value": "commodo exercitation eu dolor"
},
{
"typeCode": "AFE",
"value": "esse sit consequ"
},
{
"typeCode": "AFE",
"value": "labore aute sunt"
},
{
"typeCode": "AFE",
"value": "Duis ad amet"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "dolor occ"
},
{
"typeCode": "AFE",
"value": "Duis reprehenderit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ut U"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "conse"
},
{
"typeCode": "972",
"value": "sed ut id"
},
{
"typeCode": "972",
"value": "nostru"
},
{
"typeCode": "972",
"value": "reprehend"
},
{
"typeCode": "972",
"value": "Ut et dolor c"
},
{
"typeCode": "972",
"value": "ut a"
},
{
"typeCode": "972",
"value": "al"
},
{
"typeCode": "972",
"value": "pr"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 8,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex eiu"
},
{
"typeCode": "outbound",
"value": "fugiat et esse"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "proident et incid"
},
{
"typeCode": "AFE",
"value": "nostrud occaecat dolore e"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "fu"
},
{
"typeCode": "AFE",
"value": "dolore laborum adipisicin"
},
{
"typeCode": "AFE",
"value": "aliquip adipisicing"
},
{
"typeCode": "AFE",
"value": "incididunt labor"
},
{
"typeCode": "AFE",
"value": "l"
},
{
"typeCode": "AFE",
"value": "cillum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit aliqua"
},
{
"typeCode": "972",
"value": "amet non sit culpa fu"
},
{
"typeCode": "972",
"value": "ad u"
},
{
"typeCode": "972",
"value": "minim mollit qui occaecat"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "ut cillu"
},
{
"typeCode": "972",
"value": "in et"
},
{
"typeCode": "972",
"value": "laboris eu enim commodo"
},
{
"typeCode": "972",
"value": "ea ex labor"
},
{
"typeCode": "972",
"value": "c"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "Lorem qui ex proident",
"date": "2025-05-09T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "velit dolor U"
},
{
"typeCode": "CU",
"value": "tempor ea"
},
{
"typeCode": "CU",
"value": "mollit in non Excepteur"
},
{
"typeCode": "CU",
"value": "non dolor proident voluptate"
},
{
"typeCode": "CU",
"value": "magna in nul"
},
{
"typeCode": "CU",
"value": "ipsum"
},
{
"typeCode": "CU",
"value": "dolore laboris nis"
},
{
"typeCode": "CU",
"value": "qui esse"
},
{
"typeCode": "CU",
"value": "des"
},
{
"typeCode": "CU",
"value": "est et esse "
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 969.05,
"importTaxesValue": 624.17,
"totalWithImportDutiesAndTaxes": 639.54
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1564.15,
"preCalculatedTotalInvoiceValue": 421.38
}
},
"remarks": [
{
"value": "ad Lorem"
},
{
"value": "voluptate deserunt laboris consectetur cillum"
},
{
"value": "sint"
}
],
"additionalCharges": [
{
"value": 8,
"typeCode": "logistic"
},
{
"value": 4,
"typeCode": "delivery"
},
{
"value": 2,
"typeCode": "insurance"
},
{
"value": 4,
"typeCode": "delivery"
},
{
"value": 8,
"typeCode": "fuel_surcharge"
}
],
"placeOfIncoterm": "New Sydni",
"recipientReference": "pW63wFNd70",
"exporter": {
"id": "62350022",
"code": "kfyam"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "exercitation irure minim "
},
{
"typeCode": "972",
"value": "consequat nostrud Excepteu"
},
{
"typeCode": "972",
"value": "irure do"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "qui ea c"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "consequat sunt mag"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "occaecat in minim"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 7,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nisi proi"
},
{
"typeCode": "outbound",
"value": "do q"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor "
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "anim tempor elit quis "
},
{
"typeCode": "AFE",
"value": "anim commodo sunt"
},
{
"typeCode": "AFE",
"value": "dolor pariatur esse si"
},
{
"typeCode": "AFE",
"value": "ullamco Ut pariatur eu"
},
{
"typeCode": "AFE",
"value": "est velit ani"
},
{
"typeCode": "AFE",
"value": "ut occaecat"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "eiu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et ea in"
},
{
"typeCode": "972",
"value": "dolore officia sit commodo culpa"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "laboris venia"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "veli"
},
{
"typeCode": "972",
"value": "ut cupidatat ve"
},
{
"typeCode": "972",
"value": "dolor eius"
},
{
"typeCode": "972",
"value": "ut consequat commod"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 6,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sed do in"
},
{
"typeCode": "outbound",
"value": "aute pariatur"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cup"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "in mollit"
},
{
"typeCode": "AFE",
"value": "tempor et"
},
{
"typeCode": "AFE",
"value": "repr"
},
{
"typeCode": "AFE",
"value": "sed labore"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "in incididunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute ex p"
},
{
"typeCode": "972",
"value": "esse fugiat"
},
{
"typeCode": "972",
"value": "dolor "
},
{
"typeCode": "972",
"value": "minim cupidatat sit"
},
{
"typeCode": "972",
"value": "ullamco volupta"
},
{
"typeCode": "972",
"value": "cupidatat ex"
},
{
"typeCode": "972",
"value": "cu"
},
{
"typeCode": "972",
"value": "eiusmod ea ipsum laborum ad"
},
{
"typeCode": "972",
"value": "et dolore magna occa"
},
{
"typeCode": "972",
"value": "mollit in Excepteur e"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 2,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "fugiat"
},
{
"typeCode": "outbound",
"value": "dolor "
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ipsum irure dolore adipisicing"
},
{
"typeCode": "AFE",
"value": "voluptate non"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "quis aliqua irure"
},
{
"typeCode": "AFE",
"value": "ullamc"
},
{
"typeCode": "AFE",
"value": "Ut magna mollit sint ut"
},
{
"typeCode": "AFE",
"value": "aute ullamco"
},
{
"typeCode": "AFE",
"value": "adipisicing in eu ve"
},
{
"typeCode": "AFE",
"value": "Lorem dolor sed nostrud"
},
{
"typeCode": "AFE",
"value": "do amet tempor id"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum nisi"
},
{
"typeCode": "972",
"value": "in ut eu"
},
{
"typeCode": "972",
"value": "exercitation nos"
},
{
"typeCode": "972",
"value": "adipisicing voluptate"
},
{
"typeCode": "972",
"value": "Excepteur ma"
},
{
"typeCode": "972",
"value": "ullamco sunt "
},
{
"typeCode": "972",
"value": "n"
},
{
"typeCode": "972",
"value": "non voluptate quis Excepteur"
},
{
"typeCode": "972",
"value": "aute d"
},
{
"typeCode": "972",
"value": "Ut cillum"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 3,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut la"
},
{
"typeCode": "outbound",
"value": "qui"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum fugiat"
},
{
"typeCode": "AFE",
"value": "amet fug"
},
{
"typeCode": "AFE",
"value": "minim id exercitatio"
},
{
"typeCode": "AFE",
"value": "sint aute culpa"
},
{
"typeCode": "AFE",
"value": "dolor aliquip"
},
{
"typeCode": "AFE",
"value": "ipsum Duis quis"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "Lorem aute id sunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sit enim magna consec"
},
{
"typeCode": "972",
"value": "voluptate sunt"
},
{
"typeCode": "972",
"value": "eu in anim sit"
},
{
"typeCode": "972",
"value": "incidi"
},
{
"typeCode": "972",
"value": "laboris quis cup"
},
{
"typeCode": "972",
"value": "sint ci"
},
{
"typeCode": "972",
"value": "ani"
},
{
"typeCode": "972",
"value": "qu"
},
{
"typeCode": "972",
"value": "fugiat ipsum Duis"
},
{
"typeCode": "972",
"value": "id am"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 5,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "esse ad"
},
{
"typeCode": "outbound",
"value": "in dolore tem"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "non commodo eiusmod i"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "sed consequ"
},
{
"typeCode": "AFE",
"value": "incididunt non aliqua"
},
{
"typeCode": "AFE",
"value": "nostrud ut sit in"
},
{
"typeCode": "AFE",
"value": "incididunt sint aliquip el"
},
{
"typeCode": "AFE",
"value": "dolore minim c"
},
{
"typeCode": "AFE",
"value": "exercitation eiusmod velit sed"
},
{
"typeCode": "AFE",
"value": "ad sint aute"
},
{
"typeCode": "AFE",
"value": "sint amet "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident dolor"
},
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "dolor Lorem"
},
{
"typeCode": "972",
"value": "sunt incididunt consect"
},
{
"typeCode": "972",
"value": "dolore dolor ad labore sin"
},
{
"typeCode": "972",
"value": "magna ipsum"
},
{
"typeCode": "972",
"value": "dolor ex laboris"
},
{
"typeCode": "972",
"value": "qui id laborum sit"
},
{
"typeCode": "972",
"value": "culpa occaecat irure"
},
{
"typeCode": "972",
"value": "consequat elit ullamco"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 7,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "reprehend"
},
{
"typeCode": "outbound",
"value": "ut"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "do cillum irure nostrud"
},
{
"typeCode": "AFE",
"value": "fugiat sint"
},
{
"typeCode": "AFE",
"value": "in commodo nis"
},
{
"typeCode": "AFE",
"value": "laborum magna"
},
{
"typeCode": "AFE",
"value": "ipsu"
},
{
"typeCode": "AFE",
"value": "laboris veni"
},
{
"typeCode": "AFE",
"value": "consequat laboris es"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "ad et"
},
{
"typeCode": "AFE",
"value": "dolor minim non in in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna ea quis mol"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "in e"
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "Lorem do"
},
{
"typeCode": "972",
"value": "in deserunt ea labor"
},
{
"typeCode": "972",
"value": "sed ut"
},
{
"typeCode": "972",
"value": "est id irure ali"
},
{
"typeCode": "972",
"value": "do proident"
},
{
"typeCode": "972",
"value": "fugiat ut officia magna sed"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore"
},
{
"typeCode": "outbound",
"value": "sun"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim in deserunt conse"
},
{
"typeCode": "AFE",
"value": "dolor incididunt"
},
{
"typeCode": "AFE",
"value": "Lorem ea consectetur"
},
{
"typeCode": "AFE",
"value": "ani"
},
{
"typeCode": "AFE",
"value": "adi"
},
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "cillum exercitation"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "enim nostrud elit"
},
{
"typeCode": "AFE",
"value": "nis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "id reprehenderit"
},
{
"typeCode": "972",
"value": "o"
},
{
"typeCode": "972",
"value": "ullamco dolor dolor"
},
{
"typeCode": "972",
"value": "sed aliqua"
},
{
"typeCode": "972",
"value": "velit reprehenderit dolore qui "
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "sed magna ipsum Duis"
},
{
"typeCode": "972",
"value": "conseq"
},
{
"typeCode": "972",
"value": "r"
},
{
"typeCode": "972",
"value": "labore exercitation"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 2,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Duis l"
},
{
"typeCode": "outbound",
"value": "exercitat"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ul"
},
{
"typeCode": "AFE",
"value": "fugi"
},
{
"typeCode": "AFE",
"value": "sit fugiat ipsum"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "lab"
},
{
"typeCode": "AFE",
"value": "culpa eius"
},
{
"typeCode": "AFE",
"value": "velit do in aliqua adipisicing"
},
{
"typeCode": "AFE",
"value": "velit cillu"
},
{
"typeCode": "AFE",
"value": "laborum qui enim sint sunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "u"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "elit tempo"
},
{
"typeCode": "972",
"value": "anim eu"
},
{
"typeCode": "972",
"value": "culpa cupidatat proident"
},
{
"typeCode": "972",
"value": "ut minim occaecat"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "eu velit"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "consectetur non d"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do"
},
{
"typeCode": "outbound",
"value": "fugiat laboru"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "commodo laboris sunt"
},
{
"typeCode": "AFE",
"value": "sed deserunt ad "
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "incidi"
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "eiusmod in commodo esse"
},
{
"typeCode": "AFE",
"value": "veli"
},
{
"typeCode": "AFE",
"value": "ullamco ci"
},
{
"typeCode": "AFE",
"value": "sed ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat nisi ma"
},
{
"typeCode": "972",
"value": "laborum qui magna"
},
{
"typeCode": "972",
"value": "fugiat dolore labor"
},
{
"typeCode": "972",
"value": "qui elit in ut voluptate"
},
{
"typeCode": "972",
"value": "veniam consectetur"
},
{
"typeCode": "972",
"value": "exerci"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "eu incididunt"
},
{
"typeCode": "972",
"value": "in "
},
{
"typeCode": "972",
"value": "do aute laboris ea"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 1,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Excepteur ex "
},
{
"typeCode": "outbound",
"value": "esse Lorem in "
}
],
"exportReasonType": "gift",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "culpa"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "laboris dolore"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "commodo temp"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "Excepteur velit"
},
{
"typeCode": "AFE",
"value": "qui amet E"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "voluptate "
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "non laborum amet officia in"
},
{
"typeCode": "972",
"value": "veli"
},
{
"typeCode": "972",
"value": "commodo minim amet ad id"
},
{
"typeCode": "972",
"value": "magna amet"
},
{
"typeCode": "972",
"value": "officia Ut sit labore"
},
{
"typeCode": "972",
"value": "nisi i"
},
{
"typeCode": "972",
"value": "non"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "dol",
"date": "2025-05-11T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "nostrud sunt ipsum"
},
{
"typeCode": "CU",
"value": "consequat"
},
{
"typeCode": "CU",
"value": "fugiat amet"
},
{
"typeCode": "CU",
"value": "dolor Duis m"
},
{
"typeCode": "CU",
"value": "quis labore"
},
{
"typeCode": "CU",
"value": "officia voluptate nulla tem"
},
{
"typeCode": "CU",
"value": "fugiat eiusm"
},
{
"typeCode": "CU",
"value": "commodo"
},
{
"typeCode": "CU",
"value": "consequat aliq"
},
{
"typeCode": "CU",
"value": "deserunt eius"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 496.24,
"importTaxesValue": 524.26,
"totalWithImportDutiesAndTaxes": 91.7
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 3884.87,
"preCalculatedTotalInvoiceValue": 933.72
}
},
"remarks": [
{
"value": "veniam sit "
},
{
"value": "ullamco eu mollit"
},
{
"value": "culpa enim reprehenderit id"
}
],
"additionalCharges": [
{
"value": 4,
"typeCode": "documentation"
},
{
"value": 1,
"typeCode": "export"
},
{
"value": 4,
"typeCode": "vat"
},
{
"value": 6,
"typeCode": "logistic"
},
{
"value": 8,
"typeCode": "admin"
}
],
"placeOfIncoterm": "East Daniellafurt",
"recipientReference": "aTw4E20qqF",
"exporter": {
"id": "99483672",
"code": "yzJbd"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "velit sunt"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "ut el"
},
{
"typeCode": "972",
"value": "mo"
},
{
"typeCode": "972",
"value": "comm"
},
{
"typeCode": "972",
"value": "aliqua qui quis laborum inc"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "irure esse"
},
{
"typeCode": "972",
"value": "eu esse"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 6,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis"
},
{
"typeCode": "outbound",
"value": "veniam ci"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ipsu"
},
{
"typeCode": "AFE",
"value": "consequat "
},
{
"typeCode": "AFE",
"value": "laboris et"
},
{
"typeCode": "AFE",
"value": "magna est ut"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "sint s"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "Ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "ut non deseru"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "Excepteur v"
},
{
"typeCode": "972",
"value": "in exercitation occaecat laborum"
},
{
"typeCode": "972",
"value": "aliquip veniam"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "ea ipsum non Excepteur volupt"
},
{
"typeCode": "972",
"value": "pariatur"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 4,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex Excepteur"
},
{
"typeCode": "outbound",
"value": "sunt"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in dolor"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "aliquip"
},
{
"typeCode": "AFE",
"value": "minim ut ut reprehende"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "aute in ad exercitation"
},
{
"typeCode": "AFE",
"value": "proident "
},
{
"typeCode": "AFE",
"value": "consectetur quis Lorem"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "nisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum ad"
},
{
"typeCode": "972",
"value": "enim Lorem"
},
{
"typeCode": "972",
"value": "anim amet dolore Lorem"
},
{
"typeCode": "972",
"value": "amet culpa"
},
{
"typeCode": "972",
"value": "nisi "
},
{
"typeCode": "972",
"value": "voluptate repre"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "eu ut"
},
{
"typeCode": "972",
"value": "elit au"
},
{
"typeCode": "972",
"value": "et irure enim"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magna d"
},
{
"typeCode": "outbound",
"value": "ullamc"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "D"
},
{
"typeCode": "AFE",
"value": "laborum fugi"
},
{
"typeCode": "AFE",
"value": "ipsum quis"
},
{
"typeCode": "AFE",
"value": "ea qui dolore"
},
{
"typeCode": "AFE",
"value": "velit do aliq"
},
{
"typeCode": "AFE",
"value": "voluptate tempor adipisic"
},
{
"typeCode": "AFE",
"value": "incididu"
},
{
"typeCode": "AFE",
"value": "id qui Duis sed"
},
{
"typeCode": "AFE",
"value": "velit nulla enim occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud amet"
},
{
"typeCode": "972",
"value": "dolore nisi deserunt mollit"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "ut id anim ea"
},
{
"typeCode": "972",
"value": "do exercitatio"
},
{
"typeCode": "972",
"value": "est officia"
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "ad dolore culpa sin"
},
{
"typeCode": "972",
"value": "ea"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qui dolo"
},
{
"typeCode": "outbound",
"value": "sit mollit"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "esse "
},
{
"typeCode": "AFE",
"value": "reprehenderit et Ut ut elit"
},
{
"typeCode": "AFE",
"value": "dolor proident"
},
{
"typeCode": "AFE",
"value": "sint in "
},
{
"typeCode": "AFE",
"value": "veniam "
},
{
"typeCode": "AFE",
"value": "proide"
},
{
"typeCode": "AFE",
"value": "occaecat labore fugiat"
},
{
"typeCode": "AFE",
"value": "laboris deserunt veniam ni"
},
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "eu in ea sunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "pr"
},
{
"typeCode": "972",
"value": "non dolor"
},
{
"typeCode": "972",
"value": "adipisicing lab"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "deserunt Lorem tempor nulla ut"
},
{
"typeCode": "972",
"value": "do in ut"
},
{
"typeCode": "972",
"value": "qui ad"
},
{
"typeCode": "972",
"value": "magna aute"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "pariatur ad elit"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Duis mollit "
},
{
"typeCode": "outbound",
"value": "nisi cillum velit "
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitatio"
},
{
"typeCode": "AFE",
"value": "Lorem voluptate adipisic"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "laborum minim velit id"
},
{
"typeCode": "AFE",
"value": "esse consectet"
},
{
"typeCode": "AFE",
"value": "in dolore volu"
},
{
"typeCode": "AFE",
"value": "c"
},
{
"typeCode": "AFE",
"value": "sunt exercitation ut e"
},
{
"typeCode": "AFE",
"value": "consectetur vel"
},
{
"typeCode": "AFE",
"value": "Excepteur se"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "fugiat sed ullamco dolor in"
},
{
"typeCode": "972",
"value": "aute Duis incididunt a"
},
{
"typeCode": "972",
"value": "ea esse"
},
{
"typeCode": "972",
"value": "ipsum iru"
},
{
"typeCode": "972",
"value": "nostrud tempor Excepteur "
},
{
"typeCode": "972",
"value": "tempor fugiat "
},
{
"typeCode": "972",
"value": "dolor amet consectetur"
},
{
"typeCode": "972",
"value": "in pariatur Ut in"
},
{
"typeCode": "972",
"value": "tempor lab"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Duis "
},
{
"typeCode": "outbound",
"value": "cillum"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ullamco eiusmod "
},
{
"typeCode": "AFE",
"value": "officia aliquip ea"
},
{
"typeCode": "AFE",
"value": "esse "
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "Excepteur Lorem"
},
{
"typeCode": "AFE",
"value": "ad commodo"
},
{
"typeCode": "AFE",
"value": "tempor exercitation incididunt ci"
},
{
"typeCode": "AFE",
"value": "incididunt et cupidatat irure en"
},
{
"typeCode": "AFE",
"value": "culpa officia exer"
},
{
"typeCode": "AFE",
"value": "est laborum laboris nostrud"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "amet et in occaecat"
},
{
"typeCode": "972",
"value": "culpa velit in sunt commo"
},
{
"typeCode": "972",
"value": "proident a"
},
{
"typeCode": "972",
"value": "in l"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "aliqu"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "laborum ve"
},
{
"typeCode": "972",
"value": "in fugi"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 6,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labo"
},
{
"typeCode": "outbound",
"value": "est an"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nisi cupidatat "
},
{
"typeCode": "AFE",
"value": "eiusmod magna ip"
},
{
"typeCode": "AFE",
"value": "anim esse culpa i"
},
{
"typeCode": "AFE",
"value": "sunt sint Duis pr"
},
{
"typeCode": "AFE",
"value": "ut ea minim"
},
{
"typeCode": "AFE",
"value": "id do consequat"
},
{
"typeCode": "AFE",
"value": "ut proident commodo cupidata"
},
{
"typeCode": "AFE",
"value": "labore enim consectetu"
},
{
"typeCode": "AFE",
"value": "commodo sed"
},
{
"typeCode": "AFE",
"value": "in incididunt ex exercit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "voluptate mini"
},
{
"typeCode": "972",
"value": "labore cupidatat"
},
{
"typeCode": "972",
"value": "enim eiusmod deserunt sit"
},
{
"typeCode": "972",
"value": "consequat dolor sunt in"
},
{
"typeCode": "972",
"value": "reprehenderit dolore lab"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "nostrud consequat enim esse"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "Excepteur commodo"
},
{
"typeCode": "972",
"value": "exercitation sint enim am"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa a"
},
{
"typeCode": "outbound",
"value": "dolor "
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud elit comm"
},
{
"typeCode": "AFE",
"value": "deserunt consectetur Dui"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "magna mollit in nulla"
},
{
"typeCode": "AFE",
"value": "cupidatat conse"
},
{
"typeCode": "AFE",
"value": "pariatur ex ut adipisicing"
},
{
"typeCode": "AFE",
"value": "Excepteur exercitation"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nisi veniam"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "ut officia elit nisi"
},
{
"typeCode": "972",
"value": "et minim"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "Ut exercitation voluptate dolore"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "id commodo nisi sint tempor"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 1,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labore"
},
{
"typeCode": "outbound",
"value": "aliqu"
}
],
"exportReasonType": "return",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "qui ipsum voluptate"
},
{
"typeCode": "AFE",
"value": "mollit occaecat ni"
},
{
"typeCode": "AFE",
"value": "tempor fugia"
},
{
"typeCode": "AFE",
"value": "ad voluptate"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "sed consectetur culp"
},
{
"typeCode": "AFE",
"value": "incididunt quis et aliqua a"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "ipsum sint es"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sunt nostrud"
},
{
"typeCode": "972",
"value": "enim dolore non ea"
},
{
"typeCode": "972",
"value": "quis tempor"
},
{
"typeCode": "972",
"value": "qu"
},
{
"typeCode": "972",
"value": "est off"
},
{
"typeCode": "972",
"value": "sed do cup"
},
{
"typeCode": "972",
"value": "et officia consequ"
},
{
"typeCode": "972",
"value": "nulla laboris mol"
},
{
"typeCode": "972",
"value": "in "
},
{
"typeCode": "972",
"value": "ullamco reprehenderit temp"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sit sunt labo"
},
{
"typeCode": "outbound",
"value": "nostrud"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "aliquip proident"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "in esse"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "incididunt Ut cupidata"
},
{
"typeCode": "AFE",
"value": "fugiat nulla dolore magna"
},
{
"typeCode": "AFE",
"value": "quis anim"
},
{
"typeCode": "AFE",
"value": "dolor nisi exercit"
},
{
"typeCode": "AFE",
"value": "adipisicing"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "labore est"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "aliquip "
},
{
"typeCode": "972",
"value": "et "
},
{
"typeCode": "972",
"value": "veniam ad"
},
{
"typeCode": "972",
"value": "mollit elit"
},
{
"typeCode": "972",
"value": "enim anim voluptate"
},
{
"typeCode": "972",
"value": "sint mollit qui "
},
{
"typeCode": "972",
"value": "velit adipisicing"
},
{
"typeCode": "972",
"value": "consequat ut commodo"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "consectetur dolor est reprehe",
"date": "2025-04-10T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "in"
},
{
"typeCode": "CU",
"value": "nos"
},
{
"typeCode": "CU",
"value": "ullamco labo"
},
{
"typeCode": "CU",
"value": "in do d"
},
{
"typeCode": "CU",
"value": "consequat"
},
{
"typeCode": "CU",
"value": "adipisicing enim exercitation"
},
{
"typeCode": "CU",
"value": "sunt dolore iru"
},
{
"typeCode": "CU",
"value": "esse non dolor"
},
{
"typeCode": "CU",
"value": "velit"
},
{
"typeCode": "CU",
"value": "Excepteur ex"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 685.26,
"importTaxesValue": 626.08,
"totalWithImportDutiesAndTaxes": 2063.63
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 4792.3,
"preCalculatedTotalInvoiceValue": 2556.47
}
},
"remarks": [
{
"value": "aliq"
},
{
"value": "consequat tempor in eu"
},
{
"value": "culpa"
}
],
"additionalCharges": [
{
"value": 8,
"typeCode": "pickup"
},
{
"value": 5,
"typeCode": "expedite"
},
{
"value": 8,
"typeCode": "admin"
},
{
"value": 8,
"typeCode": "handling"
},
{
"value": 4,
"typeCode": "export"
}
],
"placeOfIncoterm": "Fort Savannahtown",
"recipientReference": "8AsAcSRKTK",
"exporter": {
"id": "87074275",
"code": "tSnbA"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ut deserunt fu"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "laboru"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "aliquip culpa"
},
{
"typeCode": "972",
"value": "laboris conse"
},
{
"typeCode": "972",
"value": "anim conseq"
},
{
"typeCode": "972",
"value": "fugiat mag"
},
{
"typeCode": "972",
"value": "tempor aliqua est anim L"
},
{
"typeCode": "972",
"value": "veniam elit enim Excepteur Lorem"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 8,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nulla"
},
{
"typeCode": "outbound",
"value": "nisi ad reprehe"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum in"
},
{
"typeCode": "AFE",
"value": "ex sint ut d"
},
{
"typeCode": "AFE",
"value": "n"
},
{
"typeCode": "AFE",
"value": "commodo laborum est si"
},
{
"typeCode": "AFE",
"value": "quis dolore"
},
{
"typeCode": "AFE",
"value": "tempor commodo occae"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "velit laboris ea i"
},
{
"typeCode": "AFE",
"value": "id mollit"
},
{
"typeCode": "AFE",
"value": "velit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "id Ut aliquip minim ex"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "veni"
},
{
"typeCode": "972",
"value": "veniam nostrud amet in ut"
},
{
"typeCode": "972",
"value": "ex qui ea"
},
{
"typeCode": "972",
"value": "adipisicing aliquip sed u"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "ullamco in amet au"
},
{
"typeCode": "972",
"value": "re"
},
{
"typeCode": "972",
"value": "dolore in fugiat ut veniam"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 6,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "minim"
},
{
"typeCode": "outbound",
"value": "esse velit reprehe"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "pa"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "labor"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "dolore proident ea"
},
{
"typeCode": "AFE",
"value": "adipisicing ad"
},
{
"typeCode": "AFE",
"value": "sit si"
},
{
"typeCode": "AFE",
"value": "veniam nostr"
},
{
"typeCode": "AFE",
"value": "quis nos"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "enim amet sed mollit"
},
{
"typeCode": "972",
"value": "magna adipisicing in"
},
{
"typeCode": "972",
"value": "aliquip cillum"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "en"
},
{
"typeCode": "972",
"value": "dolore tempor culpa incididu"
},
{
"typeCode": "972",
"value": "sint aliqu"
},
{
"typeCode": "972",
"value": "Lorem veniam ut"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "sunt"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ipsum Ut ullamco "
},
{
"typeCode": "outbound",
"value": "in"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitation do"
},
{
"typeCode": "AFE",
"value": "occaecat ex fugiat"
},
{
"typeCode": "AFE",
"value": "deserunt sint"
},
{
"typeCode": "AFE",
"value": "proident amet"
},
{
"typeCode": "AFE",
"value": "ea do"
},
{
"typeCode": "AFE",
"value": "consequa"
},
{
"typeCode": "AFE",
"value": "officia laboris commodo aliqua"
},
{
"typeCode": "AFE",
"value": "pariatur sunt"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "dolore sit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in sint"
},
{
"typeCode": "972",
"value": "volupta"
},
{
"typeCode": "972",
"value": "adipisicing magna Lore"
},
{
"typeCode": "972",
"value": "et id consequat"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "sit Duis velit anim"
},
{
"typeCode": "972",
"value": "ad nostrud do"
},
{
"typeCode": "972",
"value": "ut cillum consequat"
},
{
"typeCode": "972",
"value": "esse"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 9,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Excepteur"
},
{
"typeCode": "outbound",
"value": "anim cillum"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor ad sint Duis"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "ea culpa nisi"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "commodo eu officia ut"
},
{
"typeCode": "AFE",
"value": "amet pro"
},
{
"typeCode": "AFE",
"value": "exerc"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "veniam qui nul"
},
{
"typeCode": "AFE",
"value": "sunt veni"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "eiusmod esse ut laboris inci"
},
{
"typeCode": "972",
"value": "qui magna non"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "officia do ali"
},
{
"typeCode": "972",
"value": "off"
},
{
"typeCode": "972",
"value": "ut et"
},
{
"typeCode": "972",
"value": "Duis"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "deserunt "
},
{
"typeCode": "outbound",
"value": "veniam adipisi"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempor conse"
},
{
"typeCode": "AFE",
"value": "c"
},
{
"typeCode": "AFE",
"value": "Lorem officia"
},
{
"typeCode": "AFE",
"value": "quis sit aliquip qui"
},
{
"typeCode": "AFE",
"value": "est dol"
},
{
"typeCode": "AFE",
"value": "anim pariatur"
},
{
"typeCode": "AFE",
"value": "consectetur ad dolor Ut"
},
{
"typeCode": "AFE",
"value": "aliqua id voluptate e"
},
{
"typeCode": "AFE",
"value": "et aute "
},
{
"typeCode": "AFE",
"value": "pariatur in cupidatat si"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "est Du"
},
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "cil"
},
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "anim c"
},
{
"typeCode": "972",
"value": "et in deserunt eiusmod"
},
{
"typeCode": "972",
"value": "do esse reprehenderit"
},
{
"typeCode": "972",
"value": "commodo dolore laboris"
},
{
"typeCode": "972",
"value": "ut laboru"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 4,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lore"
},
{
"typeCode": "outbound",
"value": "Ut"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "deserunt nulla "
},
{
"typeCode": "AFE",
"value": "U"
},
{
"typeCode": "AFE",
"value": "enim est laboris"
},
{
"typeCode": "AFE",
"value": "consectetur sit dolore exercita"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "ame"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "pariatur al"
},
{
"typeCode": "AFE",
"value": "ea aliquip non"
},
{
"typeCode": "AFE",
"value": "irure"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "paria"
},
{
"typeCode": "972",
"value": "eius"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "sed aliqua et nostrud"
},
{
"typeCode": "972",
"value": "nis"
},
{
"typeCode": "972",
"value": "qui "
},
{
"typeCode": "972",
"value": "voluptate labori"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 8,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do deserun"
},
{
"typeCode": "outbound",
"value": "id laborum cupida"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "Lorem labore nisi exercitat"
},
{
"typeCode": "AFE",
"value": "consequat"
},
{
"typeCode": "AFE",
"value": "ut nisi"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "proident culpa"
},
{
"typeCode": "AFE",
"value": "velit anim ea"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "aliqua incididunt"
},
{
"typeCode": "AFE",
"value": "ea"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia elit"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "Ut paria"
},
{
"typeCode": "972",
"value": "sed minim"
},
{
"typeCode": "972",
"value": "Excep"
},
{
"typeCode": "972",
"value": "adipisicing et"
},
{
"typeCode": "972",
"value": "aute non in ad fugiat"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "quis occaecat si"
},
{
"typeCode": "972",
"value": "laboris dolore aliqu"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 2,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "et l"
},
{
"typeCode": "outbound",
"value": "do labor"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "ea occa"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "eu commodo id veli"
},
{
"typeCode": "AFE",
"value": "nostrud in amet"
},
{
"typeCode": "AFE",
"value": "in nisi mo"
},
{
"typeCode": "AFE",
"value": "ad in"
},
{
"typeCode": "AFE",
"value": "velit tem"
},
{
"typeCode": "AFE",
"value": "ad eiusmod"
},
{
"typeCode": "AFE",
"value": "enim c"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "irur"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "aliquip sint id"
},
{
"typeCode": "972",
"value": "proident Ut i"
},
{
"typeCode": "972",
"value": "sed qui amet nisi magna"
},
{
"typeCode": "972",
"value": "Excepteur laborum "
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "aliqua esse"
},
{
"typeCode": "972",
"value": "sed ea tempo"
},
{
"typeCode": "972",
"value": "anim labore"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut "
},
{
"typeCode": "outbound",
"value": "labor"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud enim"
},
{
"typeCode": "AFE",
"value": "occ"
},
{
"typeCode": "AFE",
"value": "qui reprehenderit sit"
},
{
"typeCode": "AFE",
"value": "voluptate et ex non"
},
{
"typeCode": "AFE",
"value": "dolor sit cupidatat Dui"
},
{
"typeCode": "AFE",
"value": "non eu"
},
{
"typeCode": "AFE",
"value": "nostrud laboris e"
},
{
"typeCode": "AFE",
"value": "ea sunt "
},
{
"typeCode": "AFE",
"value": "sit esse id"
},
{
"typeCode": "AFE",
"value": "ut do in elit ad"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit e"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "ea sed veniam irure"
},
{
"typeCode": "972",
"value": "commodo ea sit"
},
{
"typeCode": "972",
"value": "eni"
},
{
"typeCode": "972",
"value": "exercitation"
},
{
"typeCode": "972",
"value": "cillum am"
},
{
"typeCode": "972",
"value": "minim cillum"
},
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "eu irure ut exercit"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 8,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nostru"
},
{
"typeCode": "outbound",
"value": "officia et"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "elit commodo no"
},
{
"typeCode": "AFE",
"value": "occaecat reprehenderit"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "labore a"
},
{
"typeCode": "AFE",
"value": "ad magna"
},
{
"typeCode": "AFE",
"value": "in quis incidid"
},
{
"typeCode": "AFE",
"value": "L"
},
{
"typeCode": "AFE",
"value": "dolore laboris"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "exercit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "irure id"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "anim i"
},
{
"typeCode": "972",
"value": "tempor quis incidid"
},
{
"typeCode": "972",
"value": "ea velit"
},
{
"typeCode": "972",
"value": "laboru"
},
{
"typeCode": "972",
"value": "pariatur labor"
}
],
"preCalculatedLineItemTotalValue": 10.5
}
],
"invoice": {
"number": "eu eiusmod q",
"date": "2025-07-03T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "mollit cillum ut Ut magna"
},
{
"typeCode": "CU",
"value": "nisi"
},
{
"typeCode": "CU",
"value": "reprehende"
},
{
"typeCode": "CU",
"value": "dolore mollit"
},
{
"typeCode": "CU",
"value": "do"
},
{
"typeCode": "CU",
"value": "voluptate magna esse minim"
},
{
"typeCode": "CU",
"value": "esse eu dolor do"
},
{
"typeCode": "CU",
"value": "officia proident"
},
{
"typeCode": "CU",
"value": "sint"
},
{
"typeCode": "CU",
"value": "officia aliqua co"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 321.69,
"importTaxesValue": 552.37,
"totalWithImportDutiesAndTaxes": 2301.61
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1406.25,
"preCalculatedTotalInvoiceValue": 3507.77
}
},
"remarks": [
{
"value": "fugiat Duis eu tempor"
},
{
"value": "est"
},
{
"value": "ad"
}
],
"additionalCharges": [
{
"value": 6,
"typeCode": "expedite"
},
{
"value": 10,
"typeCode": "pickup"
},
{
"value": 9,
"typeCode": "logistic"
},
{
"value": 9,
"typeCode": "fuel_surcharge"
},
{
"value": 5,
"typeCode": "admin"
}
],
"placeOfIncoterm": "Legrosfurt",
"recipientReference": "dvKdSX8IwF",
"exporter": {
"id": "20135632",
"code": "mSjyc"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "id Duis ips"
},
{
"typeCode": "972",
"value": "Duis fugiat Ut ullamco a"
},
{
"typeCode": "972",
"value": "cillum Excepteur et Ut sed"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "mollit ipsum proident "
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "cupidatat ex sit"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "nisi culpa veniam"
},
{
"typeCode": "972",
"value": "commodo do"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 6,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "si"
},
{
"typeCode": "outbound",
"value": "ex"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "pariatur adipisicing occaecat "
},
{
"typeCode": "AFE",
"value": "commodo "
},
{
"typeCode": "AFE",
"value": "amet pari"
},
{
"typeCode": "AFE",
"value": "eu dolor sed"
},
{
"typeCode": "AFE",
"value": "cupidatat pariatur"
},
{
"typeCode": "AFE",
"value": "laborum en"
},
{
"typeCode": "AFE",
"value": "laborum Lorem id"
},
{
"typeCode": "AFE",
"value": "ad aliqua"
},
{
"typeCode": "AFE",
"value": "deserunt Lorem sunt Ut eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa ul"
},
{
"typeCode": "972",
"value": "in sed"
},
{
"typeCode": "972",
"value": "ex occaecat aute"
},
{
"typeCode": "972",
"value": "in velit"
},
{
"typeCode": "972",
"value": "qui nulla si"
},
{
"typeCode": "972",
"value": "in ullamco"
},
{
"typeCode": "972",
"value": "cu"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "voluptate ad occaecat"
},
{
"typeCode": "972",
"value": "culpa "
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 2,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "id"
},
{
"typeCode": "outbound",
"value": "dolo"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "et officia eu id la"
},
{
"typeCode": "AFE",
"value": "nu"
},
{
"typeCode": "AFE",
"value": "enim nostrud"
},
{
"typeCode": "AFE",
"value": "in do velit cupidat"
},
{
"typeCode": "AFE",
"value": "amet occaecat Duis"
},
{
"typeCode": "AFE",
"value": "qui labore ipsum venia"
},
{
"typeCode": "AFE",
"value": "enim fugiat est ipsum venia"
},
{
"typeCode": "AFE",
"value": "Duis pariatur magna se"
},
{
"typeCode": "AFE",
"value": "do reprehenderit Ut quis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat minim co"
},
{
"typeCode": "972",
"value": "la"
},
{
"typeCode": "972",
"value": "velit nulla"
},
{
"typeCode": "972",
"value": "aliqua tempor est "
},
{
"typeCode": "972",
"value": "ut aute dolor"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "aute sit"
},
{
"typeCode": "972",
"value": "do occaeca"
},
{
"typeCode": "972",
"value": "dolore reprehend"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "proident occaeca"
},
{
"typeCode": "outbound",
"value": "et"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "veniam eiu"
},
{
"typeCode": "AFE",
"value": "nisi id in"
},
{
"typeCode": "AFE",
"value": "aute mollit"
},
{
"typeCode": "AFE",
"value": "cillum "
},
{
"typeCode": "AFE",
"value": "minim exercitation aute enim fugia"
},
{
"typeCode": "AFE",
"value": "an"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "dolore do adipi"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "voluptate"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "l"
},
{
"typeCode": "972",
"value": "velit consequat"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "sunt Lorem c"
},
{
"typeCode": "972",
"value": "anim sed"
},
{
"typeCode": "972",
"value": "ullam"
},
{
"typeCode": "972",
"value": "Duis sit quis"
},
{
"typeCode": "972",
"value": "voluptate ali"
},
{
"typeCode": "972",
"value": "in enim "
},
{
"typeCode": "972",
"value": "cillum"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 7,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat "
},
{
"typeCode": "outbound",
"value": "exerc"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint do ut sunt"
},
{
"typeCode": "AFE",
"value": "proident dolor conse"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "Excepteur sit dol"
},
{
"typeCode": "AFE",
"value": "enim in"
},
{
"typeCode": "AFE",
"value": "officia ea reprehenderit in qui"
},
{
"typeCode": "AFE",
"value": "labore elit in aliquip"
},
{
"typeCode": "AFE",
"value": "ven"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "dolor qui dolore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "eu cillum ex tempor"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "mollit consectetu"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "exercitation velit nostrud Lor"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "voluptate sed"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "labore nulla ad in fugiat"
},
{
"typeCode": "972",
"value": "ad proident et nisi sint"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 5,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ea sunt "
},
{
"typeCode": "outbound",
"value": "Lorem eiusmo"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip consequat Lorem"
},
{
"typeCode": "AFE",
"value": "incididunt nostrud e"
},
{
"typeCode": "AFE",
"value": "dolore eu amet"
},
{
"typeCode": "AFE",
"value": "in qui"
},
{
"typeCode": "AFE",
"value": "cu"
},
{
"typeCode": "AFE",
"value": "Duis dolore"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "ipsum Duis ut occaecat"
},
{
"typeCode": "AFE",
"value": "fugiat dolor qu"
},
{
"typeCode": "AFE",
"value": "cupidatat occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum ea"
},
{
"typeCode": "972",
"value": "non co"
},
{
"typeCode": "972",
"value": "ut exercitation"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "nostrud Ut amet"
},
{
"typeCode": "972",
"value": "nisi incididunt"
},
{
"typeCode": "972",
"value": "officia velit fugiat"
},
{
"typeCode": "972",
"value": "dolore n"
},
{
"typeCode": "972",
"value": "cupidat"
},
{
"typeCode": "972",
"value": "ipsum in elit enim exercitat"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ei"
},
{
"typeCode": "outbound",
"value": "dolore ipsu"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum nostrud minim esse re"
},
{
"typeCode": "AFE",
"value": "qu"
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "dolor voluptate reprehend"
},
{
"typeCode": "AFE",
"value": "amet nulla est eu"
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "ex aute mollit"
},
{
"typeCode": "AFE",
"value": "in dolore"
},
{
"typeCode": "AFE",
"value": "sint consequat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua laborum ut"
},
{
"typeCode": "972",
"value": "aliqua enim pariatur esse co"
},
{
"typeCode": "972",
"value": "ut reprehenderi"
},
{
"typeCode": "972",
"value": "adipisicing quis cupidatat eu"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "sit Duis qui enim et"
},
{
"typeCode": "972",
"value": "magna et"
},
{
"typeCode": "972",
"value": "Lore"
},
{
"typeCode": "972",
"value": "Ut sint nisi tempor sit"
},
{
"typeCode": "972",
"value": "minim cillum"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "adipi"
},
{
"typeCode": "outbound",
"value": "ea"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempor eu"
},
{
"typeCode": "AFE",
"value": "ullamco Lorem nost"
},
{
"typeCode": "AFE",
"value": "in dolor in nulla"
},
{
"typeCode": "AFE",
"value": "enim pariatur quis aliqua si"
},
{
"typeCode": "AFE",
"value": "ipsum officia non voluptate"
},
{
"typeCode": "AFE",
"value": "eu aliquip in ea"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "officia aute"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "laboris cupidatat fugiat e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolor eiusmod veniam"
},
{
"typeCode": "972",
"value": "mol"
},
{
"typeCode": "972",
"value": "enim qui mollit"
},
{
"typeCode": "972",
"value": "velit ex cillum in"
},
{
"typeCode": "972",
"value": "non laboris occaecat Excepteur"
},
{
"typeCode": "972",
"value": "nostrud exerc"
},
{
"typeCode": "972",
"value": "consectetu"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "tempor nisi exercitation amet"
},
{
"typeCode": "972",
"value": "dolor cupid"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "id moll"
},
{
"typeCode": "outbound",
"value": "Excep"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nisi esse"
},
{
"typeCode": "AFE",
"value": "culpa nostrud"
},
{
"typeCode": "AFE",
"value": "fugiat esse tempo"
},
{
"typeCode": "AFE",
"value": "occaecat sint id"
},
{
"typeCode": "AFE",
"value": "ad nisi proident in "
},
{
"typeCode": "AFE",
"value": "esse ut iru"
},
{
"typeCode": "AFE",
"value": "consectetur ut aliqua"
},
{
"typeCode": "AFE",
"value": "non in ex id officia"
},
{
"typeCode": "AFE",
"value": "esse consequat qui"
},
{
"typeCode": "AFE",
"value": "aute sunt Ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat Duis "
},
{
"typeCode": "972",
"value": "in pariatur"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "cupidatat eu qui"
},
{
"typeCode": "972",
"value": "ut nulla cupidatat"
},
{
"typeCode": "972",
"value": "tempor nisi"
},
{
"typeCode": "972",
"value": "cillum culpa"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 9,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "proident"
},
{
"typeCode": "outbound",
"value": "ex nostr"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sunt Lorem"
},
{
"typeCode": "AFE",
"value": "sit do"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "id en"
},
{
"typeCode": "AFE",
"value": "ali"
},
{
"typeCode": "AFE",
"value": "Lorem aute anim sint "
},
{
"typeCode": "AFE",
"value": "cillum mollit"
},
{
"typeCode": "AFE",
"value": "sunt incididunt"
},
{
"typeCode": "AFE",
"value": "el"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "reprehende"
},
{
"typeCode": "972",
"value": "qui velit"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "dolor "
},
{
"typeCode": "972",
"value": "cillum "
},
{
"typeCode": "972",
"value": "anim labore irure ullamc"
},
{
"typeCode": "972",
"value": "anim d"
},
{
"typeCode": "972",
"value": "cillum anim magna ipsum nos"
},
{
"typeCode": "972",
"value": "amet Excepte"
},
{
"typeCode": "972",
"value": "do"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "fug"
},
{
"typeCode": "outbound",
"value": "adipisicing est nu"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laborum Ut ad fugiat cupidatat"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "in proident "
},
{
"typeCode": "AFE",
"value": "officia est"
},
{
"typeCode": "AFE",
"value": "fugiat ut deserunt veniam eu"
},
{
"typeCode": "AFE",
"value": "Excepteur laborum elit Ut"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "qui consequat"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "pariatur magna consectetur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laboris nostrud"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "u"
},
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "nisi dolore"
},
{
"typeCode": "972",
"value": "consectet"
},
{
"typeCode": "972",
"value": "nostrud adipisi"
},
{
"typeCode": "972",
"value": "non Duis"
},
{
"typeCode": "972",
"value": "consectetur"
},
{
"typeCode": "972",
"value": "id consequat"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "irure Ut",
"date": "2025-02-27T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "est voluptate"
},
{
"typeCode": "CU",
"value": "Lorem"
},
{
"typeCode": "CU",
"value": "fugiat est sint exercitatio"
},
{
"typeCode": "CU",
"value": "ipsum Excepteur cupidatat e"
},
{
"typeCode": "CU",
"value": "occaecat"
},
{
"typeCode": "CU",
"value": "reprehend"
},
{
"typeCode": "CU",
"value": "id"
},
{
"typeCode": "CU",
"value": "ut cil"
},
{
"typeCode": "CU",
"value": "fugiat nulla"
},
{
"typeCode": "CU",
"value": "dolor in eiusmod "
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 477.06,
"importTaxesValue": 472.75,
"totalWithImportDutiesAndTaxes": 768.2
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2462.03,
"preCalculatedTotalInvoiceValue": 105.55
}
},
"remarks": [
{
"value": "ut"
},
{
"value": "in irure dolore"
},
{
"value": "officia"
}
],
"additionalCharges": [
{
"value": 10,
"typeCode": "other"
},
{
"value": 5,
"typeCode": "expedite"
},
{
"value": 1,
"typeCode": "admin"
},
{
"value": 4,
"typeCode": "admin"
},
{
"value": 5,
"typeCode": "vat"
}
],
"placeOfIncoterm": "Pfannerstillstad",
"recipientReference": "fU60QY0Q7t",
"exporter": {
"id": "14950277",
"code": "KjIQX"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "Duis laboris dolore "
},
{
"typeCode": "972",
"value": "quis officia "
},
{
"typeCode": "972",
"value": "labori"
},
{
"typeCode": "972",
"value": "pariatur minim"
},
{
"typeCode": "972",
"value": "nulla et laboris Lorem"
},
{
"typeCode": "972",
"value": "irure ut exercit"
},
{
"typeCode": "972",
"value": "adipisicing ex"
},
{
"typeCode": "972",
"value": "eu do velit fugiat enim"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "ut dolor id consectetur"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 1,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cillum qu"
},
{
"typeCode": "outbound",
"value": "dolore"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"grossValue": 2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "esse "
},
{
"typeCode": "AFE",
"value": "in Excepteur labore nulla culpa"
},
{
"typeCode": "AFE",
"value": "Ut cillum"
},
{
"typeCode": "AFE",
"value": "laboris ad amet"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "deserunt sed"
},
{
"typeCode": "AFE",
"value": "nisi ut "
},
{
"typeCode": "AFE",
"value": "in ut"
},
{
"typeCode": "AFE",
"value": "nostr"
},
{
"typeCode": "AFE",
"value": "voluptate id velit q"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in ad"
},
{
"typeCode": "972",
"value": "sunt ut nisi"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "quis sed ex"
},
{
"typeCode": "972",
"value": "sed ex labor"
},
{
"typeCode": "972",
"value": "ad sunt cupidatat "
},
{
"typeCode": "972",
"value": "deserunt commodo veniam"
},
{
"typeCode": "972",
"value": "non pariatur e"
},
{
"typeCode": "972",
"value": "Lorem veniam"
},
{
"typeCode": "972",
"value": "fugiat consequat in do mollit"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "enim ullamco ut"
},
{
"typeCode": "outbound",
"value": "enim ir"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "mollit Lorem qui"
},
{
"typeCode": "AFE",
"value": "aute officia adipisicing"
},
{
"typeCode": "AFE",
"value": "cillu"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "Ut laboris mollit"
},
{
"typeCode": "AFE",
"value": "voluptate Excep"
},
{
"typeCode": "AFE",
"value": "elit nostrud proident sunt Exc"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "voluptat"
},
{
"typeCode": "AFE",
"value": "esse et"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "se"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "ut esse e"
},
{
"typeCode": "972",
"value": "al"
},
{
"typeCode": "972",
"value": "nulla anim"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "exe"
},
{
"typeCode": "972",
"value": "qui laborum ut"
},
{
"typeCode": "972",
"value": "molli"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sint"
},
{
"typeCode": "outbound",
"value": "Ut "
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "pariatur ut aute dolor min"
},
{
"typeCode": "AFE",
"value": "consectetur ipsum"
},
{
"typeCode": "AFE",
"value": "ip"
},
{
"typeCode": "AFE",
"value": "ex labore"
},
{
"typeCode": "AFE",
"value": "dol"
},
{
"typeCode": "AFE",
"value": "incididunt "
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "nulla "
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "dolore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim null"
},
{
"typeCode": "972",
"value": "adipis"
},
{
"typeCode": "972",
"value": "dolore laboris"
},
{
"typeCode": "972",
"value": "mollit cul"
},
{
"typeCode": "972",
"value": "culpa aute"
},
{
"typeCode": "972",
"value": "dolore magna aute fugiat do"
},
{
"typeCode": "972",
"value": "Lorem consequat"
},
{
"typeCode": "972",
"value": "dolor eiusmod ci"
},
{
"typeCode": "972",
"value": "consequat Ex"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 5,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "tempor "
},
{
"typeCode": "outbound",
"value": "eu velit pa"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim mollit "
},
{
"typeCode": "AFE",
"value": "Lorem pariatur"
},
{
"typeCode": "AFE",
"value": "mollit dolor de"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "qui eu occaecat minim"
},
{
"typeCode": "AFE",
"value": "ex anim eu "
},
{
"typeCode": "AFE",
"value": "elit qui i"
},
{
"typeCode": "AFE",
"value": "c"
},
{
"typeCode": "AFE",
"value": "laborum consequat in"
},
{
"typeCode": "AFE",
"value": "est "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "qui Duis exercitation Excepte"
},
{
"typeCode": "972",
"value": "cons"
},
{
"typeCode": "972",
"value": "magna paria"
},
{
"typeCode": "972",
"value": "ipsum adipisicing nos"
},
{
"typeCode": "972",
"value": "ut eu ut Excepteur venia"
},
{
"typeCode": "972",
"value": "in adipisicing"
},
{
"typeCode": "972",
"value": "do fugiat nostrud"
},
{
"typeCode": "972",
"value": "dolor adipisicing in deserunt vel"
},
{
"typeCode": "972",
"value": "officia ipsum"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 6,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex"
},
{
"typeCode": "outbound",
"value": "dolore irure e"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "proident est"
},
{
"typeCode": "AFE",
"value": "amet cupidatat"
},
{
"typeCode": "AFE",
"value": "irure consequat"
},
{
"typeCode": "AFE",
"value": "do ut"
},
{
"typeCode": "AFE",
"value": "sit ipsum culpa elit laborum"
},
{
"typeCode": "AFE",
"value": "deserunt adipisicing ullamco ni"
},
{
"typeCode": "AFE",
"value": "aliqua ea"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "proide"
},
{
"typeCode": "AFE",
"value": "esse sit elit dolor tempo"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "enim proident"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "ut minim"
},
{
"typeCode": "972",
"value": "aute in aliq"
},
{
"typeCode": "972",
"value": "ea deserunt voluptate do"
},
{
"typeCode": "972",
"value": "dolor occaecat esse Excepte"
},
{
"typeCode": "972",
"value": "id mollit deserunt aute"
},
{
"typeCode": "972",
"value": "amet quis tempor cupidatat pr"
},
{
"typeCode": "972",
"value": "magna sit"
},
{
"typeCode": "972",
"value": "Excepteur in"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 4,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non"
},
{
"typeCode": "outbound",
"value": "deserunt"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "venia"
},
{
"typeCode": "AFE",
"value": "anim non fugiat cupidatat al"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "aliq"
},
{
"typeCode": "AFE",
"value": "dolore labor"
},
{
"typeCode": "AFE",
"value": "des"
},
{
"typeCode": "AFE",
"value": "sint proident adi"
},
{
"typeCode": "AFE",
"value": "Lorem cupidatat"
},
{
"typeCode": "AFE",
"value": "magna culpa esse"
},
{
"typeCode": "AFE",
"value": "occaecat sunt ut in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua aute"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "magna"
},
{
"typeCode": "972",
"value": "et esse"
},
{
"typeCode": "972",
"value": "dolor et"
},
{
"typeCode": "972",
"value": "proident consequat in"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "exe"
},
{
"typeCode": "972",
"value": "cupidatat adipisic"
},
{
"typeCode": "972",
"value": "proident culpa"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 4,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad et quis"
},
{
"typeCode": "outbound",
"value": "ut si"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitati"
},
{
"typeCode": "AFE",
"value": "fug"
},
{
"typeCode": "AFE",
"value": "ali"
},
{
"typeCode": "AFE",
"value": "veniam irure"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "Ut ex in"
},
{
"typeCode": "AFE",
"value": "minim mollit"
},
{
"typeCode": "AFE",
"value": "magna Ut ut co"
},
{
"typeCode": "AFE",
"value": "elit ea ips"
},
{
"typeCode": "AFE",
"value": "Excep"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud"
},
{
"typeCode": "972",
"value": "occaecat ut sunt et"
},
{
"typeCode": "972",
"value": "Excepteur deserunt"
},
{
"typeCode": "972",
"value": "id f"
},
{
"typeCode": "972",
"value": "aliquip sint"
},
{
"typeCode": "972",
"value": "mollit nostr"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "eu consequat minim ut"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "ut"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 8,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "enim in ipsum mini"
},
{
"typeCode": "outbound",
"value": "aliquip cupida"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "pariatur eu ut labore Lorem"
},
{
"typeCode": "AFE",
"value": "in de"
},
{
"typeCode": "AFE",
"value": "Excepteur qui irure dolor"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "ullamco qui"
},
{
"typeCode": "AFE",
"value": "sint tempor"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "proiden"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "est n"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "exercitatio"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "sit dolore quis"
},
{
"typeCode": "972",
"value": "consequat Except"
},
{
"typeCode": "972",
"value": "reprehenderit Lorem sed"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "pariatur ut laboris"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "anim"
},
{
"typeCode": "outbound",
"value": "Duis "
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "dolore anim"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "consequat dol"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "ipsum commodo"
},
{
"typeCode": "AFE",
"value": "ipsum ut pariatur of"
},
{
"typeCode": "AFE",
"value": "elit magna reprehenderit con"
},
{
"typeCode": "AFE",
"value": "Lorem"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "aute do ei"
},
{
"typeCode": "972",
"value": "eiusmod dolore"
},
{
"typeCode": "972",
"value": "proident m"
},
{
"typeCode": "972",
"value": "nulla sit"
},
{
"typeCode": "972",
"value": "laboris eiusmod aliqua sit a"
},
{
"typeCode": "972",
"value": "fugiat cupidatat est"
},
{
"typeCode": "972",
"value": "non quis dolore dolor"
},
{
"typeCode": "972",
"value": "qu"
},
{
"typeCode": "972",
"value": "in"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 9,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore eiusmod"
},
{
"typeCode": "outbound",
"value": "sun"
}
],
"exportReasonType": "return",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "amet deserunt adipisicing mini"
},
{
"typeCode": "AFE",
"value": "non qui rep"
},
{
"typeCode": "AFE",
"value": "do "
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "consectetur magna fugiat"
},
{
"typeCode": "AFE",
"value": "anim la"
},
{
"typeCode": "AFE",
"value": "dolo"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "cupida"
},
{
"typeCode": "AFE",
"value": "vo"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat"
},
{
"typeCode": "972",
"value": "Excepteur voluptate Ut est"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "aliq"
},
{
"typeCode": "972",
"value": "sit"
},
{
"typeCode": "972",
"value": "commo"
},
{
"typeCode": "972",
"value": "magna occaecat paria"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "commodo "
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "elit do",
"date": "2025-07-24T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "non qu"
},
{
"typeCode": "CU",
"value": "non"
},
{
"typeCode": "CU",
"value": "mollit est eu"
},
{
"typeCode": "CU",
"value": "sed quis id ullamc"
},
{
"typeCode": "CU",
"value": "in Ut est enim"
},
{
"typeCode": "CU",
"value": "mollit"
},
{
"typeCode": "CU",
"value": "consequat Lorem irure deserunt occa"
},
{
"typeCode": "CU",
"value": "qui cillum commodo"
},
{
"typeCode": "CU",
"value": "incididunt mollit Except"
},
{
"typeCode": "CU",
"value": "pariatur in quis dol"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 262.53,
"importTaxesValue": 561.27,
"totalWithImportDutiesAndTaxes": 2737.77
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 994.24,
"preCalculatedTotalInvoiceValue": 3750.78
}
},
"remarks": [
{
"value": "sed Duis nulla Excepteur"
},
{
"value": "officia eu Lorem"
},
{
"value": "Ut in cupidatat irure"
}
],
"additionalCharges": [
{
"value": 3,
"typeCode": "delivery"
},
{
"value": 4,
"typeCode": "reverse_charge"
},
{
"value": 10,
"typeCode": "other"
},
{
"value": 1,
"typeCode": "packaging"
},
{
"value": 6,
"typeCode": "admin"
}
],
"placeOfIncoterm": "Bergstromhaven",
"recipientReference": "s7GHfGjMNa",
"exporter": {
"id": "55164637",
"code": "cPnfx"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "in aliqua"
},
{
"typeCode": "972",
"value": "aliquip exercitati"
},
{
"typeCode": "972",
"value": "occ"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "consequat est d"
},
{
"typeCode": "972",
"value": "in el"
},
{
"typeCode": "972",
"value": "ad Excepteur Ut"
},
{
"typeCode": "972",
"value": "sed elit id ex"
},
{
"typeCode": "972",
"value": "amet co"
},
{
"typeCode": "972",
"value": "minim incididunt elit"
}
],
"incoterm": "DAP"
}
],
"currency": "BHD",
"unitOfMeasurement": "metric"
},
"outputImageProperties": {
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": false
}
]
},
"customerDetails": {
"sellerDetails": {
"postalAddress": {
"postalCode": "04695-9925",
"cityName": "South Valley",
"countryCode": "AT",
"provinceCode": "TK",
"addressLine1": "545 Jenkins Extension",
"addressLine2": "Suite 614",
"addressLine3": "Dameon Coves",
"countyName": "Gloucestershire"
},
"contactInformation": {
"email": "Alexie72@hotmail.com",
"phone": "432-944-9280 x94404",
"mobilePhone": "+12019876348",
"companyName": "Zulauf Inc",
"fullName": "Ms. Cassandra Ritchie-Bruen"
},
"typeCode": "government",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "BO757100674",
"issuerCountryCode": "SA"
},
{
"typeCode": "VAT",
"number": "DD586472059",
"issuerCountryCode": "PM"
},
{
"typeCode": "VAT",
"number": "YL294393570",
"issuerCountryCode": "GB"
},
{
"typeCode": "VAT",
"number": "GD702589142",
"issuerCountryCode": "HN"
},
{
"typeCode": "VAT",
"number": "DH978255635",
"issuerCountryCode": "GY"
},
{
"typeCode": "VAT",
"number": "AM303870006",
"issuerCountryCode": "HK"
},
{
"typeCode": "VAT",
"number": "XE476227558",
"issuerCountryCode": "GF"
},
{
"typeCode": "VAT",
"number": "AJ083977702",
"issuerCountryCode": "KP"
},
{
"typeCode": "VAT",
"number": "EL687609794",
"issuerCountryCode": "ZW"
},
{
"typeCode": "VAT",
"number": "ZR663296431",
"issuerCountryCode": "VI"
}
]
},
"buyerDetails": {
"postalAddress": {
"postalCode": "35897-3053",
"cityName": "Muhammadview",
"countryCode": "VU",
"provinceCode": "BV",
"addressLine1": "7940 Kovacek Fort",
"addressLine2": "Suite 926",
"addressLine3": "Carolanne Pass",
"countyName": "Hampshire"
},
"contactInformation": {
"email": "Katheryn.Denesik84@hotmail.com",
"phone": "(651) 420-1629",
"mobilePhone": "+12753880855",
"companyName": "Hintz Group",
"fullName": "Bessie Stoltenberg"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "FF675167300",
"issuerCountryCode": "BF"
},
{
"typeCode": "VAT",
"number": "EO788501625",
"issuerCountryCode": "TJ"
},
{
"typeCode": "VAT",
"number": "GU435303799",
"issuerCountryCode": "BA"
},
{
"typeCode": "VAT",
"number": "FX240668548",
"issuerCountryCode": "HM"
},
{
"typeCode": "VAT",
"number": "GK387759829",
"issuerCountryCode": "ML"
},
{
"typeCode": "VAT",
"number": "CM284494729",
"issuerCountryCode": "RS"
},
{
"typeCode": "VAT",
"number": "WI816142891",
"issuerCountryCode": "KR"
},
{
"typeCode": "VAT",
"number": "OL752998686",
"issuerCountryCode": "BF"
},
{
"typeCode": "VAT",
"number": "ZC097712719",
"issuerCountryCode": "AQ"
},
{
"typeCode": "VAT",
"number": "DS101971941",
"issuerCountryCode": "DK"
}
],
"typeCode": "other"
},
"importerDetails": {
"postalAddress": {
"postalCode": "91371-1347",
"cityName": "Joanniefurt",
"countryCode": "EC",
"provinceCode": "SY",
"addressLine1": "382 Eriberto Mission",
"addressLine2": "Suite 648",
"addressLine3": "Keebler Glens",
"countyName": "Nottinghamshire"
},
"contactInformation": {
"email": "Roscoe.Funk58@hotmail.com",
"phone": "340.592.2232 x96211",
"mobilePhone": "+14213278381",
"companyName": "Conn - Brakus",
"fullName": "Jan DuBuque I"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "UF260153156",
"issuerCountryCode": "TG"
},
{
"typeCode": "VAT",
"number": "AA298774179",
"issuerCountryCode": "TR"
},
{
"typeCode": "VAT",
"number": "WZ152024280",
"issuerCountryCode": "EC"
},
{
"typeCode": "VAT",
"number": "HO926144408",
"issuerCountryCode": "BB"
},
{
"typeCode": "VAT",
"number": "MI242089276",
"issuerCountryCode": "TG"
},
{
"typeCode": "VAT",
"number": "WX690618899",
"issuerCountryCode": "SN"
},
{
"typeCode": "VAT",
"number": "XM140989721",
"issuerCountryCode": "SN"
},
{
"typeCode": "VAT",
"number": "EL851971082",
"issuerCountryCode": "BQ"
},
{
"typeCode": "VAT",
"number": "IQ326031175",
"issuerCountryCode": "HT"
},
{
"typeCode": "VAT",
"number": "UO343602562",
"issuerCountryCode": "BG"
}
],
"typeCode": "reseller"
},
"exporterDetails": {
"postalAddress": {
"postalCode": "38314-8644",
"cityName": "East Rudolph",
"countryCode": "RW",
"provinceCode": "SK",
"addressLine1": "568 Bluebell Close",
"addressLine2": "Apt. 417",
"addressLine3": "Timmy Crossing",
"countyName": "Douglas County"
},
"contactInformation": {
"email": "Greyson_Stanton-Hegmann97@gmail.com",
"phone": "400-720-0295 x75833",
"mobilePhone": "+17103401394",
"companyName": "Kozey LLC",
"fullName": "Clifford Maggio"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "AT654997514",
"issuerCountryCode": "BJ"
},
{
"typeCode": "VAT",
"number": "UU533153631",
"issuerCountryCode": "AW"
},
{
"typeCode": "VAT",
"number": "YC074750536",
"issuerCountryCode": "NF"
},
{
"typeCode": "VAT",
"number": "SD973496245",
"issuerCountryCode": "CN"
},
{
"typeCode": "VAT",
"number": "ZQ870701936",
"issuerCountryCode": "TV"
},
{
"typeCode": "VAT",
"number": "RD283906626",
"issuerCountryCode": "ER"
},
{
"typeCode": "VAT",
"number": "BZ103682884",
"issuerCountryCode": "IT"
},
{
"typeCode": "VAT",
"number": "YG395451051",
"issuerCountryCode": "UZ"
},
{
"typeCode": "VAT",
"number": "KJ756968303",
"issuerCountryCode": "GQ"
},
{
"typeCode": "VAT",
"number": "JV851380019",
"issuerCountryCode": "ZW"
}
],
"typeCode": "business"
},
"manufacturerDetails": {
"postalAddress": {
"postalCode": "24775-1602",
"cityName": "Fort Arnaldo",
"countryCode": "GE",
"provinceCode": "GE",
"addressLine1": "255 Adams Radial",
"addressLine2": "Suite 235",
"addressLine3": "Field Close",
"countyName": "Humberside"
},
"contactInformation": {
"email": "Flossie37@gmail.com",
"phone": "1-629-855-1552 x93587",
"mobilePhone": "+13403304079",
"companyName": "Jones Group",
"fullName": "Zachary Stark DVM"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "XO875290803",
"issuerCountryCode": "KR"
},
{
"typeCode": "VAT",
"number": "JW748455879",
"issuerCountryCode": "RW"
},
{
"typeCode": "VAT",
"number": "UM703038415",
"issuerCountryCode": "KE"
},
{
"typeCode": "VAT",
"number": "QO334269564",
"issuerCountryCode": "GF"
},
{
"typeCode": "VAT",
"number": "SU198802068",
"issuerCountryCode": "VU"
},
{
"typeCode": "VAT",
"number": "IR566512006",
"issuerCountryCode": "HK"
},
{
"typeCode": "VAT",
"number": "RI230627671",
"issuerCountryCode": "SH"
},
{
"typeCode": "VAT",
"number": "KK996407562",
"issuerCountryCode": "SS"
},
{
"typeCode": "VAT",
"number": "UL517339828",
"issuerCountryCode": "NE"
},
{
"typeCode": "VAT",
"number": "OJ619350529",
"issuerCountryCode": "MT"
}
],
"typeCode": "reseller"
},
"ultimateConsigneeDetails": {
"postalAddress": {
"postalCode": "15647-8815",
"cityName": "New Cyril",
"countryCode": "KP",
"provinceCode": "LB",
"addressLine1": "710 Roob Mews",
"addressLine2": "Apt. 740",
"addressLine3": "Hermann Viaduct",
"countyName": "Derbyshire"
},
"contactInformation": {
"email": "Retta3@yahoo.com",
"phone": "932.513.4344 x909",
"mobilePhone": "+15564495338",
"companyName": "Murray - Bergnaum",
"fullName": "Laurence Bernhard"
},
"typeCode": "other",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "GG171553300",
"issuerCountryCode": "VA"
},
{
"typeCode": "VAT",
"number": "WU600480151",
"issuerCountryCode": "KZ"
},
{
"typeCode": "VAT",
"number": "UU644892109",
"issuerCountryCode": "PE"
},
{
"typeCode": "VAT",
"number": "WB118080480",
"issuerCountryCode": "JO"
},
{
"typeCode": "VAT",
"number": "QW707429844",
"issuerCountryCode": "ZM"
},
{
"typeCode": "VAT",
"number": "BR751409363",
"issuerCountryCode": "WS"
},
{
"typeCode": "VAT",
"number": "PK631580024",
"issuerCountryCode": "NR"
},
{
"typeCode": "VAT",
"number": "VS941495549",
"issuerCountryCode": "MG"
},
{
"typeCode": "VAT",
"number": "HA639265837",
"issuerCountryCode": "OM"
},
{
"typeCode": "VAT",
"number": "HF343579949",
"issuerCountryCode": "BQ"
}
]
},
"brokerDetails": {
"postalAddress": {
"postalCode": "36623-3127",
"cityName": "Port Jaquelineville",
"countryCode": "SH",
"provinceCode": "ZA",
"addressLine1": "5098 Madison Street",
"addressLine2": "Suite 836",
"addressLine3": "Berge Junctions",
"countyName": "Somerset"
},
"contactInformation": {
"email": "Isabella.Hintz55@yahoo.com",
"phone": "(438) 807-6268 x3456",
"mobilePhone": "+17175383198",
"companyName": "Von LLC",
"fullName": "Pamela Stroman"
},
"typeCode": "other",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "VA243835751",
"issuerCountryCode": "GQ"
},
{
"typeCode": "VAT",
"number": "UX234299358",
"issuerCountryCode": "TG"
},
{
"typeCode": "VAT",
"number": "NC428409384",
"issuerCountryCode": "PM"
},
{
"typeCode": "VAT",
"number": "TD030651669",
"issuerCountryCode": "RW"
},
{
"typeCode": "VAT",
"number": "NC791564120",
"issuerCountryCode": "KZ"
},
{
"typeCode": "VAT",
"number": "IL625619680",
"issuerCountryCode": "BQ"
},
{
"typeCode": "VAT",
"number": "LE280056811",
"issuerCountryCode": "TK"
},
{
"typeCode": "VAT",
"number": "WA626775000",
"issuerCountryCode": "PW"
},
{
"typeCode": "VAT",
"number": "LP937994245",
"issuerCountryCode": "NO"
},
{
"typeCode": "VAT",
"number": "CQ279747779",
"issuerCountryCode": "SK"
}
]
}
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/upload-invoice-data",
"detail": "7096: The provided Shipment Identification Number is invalid. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/upload-invoice-data",
"detail": "#/content/exportDeclaration/0/additionalCharges: expected maximum item count: 5, found: 6",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Query Parameter Name | Example |
|---|---|
shipperAccountNumber* | 123456789 |
typeCode* | generic-entry-summary |
pickupYearAndMonth* | YYYY-MM |
encodingFormat | pdf |
allInOnePDF | false |
compressedPackage | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "adipisicing eiusmod ullamco" |
{
"documents": [
{
"shipmentTrackingNumber": "7654321098",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "7890123456",
"typeCode": "dhl issued proforma invoice",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "6789012345",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "4321098765",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "5432109876",
"typeCode": "waybill",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "7654321098",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "6543210987",
"typeCode": "commercial invoice",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "8901234567",
"typeCode": "dhl issued proforma invoice",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "8901234567",
"typeCode": "dhl issued proforma invoice",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded document"
},
{
"shipmentTrackingNumber": "4321098765",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded zip"
}
]
}{
"instance": "/expressapi/shipments/1371943801/get-image?shipperAccountNumber=848811505&typeCode=waybill&typeCode=commercial-invoice&pickupYearAndMonth=2021-11&encodingFormat=tiff&allInOnePDF=true&compressedPackage=false",
"detail": "1506: encodingFormat TIFF is not applicable in combination with allInOnePDF = true. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1371943802/get-image?shipperAccountNumber=848811505&typeCode=waybills&pickupYearAndMonth=2021-11&encodingFormat=tiff&allInOnePDF=true&compressedPackage=false",
"detail": "1504: No document images found for the provided search criteria.",
"title": "Not found",
"message": "Not found",
"status": "404"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "occaecat aute non amet eu" |
{
"originalPlannedShippingDate": "2025-01-12T00:00:00.0Z",
"productCode": "F",
"accounts": [
{
"typeCode": "shipper",
"number": "597915708"
},
{
"typeCode": "shipper",
"number": "742402327"
},
{
"typeCode": "shipper",
"number": "157613075"
}
],
"outputImageProperties": {
"printerDPI": 300,
"encodingFormat": "pdf",
"customerBarcodes": [
{
"content": "barcode content 2",
"textBelowBarcode": "text below barcode 3",
"symbologyCode": 93
}
],
"customerLogos": [
{
"fileFormat": "PNG",
"content": "barcode content 2"
}
],
"imageOptions": [
{
"typeCode": "label",
"templateName": "ECOM26_84_A4_001",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ARCH_A4_RU_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 0,
"renderDHLLogo": true,
"fitLabelsToA4": true,
"labelFreeText": "Urgent",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM_TC_A4",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ARCH_6X4",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_A4_001",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_001",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_001",
"isRequested": true,
"hideAccountNumber": true,
"numberOfCopies": 0,
"renderDHLLogo": true,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ECOM_TC_A4",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": true,
"fitLabelsToA4": true,
"labelFreeText": "Confidential",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ARCH_8X4",
"isRequested": true,
"hideAccountNumber": true,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Urgent",
"labelCustomerDataText": "Customer Reference 3"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_002",
"isRequested": true,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Confidential",
"labelCustomerDataText": "Customer Order Number"
}
],
"returnAllPieceLabels": false,
"splitTransportAndWaybillDocLabels": false,
"allDocumentsInOneImage": false,
"splitDocumentsByPages": false
},
"content": {
"packages": [
{
"typeCode": "2BP",
"weight": 46.91,
"dimensions": {
"length": 26,
"width": 20,
"height": 1
},
"customerReferences": [
{
"value": "RQiy48SCA5",
"typeCode": "CU"
},
{
"value": "Cr4gjRyvKC",
"typeCode": "CU"
},
{
"value": "DBwjVkYn4M",
"typeCode": "CU"
},
{
"value": "2bzL0QKfjI",
"typeCode": "CU"
},
{
"value": "gLHDnUio53",
"typeCode": "CU"
},
{
"value": "w8yQeDHtEa",
"typeCode": "CU"
},
{
"value": "9agh2f5cyq",
"typeCode": "CU"
},
{
"value": "x0LkuaOJzP",
"typeCode": "CU"
},
{
"value": "7uYC9PDIu5",
"typeCode": "CU"
},
{
"value": "x7lX9XA5Qm",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "8525760385",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "3983975788",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "6691240073",
"dataIdentifier": "04"
}
],
"description": "Featuring Arsenic-enhanced technology, our Pants offers unparalleled s",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Cust: ABCDE"
},
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Batch: PQRST"
}
],
"labelText": [
{
"position": "left",
"caption": "Serial Number",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Item Code",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Origin",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Part Number",
"value": "London"
},
{
"position": "left",
"caption": "Order ID",
"value": "New York"
},
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
}
],
"labelDescription": "Discover the elastic new Hat with an exciting mix of Aluminum ingredients",
"referenceNumber": 36132,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 19.53,
"dimensions": {
"length": 57,
"width": 47,
"height": 41
},
"customerReferences": [
{
"value": "Py8WFkcppb",
"typeCode": "CU"
},
{
"value": "J1LkvAexTp",
"typeCode": "CU"
},
{
"value": "BtQtZtRhwH",
"typeCode": "CU"
},
{
"value": "U8rd0NvknU",
"typeCode": "CU"
},
{
"value": "gU7Sepg7iu",
"typeCode": "CU"
},
{
"value": "on9ncXOLpB",
"typeCode": "CU"
},
{
"value": "74KIFva0vx",
"typeCode": "CU"
},
{
"value": "XOJ368S0By",
"typeCode": "CU"
},
{
"value": "x5pPa1k2xx",
"typeCode": "CU"
},
{
"value": "7ulLr88k72",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "9441732360",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "9900205702",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "5932182722",
"dataIdentifier": "03"
}
],
"description": "O'Kon LLC's most advanced Tuna technology increases lean capabilities",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Loc: Building A"
},
{
"position": "left",
"symbologyCode": "93",
"content": "JIHGFEDCBA",
"textBelowBarcode": "Serial: KLMNO"
}
],
"labelText": [
{
"position": "left",
"caption": "Date Shipped",
"value": "New York"
},
{
"position": "left",
"caption": "Item Code",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Batch Code",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Part Number",
"value": "London"
},
{
"position": "left",
"caption": "Part Number",
"value": "REF-67890"
}
],
"labelDescription": "Stylish Chips designed to make you stand out with crazy looks",
"referenceNumber": 18752,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 31.25,
"dimensions": {
"length": 44,
"width": 77,
"height": 72
},
"customerReferences": [
{
"value": "k9S0utbEaq",
"typeCode": "CU"
},
{
"value": "oaGIkWlerE",
"typeCode": "CU"
},
{
"value": "3RdktEXqOM",
"typeCode": "CU"
},
{
"value": "EQWoEDiniq",
"typeCode": "CU"
},
{
"value": "HHOLXh9Qor",
"typeCode": "CU"
},
{
"value": "NlgkRdsqP9",
"typeCode": "CU"
},
{
"value": "1for1m4Qvx",
"typeCode": "CU"
},
{
"value": "hQzqbwJaeu",
"typeCode": "CU"
},
{
"value": "Rv7rcs0seO",
"typeCode": "CU"
},
{
"value": "FwnsKcvZMZ",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "6925224611",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "1279830214",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "9791721537",
"dataIdentifier": "04"
}
],
"description": "Experience the white brilliance of our Chair, perfect for diligent env",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Part: FGHIJ"
},
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Batch: PQRST"
}
],
"labelText": [
{
"position": "left",
"caption": "Batch Code",
"value": "London"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "2.5"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Order ID",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Destination",
"value": "2.5"
},
{
"position": "left",
"caption": "Part Number",
"value": "New York"
}
],
"labelDescription": "Savor the rich essence in our Computer, designed for insecure culinary adventure",
"referenceNumber": 53821,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 43.83,
"dimensions": {
"length": 91,
"width": 67,
"height": 55
},
"customerReferences": [
{
"value": "TF99Ny7iF6",
"typeCode": "CU"
},
{
"value": "RZadK9OI4u",
"typeCode": "CU"
},
{
"value": "bZiB8reXj1",
"typeCode": "CU"
},
{
"value": "2HZ1iz8WE3",
"typeCode": "CU"
},
{
"value": "3EqNlEhOpf",
"typeCode": "CU"
},
{
"value": "X00tR20Slj",
"typeCode": "CU"
},
{
"value": "c3fBhStgCb",
"typeCode": "CU"
},
{
"value": "hx1exghq9p",
"typeCode": "CU"
},
{
"value": "uR4J9cpHcB",
"typeCode": "CU"
},
{
"value": "3cUqBohYNi",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "5813714034",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "7831124667",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "0188066155",
"dataIdentifier": "00"
}
],
"description": "Discover the rhinoceros-like agility of our Ball, perfect for zesty us",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Loc: Building A"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Cust: ABCDE"
}
],
"labelText": [
{
"position": "left",
"caption": "Part Number",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Destination",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Destination",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Destination",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Order ID",
"value": "SER-FGHIJ"
}
],
"labelDescription": "New plum Keyboard with ergonomic design for familiar comfort",
"referenceNumber": 89912,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 45.1,
"dimensions": {
"length": 13,
"width": 18,
"height": 39
},
"customerReferences": [
{
"value": "3cwC2wJtKA",
"typeCode": "CU"
},
{
"value": "DB9647fPdh",
"typeCode": "CU"
},
{
"value": "ZQV12Qcbdv",
"typeCode": "CU"
},
{
"value": "bLibXMXD10",
"typeCode": "CU"
},
{
"value": "afjdefB1rX",
"typeCode": "CU"
},
{
"value": "Lx6gJATAvc",
"typeCode": "CU"
},
{
"value": "OkriwJpuyu",
"typeCode": "CU"
},
{
"value": "ws1aNXnKmb",
"typeCode": "CU"
},
{
"value": "VXa7J0eLZI",
"typeCode": "CU"
},
{
"value": "0V5he87Lu4",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "7728057949",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "6244527797",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "3769658778",
"dataIdentifier": "01"
}
],
"description": "Savor the sweet essence in our Pizza, designed for impartial culinary ",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Item: Z1A2B"
},
{
"position": "left",
"symbologyCode": "93",
"content": "JIHGFEDCBA",
"textBelowBarcode": "Item: Z1A2B"
}
],
"labelText": [
{
"position": "left",
"caption": "Part Number",
"value": "New York"
},
{
"position": "left",
"caption": "Order ID",
"value": "London"
},
{
"position": "left",
"caption": "Order ID",
"value": "New York"
},
{
"position": "left",
"caption": "Part Number",
"value": "London"
},
{
"position": "left",
"caption": "Destination",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Destination",
"value": "New York"
}
],
"labelDescription": "Ergonomic Car made with Ceramic for all-day extra-large support",
"referenceNumber": 98137,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 30.52,
"dimensions": {
"length": 90,
"width": 33,
"height": 71
},
"customerReferences": [
{
"value": "Rp2ZI0Yip0",
"typeCode": "CU"
},
{
"value": "X4ODr4J65x",
"typeCode": "CU"
},
{
"value": "2DYKPSAsti",
"typeCode": "CU"
},
{
"value": "kvxOCyRGJQ",
"typeCode": "CU"
},
{
"value": "mCYz6WqUgA",
"typeCode": "CU"
},
{
"value": "CweyMbYZMO",
"typeCode": "CU"
},
{
"value": "ck3r7bOFEc",
"typeCode": "CU"
},
{
"value": "6i78ZoZQH0",
"typeCode": "CU"
},
{
"value": "Co7TJY6ga9",
"typeCode": "CU"
},
{
"value": "njaZqxhBdb",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "1537566564",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "4825988868",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "9558097055",
"dataIdentifier": "04"
}
],
"description": "Introducing the Saudi Arabia-inspired Tuna, blending sure-footed style",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Part: FGHIJ"
},
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Part: FGHIJ"
}
],
"labelText": [
{
"position": "left",
"caption": "Date Shipped",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Origin",
"value": "New York"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "2.5"
},
{
"position": "left",
"caption": "Destination",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Batch Code",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Serial Number",
"value": "PART-ABCDE"
}
],
"labelDescription": "New Shirt model with 45 GB RAM, 126 GB storage, and deep features",
"referenceNumber": 36446,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 22.12,
"dimensions": {
"length": 85,
"width": 58,
"height": 70
},
"customerReferences": [
{
"value": "vH0huX7cOq",
"typeCode": "CU"
},
{
"value": "6QuG9uD7tn",
"typeCode": "CU"
},
{
"value": "9tkssFnQjh",
"typeCode": "CU"
},
{
"value": "lsQ6NVIjVF",
"typeCode": "CU"
},
{
"value": "aGp04xT2Av",
"typeCode": "CU"
},
{
"value": "cFtk9deg9G",
"typeCode": "CU"
},
{
"value": "50tgPCuKYZ",
"typeCode": "CU"
},
{
"value": "wprLftTYba",
"typeCode": "CU"
},
{
"value": "knq8OcKSy7",
"typeCode": "CU"
},
{
"value": "3xmeh92N4n",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "9170784887",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "4347112005",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "1146790735",
"dataIdentifier": "02"
}
],
"description": "Frozen Sausages designed with Plastic for honored performance",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Date: 010125"
},
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Order: 67890"
}
],
"labelText": [
{
"position": "left",
"caption": "Batch Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Part Number",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Batch Code",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Order ID",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Origin",
"value": "2.5"
}
],
"labelDescription": "Discover the tiger-like agility of our Bike, perfect for bowed users",
"referenceNumber": 16067,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 20.87,
"dimensions": {
"length": 77,
"width": 36,
"height": 69
},
"customerReferences": [
{
"value": "Zec9YYnS9W",
"typeCode": "CU"
},
{
"value": "iRYgzb8MXR",
"typeCode": "CU"
},
{
"value": "uUJAnzUxMM",
"typeCode": "CU"
},
{
"value": "0YC04QTHvB",
"typeCode": "CU"
},
{
"value": "mZBexdH0Hp",
"typeCode": "CU"
},
{
"value": "FNrIjaOTiT",
"typeCode": "CU"
},
{
"value": "6vXBZropwg",
"typeCode": "CU"
},
{
"value": "PZYWgNyuDk",
"typeCode": "CU"
},
{
"value": "z9BBXjD8Ll",
"typeCode": "CU"
},
{
"value": "nVwtoEL1iu",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "4017485296",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "3265776406",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "0016855298",
"dataIdentifier": "04"
}
],
"description": "The Persistent fresh-thinking model Hat offers reliable performance an",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Loc: Building A"
},
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Loc: Building A"
}
],
"labelText": [
{
"position": "left",
"caption": "Customer Ref",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Order ID",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Origin",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Destination",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Serial Number",
"value": "REF-67890"
}
],
"labelDescription": "New Sausages model with 47 GB RAM, 512 GB storage, and slimy features",
"referenceNumber": 27124,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 29.26,
"dimensions": {
"length": 86,
"width": 87,
"height": 13
},
"customerReferences": [
{
"value": "iXqZ0JJwGm",
"typeCode": "CU"
},
{
"value": "XpmYrIW9dn",
"typeCode": "CU"
},
{
"value": "F4hrPt4OC2",
"typeCode": "CU"
},
{
"value": "7Lxc1xkTft",
"typeCode": "CU"
},
{
"value": "PejjYpIRHM",
"typeCode": "CU"
},
{
"value": "6YXJrNxmYj",
"typeCode": "CU"
},
{
"value": "ZQS2j1nfwb",
"typeCode": "CU"
},
{
"value": "fJQKZ2nz6Y",
"typeCode": "CU"
},
{
"value": "gOUMHwA4vY",
"typeCode": "CU"
},
{
"value": "Bf9HlBhZ5C",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "0899397673",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "8080815065",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "7096927651",
"dataIdentifier": "02"
}
],
"description": "Our salty-inspired Shoes brings a taste of luxury to your remorseful l",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "ABCDEFGHIJ",
"textBelowBarcode": "Date: 010125"
},
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Cust: ABCDE"
}
],
"labelText": [
{
"position": "left",
"caption": "Date Shipped",
"value": "2.5"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Destination",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Destination",
"value": "New York"
}
],
"labelDescription": "Savor the fresh essence in our Pants, designed for dismal culinary adventures",
"referenceNumber": 98376,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 34.63,
"dimensions": {
"length": 35,
"width": 54,
"height": 60
},
"customerReferences": [
{
"value": "CsYtTo3R9B",
"typeCode": "CU"
},
{
"value": "QqEUHDJXVd",
"typeCode": "CU"
},
{
"value": "zBAVg7r1dz",
"typeCode": "CU"
},
{
"value": "txeU25PJRF",
"typeCode": "CU"
},
{
"value": "SqUwj3c0OJ",
"typeCode": "CU"
},
{
"value": "KBtHqH9CvO",
"typeCode": "CU"
},
{
"value": "OyJfpeNIFM",
"typeCode": "CU"
},
{
"value": "vB27by5kbw",
"typeCode": "CU"
},
{
"value": "hJRkoa0NO2",
"typeCode": "CU"
},
{
"value": "58GEurwaYq",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "5284401533",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "8604691786",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "9214117879",
"dataIdentifier": "01"
}
],
"description": "Soft Towels designed with Plastic for only performance",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Cust: ABCDE"
},
{
"position": "left",
"symbologyCode": "93",
"content": "JIHGFEDCBA",
"textBelowBarcode": "Code: UVWXY"
}
],
"labelText": [
{
"position": "left",
"caption": "Batch Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Serial Number",
"value": "London"
},
{
"position": "left",
"caption": "Batch Code",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Origin",
"value": "2.5"
}
],
"labelDescription": "Featuring Molybdenum-enhanced technology, our Tuna offers unparalleled creamy pe",
"referenceNumber": 15171,
"isThisTheLastPackageAdded": true
}
]
},
"getRateEstimates": true
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/add-piece",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/add-piece",
"detail": "7163: Operation not possible since shipment information not found",
"title": "Not found",
"message": "Not found",
"status": "404"
}{
"instance": "/expressapi/shipments/1234567890/add-piece",
"detail": "#/productCode: expected minLength: 1, actual: 0",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ea in minim" |
{
"shipmentTrackingNumber": "3249551701",
"plannedShipDate": "2022-11-25",
"content": {
"exportDeclaration": [
{
"lineItems": [
{
"number": 1,
"description": "sample clothes size S",
"price": 150,
"quantity": {
"value": 1,
"unitOfMeasurement": "PCS"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "1234.10.0010"
},
{
"typeCode": "inbound",
"value": "1234.11.0010"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "SG",
"weight": {
"netValue": 1,
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "PAN",
"value": "10597122"
}
],
"customsDocuments": [
{
"typeCode": "INV",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
}
],
"invoice": {
"number": "128910-001",
"date": "2022-11-25",
"function": "import"
},
"remarks": [
{
"value": "declaration remark"
}
],
"additionalCharges": [
{
"value": 100,
"typeCode": "admin"
},
{
"value": 100,
"typeCode": "freight"
},
{
"value": 100,
"typeCode": "insurance"
}
],
"placeOfIncoterm": "PER",
"recipientReference": "ReceiverRef 001",
"exporter": {
"id": "43244325",
"code": "VAT"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "BEX",
"value": "MyDHLAPI - CUSDOC-001"
}
],
"incoterm": "DAP"
}
],
"currency": "SGD",
"unitOfMeasurement": "metric"
},
"outputImageProperties": {
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": true
}
]
},
"customerDetails": {
"sellerDetails": {
"postalAddress": {
"postalCode": "058573",
"cityName": "Singapore",
"countryCode": "SG",
"addressLine1": "28A Temple Street",
"addressLine2": "St Line2Seller"
},
"contactInformation": {
"email": "senoreply@dhltestmail.com",
"phone": "+6572436020",
"mobilePhone": "256345673",
"companyName": "Olson Electronics",
"fullName": "Chi Yu Fei"
},
"typeCode": "business",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "267279111111",
"issuerCountryCode": "SG"
}
]
},
"buyerDetails": {
"postalAddress": {
"postalCode": "6105",
"cityName": "Perth",
"countryCode": "AU",
"provinceCode": "WA",
"addressLine1": "10000 HWY 16 QUEEN CHARLOTTE",
"addressLine2": "St Line2Buyer"
},
"contactInformation": {
"email": "bytest@dhltestmail.com",
"phone": "61724666020",
"mobilePhone": "25634562273",
"companyName": "Mastercared Associates",
"fullName": "Nigel Finley"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "59727911123",
"issuerCountryCode": "AU"
}
],
"typeCode": "business"
},
"importerDetails": {
"postalAddress": {
"postalCode": "6105",
"cityName": "Perth",
"countryCode": "AU",
"provinceCode": "WA",
"addressLine1": "16 Hauptwache",
"addressLine2": "3rd Blk Lot 1",
"addressLine3": "Blight Ave"
},
"contactInformation": {
"email": "ipnoreply@dhltestmail.com",
"phone": "63527832",
"mobilePhone": "27357283",
"companyName": "Generalized Motors Corp",
"fullName": "Albert May"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "267279134444",
"issuerCountryCode": "AU"
},
{
"typeCode": "DAN",
"number": "DAN111117571",
"issuerCountryCode": "AU"
}
],
"typeCode": "business"
},
"exporterDetails": {
"postalAddress": {
"postalCode": "058573",
"cityName": "Singapore",
"countryCode": "SG",
"addressLine1": "28A Temple Street",
"addressLine2": "St Line2Exporter"
},
"contactInformation": {
"email": "EPtest@dhltestmail.com",
"phone": "63527832",
"mobilePhone": "27357283",
"companyName": "BSC Inc Ltd",
"fullName": "Mary Anne Spier"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "1111175712",
"issuerCountryCode": "SG"
}
],
"typeCode": "business"
},
"manufacturerDetails": {
"postalAddress": {
"postalCode": "065001",
"cityName": "Beijing",
"countryCode": "CN",
"addressLine1": "Weilong High-tech Zone Logistics Park",
"addressLine2": "Near 255 Township Road",
"addressLine3": "DA WANG DISTRICT"
},
"contactInformation": {
"email": "MFtest@dhltestmail.com",
"phone": "8602586707811",
"mobilePhone": "8602586707822",
"companyName": "BSC Co. Ltd.",
"fullName": "Wong MengRuan"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "1111175712",
"issuerCountryCode": "SG"
}
],
"typeCode": "business"
},
"ultimateConsigneeDetails": {
"postalAddress": {
"postalCode": "12203",
"cityName": "Albany",
"countryCode": "US",
"addressLine1": "1200",
"addressLine2": "Western Avenue",
"countyName": "Albany"
},
"contactInformation": {
"email": "ultimateconsignee_create_shipmentap@dhltestmail.com",
"phone": "123823492",
"mobilePhone": "256342323",
"companyName": "City Line Bar and Grill",
"fullName": "Anisa Aboud"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "26727911",
"issuerCountryCode": "US"
}
],
"typeCode": "business"
},
"brokerDetails": {
"postalAddress": {
"postalCode": "140-0002",
"cityName": "TOKYO-TO SHINAGAWA KU",
"countryCode": "JP",
"addressLine1": "1-23-4",
"addressLine2": "HIGASHI SHINAGAWA"
},
"contactInformation": {
"email": "broker_create_shipmentap@dhltestmail.com",
"phone": "0123456789",
"mobilePhone": "0123456790",
"companyName": "Akira Bank Tokyo Branch",
"fullName": "Yusuke Urameshi"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "26727911",
"issuerCountryCode": "JP"
}
],
"typeCode": "business"
}
}
}{
"status": "OK"
}{
"instance": "/expressapi/invoices/upload-invoice-data",
"detail": "7099: Missing the Account Number and Shipper Reference in #/content/exportDeclaration/0/invoice/customerReferences/0/value with typeCode = 'CU' in request. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/invoices/upload-invoice-data",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
address | VGP Victory House, Shop no 6 , 6A, CHENNAI, Tamil Nadu |
placeId | ChIJYTN9T-plUjoRM9RjaAunYW4 |
providerId | google |
latitude | 2.93653 |
longitude | 101.47346 |
servicePointID | BRU001 |
countryCode | NL |
language | eng |
languageScriptCode | Latn |
languageCountryCode | GB |
servicePointResults | 10 |
capability | 86,87 |
openBefore | 840 |
openAfter | 900 |
openDay | ["0","0"] |
weight | 10 |
weightUom | kg |
length | 30 |
width | 20 |
height | 10 |
dimensionsUom | cm |
resultUom | mi |
serviceAreaCode | MAA |
servicePointTypes | CTY,STN |
maxDistance | 50 |
pieceCountLimit | 2 |
importCharges | n |
key | 85fg600e-be39-4ef0-ac47-23ghj4756948g |
combineParameters | (servicePointTypes=STN,CTY),(servicePointTypes=PRT,247&importCharges=true) |
edd | "2023-06-25T22:59:00.000Z" |
excludeFullyBooked | n |
shipmentID | 6360778572 |
pieceID | JD0081105201831337270 |
shipmentOriginServiceAreaCode | CLU |
isResultsSpecificCapabRequired | false |
encrypt | n |
b64 | false |
svpStatus | A |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "occaecat culpa fugiat ut enim" |
{
"status": {
"statusCode": 1,
"statusMessage": "OK"
},
"searchAddress": "UHJhZ3VlLCBDemVjaGlh",
"searchLocation": {
"latitude": 50.0755381,
"longitude": 14.4378005,
"suggestion": {
"label": null,
"value": null,
"latitude": 50.0755381,
"longitude": 14.4378005,
"countryCode": "CZ",
"placeId": "ChIJi3lwCZyTC0cRkEAWZg-vAAQ",
"providerId": null
}
},
"mapCulture": "en-GB",
"mapLanguage": "en-GB",
"servicePoints": [
{
"facilityTypeCode": "EC",
"serviceAreaCode": "PRG",
"servicePointName": "DHL Service Point",
"servicePointNameFormatted": "DHL Service Point",
"localName": "CK Kentlucky s.r.o.",
"servicePointType": "PARTNER",
"address": {
"addressLine1": "Slezska 874",
"addressLine2": "Entrance from Sumavska",
"addressLine3": null,
"street": null,
"houseNumber": null,
"additionalInfo": null,
"city": "PRAGUE",
"zipCode": "120 00",
"state": null,
"country": "CZ",
"dhlCountry": null,
"countryDivisionCode": null,
"countryDivisionCodeType": null,
"html": null
},
"geoLocation": {
"latitude": 50.0761511,
"longitude": 14.4436406,
"suggestion": null
},
"distance": "0.42 km",
"shippingCutOffTime": 50400,
"openingHours": {
"html": null,
"holidayOpeningHoursHtml": null,
"holidays": {
"open": [],
"closed": [
{
"from": "7-4-2023",
"to": "7-4-2023"
},
{
"from": "10-4-2023",
"to": "10-4-2023"
},
{
"from": "1-5-2023",
"to": "1-5-2023"
},
{
"from": "8-5-2023",
"to": "8-5-2023"
}
]
},
"openingHours": [
{
"dayOfWeek": "MONDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "TUESDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "WEDNESDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "THURSDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "FRIDAY",
"openingTime": 600,
"closingTime": 990
}
]
},
"servicePointCapabilities": {
"parkingAvailable": false,
"disabledAccess": true,
"shipmentDropOff": true,
"shipmentCollection": true,
"internationalShipping": true,
"domesticShipping": true,
"accountShippers": true,
"labelPrinting": true,
"insurance": false,
"importCharges": false,
"packaging": false,
"receiverPaid": false,
"visaProgram": false,
"payWithCash": true,
"payWithCreditCard": false,
"payWithCheque": false,
"payWithMobile": false,
"payWithPayPal": false,
"parkingTitle": null,
"disabledAccessTitle": "Wheelchair",
"pieceWeightLimit": 25,
"pieceWeightLimitUnit": "KG",
"pieceDimensionsLimit": {
"L": 55,
"W": 45,
"H": 40
},
"pieceDimensionsLimitUnit": "CM",
"pieceCountLimit": 5,
"accountPrepaidShippers": true,
"prepaidShippers": true,
"prePrintReturnLabel": true,
"labelFree": false,
"html": null,
"capabilityCodes": "73,74,78,79,80,81,82,86,87,88"
},
"contactDetails": {
"phoneNumber": "840 103 000 , 220 300 111",
"email": null,
"linkUri": null,
"html": null
},
"shippingCutOffTimeHtml": null,
"distanceValue": "0.42",
"distanceMetric": 0.42,
"language": {
"languageCode": "eng",
"languageScriptCode": "Latn",
"languageCountryCode": "US",
"languageOk": true
},
"shipmentLimitations": {
"maxNumberOfPieces": {
"value": 5,
"uom": null
},
"maxShipmentWeight": {
"value": 25,
"uom": "KG"
},
"html": null
},
"shipmentLimitationsByPiece": {
"pieceSizeLimit1": {
"value": 40,
"uom": "CM"
},
"pieceSizeLimit2": {
"value": 45,
"uom": "CM"
},
"pieceSizeLimit3": {
"value": 55,
"uom": "CM"
},
"maxPieceWeight": {
"value": 25,
"uom": "KG"
},
"html": null
},
"chargeCode": null,
"partner": {
"partnerId": null,
"partnerName": null,
"partnerTypeCode": "CZ-SVPPRT",
"promotion": null
},
"promotion": null,
"capacityStatus": null,
"svpStatus": "A",
"workWeekStart": null,
"locatedAt": null,
"timeZone": {
"fixed": true,
"id": "+01:00"
},
"facilityId": "PRG041"
}
],
"messages": null,
"translations": {
"map": {
"limitation": "Shipment/Piece limitations",
"aditionalInfo": "Additional information",
"services": "Services",
"contactDetails": "Contact details",
"holidayHours": "Holidays",
"limitationByPiece": "By piece",
"print": "Print",
"route": "Directions",
"found": "Found",
"openingHours": "Opening hours",
"limitationByShipment": "By shipment",
"details": "Details",
"spDetail": "Detail"
}
},
"liteMode": false,
"promotion": null
}{
"message": "Internal Server Error. Please check GSPL log for more details",
"status": "500",
"exception": null
}| Query Parameter Name | Example |
|---|---|
datasetName* | country |
filterByValue | MY |
filterByAttribute | countryCode |
comparisonOperator | equal |
queryString | queryString=operationName:shipment:equal |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "dolor enim laboris nostrud" |
{
"referenceData": [
{
"datasetName": "country",
"data": [
[
{
"attribute": "countryCode",
"value": "GD"
},
{
"attribute": "countryName",
"value": "GRENADA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "AD"
},
{
"attribute": "countryName",
"value": "ANDORRA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BG"
},
{
"attribute": "countryName",
"value": "BULGARIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CK"
},
{
"attribute": "countryName",
"value": "COOK ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AG"
},
{
"attribute": "countryName",
"value": "ANTIGUA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "AL"
},
{
"attribute": "countryName",
"value": "ALBANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AU"
},
{
"attribute": "countryName",
"value": "AUSTRALIA"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AR"
},
{
"attribute": "countryName",
"value": "ARGENTINA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "BD"
},
{
"attribute": "countryName",
"value": "BANGLADESH"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AT"
},
{
"attribute": "countryName",
"value": "AUSTRIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BT"
},
{
"attribute": "countryName",
"value": "BHUTAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "DZ"
},
{
"attribute": "countryName",
"value": "ALGERIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GP"
},
{
"attribute": "countryName",
"value": "GUADELOUPE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IR"
},
{
"attribute": "countryName",
"value": "IRAN (ISLAMIC REPUBLIC OF)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JP"
},
{
"attribute": "countryName",
"value": "JAPAN"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "LR"
},
{
"attribute": "countryName",
"value": "LIBERIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MA"
},
{
"attribute": "countryName",
"value": "MOROCCO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "NG"
},
{
"attribute": "countryName",
"value": "NIGERIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PF"
},
{
"attribute": "countryName",
"value": "TAHITI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PT"
},
{
"attribute": "countryName",
"value": "PORTUGAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "0"
}
],
[
{
"attribute": "countryCode",
"value": "RU"
},
{
"attribute": "countryName",
"value": "RUSSIAN FEDERATION, THE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "SV"
},
{
"attribute": "countryName",
"value": "EL SALVADOR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "TD"
},
{
"attribute": "countryName",
"value": "CHAD"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TH"
},
{
"attribute": "countryName",
"value": "THAILAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VE"
},
{
"attribute": "countryName",
"value": "VENEZUELA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "VI"
},
{
"attribute": "countryName",
"value": "VIRGIN ISLANDS (US)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "WS"
},
{
"attribute": "countryName",
"value": "SAMOA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XC"
},
{
"attribute": "countryName",
"value": "CURACAO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "IL"
},
{
"attribute": "countryName",
"value": "ISRAEL"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "UZ"
},
{
"attribute": "countryName",
"value": "UZBEKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AS"
},
{
"attribute": "countryName",
"value": "AMERICAN SAMOA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "AE"
},
{
"attribute": "countryName",
"value": "UNITED ARAB EMIRATES"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BJ"
},
{
"attribute": "countryName",
"value": "BENIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AI"
},
{
"attribute": "countryName",
"value": "ANGUILLA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "BF"
},
{
"attribute": "countryName",
"value": "BURKINA FASO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DO"
},
{
"attribute": "countryName",
"value": "DOMINICAN REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "JE"
},
{
"attribute": "countryName",
"value": "JERSEY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LV"
},
{
"attribute": "countryName",
"value": "LATVIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MP"
},
{
"attribute": "countryName",
"value": "COMMONWEALTH NO. MARIANA ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "NA"
},
{
"attribute": "countryName",
"value": "NAMIBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SO"
},
{
"attribute": "countryName",
"value": "SOMALIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XS"
},
{
"attribute": "countryName",
"value": "SOMALILAND, REP OF (NORTH SOMALIA)"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TL"
},
{
"attribute": "countryName",
"value": "TIMOR LESTE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ME"
},
{
"attribute": "countryName",
"value": "MONTENEGRO, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GH"
},
{
"attribute": "countryName",
"value": "GHANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GM"
},
{
"attribute": "countryName",
"value": "GAMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JO"
},
{
"attribute": "countryName",
"value": "JORDAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "PH"
},
{
"attribute": "countryName",
"value": "PHILIPPINES, THE"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PK"
},
{
"attribute": "countryName",
"value": "PAKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TR"
},
{
"attribute": "countryName",
"value": "TURKEY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "US"
},
{
"attribute": "countryName",
"value": "UNITED STATES OF AMERICA"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "ZM"
},
{
"attribute": "countryName",
"value": "ZAMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ZW"
},
{
"attribute": "countryName",
"value": "ZIMBABWE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AZ"
},
{
"attribute": "countryName",
"value": "AZERBAIJAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "UA"
},
{
"attribute": "countryName",
"value": "UKRAINE"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ET"
},
{
"attribute": "countryName",
"value": "ETHIOPIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "HU"
},
{
"attribute": "countryName",
"value": "HUNGARY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IS"
},
{
"attribute": "countryName",
"value": "ICELAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KM"
},
{
"attribute": "countryName",
"value": "COMOROS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LU"
},
{
"attribute": "countryName",
"value": "LUXEMBOURG"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LY"
},
{
"attribute": "countryName",
"value": "LIBYA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NI"
},
{
"attribute": "countryName",
"value": "NICARAGUA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NP"
},
{
"attribute": "countryName",
"value": "NEPAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SL"
},
{
"attribute": "countryName",
"value": "SIERRA LEONE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AM"
},
{
"attribute": "countryName",
"value": "ARMENIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BN"
},
{
"attribute": "countryName",
"value": "BRUNEI"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "BZ"
},
{
"attribute": "countryName",
"value": "BELIZE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CM"
},
{
"attribute": "countryName",
"value": "CAMEROON"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DE"
},
{
"attribute": "countryName",
"value": "GERMANY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "FI"
},
{
"attribute": "countryName",
"value": "FINLAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GA"
},
{
"attribute": "countryName",
"value": "GABON"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GL"
},
{
"attribute": "countryName",
"value": "GREENLAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KN"
},
{
"attribute": "countryName",
"value": "ST. KITTS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "PL"
},
{
"attribute": "countryName",
"value": "POLAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SZ"
},
{
"attribute": "countryName",
"value": "SWAZILAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TO"
},
{
"attribute": "countryName",
"value": "TONGA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TV"
},
{
"attribute": "countryName",
"value": "TUVALU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XB"
},
{
"attribute": "countryName",
"value": "BONAIRE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XN"
},
{
"attribute": "countryName",
"value": "NEVIS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XY"
},
{
"attribute": "countryName",
"value": "ST. BARTHELEMY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "ZA"
},
{
"attribute": "countryName",
"value": "SOUTH AFRICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "CZ"
},
{
"attribute": "countryName",
"value": "CZECH REPUBLIC, THE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "BR"
},
{
"attribute": "countryName",
"value": "BRAZIL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "VA"
},
{
"attribute": "countryName",
"value": "VATICAN CITY STATE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MR"
},
{
"attribute": "countryName",
"value": "MAURITANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MZ"
},
{
"attribute": "countryName",
"value": "MOZAMBIQUE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SK"
},
{
"attribute": "countryName",
"value": "SLOVAKIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "VC"
},
{
"attribute": "countryName",
"value": "ST. VINCENT"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "KZ"
},
{
"attribute": "countryName",
"value": "KAZAKHSTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "NU"
},
{
"attribute": "countryName",
"value": "NIUE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BE"
},
{
"attribute": "countryName",
"value": "BELGIUM"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BS"
},
{
"attribute": "countryName",
"value": "BAHAMAS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CF"
},
{
"attribute": "countryName",
"value": "CENTRAL AFRICAN REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CG"
},
{
"attribute": "countryName",
"value": "CONGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "FK"
},
{
"attribute": "countryName",
"value": "FALKLAND ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JM"
},
{
"attribute": "countryName",
"value": "JAMAICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MM"
},
{
"attribute": "countryName",
"value": "MYANMAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MS"
},
{
"attribute": "countryName",
"value": "MONTSERRAT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "MV"
},
{
"attribute": "countryName",
"value": "MALDIVES"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "MY"
},
{
"attribute": "countryName",
"value": "MALAYSIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "NO"
},
{
"attribute": "countryName",
"value": "NORWAY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "PA"
},
{
"attribute": "countryName",
"value": "PANAMA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "UY"
},
{
"attribute": "countryName",
"value": "URUGUAY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VG"
},
{
"attribute": "countryName",
"value": "VIRGIN ISLANDS (BRITISH)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XM"
},
{
"attribute": "countryName",
"value": "ST. MAARTEN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "YE"
},
{
"attribute": "countryName",
"value": "YEMEN, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MK"
},
{
"attribute": "countryName",
"value": "NORTH MACEDONIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "FM"
},
{
"attribute": "countryName",
"value": "MICRONESIA, FEDERATED STATES OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "BM"
},
{
"attribute": "countryName",
"value": "BERMUDA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CA"
},
{
"attribute": "countryName",
"value": "CANADA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CV"
},
{
"attribute": "countryName",
"value": "CAPE VERDE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DJ"
},
{
"attribute": "countryName",
"value": "DJIBOUTI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DK"
},
{
"attribute": "countryName",
"value": "DENMARK"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "EE"
},
{
"attribute": "countryName",
"value": "ESTONIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "EG"
},
{
"attribute": "countryName",
"value": "EGYPT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GG"
},
{
"attribute": "countryName",
"value": "GUERNSEY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GI"
},
{
"attribute": "countryName",
"value": "GIBRALTAR"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GT"
},
{
"attribute": "countryName",
"value": "GUATEMALA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "IT"
},
{
"attribute": "countryName",
"value": "ITALY"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "MO"
},
{
"attribute": "countryName",
"value": "MACAO SAR, CHINA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NL"
},
{
"attribute": "countryName",
"value": "NETHERLANDS, THE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "PY"
},
{
"attribute": "countryName",
"value": "PARAGUAY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "SB"
},
{
"attribute": "countryName",
"value": "SOLOMON ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SE"
},
{
"attribute": "countryName",
"value": "SWEDEN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SI"
},
{
"attribute": "countryName",
"value": "SLOVENIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SR"
},
{
"attribute": "countryName",
"value": "SURINAME"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SY"
},
{
"attribute": "countryName",
"value": "SYRIA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TC"
},
{
"attribute": "countryName",
"value": "TURKS AND CAICOS ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "TG"
},
{
"attribute": "countryName",
"value": "TOGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VU"
},
{
"attribute": "countryName",
"value": "VANUATU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RS"
},
{
"attribute": "countryName",
"value": "SERBIA, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KE"
},
{
"attribute": "countryName",
"value": "KENYA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NE"
},
{
"attribute": "countryName",
"value": "NIGER"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NZ"
},
{
"attribute": "countryName",
"value": "NEW ZEALAND"
},
{
"attribute": "divisionTypeCode",
"value": "R"
},
{
"attribute": "divisionTypeName",
"value": "Country region"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "OM"
},
{
"attribute": "countryName",
"value": "OMAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MD"
},
{
"attribute": "countryName",
"value": "MOLDOVA, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "PW"
},
{
"attribute": "countryName",
"value": "PALAU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "FR"
},
{
"attribute": "countryName",
"value": "FRANCE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GN"
},
{
"attribute": "countryName",
"value": "GUINEA REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GY"
},
{
"attribute": "countryName",
"value": "GUYANA (BRITISH)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "IC"
},
{
"attribute": "countryName",
"value": "CANARY ISLANDS, THE"
},
{
"attribute": "divisionTypeCode",
"value": "A"
},
{
"attribute": "divisionTypeName",
"value": "Autonomous community"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IN"
},
{
"attribute": "countryName",
"value": "INDIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "SH"
},
{
"attribute": "countryName",
"value": "SAINT HELENA"
},
{
"attribute": "divisionTypeCode",
"value": "D"
},
{
"attribute": "divisionTypeName",
"value": "District"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LT"
},
{
"attribute": "countryName",
"value": "LITHUANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PG"
},
{
"attribute": "countryName",
"value": "PAPUA NEW GUINEA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SG"
},
{
"attribute": "countryName",
"value": "SINGAPORE"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "KP"
},
{
"attribute": "countryName",
"value": "KOREA, THE D.P.R OF (NORTH K.)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IQ"
},
{
"attribute": "countryName",
"value": "IRAQ"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "BA"
},
{
"attribute": "countryName",
"value": "BOSNIA AND HERZEGOVINA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BO"
},
{
"attribute": "countryName",
"value": "BOLIVIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CH"
},
{
"attribute": "countryName",
"value": "SWITZERLAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CY"
},
{
"attribute": "countryName",
"value": "CYPRUS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "FO"
},
{
"attribute": "countryName",
"value": "FAROE ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SS"
},
{
"attribute": "countryName",
"value": "SOUTH SUDAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KY"
},
{
"attribute": "countryName",
"value": "CAYMAN ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "MC"
},
{
"attribute": "countryName",
"value": "MONACO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MG"
},
{
"attribute": "countryName",
"value": "MADAGASCAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MQ"
},
{
"attribute": "countryName",
"value": "MARTINIQUE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MU"
},
{
"attribute": "countryName",
"value": "MAURITIUS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MW"
},
{
"attribute": "countryName",
"value": "MALAWI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RE"
},
{
"attribute": "countryName",
"value": "REUNION, ISLAND OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "UG"
},
{
"attribute": "countryName",
"value": "UGANDA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KG"
},
{
"attribute": "countryName",
"value": "KYRGYZSTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "BH"
},
{
"attribute": "countryName",
"value": "BAHRAIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CL"
},
{
"attribute": "countryName",
"value": "CHILE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CU"
},
{
"attribute": "countryName",
"value": "CUBA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GB"
},
{
"attribute": "countryName",
"value": "UNITED KINGDOM"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GQ"
},
{
"attribute": "countryName",
"value": "GUINEA-EQUATORIAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LS"
},
{
"attribute": "countryName",
"value": "LESOTHO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MT"
},
{
"attribute": "countryName",
"value": "MALTA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NR"
},
{
"attribute": "countryName",
"value": "NAURU, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RW"
},
{
"attribute": "countryName",
"value": "RWANDA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SA"
},
{
"attribute": "countryName",
"value": "SAUDI ARABIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "VN"
},
{
"attribute": "countryName",
"value": "VIETNAM"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "XE"
},
{
"attribute": "countryName",
"value": "ST. EUSTATIUS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "YT"
},
{
"attribute": "countryName",
"value": "MAYOTTE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SM"
},
{
"attribute": "countryName",
"value": "SAN MARINO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BW"
},
{
"attribute": "countryName",
"value": "BOTSWANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DM"
},
{
"attribute": "countryName",
"value": "DOMINICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "HT"
},
{
"attribute": "countryName",
"value": "HAITI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "ID"
},
{
"attribute": "countryName",
"value": "INDONESIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "IE"
},
{
"attribute": "countryName",
"value": "IRELAND, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KI"
},
{
"attribute": "countryName",
"value": "KIRIBATI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LA"
},
{
"attribute": "countryName",
"value": "LAO PEOPLES DEMOCRATIC REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PE"
},
{
"attribute": "countryName",
"value": "PERU"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "PR"
},
{
"attribute": "countryName",
"value": "PUERTO RICO"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "TW"
},
{
"attribute": "countryName",
"value": "TAIWAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AF"
},
{
"attribute": "countryName",
"value": "AFGHANISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "TM"
},
{
"attribute": "countryName",
"value": "TURKMENISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BI"
},
{
"attribute": "countryName",
"value": "BURUNDI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CN"
},
{
"attribute": "countryName",
"value": "CHINA, PEOPLES REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ES"
},
{
"attribute": "countryName",
"value": "SPAIN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "0"
}
],
[
{
"attribute": "countryCode",
"value": "FJ"
},
{
"attribute": "countryName",
"value": "FIJI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GF"
},
{
"attribute": "countryName",
"value": "FRENCH GUYANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GR"
},
{
"attribute": "countryName",
"value": "GREECE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GU"
},
{
"attribute": "countryName",
"value": "GUAM"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GW"
},
{
"attribute": "countryName",
"value": "GUINEA-BISSAU"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KW"
},
{
"attribute": "countryName",
"value": "KUWAIT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "LC"
},
{
"attribute": "countryName",
"value": "ST. LUCIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "LI"
},
{
"attribute": "countryName",
"value": "LIECHTENSTEIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LK"
},
{
"attribute": "countryName",
"value": "SRI LANKA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "MH"
},
{
"attribute": "countryName",
"value": "MARSHALL ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "RO"
},
{
"attribute": "countryName",
"value": "ROMANIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SC"
},
{
"attribute": "countryName",
"value": "SEYCHELLES"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TZ"
},
{
"attribute": "countryName",
"value": "TANZANIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CD"
},
{
"attribute": "countryName",
"value": "CONGO, THE DEMOCRATIC REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GE"
},
{
"attribute": "countryName",
"value": "GEORGIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AW"
},
{
"attribute": "countryName",
"value": "ARUBA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "BB"
},
{
"attribute": "countryName",
"value": "BARBADOS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CI"
},
{
"attribute": "countryName",
"value": "COTE D IVOIRE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ER"
},
{
"attribute": "countryName",
"value": "ERITREA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "HK"
},
{
"attribute": "countryName",
"value": "HONG KONG SAR, CHINA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "HN"
},
{
"attribute": "countryName",
"value": "HONDURAS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "HR"
},
{
"attribute": "countryName",
"value": "CROATIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KH"
},
{
"attribute": "countryName",
"value": "CAMBODIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "LB"
},
{
"attribute": "countryName",
"value": "LEBANON"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "MX"
},
{
"attribute": "countryName",
"value": "MEXICO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "NC"
},
{
"attribute": "countryName",
"value": "NEW CALEDONIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "QA"
},
{
"attribute": "countryName",
"value": "QATAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SN"
},
{
"attribute": "countryName",
"value": "SENEGAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "ST"
},
{
"attribute": "countryName",
"value": "SAO TOME AND PRINCIPE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BY"
},
{
"attribute": "countryName",
"value": "BELARUS"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "TJ"
},
{
"attribute": "countryName",
"value": "TAJIKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KV"
},
{
"attribute": "countryName",
"value": "KOSOVO"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AO"
},
{
"attribute": "countryName",
"value": "ANGOLA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CO"
},
{
"attribute": "countryName",
"value": "COLOMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CR"
},
{
"attribute": "countryName",
"value": "COSTA RICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "EC"
},
{
"attribute": "countryName",
"value": "ECUADOR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KR"
},
{
"attribute": "countryName",
"value": "KOREA, REPUBLIC OF (SOUTH K.)"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ML"
},
{
"attribute": "countryName",
"value": "MALI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MN"
},
{
"attribute": "countryName",
"value": "MONGOLIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SD"
},
{
"attribute": "countryName",
"value": "SUDAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TT"
},
{
"attribute": "countryName",
"value": "TRINIDAD AND TOBAGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "TN"
},
{
"attribute": "countryName",
"value": "TUNISIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
]
]
}
]
}{
"instance": "/expressapi/reference-data",
"detail": "5029: Parameters not having correct format: queryString must be provided in format [filterByAttribute:filterByValue:comparisonOperator].",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/reference-data",
"detail": "5032: Not authorized to use this service. Please contact your DHL Express representative",
"title": "Forbidden",
"message": "Forbidden",
"code": "403"
}{
"instance": "/expressapi/reference-data",
"detail": "5030: No reference data found",
"title": "Reference Data Not found",
"message": "Reference Data Not found",
"status": "404"
}{
"instance": "/expressapi/reference-data",
"detail": "Server encountered an unexpected condition that prevented it from fulfilling the request. Please try again later or contact your local DHL Express support.",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
{
"plannedShippingDateAndTime": "2023-07-24T16:45:00GMT+08:00",
"productCode": "B",
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"cityName": "Singapore",
"countryCode": "SG",
"postalCode": "569830",
"addressLine1": "300 BEACH ROAD",
"addressLine3": "Avenue 8",
"countyName": "Ang Mo Kio"
},
"contactInformation": {
"phone": "2564152752131231",
"companyName": "MAHINA-TST LLC",
"fullName": "KONSTANTIN SHAMIGOV"
}
},
"receiverDetails": {
"postalAddress": {
"cityName": "Kuala Lumpur",
"countryCode": "MY",
"postalCode": "57000",
"addressLine1": "34 Jalan Radin Bagus 3",
"addressLine3": "Menara Berjaya",
"countyName": "Wilayah Persekutuan"
},
"contactInformation": {
"phone": "1123123",
"companyName": "MAHINA-TST LLC",
"fullName": "KONSTANTIN SHAMIGOV"
}
}
},
"accounts": [
{
"number": "123456789",
"typeCode": "shipper"
},
{
"number": "123456789",
"typeCode": "payer"
}
],
"customerReferences": [
{
"value": "S345632",
"typeCode": "CU"
}
]
}{
"status": "GREEN. The shipment is ok to consolidate."
}{
"instance": "/expressapi/early-shipment-screening",
"detail": "8007: The Shipper Account is invalid.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/early-shipment-screening",
"detail": "#/plannedShippingDateAndTime is not well formatted.(Expected Sample Format : '2010-02-11T17:10:09 GMT+01:00')",
"title": "Unprocessable Entity",
"message": "Unprocessable Entity",
"status": "422"
}{
"instance": "/expressapi/shipments",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}