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* | "incididunt aliqua quis" |
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* | "voluptate occaecat aliqua mollit" |
Error generating example{
"dispatchConfirmationNumber": "PRG342804199274",
"readyByTime": "10:00",
"nextPickupDate": "2026-01-29T00:00:00.0Z",
"warnings": [
"Invalid address",
"No available pickups",
"Shipment already picked up"
]
}{
"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* | "minim ad" |
{
"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* | "Ut dolor" |
{
"warnings": [
"Invalid characters in identifier",
"Identifier not found in system",
"Identifier exceeds maximum length",
"Identifier is missing required information",
"Identifier already in use"
],
"identifiers": [
{
"typeCode": "OTH",
"list": [
"5678901234",
"2345678901",
"4567890123",
"3456789012"
]
},
{
"typeCode": "WB",
"list": [
"3456789012",
"1234567890"
]
},
{
"typeCode": "SID",
"list": [
"1234567890",
"2345678901"
]
},
{
"typeCode": "OTH",
"list": [
"3456789012",
"5678901234",
"1234567890"
]
},
{
"typeCode": "OTH",
"list": [
"5678901234",
"1234567890",
"3456789012",
"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* | "minim dolor voluptate fugiat Ut" |
{
"warnings": [
"Invalid address format",
"Country code is invalid",
"Postal code does not match city"
],
"address": [
{
"countryCode": "DE",
"postalCode": "75001",
"cityName": "Paris",
"countyName": "Paris",
"serviceArea": {
"code": "JFK",
"description": "LOS ANGELES-UNITED STATES",
"GMTOffset": "+01:00"
}
},
{
"countryCode": "FR",
"postalCode": "75001",
"cityName": "Paris",
"countyName": "Berlin",
"serviceArea": {
"code": "BER",
"description": "NEW YORK-UNITED STATES",
"GMTOffset": "-08: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* | "do" |
{
"products": [
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "N",
"localProductCode": "D",
"localProductCountryCode": "GB",
"networkTypeCode": "TD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 8.5,
"provided": 3.3,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"price": 10.5
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"price": 22.3
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"price": 5.8
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 30.1
}
],
"totalPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 30.1
},
{
"typeCode": "STDIS",
"price": 25.2
},
{
"typeCode": "STTXA",
"price": 8.6
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 32.9
},
{
"typeCode": "STDIS",
"price": 30.1
},
{
"typeCode": "STDIS",
"price": 15.7
},
{
"typeCode": "SPRQT",
"price": 10.5
},
{
"typeCode": "STTXA",
"price": 10.5
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 12
},
{
"typeCode": "STDIS",
"price": 12
},
{
"typeCode": "SPRQT",
"price": 15.7
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 5,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 6.8,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 5,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree 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": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"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": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree 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": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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"
}
]
}
]
},
{
"dependentServiceCode": "YZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard 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": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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"
}
]
}
]
},
{
"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": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "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": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"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": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"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": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
}
]
},
{
"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": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": false,
"localCutoffDateAndTime": "2019-09-18T15:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "17:00:00",
"originServiceAreaCode": "NYK",
"originFacilityAreaCode": "HHR",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2026-01-01T10:30:00",
"destinationServiceAreaCode": "BER",
"destinationFacilityAreaCode": "PR3",
"deliveryAdditionalDays": 6,
"deliveryDayOfWeek": 2,
"totalTransitDays": 5
},
"items": [
{
"number": 4,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 4.4,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 6.8,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 12,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 1,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 6.8,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 1,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 2.5,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 8.5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 6.8,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 5,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 6,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 1,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 5.8,
"rate": 2.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 7.2,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 30.1,
"rate": 3.9,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 5,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 22.3,
"rate": 7.2,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 32.9,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 3.9,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 4.4,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 3.9,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 3.9,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.1,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 7.1,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 3.9,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 3,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 3.9,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 2.5,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 4.4,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.2,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 6.8,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 7.2,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 22.3,
"rate": 7.1,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"pricingDate": "2024-10-27"
},
{
"productName": "EPACKET",
"productCode": "D",
"localProductCode": "E",
"localProductCountryCode": "US",
"networkTypeCode": "TD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 8.5,
"provided": 4.5,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"price": 10.5
}
],
"totalPriceBreakdown": [
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 8.6
},
{
"typeCode": "STDIS",
"price": 22.3
},
{
"typeCode": "STTXA",
"price": 12
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 18.4
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 5.8
},
{
"typeCode": "STDIS",
"price": 22.3
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 18.4
},
{
"typeCode": "STTXA",
"price": 18.4
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 10.5
},
{
"typeCode": "SPRQT",
"price": 12
},
{
"typeCode": "STTXA",
"price": 25.2
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 8.5,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 22.3,
"rate": 7.1,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 2.5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 3.9,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.1,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 5.8,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 1,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 7.1,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 1,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 22.3,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 7.2,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "YZ",
"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": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"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": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard 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": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"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"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"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"
}
]
}
]
},
{
"dependentServiceCode": "YZ",
"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": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"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": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard 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": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"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": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2019-09-18T15:00:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "15:30:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "NYK",
"originFacilityAreaCode": "ABC",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 2
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-05T15:00:00",
"destinationServiceAreaCode": "BER",
"destinationFacilityAreaCode": "PR6",
"deliveryAdditionalDays": 7,
"deliveryDayOfWeek": 5,
"totalTransitDays": 4
},
"items": [
{
"number": 4,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 9.2,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 32.9,
"rate": 1,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 9.2,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 9.2,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 18.4,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 7.1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"pricingDate": "2024-08-01"
},
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "N",
"localProductCode": "P",
"localProductCountryCode": "US",
"networkTypeCode": "TD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 5.2,
"provided": 2.1,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 12
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 25.2
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"price": 15.7
}
],
"totalPriceBreakdown": [
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 32.9
},
{
"typeCode": "STTXA",
"price": 8.6
},
{
"typeCode": "STTXA",
"price": 25.2
},
{
"typeCode": "SPRQT",
"price": 5.8
},
{
"typeCode": "STDIS",
"price": 30.1
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 30.1
},
{
"typeCode": "SPRQT",
"price": 32.9
},
{
"typeCode": "SPRQT",
"price": 12
},
{
"typeCode": "STDIS",
"price": 32.9
},
{
"typeCode": "SPRQT",
"price": 8.6
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 8.6
},
{
"typeCode": "SPRQT",
"price": 15.7
},
{
"typeCode": "SPRQT",
"price": 25.2
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 30.1
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 18.4
},
{
"typeCode": "SPRQT",
"price": 15.7
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 8.5,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 7.1,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 4.4,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 9.2,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 22.3,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 2.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 9.2,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 3.9,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 5.8,
"rate": 9.2,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 3.9,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 6.8,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 2.5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.2,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 5.8,
"rate": 7.1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 8.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 3.9,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 7.1,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 4.4,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 6.8,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 15.7,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 7.2,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 3.9,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 15.7,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 1,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 2.5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 1,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 7.1,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 3.9,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 10.5,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 9.2,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 3.9,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 2.5,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.2,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 7.2,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"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": "YK"
}
]
},
{
"dependencyRuleName": "Standard 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"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"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": "YK"
},
{
"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": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"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": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"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": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree 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": "ZZ"
},
{
"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": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"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": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": false,
"localCutoffDateAndTime": "2025-12-02T12:30:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:30:00",
"originServiceAreaCode": "LAX",
"originFacilityAreaCode": "XYZ",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2026-01-01T10:30:00",
"destinationServiceAreaCode": "PRG",
"destinationFacilityAreaCode": "PR1",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 1,
"totalTransitDays": 4
},
"items": [
{
"number": 8,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 6.8,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 7.1,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 3.9,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 8.5,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 3.9,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 32.9,
"rate": 2.5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 6.8,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 2.5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 2.5,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 1,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 6.8,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 3.9,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 8.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 6.8,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 2,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 9.2,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 3.9,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 10.5,
"rate": 3.9,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 4.4,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 9.2,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 7.2,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 8.5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 3.9,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 4.4,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 6.8,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 5,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 30.1,
"rate": 5,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 5,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 8.5,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"pricingDate": "2024-04-10"
},
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "N",
"localProductCode": "P",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 4.4,
"provided": 4.5,
"unitOfMeasurement": "imperial"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"price": 12
},
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"price": 5.8
}
],
"totalPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 5.8
},
{
"typeCode": "SPRQT",
"price": 15.7
},
{
"typeCode": "STTXA",
"price": 5.8
},
{
"typeCode": "STTXA",
"price": 5.8
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 15.7
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 4.4,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 1,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 9.2,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 4.4,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 5,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 7.2,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 12,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 3.9,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 2.5,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.2,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 5.8,
"rate": 9.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 8.5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 4.4,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 7.2,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 6.8,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 5.8,
"rate": 4.4,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 10.5,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 7.2,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 7.1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 5,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.1,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 7.1,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 5.8,
"rate": 5,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 30.1,
"rate": 7.1,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 7.2,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 7.2,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 5.8,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 6.8,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 9.2,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 3.9,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 4.4,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 1,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 4.4,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard 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": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard 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"
}
]
},
{
"dependencyRuleName": "Labelfree 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": "YK"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": false,
"localCutoffDateAndTime": "2024-01-01T10:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "NYK",
"originFacilityAreaCode": "HHR",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 4
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2026-01-01T10:30:00",
"destinationServiceAreaCode": "BER",
"destinationFacilityAreaCode": "PR10",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 7,
"totalTransitDays": 5
},
"items": [
{
"number": 6,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 15.7,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 9.2,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 3.9,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 9.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 2.5,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 8,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 5,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 32.9,
"rate": 7.1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 18.4,
"rate": 1,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 7.1,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 2,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 2.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 1,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 18.4,
"rate": 6.8,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 9.2,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"pricingDate": "2024-05-22"
}
],
"exchangeRates": [
{
"currentExchangeRate": 1.6,
"currency": "JPY",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 2,
"currency": "CAD",
"baseCurrency": "USD"
},
{
"currentExchangeRate": 1.5,
"currency": "JPY",
"baseCurrency": "USD"
},
{
"currentExchangeRate": 1.4,
"currency": "EUR",
"baseCurrency": "USD"
}
],
"warnings": [
"Address incomplete",
"Restricted item",
"Mechanical issue"
]
}{
"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* | "qui et minim deserunt aute" |
{
"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* | "in occaecat" |
{
"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* | "labore elit esse adipisicing et" |
{
"products": [
{
"productName": "EXPRESS WORLDWIDE",
"productCode": "T",
"localProductCode": "E",
"localProductCountryCode": "DE",
"networkTypeCode": "TD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 2.7,
"provided": 3,
"unitOfMeasurement": "metric"
},
"breakdown": [
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "EXP",
"localServiceCode": "LF",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "LF",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "PLT",
"localServiceCode": "EXP",
"typeCode": "GLOBALMAIL PARCEL",
"serviceTypeCode": "0900",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS EASY",
"serviceCode": "WY",
"localServiceCode": "XCH",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "WY",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "0900",
"localServiceCode": "XCH",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "LF",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "AB",
"localServiceCode": "AB",
"typeCode": "EPACKET",
"serviceTypeCode": "SAT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Remote Area Surcharge",
"description": "Insurance can only be applied once",
"serviceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "AB"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Only one dangerous goods handling service is allowed per shipment",
"serviceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "0900"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "DOM"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "DOM"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "EXP",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "XCH"
}
]
},
{
"dependencyRuleName": "Insurance and Customs 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": "XCH"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "AB"
}
]
}
]
},
{
"dependentServiceCode": "0900",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "XCH"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "0900"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-02T17:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "MIA",
"originFacilityAreaCode": "JF4",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 5
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-06T14:00:00",
"destinationServiceAreaCode": "JFK",
"destinationFacilityAreaCode": "CD4",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 1,
"totalTransitDays": 4
}
},
{
"productName": "EXPRESS 12:00 DOC",
"productCode": "P",
"localProductCode": "E",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 1.5,
"provided": 5,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "EXPRESS 12:00",
"serviceCode": "PLT",
"localServiceCode": "1200",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "LF",
"localServiceCode": "1200",
"typeCode": "ECONOMY SELECT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "1200",
"localServiceCode": "AB",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "WY",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "PZ",
"localServiceCode": "1200",
"typeCode": "EXPRESS WORLDWIDE",
"serviceTypeCode": "1200",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Insurance can only be applied once",
"serviceCodes": [
{
"serviceCode": "PLT"
}
]
},
{
"serviceCodeRuleName": "Paperless Trade Rules",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "LF"
}
]
},
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "XCH"
}
]
},
{
"serviceCodeRuleName": "Insurance Options",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "DOM",
"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": "XCH"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
}
]
},
{
"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": "AB"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "PLT"
}
]
}
]
},
{
"dependentServiceCode": "DOM",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs 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": "DOM"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "AB"
}
]
},
{
"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": "EXP"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
}
]
},
{
"dependentServiceCode": "LF",
"dependencyRuleGroup": [
{
"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": "0900"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "XCH"
}
]
}
]
},
{
"dependentServiceCode": "LF",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "DOM"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "PLT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs 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": "XCH"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "PLT"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-03T12:00:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "17:00:00",
"originServiceAreaCode": "ELA",
"originFacilityAreaCode": "ELA",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 7
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-06T14:00:00",
"destinationServiceAreaCode": "HKG",
"destinationFacilityAreaCode": "HK7",
"deliveryAdditionalDays": 1,
"deliveryDayOfWeek": 3,
"totalTransitDays": 5
}
},
{
"productName": "DHL GLOBALMAIL BUSINESS",
"productCode": "E",
"localProductCode": "E",
"localProductCountryCode": "US",
"networkTypeCode": "TD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 4.2,
"provided": 3,
"unitOfMeasurement": "metric"
},
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "1200",
"localServiceCode": "PLT",
"typeCode": "EU PARCEL",
"serviceTypeCode": "PLT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS EASY",
"serviceCode": "PZ",
"localServiceCode": "1200",
"typeCode": "EXPRESS WORLDWIDE",
"serviceTypeCode": "1200",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS 12:00",
"serviceCode": "AB",
"localServiceCode": "AB",
"typeCode": "EXPRESS 12:00 DOC",
"serviceTypeCode": "EXP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS EASY",
"serviceCode": "WY",
"localServiceCode": "WY",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "PLT",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "EXP",
"localServiceCode": "PLT",
"typeCode": "EXPRESS EASY",
"serviceTypeCode": "PLT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "WY"
}
]
},
{
"serviceCodeRuleName": "Insurance Options",
"description": "Only one dangerous goods handling service is allowed per shipment",
"serviceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "0900"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "SAT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "DOM"
}
]
}
]
},
{
"dependentServiceCode": "PLT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "SAT"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "DOM"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "XCH"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "PLT"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
}
]
},
{
"dependentServiceCode": "DOM",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "0900"
}
]
}
]
},
{
"dependentServiceCode": "LF",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge 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": "DOM"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "DOM"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-03T12:00:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:00:00",
"originServiceAreaCode": "ORD",
"originFacilityAreaCode": "JF4",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 5
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-07T15:00:00",
"destinationServiceAreaCode": "PRG",
"destinationFacilityAreaCode": "LH5",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 4,
"totalTransitDays": 3
}
},
{
"productName": "EXPRESS WORLDWIDE",
"productCode": "T",
"localProductCode": "P",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 1.5,
"provided": 2,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "EXPRESS EASY",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"typeCode": "GLOBALMAIL PARCEL",
"serviceTypeCode": "LF",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS EASY",
"serviceCode": "PZ",
"localServiceCode": "DOM",
"typeCode": "EXPRESS EASY",
"serviceTypeCode": "AB",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Saturday Delivery Options",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "PZ"
}
]
},
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Insurance can only be applied once",
"serviceCodes": [
{
"serviceCode": "PZ"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "0900"
}
]
},
{
"serviceCodeRuleName": "Insurance Options",
"description": "Insurance can only be applied once",
"serviceCodes": [
{
"serviceCode": "PZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "EXP",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "AB",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "EXP"
}
]
},
{
"dependencyRuleName": "Insurance and Customs 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": "WY"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "LF"
}
]
},
{
"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": "WY"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "EXP"
}
]
}
]
},
{
"dependentServiceCode": "SAT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-02T17:00:00",
"pickupEarliest": "11:00:00",
"pickupLatest": "18:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:00:00",
"originServiceAreaCode": "MIA",
"originFacilityAreaCode": "MI8",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2019-09-20T12:00:00",
"destinationServiceAreaCode": "LHR",
"destinationFacilityAreaCode": "JF6",
"deliveryAdditionalDays": 0,
"deliveryDayOfWeek": 5,
"totalTransitDays": 1
}
},
{
"productName": "EXPRESS WORLDWIDE",
"productCode": "T",
"localProductCode": "D",
"localProductCountryCode": "DE",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 5.8,
"provided": 4,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "0900",
"localServiceCode": "PZ",
"typeCode": "EXPRESS 12:00 DOC",
"serviceTypeCode": "SAT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "0900",
"localServiceCode": "1200",
"typeCode": "EU PARCEL",
"serviceTypeCode": "SAT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "DOM",
"localServiceCode": "DOM",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "LF",
"localServiceCode": "PLT",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "SAT",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PLT"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "EXP",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "AB"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "LF"
}
]
},
{
"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": "1200"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "AB"
}
]
}
]
},
{
"dependentServiceCode": "AB",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "SAT"
}
]
}
]
},
{
"dependentServiceCode": "AB",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "DOM",
"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": "EXP"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "0900"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-02T17:00:00",
"pickupEarliest": "11:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "14:00:00",
"originServiceAreaCode": "JFK",
"originFacilityAreaCode": "AT7",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 4
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2025-12-07T15:00:00",
"destinationServiceAreaCode": "CDG",
"destinationFacilityAreaCode": "LH5",
"deliveryAdditionalDays": 2,
"deliveryDayOfWeek": 4,
"totalTransitDays": 2
}
}
],
"warnings": [
"Restricted items detected",
"Customs clearance delay"
]
}{
"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* | "eiusmod dolor" |
{
"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 | ["eu pariatur","do irure voluptate tempor","culpa dolore exercitation aliqua irure","aute sint Lorem dolore labore","reprehenderit","ipsum","consectetur","sed","non do","proident sint Excepteur irure Ut"] |
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* | "in veniam magna occaecat" |
{
"shipments": [
{
"shipmentTrackingNumber": "6789012345",
"status": "In Transit",
"shipmentTimestamp": "2024-09-18T19:10:20",
"productCode": "S",
"description": "Books",
"shipperDetails": {
"name": "John Doe",
"postalAddress": {
"cityName": "New York",
"countyName": "Maricopa County",
"postalCode": "92101",
"provinceCode": "PA",
"countryCode": "GB"
},
"serviceArea": [
{
"code": "STU",
"description": "Shipment Description",
"outboundSortCode": "OSC123"
},
{
"code": "ABC",
"description": "Gifts",
"outboundSortCode": "OSC345"
},
{
"code": "YZW",
"description": "Gifts",
"outboundSortCode": "OSC890"
}
]
},
"receiverDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Houston",
"countyName": "Kings County",
"postalCode": "11201",
"provinceCode": "GA",
"countryCode": "FR"
},
"serviceArea": [
{
"code": "STU",
"description": "Spare Parts",
"facilityCode": "facil area",
"inboundSortCode": "ISC789"
},
{
"code": "CDE",
"description": "Cosmetics",
"facilityCode": "facil area",
"inboundSortCode": "ISC123"
}
]
},
"totalWeight": 30.9,
"unitOfMeasurements": "kg",
"shipperReferences": [
{
"value": "LyT20ToH7w",
"typeCode": "CU"
},
{
"value": "GTJVfK4WAE",
"typeCode": "CU"
},
{
"value": "uW1EnFSsS8",
"typeCode": "CU"
},
{
"value": "y8oiBhzWBP",
"typeCode": "CU"
},
{
"value": "rTQ4zwbfCD",
"typeCode": "CU"
},
{
"value": "oecFc3ddzJ",
"typeCode": "CU"
},
{
"value": "W7Saesp9hi",
"typeCode": "CU"
},
{
"value": "digix7kDYk",
"typeCode": "CU"
},
{
"value": "TikR4Yl6pr",
"typeCode": "CU"
},
{
"value": "Mx6dmxqLma",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"time": "14:15:00",
"GMTOffset": "-08:00",
"typeCode": "PU",
"description": "Food Items",
"serviceArea": [
{
"code": "FGH",
"description": "Documents"
},
{
"code": "PQR",
"description": "Clothing Items"
},
{
"code": "JKL",
"description": "Clothing Items"
},
{
"code": "ABC",
"description": "Spare Parts"
}
],
"signedBy": "Sophia Pink"
},
{
"date": "2025-12-02",
"time": "16:00:00",
"GMTOffset": "+02:00",
"typeCode": "AR",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "ABC",
"description": "Gifts"
},
{
"code": "CDE",
"description": "Books"
},
{
"code": "MNO",
"description": "Shipment Description"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-03",
"time": "12:45:00",
"GMTOffset": "+05:30",
"typeCode": "AR",
"description": "Shipment Description",
"serviceArea": [
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "FGH",
"description": "Medical Supplies"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-25",
"time": "02:30:00",
"GMTOffset": "-08:00",
"typeCode": "MW",
"description": "Books",
"serviceArea": [
{
"code": "FGH",
"description": "Shipment Description"
},
{
"code": "FGH",
"description": "Food Items"
},
{
"code": "STU",
"description": "Books"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-12-02",
"time": "02:30:00",
"GMTOffset": "-08:00",
"typeCode": "DC",
"description": "Documents",
"serviceArea": [
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "Jane Smith"
}
],
"numberOfPieces": 1,
"pieces": [
{
"number": 10,
"typeCode": "AR",
"shipmentTrackingNumber": "7654321098",
"trackingNumber": "TN234567890",
"description": "Food Items",
"weight": 5.1,
"dimensionalWeight": 0.8,
"actualWeight": 2.9,
"dimensions": {
"length": 20,
"width": 20,
"height": 80
},
"actualDimensions": {
"length": 10,
"width": 80,
"height": 90
},
"unitOfMeasurements": "imperial",
"shipperReferences": [
{
"value": "Hgv4tFANfu",
"typeCode": "CU"
},
{
"value": "gT4Aw5eleu",
"typeCode": "CU"
},
{
"value": "fR98q0vMO2",
"typeCode": "CU"
},
{
"value": "1IUyHvM5QY",
"typeCode": "CU"
},
{
"value": "mULs9sbCmp",
"typeCode": "CU"
},
{
"value": "UabvvueIEq",
"typeCode": "CU"
},
{
"value": "kGG4vRaMCj",
"typeCode": "CU"
},
{
"value": "crXJsQwNnv",
"typeCode": "CU"
},
{
"value": "k1SgTo6ax5",
"typeCode": "CU"
},
{
"value": "e9OrobINCh",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-01",
"GMTOffset": "+02:00",
"time": "08:00:00",
"typeCode": "RT",
"description": "Gifts",
"serviceArea": [
{
"code": "VWX",
"description": "Documents"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-12-02",
"GMTOffset": "+09:00",
"time": "22:15:00",
"typeCode": "MW",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "YZW",
"description": "Electronics Goods"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-04",
"GMTOffset": "+09:00",
"time": "08:00:00",
"typeCode": "CC",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "JKL",
"description": "Cosmetics"
},
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "MNO",
"description": "Gifts"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-12-01",
"GMTOffset": "+00:00",
"time": "14:15:00",
"typeCode": "DL",
"description": "Food Items",
"serviceArea": [
{
"code": "JKL",
"description": "Cosmetics"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-03",
"GMTOffset": "-08:00",
"time": "10:30:00",
"typeCode": "AR",
"description": "Documents",
"serviceArea": [
{
"code": "FGH",
"description": "Gifts"
},
{
"code": "PQR",
"description": "Food Items"
},
{
"code": "MNO",
"description": "Spare Parts"
}
],
"signedBy": "David Blue"
}
]
},
{
"number": 5,
"typeCode": "OD",
"shipmentTrackingNumber": "7890123456",
"trackingNumber": "TN456789012",
"description": "Spare Parts",
"weight": 25.8,
"dimensionalWeight": 33.4,
"actualWeight": 31.7,
"dimensions": {
"length": 10,
"width": 10,
"height": 70
},
"actualDimensions": {
"length": 70,
"width": 60,
"height": 40
},
"unitOfMeasurements": "oz",
"shipperReferences": [
{
"value": "D69cnHEa20",
"typeCode": "CU"
},
{
"value": "mKWqraeNGN",
"typeCode": "CU"
},
{
"value": "lmkRgXBLuD",
"typeCode": "CU"
},
{
"value": "9uF0SwNVGj",
"typeCode": "CU"
},
{
"value": "MQhI5Gyw4N",
"typeCode": "CU"
},
{
"value": "V4H8ZNmPAW",
"typeCode": "CU"
},
{
"value": "pmzbsY282I",
"typeCode": "CU"
},
{
"value": "WTuHJ0E3J7",
"typeCode": "CU"
},
{
"value": "F6f0Ovs7W8",
"typeCode": "CU"
},
{
"value": "yMUIXS4fsh",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-01",
"GMTOffset": "+10:00",
"time": "16:00:00",
"typeCode": "MW",
"description": "Spare Parts",
"serviceArea": [
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "PQR",
"description": "Books"
},
{
"code": "FGH",
"description": "Documents"
},
{
"code": "VWX",
"description": "Clothing Items"
},
{
"code": "CDE",
"description": "Documents"
}
],
"signedBy": "Jane Smith"
}
]
},
{
"number": 10,
"typeCode": "HL",
"shipmentTrackingNumber": "5432109876",
"trackingNumber": "TN456789012",
"description": "Electronics Goods",
"weight": 5.1,
"dimensionalWeight": 0.8,
"actualWeight": 0.6,
"dimensions": {
"length": 30,
"width": 100,
"height": 40
},
"actualDimensions": {
"length": 80,
"width": 70,
"height": 10
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "TohsP2Nv49",
"typeCode": "CU"
},
{
"value": "YZaoxOhgLz",
"typeCode": "CU"
},
{
"value": "3EaWFdKGv9",
"typeCode": "CU"
},
{
"value": "TFrhVye9yL",
"typeCode": "CU"
},
{
"value": "43Q5iG5j7w",
"typeCode": "CU"
},
{
"value": "xCUoogNzM8",
"typeCode": "CU"
},
{
"value": "tnCKkyO1FA",
"typeCode": "CU"
},
{
"value": "Oxyo2UgmAQ",
"typeCode": "CU"
},
{
"value": "ReGgmz2FZq",
"typeCode": "CU"
},
{
"value": "oQ8JjYYcpO",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "-02:00",
"time": "12:45:00",
"typeCode": "CC",
"description": "Shipment Description",
"serviceArea": [
{
"code": "CDE",
"description": "Cosmetics"
},
{
"code": "YZW",
"description": "Cosmetics"
},
{
"code": "BSA",
"description": "Electronics Goods"
},
{
"code": "MNO",
"description": "Medical Supplies"
}
],
"signedBy": "Robert Brown"
}
]
},
{
"number": 2,
"typeCode": "CC",
"shipmentTrackingNumber": "7890123456",
"trackingNumber": "TN678901234",
"description": "Medical Supplies",
"weight": 15.5,
"dimensionalWeight": 0.8,
"actualWeight": 2.9,
"dimensions": {
"length": 40,
"width": 50,
"height": 30
},
"actualDimensions": {
"length": 50,
"width": 100,
"height": 30
},
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "gE7XXRU2oX",
"typeCode": "CU"
},
{
"value": "weNKbjfUnn",
"typeCode": "CU"
},
{
"value": "MXJqg5x1uJ",
"typeCode": "CU"
},
{
"value": "Sr9FFVq9BC",
"typeCode": "CU"
},
{
"value": "29QPUan3x3",
"typeCode": "CU"
},
{
"value": "xEKmJzxzaj",
"typeCode": "CU"
},
{
"value": "EYbJOTjETz",
"typeCode": "CU"
},
{
"value": "MNhsaqiLFH",
"typeCode": "CU"
},
{
"value": "5itbLaPHOL",
"typeCode": "CU"
},
{
"value": "hPDojmmZLe",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-25",
"GMTOffset": "-08:00",
"time": "08:00:00",
"typeCode": "DP",
"description": "Shipment Description",
"serviceArea": [
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "YZW",
"description": "Electronics Goods"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-01",
"GMTOffset": "-02:00",
"time": "00:00:00",
"typeCode": "PU",
"description": "Clothing Items",
"serviceArea": [
{
"code": "VWX",
"description": "Documents"
},
{
"code": "ABC",
"description": "Medical Supplies"
}
],
"signedBy": "Emily Black"
}
]
}
],
"estimatedDeliveryDate": "2025-12-06",
"childrenShipmentIdentificationNumbers": [
"CSN345678901",
"CSN789012345",
"CSN234567890",
"CSN012345678"
],
"controlledAccessDataCodes": [
"SIGN_NM",
"DELIV_DATE",
"SVC_LVL"
]
}
]
}{
"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* | "do minim in sit quis" |
{
"documents": [
{
"encodingFormat": "PNG",
"content": "base64 encoded content 2",
"typeCode": "INV"
},
{
"encodingFormat": "PNG",
"content": "base64 encoded content 1",
"typeCode": "INV"
}
]
}{
"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* | "elit magna aliquip velit" |
{
"originalPlannedShippingDate": "2026-06-17T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "600897296"
},
{
"typeCode": "shipper",
"number": "483353388"
},
{
"typeCode": "shipper",
"number": "107015462"
}
],
"productCode": "H",
"documentImages": [
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "gbtNYT1FSSyY8tSWCeUToSLqs2ejUrGUJP57WJzExBWhm48BL2"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "2wcub2l6XOxWsJviNdJamXoxDqBJZoBinFcxcJYbKlLVT2Rv5t"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "fQsDHDtEwEUD9PB93bDzqC4ZrKQVal3YRQvLiWk2bPxzXLfzXW"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "zIMiYWDMFjvEyPUMzwz6VxgAN7kYnD8GVgvJbYfjBXxp1z1jKg"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "FZEvEjJux1aHWnplAnOjaecN0R9woemPcLW9i0UfHUK4g4tGhZ"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "D5QNM88BepwlCs732X55VJXiZFEABVR4dX2s78jzHQwXLSnG6o"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "Ee7X7wgKlHQxakEjzjjBHrmAam4gDZxOua6DozGT7Ow6AiHaQr"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "hJtFNMehCCVqtaFX5VEBxXGhuF9tyK2dAh7FF2KIhIfCDImYUz"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "KPS1fYq6fxGmHsomIPCYRyVGEcc8H0ggVDOfJfLFdEZpFpwHRv"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "F9b8hxlzewszqv05zd1lTssq6kj4AfiYfwNP7IISX8VCMhqGgc"
}
]
}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* | "sint reprehenderit ad et veniam" |
{
"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": "JVBERi0xLjQKJeLjz9MKNCAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDUxPj5zdHJlYW0KeJwr5HIK4TJQMDUz07M0VghJ4XIN4QrkKlQwVDAAQgiZnKugH5FmqOCSrxDIBQD9nwpWCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iago8PC9Db250ZW50cyA0IDAgUi9UeXBlL1BhZ2UvUmVzb3VyY2VzPDwvUHJvY1NldCBbL1BERiAvVGV4dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSV0vWE9iamVjdDw8L1hmMSAxIDAgUj4+Pj4vUGFyZW50IDUgMCBSL01lZGlhQm94WzAgMCAyODAuNjMgNTY2LjkzXT4+CmVuZG9iagoyIDAgb2JqCjw8L1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250L0Jhc2VGb250L0hlbHZldGljYS1Cb2xkL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iagozIDAgb2JqCjw8L1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250L0Jhc2VGb250L0hlbHZldGljYS9FbmNvZGluZy9XaW5BbnNpRW5jb2Rpbmc+PgplbmRvYmoKMSAwIG9iago8PC9TdWJ0eXBlL0Zvcm0vRmlsdGVyL0ZsYXRlRGVjb2RlL1R5cGUvWE9iamVjdC9NYXRyaXggWzEgMCAwIDEgMCAwXS9Gb3JtVHlwZSAxL1Jlc291cmNlczw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldL0ZvbnQ8PC9GMSAyIDAgUi9GMiAzIDAgUj4+Pj4vQkJveFswIDAgMjgwLjYzIDU2Ni45M10vTGVuZ3RoIDE1NzMxPj5zdHJlYW0KeJytfV2TZLdx5fv8inrakBzB0sU3wKeVSMqmg5JocbS013I4xqOmON5qkh6OWnbE/vhF5jkJ5K1ub8gbSz5MnQaQSACJzETi4/7bq+NSar2OdHmcP4/L7VXsx7Um/5MZbq++ffX1q+9ehcufX8XL387s//oqHJdfvfrHfzouf3j1b1r+uLz/46tfvH71s1+Gy7i2fHn9zSwgfw+XeO2TWCnXEi6vZ3XXUEebP9+++slfff3zf/jF5198cfn0N5/81U9f/+ukNf/82WsjVa4pPSeV2zVFkIq156Gkfv39h8uH7y//8nB58+HDm7ffPvxB4A9v3v6vN398uHx0+Zs33+lfPvn+T+/fPbx/VlmcldXyvLI0rrWxsl6PrpXFI8aPQvzoaJdf/cenf/PF5edffn4J1+Pys8tff/HV5e3D+w/vvnk3Wbi9+ZeHm69LO+t6HGlE6bKQ+nXsoQgjXlvdPW945ipdMLIb/PaVcCv/796P+Zqqb0aYLYizdTkKzdmQj8I1ZG3G11/+/TPehFQMx7WUOWb92tpkKx7NxvCQemOM15o9Ttc0DCvqE+VrG4qOoChd3u6iCYnxekzeyuQtThSQFq85aN5wzUVxKJoqdGaergVjMSRZ+zWt1NsdjnF2gXCULjEdV3ATopRL4RqDcl6RGK3ZMVbtN6C3d51ym10fj3ptIo9VJH52U5iMDhCvwkSYo1U9nlMjGFakHdGbgpQUJW2PFY1I7UiN0pUxtOtA24tmbSojE8asiVnqOLQNs2CphqSbms5sYOmmeu2zY/KQhsQpO3m1J8Ypp9nQ27vWavvTZKQbtdn+NMff5ZDaVPIMS9/3XbuIb5xVj2wD9ah5enEDmer1aLvXY9b+cvjQFoiwKZxi1hxsMht27jnOwWHjIDbXismuiM7muovm2jhPqWznVoQxtdvQfgydE+ZY+KZ9l2e9WcfxtvMTexqLj6NP9ebG6sDYSYcFT4P4xEeTf4RGkYlFfFPsBmhlJ9buoPIHa5NE1TYsVgV31zLLTnwiYfOidlUBqwcnlnm+uLL8xEqjHdfhR4V5Vm/serX1kj/lc2/EWkDD1Fidhb1siaLpHrdruxOOmdaDY+OEI+acVjqV2fyjzNmJqqov+TN6LiJVBJuTawroUdzkmhq/dN9F41qya+6pXpl8UxnVOhX6n6fa/luq7t/+tdh1WIfdZWYtvjITMauKJwtBI3OI9oaFTqGphfjq23c//PDw/vKxtxOhqESIPlajpeqMMKRrjQqmrniaBktn79TW02IbSNccXdpUOmOVKzJvnpRmVzhHZtYnOhrgSaqfpsPSZmOagqzlCLOI/U2yVpCJSciEYUCryAtKfVpsyody1gCn1TAwuXZJUeoJakUEBBCUIRMjFpXnakB5Fq3FNDIZRGo2z0FUhPI8h9W603f10xTJqd75hyhTy6Aq7tsrmoJ7qJlv57I3R6zI9Hx0UKehlX4Gj+CIEX47dcu1583Zhl0F+tCpJg2Z/TZEiglmB4xrXEndOqpo33T0qRq+DSBbhOk67brYy6gtPwJJjiVb47p+Pykn1aBxOYtVpCnU0RKDLZL6DLL/Tg32PZDEY9QeSN1oB+gCq2jC6dLsNAVR5HqnqVaaoHcDymBqBq2+6Qo53rV2ZSfbVExF7Zqac3Sz5Mp7BGJcMieODyZGEO2haUemkO/fvbikJAIsxRKaxGI9rm5OloYh0FGytCy6QcsxrbIZ/WJA3cOdFs2/uIeU9ioVNs5FlAuWsDqlB1JcfaSdFmUVINXDkOsAEd4WzKK5VCPwt7a3pZXkqci0nSKUhpschJynEXbqHibpQbEF6o+wt+rKqr3V1IwwrYljr6AjLaAnR1ELid9Kow8DT0o/r7RVdxJ1Z9BE3jdDu2uot7naRUiVMS1KyQ4Gp18mKEmBVjRh76b/DWQoT4NJBHzSHGC+yACmiA7Qnjag1man6VhPItQrCSRTMb4nybpa9XRukzRSDCNt2myjOLGFSJvYLW0StXwDdUAEZ/fzdxSNsFKmxHQthAbotJn0aG2m/pKqhoGnxYfC24ktz2aCJy1rmWDw5ghPKJ3IHiWnEVKk/cTfubukIpZOSC6w+VF4O9evDCXTXUE7LqE1CpM2ftnHFKEro8yeDXp2aZPuKqbe09MiqeKfEsSaUyNl9W2ZVlyhgvFVevxtVS141AsFpAZHDLz7dj2dGlqlnflqgD+NOpDqkM2s2oPZrrGggd3+MYygq0lrbrBz1sVV2DU2K80qepheE3p4AWt2G9YjKGV9RYLoxOYU0UzrTotPkH25jmmhFPnbKlvwqKuYdTNJgn/ftnNjtZs75DugihhOVcSwenNxjZ6u12Xw+dtK1auZDF+T1jzgM1DNGaRfkLFQvodRhmrCYG6AKvccV68lZFazEaGkZ2p0+naWLc7FcJR9RUw9MSnzby6VWVr99AmDoUxjHaApN9Swk+Q0Szp/17S6Iqcti3OpzQFQdZfzotEvBiI014aTISkH4WsRafR+hlTWaG4jast1KzyJYFGm5s9KE9nJPxVYu2xQsksr0lkTdBioxObsZUamz8BlhrC5YM625lDzYTDLgu+mTYAinEsJIdMua5lhbbA0KtCD1R8Qxq7VE9R0SpsTJC89FwvSEoV4LLYTfLKczZ6oG5jp4CSxdxPQRVSXJRdbnM3GbKAmymCQySpEoAyz9cxaoZyETObKXMLWulVSRhQNMC93QleAEzbO/n4xEDn2hCpwN4ESAbuHNouY+Q5ybSIBHev0hSzr9pk8tGqQ94yitH4hnQlVl/Y2R6qGAZDSpFv0tw7OgpjPs9zqqlO/aUcO57DPjuzmskjmplEzU+4SOcmm3DdQtWYwgZ2Rt5Y2kqrBpboFnqT2tpZJ5YBCYLkJSyNJ+83aNjzqKkbtbiTRAt+6c3NFu0vsZHUif1uDCFWFb64xo7pbVxmwcn2tqy6+MqlcAjlbvxNRJiZq/Tmkdy7B6bW0Kcs90T6U6G11acM5VgbpnRcqJurX63LWNWeoK2nVrm6zQQqUb4ZYgFJAlUvAUtbEnfSzea46AIU6DGkJcRMuASeMkPxw2b9V3RjUJWBhEIdLwOKXeSVbGrqmXBfC1tBaAQrTy480wBXghrrkK+keDhvhWd/YdkuqM7u1O0WXgKc+0k5LpiV1CShF1wrjtqCu88ryMVWhSv1xpXkyTwjPJl3qhizz4HHBud7XiEpSju9hEf2pYSHx/O6hkrqdKWtoR7XTqgmoQdYCgv730Ei5ko5SF8u3KBmPLHoHNe/tVFIpDfV5F1OEaoslGH3NWVPnYmwWat2AhnokjL/SAto6NFjXXMdsUKtLs5Z2dQXuYUGIasNy4b5J4Op0wgoYtP4RDGi4RlxYpq02daYpZIUSemrPoXW87x5dXAdUxP6a2Zvr7Ai/ckF4jtJyjVUlCebuVHUHNszW1BaxrJdlz0otqHdnro4vkW4nLqKJgo6ysVGcIJ6aoG1iJ2dxYR8lRtGbDewEeY2yxiXaggyCBN2/0bhEZ2vjxUCV2NhO0y0Y2cSrCkoBTfFkgq4zZHuqGtB4iUxYpsFYzHJquoRtkIkX+11FXneSVqTRmjtYIBBTZmcNpRnQCjnDA6hiSFIi1dVP2nFVA6iTrvWbodtCun8irUoGtMWlrjRH5Anhm+gUkkGTT93puUM2sL7kzZGinjBoMoTCZ0TFcCrJQEZ3cm+QhVPAEBqEjRVRFi6TGpGdmpF6B8l10gD/MziVjaAESnQbZz3FoaAeuGUlMjqef22QiuluECE7dq47w3gOjZgv64mxow1aC1n6DrJvT2VvXFJ7ztpJACbsL6Ckq83uJo8cS0h7JiVsZjNt6M4Wtg80raOKctm/ETQgtJYP1HAH1WfeUDlOw2araoAE707qUN66/UZooK0ktKjK4YYna59V1+4EPCNKKBtA4p9iK3EmR6zTxSkQkz0926ALMgBdf8pihGkExSWIvdHFLURo6qCsCyKCJ6EeVtIBpajbS0/CRk6m9Q1QDxpsIgqZMtlEG4DksBGaoO/Bm4zswTMem4zhZpkSIevQZ6hIUH6hLDZNlr3oy8KlbUDfYbWuopNkZaI1FPTkzCo9ucBmGmluOHT5sHpTDcvmNDB0kJK1Y9IZrk1BfdCVZFLFblJBqtLCDdJwaeoiCKftsvyFvIxxypcTZ3QEdZFfDt2lejQYDtUmAQdmniGNqlpWCYWoF6i2+Iw00qtQrc0zmE55HQI/tzN76rkl9JGSAr++IsJoDO+8dCBFka7GAhrP6jc8RyXCgawvwHDl5qaa+TM6eHCKWc9wtc9zpCx29VoWi4BkavpdJb2AwNPQIy/3MMCnjQcsyh3Uow078xlOJnAa4dDdrecwsqc2x9x8HH03gdCYDrD7RBpPk3rNN4zDJ6r2OiGrRrJ6GOA3Rh4DA1ypniNlsWnXHV0E8VF9sa5wqt8JWDRuF27CoFtS5EH97Vism4JuHop3M0HjBiFGfWpj/g7XsBOCRA5YZnKd26YXIre/2jAA56mttGYZUa5BzkFzgaPvtMkWmkYeNeYYsXE+oZyVaxo5mn0wSHP30A37hg2ZcaQDW3WA0n8Ao4NXWfwG3XU2wNYvtErNVkQmJcA5QXbr4fTiDAPTNNa5yyEkCJLrt0+Z1scKHYPdCYJk3zftCeLRTRXI6RVobMoh0SGseCibrR2dpt6Des4trUqGhjOskgnLcGmtuXLD+m86IxtUlwRepnuXwzNEzgiFaL3grKHUlkClL7kdGmdcMg1vn2ldI0rHQPya3SJ9eLEuOrg173pMvbkA2RFPDj+x9Rd0RTBh053ISN3OfdfoVH0Kz35z57a+hFJ1UIV2sWD7YlslLdToitOuzSanJTNN/TfEboLup6rXqksqOe+4f+uEMaj7DBNEzNZckUbjODtrkmzNgNaQVxL21ELEymtDPWmVcKAQKkDWD0tXaA2prLSCNnBbY0LOl7lKNBBWOcKqW5AwETkgyeaSJqnfNH03tocyyZVOhsULutGYVueiguz6ekEMrBsWFZuqDsoaJ0CTby4nz0hjD7oIoGI5QeYdWMKe0OIBWe9gOBBpt2rOcGX2/KprHsz4V40dB9NbGirLsJxIvZ0z3+A5Ztd82aBD3dh0Oq7lhLznIIfDHSfmEqLFsnlXN4q69bGy+kqVi2ykwsBm3baAsocUtpXL0TorqnfpNP1Go1oxM1gkCWnN2cyASmQuS6fpVhAzohxNBGguEFzSIT2dl9FWGSRJtsC37unUXDVsGWfzAHMx6zm4FdXNrmWbLGEnYIsKZTDmT0YPpmu3FdsQ2ZxMSdO5YFZNNrNo1NZP93cxadkmzxibFvn2bbKtMOf5EppAwA+4Q7qNdpO9CufmZ1iLnbVxCDoSkxPJrFp+w003bLhSPYM3bMJUm/uPspkTNheGaOk2lGD3YY6J2tKCgz/oibL8QO2WoodfmBSQwYoFLG4PKDoD1SWRFR2ve2SMAcIEFwQgzQYX3QCAGApfZctkOcw5CboZRo1ZuOXEkdWkGrcN9j2muwfx2pcVXkDtcMGWLuywAdphB9mk/gIaoJLDC0htscGOXbjFiu5xVfMrVBrLmiJKp3jZnFlztIGYsPlFWmkIaRJ1hD4OrAEK9uMs8WQCZtbs29hOVmlCyNrRwIFfgp54124e5vShMcOv0WpAEOEe6RKtHsbhCXKJVsM1PUNcoFnWM7QFWlVr/gKM7IlyakBVX2A1gNBYRrDRAyt5KqeEsHxbhE6rucqQ5kLDeqnSt4g47VALa5yuE3+rvl8pauLn74B1lAbsJr0GMZn/1Gx2U41UTVhLHNhiIFyt8EyzFW2YnnoUykfYaqvS11FotfLsijQKaXOqbjCCS4syyepyAfWEw4SlmxxU7H4CbOZNRjxzym3xji2Q9TE3Kk5oNbucPa/arsHRUWQl23XruzpsPqI7CFei2fWNVo1D3dcFcRjAVuyELjV49trhfLZHg6yIFzTuED3BFqFO7iDzJq95iKxWZr2D5glaNWe4Mh8nH/Nbod2M48l/tvWBZiai1dhw6p8GeTO7NGFdq8hWnMmfacUmNtJacOUKdvRUUWxQXRJ5Watwj4yzteif9mwC2gm1Z1LhCoa0FcVTgza5pmMgadiTNoPGjlEjYp1Eg+b7TPuw6qb2EgJAY7Vh0/aE1nD4kkKqHycL1MZJDoaXkc7gNS1QD94C9eDmRo8nA9STN0A92fqQWT1/k8w4Q2eAeHlmJR53BqjrAWQTrZ717KvVQ8QB3HBSniDGLSIdJ+MgPh3bUyZavZiSlLRyEslebMU8W7tBdUnkpTqlQmB8WcxtVtqL6WeVq75c8DlCHatek6uOA3tMS5amcsVeUbmyHqJc+Q7TDmT4j8JAaIw2LxpEZlo7TpA+h5FtrCcl28cp/kxopIeFmB1apMZdnHgcKxgwKY3DIgWSaoidu+Ec9BGMkA7ehHtgR3DxqpkWrXclDdsWq1y0Hp2DvkF1SeQlWvDBI+MsWlBujvsEdFN03KXCNbaTszr2uEsj1oJuHJam486O0XG3TuK4+z7TPixugfJoUGMck7fsPbeZ5tYfo+qZsmlTokzQ0fzex2ingtWUed/IhvHEgHLU9tpiMtS9y2TI+m5BGdWuUfU1Ot0ET0ZuqEOxRnW4BdEYFr9AOb2exEG133UncGvkOHAG5g6SMcMYVUH0TTGsw5osQ7ekGsParysSOX/TgmBU0TEY1baWY2knrVENR1zperjngBxbECYcuO9hYZdzflBIzlcChQG1iR2PSSENj8/7C4KL3+Q5wvZ2UaHzXqS2Xn3udPLUhB9c9tn8AC8C2Yd3wlFN6nEUyvBO7ukZ3LVXm+hxEd9uGqFPPeqZ125/mSL1qDgsLIg2R11zwdxoKpcNNNiz4VxDLzKdNxWlmmgr2HA0BNA7b01u3PV41YF76sBalvseVhFD8xGpROqcO5wdHwNBUqU1fCobn8kG1/VZeeT6X2PCgjsnYrw4dJcox8x20dW80Xyf7h7Xm5nBuxOPC9uQh+SDOAKryUdgQtOmh2w7H3NmCOIyJVmqRfjSxaFwSj1E4wVecZUWWOqxLKUxBPR0x79KVYjmT+uNIi0RtuEV3BdW6kuRoTYuWjLakbFq03PiDjdwSv+Oqcm8zGmOtK8YS7fUtJZnwmVfC7mnxbUt3s6tQLuaitPSVXID1+sqXsFduuqU3yg0r6tCw/lL0028o+xx8rpKxsnrqlD9bpfA7nRVQIxl5/a1gx8cwPH8uHCCJGcPh+0rqHMteLhNeDmX6FCwqAd0kZybdbzJucN6yu13iIVWu8NhO9lSc/Z679QObVnM57GSk8Z+rHh1dY3VKb9ROI0VL5yuscH9hxM+jVUM57HC2evd4nTuj7XHydz5fqwi9qw2P8WvUQQOD6FUl10xbMndb88Y3LU3cy7jIu7sCqBPzWe7wluaUMtyYvlw2xKC0kJz5sn26vIQBe342JPyVnjsYGoLQwiwOzhYlBN+EV77blZt4N6FYFuSSmowT7jjBYKF9Xy35G5rV9vRqoE17S1wQbmZsCE1IPQuJmCjo/tU3anQsozaWmpfHqHUm5ebjzY0l7pcbXQdcThoWdNypk4Yw8SnQHB0AU7Qoz2acMhlUT6EoL+f7PkGpOAA/3SVIupF0EDvmxlIbA+hHoi0cgXXXPh6w3Rqpi6w2ioC3XIMqqw0Mll5K55QF5/r9YZDWTcyhZfkadqQpqc75G2TcFlPNBx6Xs5AQjBzw6Clkrau8j0IUSzit2oXJfutPFeXMgD0hJhBXnq1FtzBYA9pBYaBNSyhB40aWpF4Av2olno7Z+YZH+1XvbmgB+jZGHuRobcTzJYXR/Ojg3g7YXZ8KKgplA0jniqxzKdqeUletTQuRPMNJ0URb+McvIEdD2TUXUkDFCCDBW8aoVzZbw5EExKpLW8BinTckQYvYpVDvJc0Caw+QuXdykWIjNHUJrjGPbnGRlzD4qWnyFcUKAs1owYxLIfeXtxgDJemQmnlyqq9mihbYynmYotWUrAOQ6kA2QLFYHKHti44JdzKRUxO3Mm0FvjGPeHRiOFELGIjCHT1ZsBRnZzwCI9BLmqyKFw9lT6iS+1XL2LYUjr0UQokJidxPPNiUM6rCxOFzyOU6hI9x7xicGoCoVXMI0B30Ij1O2LyhIEjZpCl+aLBgglrcHUoNtypfTyHrGrC6GpOCHjOwV4VuQ45ccXDyTqoB7S9HI5G+vwndWuiPpuS8DKaynfCLQfKuhyz6JZS4bfZoRi9FX5o5Ii/KWpEOuOkUNmzkbeoMVMT16CcxWlpHEnTl9CsWMYrAyBpgPrboD7clHiISo7z4vQ4mlmanQ6eIBvJ1T06rJ3twbV5PDoDKH2X9qROFBCd1BuM4dJ0Clo5Tk+jqVPXGs9ZnRqGD2kN29VWrmINCpoEu68J57SWcntWp4ZJgSa41j1BOtrS9no+JrmpaFCeM9lIwzM5oIE8USVHZ5a2kCPVbdeSsQpjGu5OHBFXZHAWXEjqgQsYAVwzBjJOkvkGJ0jGiDTQKUdbWBuoBLNAOULRQqQznD+kBOSyC8aHSXjBsXr0bPZpZATHVaoKEE6XE2pYVy9ZDwiitH2Bpm1fUKfqLnmCEaotc5l4BwPOfRCpEJ8Y0jFeU1kVlUHryoEQ6Ia6pKnIhBVLufIYxHblNtDwgkE5PJcZxLSrjwc8GZ4XBoi4nb+hCgz2YCIvex6ICinbmatB3sw8NemGNrble2kbKXJ61WqWpgMX9YIvsybeWKavp+JgYPg0XdblYe1QgcedxENFL3fzXzovT7dq8HbmzTObcadYSmeDt0VZ4e7LXFDrgFqpek96wEU8skvDqwTdgc1RgfN5YuCGS87JiUg5q4GCdwvuIYmVYC7LCWaebkhw3+5gwsVKy3wH2VOFdvAOctBPPGsjMoyqNSKfbGyhk3cHjZgvS2KqU3Q7+XFBPUqAq77BjMgEuW+LUgpUsaXRa8B16WrqSLJU0zq4sE1oDOJNzXvItapBeMp4ewlAGQhLG5zaoWd9mtk/9BKhVdO91iWyPvIleVBFG84lC99QtCWLHIIJl7VGOWXW0tFstDIip2LcGqUMGJQN/fgUXAI2WA/vQFZ6RAbjyWM8VcvzJSE5PgitdDoNQ8UFWPPjDFpqxdL9DlrNSzAAEbo0P87gTg3JsyknGND76sdVrvDEfNWxjdzTq8oIuKbwFAdX7fJ4MLXvTCOgB2FQ/fiKPTNbtU+SaKWclRkmpuqt1WG6YULjkYt2g1y017EXM0aFbk/ttliTNG4l0O2peNwUbo8BOn0bBi3GJVciyeV11OW5qUdSB67IWNq2FZrWIaeqzqwNd3At21uyJa5Kj0FKgJwWcTpIDogYagUye9GjGuimOVNbtWCGXkpsuJV86G2JDdSwGtTglpz+QCsyKJYl8y2bflLbeeKYTahp287GcwfUug1H5wFbsShQ4xkTilC82G++8LBh0+MnFQ6wnqWdMJtYtAJpLbiT3LKzLY3HCWjEjE8amhPb2o4BL4jqqOEpWVNHjXs21D+nzDyBcjg1MNNL3fpnlm7xBKOb2TISzpjMmpPTqc397odNW815qlS5CCcuDFrpeBKnnpyi62nJ0/y55EkOlWxx6tmJ0wYqTgZVnHr24mRnN5SrHk/idOKYTah5i1OPJ3HqXMwq7OkkTlzBxAuXOcf6o0pRTzagKkU9bSnq6SRFHY+tQFJ6PEmRsUcpOnGr7LeTFHVOMkpRLycpOmXW0h2HsGz8mkVbVGx6OUlR54aACQMuSy6oj46tsW6wpgb7WY58tTyO0mzBrgdbuqGOG9gWh+u0pOrxGqBJMKjLbSvHpbiRVL0vJ1q2SZBjK8tCDNx3tWIDT+eDpAFWZ1ADT1aOYTijKS3wbXtybeWSfeBpeMCBx5FtyT4i9o51VbiBukYG1c5YubKqz8XsE1tL0zXwkhFgHytqG9BJeYX2DFjnLjjtfB/WBLW3QjOvJvjmaXuTrfZ0xWmQK86RTBdJ2QV0xbmhiskueYJcYg6Ezs8I600CdTBP3DzxzIwN1aOgFTkavGsbsPgzGOEejIbDjGh0s3HTRg/u+SON6pULODlcQ0bzZYPu08Q/kNMsGG71hQYuCmLqDh44T9ARE9a1uFvniQ69lT6wAWsrMmkEhniqMANFYw8bVUmhd6WPFY1maxOZIisaiulDXwhp3VYtB0/kMIqNQekIXkEsebjB5LKZnkNa5uRl9Qw6zTZs4JM0dGpsZqj60WAG1FAY1xlxkcHtxYwn0Ea3xfLMJMeKIOqVR44YuEt6rIlhO11xbziFanRTCId1jEmSkzGVOR5tpto1aHsYB56YfoZN8H1pHJrhpoNtpxheBCIk4h5rKB/HcEJ+Aa/8+bSiXtj2YCz/PU52fob13eOV3/OPFvEwMgN9cqzozFG1GrKHGuvTM0j0BnAapprdlm2vo8HA2paYfI2g+VS61xlncLoFABsP6EBO1uGeY3i26MTdY2Ozm/UuIEabEcjH2tc8mkXJGxsQd9pa0wWcgWJXqUJZyJ6mP3UkuhavAm9hITaew3FaEyy8BsuXv/G80FG2hl+YKl5wSqbjHVIl7zDo79JnTM0ecNDmOQ7X4eGBY0WetfV2mbyfOQo+C7Fh5wMSSWJVQ59DCfrm2XOkL1MFOXX8HDFna44o0u5Rsmcx8ob6yoRExBZ/hFaNbkU8g40vfw19HfMeWmbdwX8GjRFmvoP6Eo2v6AQts+fZNlYldlmlCt1ZlXuVoiH5mJa+01i5Gecza+mkNxqtC6Ke75J0bJvJ8faNDunVVXXUfZUN9Xr1arI86uV6AN9F2Jl9tXyqKlX9Q4x47DwXg7JbhzG1HVM0YSoyA03vqxnSjUGW0j2jp0VQQ7yxmuQ1vq7AgW6Vryvscl3j1qCI36wLQAM5VsY4XCMmzPuGPZ1aWgde5TqSwQkSRiuQsVYUTl1mgI8SGdRX7qxcXwwozSHO5m5s4gMNbacV6zCU2wTLbig5qCt35QcAdM1inPtW6T3+iHmp3pC8LaB7Q0Oes5aTKZiy+jJt0lA/eyjpWeHVXXGgGLpyQLQLvyTQMRP0fTIDa3AUYdhYzEZ0gDGljGfclySkgNqRFk0HabkU0VylaaDxxXPCKm2r4DHbG+Vo6qGPjQf0wTCCq4e4b8yprZKB9+YJpf/CloyEV1shGQbaft6+2UBaOY6w0dTR343HLqIe7TPJGEgzyRjir5hwELCviSAiw8ZERSQdpnGrvky/m8enHrYCeVyQGiPp+YpnkBrjVFY7L9scBLFs0xil1/QHbBhnvWm3oaV2jNMdtJo1Arqh7rBJz1hFyem5E1d8OCBC8WVuq+Yl7lm/xrFkXzan17QY2KAqeNWhmzAk3SdWgNEwpN/vSbqDpxLMJ856NOm2yij5mXYCaWRyrBe8CPE0csCAq5xsMipDWffFTL70q35b9mjmIJfL5mECEar7mDhDKeuyEW9ik/X+9ZKhHLAVhjQ80ltwcJmo4a01tuCMik28rGEXmYmJ7ygQ6jWJnKDO9U1JA/aWWjoZZyt5ByvOzOYE1XsHVVVsqOrgxBFfOm7FyU2HsYXcdJO5yIed0xIjeS56yY28q11MbgxAbgyp3EihsOUGH0Qz2WBlJjfDTE3DBmpxcrMg5KbbhBa5WWQgNw37lkhr8BUoN1k/PUK5MUC5Mahyk/XV/i03zfpXxk2D/ltwNIBlaQNOj0kOIYVlmNn1aIlOOWze6Pd7SvCOKlHFh6UW0ttANkaD7xuUxY683Rw2qyWaRUQaVYTucpQElV11ib2A3mM2aLzoW953yDgzdCS+1azVxYs9R01hKnEZbj69EJeTVtTv13J805t+J970NifUpw376lDR166WC1sK/Ey6sEWN5/JZT5lv2LekW6Cav1RzmtRpLXpq3sPs1gDlbFXkVWnntJaKdx0MNgibZfb1KiPd9AoY6aY2UbrbpKp8CWCMbYIMWmqQfahnkFVVPby8GemmZ62ilk+p8eRq1wj9TTYNWlUJM9kgzm0oqvmKzsF993KlFWhyx58jqpF52fyEMsl6/39QzwyXVsVZqctaDl7L74vVuhZ2eprsxDWbMZLN2kduxxIq36UZrBn9VeFw1gKlrU8CGeBjvwb1wBvePhCguxDyGICps5pNfwU+GnDYWnZyQl8jgu+RLrZaPTGtrehmwXTdU5s0j7BWU1KqB2tFVl34GID2NqS+qRWj32okVUPXbj5W45ZmWMq8DlsZaLl2mBaeNA2gOkO6+LFixiVJogW+dU+n5qqLWzsmp8JKb4XqWzaFYS2r7i0roItrUE2ClaO5MJpqSnZ7147xTmtm8qx7e180CVb3drS36g44hwE7xu261j2n1j1ha747jWCQc6uFPbd017I4hWDQUvWxiWeQs6HpNtyGtC591ZOcQjgxpdujHR9XoG/RuJjUQWvVLc7wdsAyB62s9djFHjygc2GA8kLU+d6BLccaKS4RtNoonvI2wJJW49LeUFhw7bsuf2KTSdwqPxaU+vagtwKXQQfdAH0Lg+pbtGK+mwpn05AdR1reLNijLpyslAZbRc/CIHwJa8EZLc/iG76KmrsGux8XHHYpReW863yT+3/2W68liAVYSRJ76oMX4egyDvtKpjB7QIsZFEclJMg879okLHCZogsgu8JCmPBqbqCE3MG4nqJVPXkHeXgqIGSjyKKDAdoo0CfQ1/42CDup63XNoC+IadPREQM9OPsjZLS8Mxoqe+GW5Hv6CZFBMT5dr6E+Lmhd3yROK3D6M3KxbigzuMfSMTMPSdNLE9r+gA8EsC/QcQtOjwSXK7RjSEWtnXpfeCyZQD9QoMYWaVRNUSeaoYRHEIM+ji8w6icIhOnBD8OFDhWKNNAb/Mxk4hClywbBJWlMIfDRq4AbtAMLFhWQDgYP3kTq0M/65QJlqqAvh7Qsd+vXJwuErm4mtLvBfkzs25kmlPIlbTiuGsKJAd7o/h5l3mn4dtEI8AZiwlTWtxc20E4ixBMP+GLImmRRT+dRgCLCLCZb8XByJ6/wolG83kLRueDn4OE8Iv3+YNSbiJwmejUjYOhwM6PyN5golkLfIuE+rEEdR43HbonC9Y4lUdaRSHO9yrssBcMXKuLLhBLuYfUHHPsYsfoPGq0LcEMDI3nBZAdpusQ5+ITtgSiJ3mfbIPWd1vEsri6h5u9CisXGIyK+6AYnLIVILvvgxxeiCWDTQd2te0JAvIc98w1SJO0jQTrzY0ZPcebHYrIz+N1Lilm52G/O/A2zfNYZHMRFJa3Jjnsqe5z0MXRLS3BqMfMNceZLTpvcuICzJn7Eu+9Mq1i+c+7L1R0TmfU77ASVcnzj3iZ+rAjxycjgU2dr4kcaUE58eeTXJF+v+6x5HxGQWJ1MyIl+GhG+CS2zuetR7scFB7+E2m2IgoaFc3Ri0c1UBH3L96BhZKg5YXojjqku04EN5g3l3WZUAGCfACG8LchPA8Vu3ZN4dSgWgwYiH/RdsFd+2mOPPF7WZ1q7IqlyI4Dml5eRNCNGt28pwFvCS+MbiOc0XWfGDlkKi6/RVuMXOMpOw9SKejIu4wUcTQtlKUG0ZylIdAvT/HhqYDiYtxEDAuEHZlLVt4iPsTttw6obC+y0wbQeqBwlED+W2kzRZos+5RsxPXSoE/1uDc5voM9wG1T28FlRMqlprZoOI+iDLw4vmLU+aqODWwdj9YRwuTsJXy2xJH2gVosxst5J8rJ/j7CT8NrOqSu5L5MLZ6/G3A+4J033J466ZWLDopx1gAam65LOFLHApKim6ETVhiDyjeGA9Zd+sGGDdEo6NIm6s3NbZtCa6wd7VwPYoCOZLVFhqXA+mn6YtqArCshkzNR0Wb/337suKhM+LNjxMIjUvPRHiohcUpmkiMCipQ1olsQRD5gXRaWIQOWbcGioPCV4ZYfJZV+ukjX0oDT4dvKjLktLPhqiCk0dzlDES4qJSvoO0keXh5Trc7gz13yiPOpzSOXseVIeqRKMScCRYBHygUjrHQzrM6ecfIHf2DBrlANMGFMGHM/Or2gESIcE8hZQj4jQuMNFtXto5tug7oAHBI8D79osV0Zvu5FnblXUYClszYFZSbg6yneM3RaDWogFt8WYvenVOFMEfJQ51p0GpcBHnhtgxGdjAGrZaUPvZeclgpnfBq3BdBe+u0qgd9HoIKk0GLS3gRcUfzXbryd+R9YSki0O7AIfocZ3c3LjnOEYcpz1EeaV0p1KkMeaST9cNghhp3U+3rJhwDvRZc/hXGwBgjTar8D3rSv9jgoye0AKZrQNSIZ+R5ofSD5bXZYueHQdmtGBySFdkw6+Gc0xifysLX2pQ9OoiFreaV1f4MK3Y01/kQqYyfrlw8VZ1hcXLM0zqVwjbIg24R3qJYIZ4cY+1sPZ9KrwSVauzXGNs5hjIUFohinty6bVrIju+aSyB75j70JTOhaxVqjbyi5qmunLvNPgwrHcYhIk2QDfON/aAY8jdzO2qCTWUyWxLskm2yb19bongQErV83KxHA51cePiUoUpTcERg2qX4Wto2H8cvtkCd9AHAgNw6PiS4Qxtli/EoipSTsNyjEzoMqvrpaDnV8Os8r6Z36FVVOCRYEq39ouGDG9m1+4EjxDtO52buxtt37oM33aenP4dPOoDtfFA44IuniYq5N3Uh84wgftzpeqSjBnX186tt7tjnW+ESgf89wWq/hWJOwOnaGp8F3KaMBDJw0aV6NxByOfIU/7t940NAVUcNPQPCTeNGTY5gRpPEvZqrNU6A4OYoVHyJRRt/EsCF3igXX7raYTaDWVLsEZmuU0qE+jVqwIaTnxRjjso22urY+t1mopbAotJ+GqzfcKt910aDUOp9tutJy4V9qNVzmdqJfLCJ5kHy0Egwbol29Y+EZ5w2DL1cmBJWbntUrsLTOtW8gosUsZP5AbkADjwGlZg/hEWV/dUUCTghGU67HHb+zxI5M2NwxSJCpnzhn2wde1CfUkQT2sU3X+V/1glfahdkxiL0XUrwsW3Uop2Cvv/OQluWaaHxfd/FldOngrlMzrvLN2YdIPhPNNuyylL2kdZiPwmnY3mZKLLgQHXiYsa/mfddTCWoVpO+qCJ9aU12yS0jJ2F2s3WOG/2PAbHAhi12RhwqjbhDFsPV+XlUVaG8tS17Ko6J4pwdhJ4roV3YSFybOXzOnWaRKjFI1JB6cl2MpruVqT6X59K6tyEaLneQ1Ebh8uODu9JqyiI9a1tlesEYWaEWBktKEyOIY0BvMZmjQY8ckq7qvqJR+hUgzsNiAtWcwC0p5w1E5viWyAy6cLHnHtJNN1rMnCG3VzHTAlazY7qDLJPW6NfNRiomWP39dC08PfnR/42FAkS7+fvdVKtmBWy5eTkKnU6auzS+MTmrGoK7rvoSnCU1k+FN89McBVmgdi7iA/YtAOs4knyMyNfsAZWs3MfAdNDFnPCa0meI51ZzKskLY+/o13N1a9hAecJEK16g3BGUaKcbGV064lM/64cootKKbhlHIf3AHMtuM2lTfBOKA+DBov5bSkNmisAXZ9bYK7od322fOO+XAf1wRCWrGSdvBBNyCDxRtkS5XdRLty6jXtxgLHn5JAuHilUT7DNXy+LPclCxYOvMeJx+AI8aqbAD2jixffctcjEQYyXgo2qCeNrFzFqASuTfQgWihQohWXjfAsnaVVaNSK40obqskLfPKi6pOg9CMqN5s4uEjLutIoiNDgxTeB9hicMp1cknxCNHD6Jr70lyF/uk2Ej60SYI+yrTQymXithDCKw6o868iiO31X68Zkw1zTc8WPC1Z+VbNB7O9glmbpfpqEpu8hM8cD66U7GHkLgZnvYMbZxV3RCcZ1g2HzzI+U67KEjTBoNQe48XeQpU9lef9hpz8uaKVxGGdBuMU9MRxPaKn11JsGrWaGBwzCFvayKlJoqfHE9bcrGq6Xl/WFMZ1lRfVgbPDFNPF2zsvCajWsjdyqSLCf2AFw6EiOkYoOMNjPTewngUkH9LFl9tXaV7alYl1kPDpY7cGxqLBpHDVAESRGfg02VOTFyWDCNabE9dkdjLhLbVCdlxNHTzgHnuLuKoPWwHJ10pD0shehxTkrliqp4thE1eguQUF0xKBOpFShszN8KcZWuz5snNR/wG/7RCHhbUHrA884T7Qze+EXwEM3qC1pKzVhG6/zOuaECcJ1aBpBSae06QQlnIzplXsRxeZO1O8PpmBgM1/xMtCJOX4VPLtuB7J+xsHz5zDyq+BHeA7zDpTGl+A5r0dRyGvWUV6CiVcAsu9tCQ4vK2bfAyTMB5Q+36bKB7LCWBPQqBksfFGuoWXBTqtXM1w5OguH58hWUsLKxIpxDQGSBFYdIc6vsJyxCZJogW/d06m5TWZyjjYfRajSlWaNgVzMxYoP3BUb9Z1WEK+M24IaPTWuu6mJ4fOy0+g7ltW13Qji5+7XfoHZzcG6P3IzoMTFum8Wg6/NyaVBSmIuiJ0ZrNelG3NDvJDqIONQHNSBAaoDg6oOcsWOEdVBpvrVOW8RZeqDjE99mz4wSJE8ca4SurKrPsgFAS7OwFyxEldosUbqg1xBCgcBFsAH0hccelugbHWQuaJA1Ba3vUwdGDOctCfebgioeotl0Dqa1u8OcqYWfV/5BYh+aXdGqRzO23hckLQL5PIeRYZVOagnSFVT4vUldM7pkfGbTJHfQeX3xK1F+Za/p1G+aEiigwCInhHqvqwGwuKS9YI4gAk+z8wzjZo84pS1HHIHmXDZv/M5Se5p43B259t18rIZpdUeDxOALxFC6sz/KwnHn5QnPAqnwsdrCQXyJoHYBWpzaep3lWRzUydSySaM8vxDNvXSGSFMC5aCZXFlIG1BnWRlrSXkiTjEUkwxWSssLRWb8JoWYP4OrV5BwTHVDeVJLS4hC/a6CnbTOp6Fy+Y149ZHMTevkTWuNOQJgoIoW1YlXOiJ4gsHC5Tg0vSdhFJMaTComrYweTl7Qty0OC/coM2UcfKjKz1DhfWw2axOV8UeaNczsQb4rItB3SGrB8YwI+KFowk2E+qBoyQ2T4b5NxGIVtYjy+obwg89Mjcu5egTcYR4Ey4aNEBVblA1QhnWIxByUjVt4SvhhYTDLUQMWgeu5eYdVGIzc23PIXWPxInGS/Cc1yMqn8pg+TOILvcc8xuFh1OlBo3nelqn1WUhmx6mpyrNvHTQks0eA9bHzUa2a5qJhIbOKo3+MeziiFnLWtYaiQ/sVbfeOnHOptRlHrUpwxmoWiHOCnlhwqxlbSBl790RqLXccOj9DGqhg+/k1eXH1mqjH7Nj3sbXM8drIGGZKb0Xwe5DTxMmHDHbMOkViwFtgKs3uOwMxV9xW82MQjucwWgaIs+dCRWafqquDUZxaWSl4ZTtPSRnG8oHEQ9bAqtylzigqR9hbKui2YQ+VlJnNkRZu4VY9C4Hfw+fRE6+lWjZ4VwOg8ZpMgVusC1fj7cpRHgrQ3tocrQ38lTXZ5eGZ/eSuWCVIcEKgU1arsJvzsWl6TEhhvx44nNSGcvRa7hQCvB0bhMbWZdzoY2kvtf53RJOvytsKxSnZr/RKGNsFijhlKafdmQrEGhMV0zWadkbTk53vuxjvNDqn1jzvGY+nBeva5bdNt2OkCxnHDntWFZMYdqguiQ8Khkd2Oxwjp1qZxQ0evlYngAEopzWqAatYxvE5RnUYTlRdjdqVlXnoEs7B10MGrF+Fy3r4eQg9sO6Wd7JOxBDZbi1DezbqdAZ4ArKoIZb+2GaHS/m4dUFOFA9mC3CM34Rfh/SEgINDLduqOHWHm2OTdep8/QinauOm9tMO+BpcdUnH8qEi5gv9pvxVoOy8OsHxITx1s5D9joFerAluk7THs3zkTRyyXirQcZbe4Sbi/4Md07SN69+8frVz345va4pf6+/eRUux/xfPgSS8blsCSi9fnwlqrVMzfD67auffPL9dx/evP3w8U9f/+urQ/7y2WujUqUFL5CRixABdEqJ08AJndBjCOkYRxqe1DHXn7oBLVFEDBzw7dVXqGfOKDGSvh48zS6X8xKqCaFN7SzV/Pbh7cO7p4f3lxPD8gDSn18NrAp1qflIJNed+OCLmBODX72KDfEOy254FSi4P7JLgKB8/mhRD2k9XCPUDW7qzG1w5SfxXYBd3sSje94V+oIxeqLHhoH7xZv/uD08XH715v2P37653V4Yv/+EGJ4R//9GTR9EUWr5iNPFUGGY2niSevfdw+XT989oyRtXItXPieEJDiXW4rQlQqvVyfHlr9+/+eb79394gVZ/gU7Ub0VSdIyp3/3689effXr56vXPX3/21eU3v7z8/Fef/fbzT37+l0t+bromULophDnn/99mUK56AYQzqE0FJnSG9F8stZb/AqWixyv/M0r1BUr6CawXKOFcILRDigOd//7h7bsf3j189+Gf375/ePPh4Z9//PbdD48Tv/nh3X//w7e3Dw8/fnh88+52ffv942naT5VZ57z5syiAoGcytgIAdgpAPpJ20gC6g570RMFk6CdXIe2kR49muuy4GJ+GvsM1CwRRMDo0v/7ok5//+qP/+Td/95IQ6mHc5z2RsEmvPVH7cWCUf/fVR5/85suPfvn665dIPWvANOijv9CEY/5NFwWrO5ItElZ33I81eqOposL4HKFgpL98//0f/vT2w+XThw9zFH58LoOiXVN4Tg3+v1I7Ympo4z9++U+Xz/7+y99+9tVXl69/89svPv36808/u/z+J7n//qcvUH6Zz6I7/eCzxAr18uWb/5g6m1z+BeJNUmpPOd1SB5O//O3rjy+jzMFKMb4k4C/TiurTQiWUQmvy6d98cfnFu9vt3Xd/vHz18P7p3duHjy+fvv7dC43VqM1J0+j92NT0iTPQbSNiWH4558qf3j/8ePmZkf1xdiN/Xj75/g8PL3SocH5vCFEH3mdnHXEaHuX9Tx/eTbL/7fL6zb/Pf3/33Q9v3v3h9z/59Kv/Eumi3/wE6dEqZv1XnOSXz7/78U/v33z39uH3P/n88zPdKchBX9/Yggz8fxHkLEvydGi0CQLSRs3nKv9zGbkXZKUW5SFTk5E5WTGuD//+w/fvP1zeP3zz8P5hsv8XU5se36CUpNZ7oM/xzeXX338s45BrS38xsaabm2hoDwHEPn14e3vz/uEPl//x5vanh8s0apdP/vTjh+8ff/z4Ih+PPI7L77769C+uo+qLkKyjt7Es0uzLjy+rV//35fJCxWt4P76oSX5W9TEr0NMga5CJ3SDrSaP76RaLRvhpTZalnA1VPiZjP3y4fP3HD3NW/O43v/r9T+dE+fTdo//LS+Y06N6Ml2I9ahez+H9a14gjYXrIAv5//fFFrXWeCbHo0/DCcSHHR24Fo/Xlu+lvviSMz1iJVU9GLl5+EpbGj7Jb6zQ+sXP79K26Z30Y9VwhvZg0oFp+/ZvPPvtcRCXlcjdUseL4u1UD7IZKr2k8r0bPJlK7dDb8128eH+ZQvPvu8sk09R/e3C5fPHz48PD+xxctwT1h0S7pjnQ5OJ2+evfH71Q9/gWEIr5rfCJUu/yUqTQdkstk8tNPr7/61fUf5n/3KioM9QdXlxBLlwR9Bjn0BmOM1wQIbwZL4mdckdmgnmyRby+u0hoU2qUBV2lkdqVxF99Ky7XeuksTrtLIvEvjOcpdWt9T2qUBLTszu9L69sQure9H79KAqzQyu9L6vYFVOrkuS66/mG2XS/q+0y6Xr8GVVGSZmdWV1TPgu6yGM3ZhwFUamV3prp8yXaX1keRdGnCVRuZdOuux7lUaF4VWaULLzsyutH7aepfWD6Ht0oCrNDK70nqgeZeefeoKK1plkXWXLXoVcJUtegZ2FSa07MzsSutntHfpIgm7NOAqjcyutH4BaJfGoxWrNOAqjcyutL49v0rXw020m8FVGpl36amEuy8d3US7GbTszOxKFzcRNbAduisNuEqX0zT99hW+zrJKN/2M9CpNuEqP0zTV+KNjvGlAexcGtNzI68o6MZlOR3WzknCVPElJ0zd3VtEe8PQGixKuosi8S/d0mhuIMu/SgJadmV1p3ZzcpZtTEDeDqzQyu9L96gvrEbRdGHAV7tdTWbmltsviZY1VltByI68rG69uiIeezNtlAVfZeD2NsDwc5np7NDfJbgZX4XKaot/Ks/GHt1eH3ojYJod4le+nSYrH4Js3WYe+P+wIAC+zw/yegj5X4yh08W8dBeBNAfk9BT1YvikEfbl8EQDc5ZHblQ967MyV17P5jgDwosD8noIeGHYUmuwsOQrAmwLyewpdX2nfFMbJehveFJDfUYjHyYDLB9a9BTe8KDC/p5BPRjzEevWyALjL5zsrzs+N7/LyuVXfC8SbAvI7Cng62FGITpXcFl4UmN9TSCezHlI+2XXDm0K6s+whlZNpD6mebLvhTaHcWfeQ2kmFBbnF7eyF4U2h3WmxkPWZZEchn2y84e1IIr+noIevHQX90oCjALwpIL+noHd7HIVxsvaGNwXkdxTkwqHvSbyd6bzheNImlt9TSCejH4p3r28Lbwrpzu6HUk+GP5ThtM1t4U2h3tn+UPUU+KYgt4F8TxIvCszvKejhGEehnDwAw5sC8nsK9eQEhNpPXoDhTaHe+QGhDu8IhHacPAHDm8A4+wKhJTeXhUA+OQSG9+Iknea6UCgntyA03ftzFIA3hXLnGQTZcvQjMVdf6bQ+At4UkN9RwBlpR0E/1+UoAC8KzO8pFO8iBBz4cQTqyUlgdl++eTch9OGUzW3hXb6dPYUwDqeN5Fv2eux1EyDey7zjpK2EQnbaSChoBNhRAN4U8klbuf1AfRbTx47gwmd9MYzBozYQpPn65//wi8+/+OISZmYJDKdxhLtVdT4H9IldPEOPqt0HGkT/Hmsba+pzre6Ld28fvvvx4fLlba7mf7x8/83lB425XN59d7HNhhd3MeY0elZDrCu0mFpkg/720yPkesz/cg0tpqO14y/ZYUGEtOydmtgYw/vo8sObPz7MPJPbcPnIE/u7+f//ARbsK2YKZW5kc3RyZWFtCmVuZG9iago1IDAgb2JqCjw8L0tpZHNbNiAwIFJdL1R5cGUvUGFnZXMvQ291bnQgMS9JVFhUKDIuMS43KT4+CmVuZG9iago3IDAgb2JqCjw8L1R5cGUvQ2F0YWxvZy9QYWdlcyA1IDAgUj4+CmVuZG9iago4IDAgb2JqCjw8L01vZERhdGUoRDoyMDIyMTIwNzA2NDkwOFopL0NyZWF0aW9uRGF0ZShEOjIwMjIxMjA3MDY0OTA4WikvUHJvZHVjZXIoaVRleHQgMi4xLjcgYnkgMVQzWFQpPj4KZW5kb2JqCnhyZWYKMCA5CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDQ4MCAwMDAwMCBuIAowMDAwMDAwMjk5IDAwMDAwIG4gCjAwMDAwMDAzOTIgMDAwMDAgbiAKMDAwMDAwMDAxNSAwMDAwMCBuIAowMDAwMDE2NDQ4IDAwMDAwIG4gCjAwMDAwMDAxMzIgMDAwMDAgbiAKMDAwMDAxNjUxMSAwMDAwMCBuIAowMDAwMDE2NTU2IDAwMDAwIG4gCnRyYWlsZXIKPDwvSW5mbyA4IDAgUi9JRCBbPGMxZTIzMjFkZjczZmNiYTc5YTNhNmEwZDI2YTY1M2M1Pjw5NTA5MjdjMTg5ZDVlM2QwZDg3NzNjNDU1NTIyZjNkMT5dL1Jvb3QgNyAwIFIvU2l6ZSA5Pj4Kc3RhcnR4cmVmCjE2NjY2CiUlRU9GCg==",
"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* | "ipsum sed" |
{
"plannedShipDate": "2026-11-16T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "416167311"
},
{
"typeCode": "shipper",
"number": "650282127"
}
],
"content": {
"exportDeclaration": [
{
"lineItems": [
{
"number": 2,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "reprehenderit fug"
},
{
"typeCode": "outbound",
"value": "incididunt labor"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisici"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "officia tempor do "
},
{
"typeCode": "AFE",
"value": "dolore "
},
{
"typeCode": "AFE",
"value": "reprehen"
},
{
"typeCode": "AFE",
"value": "sunt incididunt Excepteur"
},
{
"typeCode": "AFE",
"value": "qui deserunt E"
},
{
"typeCode": "AFE",
"value": "enim Lorem repre"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "in labore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "venia"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "culpa quis reprehenderi"
},
{
"typeCode": "972",
"value": "esse qu"
},
{
"typeCode": "972",
"value": "in irure aliqua culpa"
},
{
"typeCode": "972",
"value": "culpa nisi ut "
},
{
"typeCode": "972",
"value": "sit pariatur elit reprehenderit"
},
{
"typeCode": "972",
"value": "consequat"
},
{
"typeCode": "972",
"value": "u"
},
{
"typeCode": "972",
"value": "voluptate dolore in Duis"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "laboris qui "
},
{
"typeCode": "outbound",
"value": "ut exercita"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "enim aliqua"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "commodo Ut u"
},
{
"typeCode": "AFE",
"value": "sed cillum id adipisicing nisi"
},
{
"typeCode": "AFE",
"value": "Excepteur aliqua"
},
{
"typeCode": "AFE",
"value": "aliquip ullam"
},
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "minim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "eu id minim ea"
},
{
"typeCode": "972",
"value": "Ut eiusmod"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "sun"
},
{
"typeCode": "972",
"value": "in ip"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "n"
},
{
"typeCode": "972",
"value": "nostrud aute "
},
{
"typeCode": "972",
"value": "elit ullamco"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 1,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "deserunt conseq"
},
{
"typeCode": "outbound",
"value": "anim pariatur "
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "magna anim eu nulla"
},
{
"typeCode": "AFE",
"value": "do in minim"
},
{
"typeCode": "AFE",
"value": "Duis aute deserunt veniam"
},
{
"typeCode": "AFE",
"value": "velit ex"
},
{
"typeCode": "AFE",
"value": "qui "
},
{
"typeCode": "AFE",
"value": "Lorem nulla incididunt veniam e"
},
{
"typeCode": "AFE",
"value": "aliqua "
},
{
"typeCode": "AFE",
"value": "anim"
},
{
"typeCode": "AFE",
"value": "reprehenderit al"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat occaecat qui sint"
},
{
"typeCode": "972",
"value": "exercitation"
},
{
"typeCode": "972",
"value": "cup"
},
{
"typeCode": "972",
"value": "deserunt in sint ex voluptate"
},
{
"typeCode": "972",
"value": "dolor et irure id"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "mollit ad quis"
},
{
"typeCode": "972",
"value": "occaecat enim ullamco"
},
{
"typeCode": "972",
"value": "laboris dolore elit ex"
},
{
"typeCode": "972",
"value": "velit"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 1,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "exerc"
},
{
"typeCode": "outbound",
"value": "sint in sunt cupi"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cupidatat minim amet incididun"
},
{
"typeCode": "AFE",
"value": "anim veniam"
},
{
"typeCode": "AFE",
"value": "velit quis do nostrud"
},
{
"typeCode": "AFE",
"value": "enim mol"
},
{
"typeCode": "AFE",
"value": "occaecat sunt"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "incididunt eiusmod aliqua au"
},
{
"typeCode": "AFE",
"value": "ullamco veniam est"
},
{
"typeCode": "AFE",
"value": "sit ex nisi culpa in"
},
{
"typeCode": "AFE",
"value": "non ad est laborum ali"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in do"
},
{
"typeCode": "972",
"value": "ut sunt esse "
},
{
"typeCode": "972",
"value": "Ut sint Lo"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "sint deserunt esse q"
},
{
"typeCode": "972",
"value": "ipsum p"
},
{
"typeCode": "972",
"value": "aute tempor"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qui"
},
{
"typeCode": "outbound",
"value": "in v"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aute enim"
},
{
"typeCode": "AFE",
"value": "veniam occaecat id"
},
{
"typeCode": "AFE",
"value": "aliquip commodo cillum"
},
{
"typeCode": "AFE",
"value": "ut cillum sint sed"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "enim reprehenderit laboris deseru"
},
{
"typeCode": "AFE",
"value": "veniam in Ut"
},
{
"typeCode": "AFE",
"value": "adipisicing ut in ni"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "sunt enim tempor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud amet occaecat fugiat culpa"
},
{
"typeCode": "972",
"value": "laboris do a"
},
{
"typeCode": "972",
"value": "tempor nostrud aliquip in"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "eiusmod aliquip officia Lorem id"
},
{
"typeCode": "972",
"value": "quis fugiat"
},
{
"typeCode": "972",
"value": "nulla ullamco esse"
},
{
"typeCode": "972",
"value": "exe"
},
{
"typeCode": "972",
"value": "occaecat do est nulla"
},
{
"typeCode": "972",
"value": "do sit reprehen"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "voluptat"
},
{
"typeCode": "outbound",
"value": "eiusmod"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum incididunt"
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "dolor Exc"
},
{
"typeCode": "AFE",
"value": "deseru"
},
{
"typeCode": "AFE",
"value": "ad in amet"
},
{
"typeCode": "AFE",
"value": "ut sunt velit ea veniam"
},
{
"typeCode": "AFE",
"value": "deserunt mollit aliquip"
},
{
"typeCode": "AFE",
"value": "qui eu commodo Duis do"
},
{
"typeCode": "AFE",
"value": "reprehen"
},
{
"typeCode": "AFE",
"value": "cillum ullamco dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "incididunt dolor dolore dolor nos"
},
{
"typeCode": "972",
"value": "nulla eiusmod"
},
{
"typeCode": "972",
"value": "dolor in do magna"
},
{
"typeCode": "972",
"value": "ad in aute"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "mollit fugiat velit sint"
},
{
"typeCode": "972",
"value": "occaecat non"
},
{
"typeCode": "972",
"value": "Excepteur ad aliqua dol"
},
{
"typeCode": "972",
"value": "incididunt moll"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa exercitati"
},
{
"typeCode": "outbound",
"value": "do velit adipisic"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "voluptat"
},
{
"typeCode": "AFE",
"value": "te"
},
{
"typeCode": "AFE",
"value": "officia amet incididu"
},
{
"typeCode": "AFE",
"value": "ea fugiat"
},
{
"typeCode": "AFE",
"value": "eu et Duis"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "sint ad proident"
},
{
"typeCode": "AFE",
"value": "aute venia"
},
{
"typeCode": "AFE",
"value": "amet dolor deserunt ut eiusmod"
},
{
"typeCode": "AFE",
"value": "adipisicing minim exercitati"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa ea"
},
{
"typeCode": "972",
"value": "labore voluptate sit"
},
{
"typeCode": "972",
"value": "aliquip "
},
{
"typeCode": "972",
"value": "in c"
},
{
"typeCode": "972",
"value": "ullamco voluptate"
},
{
"typeCode": "972",
"value": "officia laboris ullamco"
},
{
"typeCode": "972",
"value": "quis a"
},
{
"typeCode": "972",
"value": "labore magna reprehenderit Exc"
},
{
"typeCode": "972",
"value": "consequat cillum do in"
},
{
"typeCode": "972",
"value": "Ut nulla ipsum"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad Duis "
},
{
"typeCode": "outbound",
"value": "laboris"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint dolor ipsum quis exe"
},
{
"typeCode": "AFE",
"value": "consectet"
},
{
"typeCode": "AFE",
"value": "officia nostrud qui v"
},
{
"typeCode": "AFE",
"value": "irure la"
},
{
"typeCode": "AFE",
"value": "labore deserunt anim"
},
{
"typeCode": "AFE",
"value": "sin"
},
{
"typeCode": "AFE",
"value": "qui repreh"
},
{
"typeCode": "AFE",
"value": "elit culpa id sit ut"
},
{
"typeCode": "AFE",
"value": "v"
},
{
"typeCode": "AFE",
"value": "Lorem occaecat eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "ex in qui"
},
{
"typeCode": "972",
"value": "laborum reprehenderit in nost"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "Du"
},
{
"typeCode": "972",
"value": "esse Ut consequat"
},
{
"typeCode": "972",
"value": "dolor cons"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 9,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eiusmod"
},
{
"typeCode": "outbound",
"value": "off"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "non cillum mollit co"
},
{
"typeCode": "AFE",
"value": "Lorem nostrud consequat"
},
{
"typeCode": "AFE",
"value": "dolor sint occaecat ex tem"
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "fugi"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "ven"
},
{
"typeCode": "AFE",
"value": "pariatur labore"
},
{
"typeCode": "AFE",
"value": "et ex Excepteur in q"
},
{
"typeCode": "AFE",
"value": "sit ad proi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia dolore"
},
{
"typeCode": "972",
"value": "in esse"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "occaec"
},
{
"typeCode": "972",
"value": "velit Ut in Except"
},
{
"typeCode": "972",
"value": "quis aliqua fugiat"
},
{
"typeCode": "972",
"value": "irure ve"
},
{
"typeCode": "972",
"value": "ir"
},
{
"typeCode": "972",
"value": "enim minim aliquip nisi nostr"
},
{
"typeCode": "972",
"value": "amet Excepte"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis"
},
{
"typeCode": "outbound",
"value": "qui"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "commodo enim est esse"
},
{
"typeCode": "AFE",
"value": "laborum dolor Ut"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "am"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "anim eiusmod elit minim ad"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "reprehenderit laboris est e"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "in "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "veniam ullamco exerci"
},
{
"typeCode": "972",
"value": "nisi Lorem"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "anim aliqua nostrud"
},
{
"typeCode": "972",
"value": "eu qui ut consequat "
},
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "mollit quis officia enim"
},
{
"typeCode": "972",
"value": "ad non adipisicing"
},
{
"typeCode": "972",
"value": "qui dolore exercitation labore"
},
{
"typeCode": "972",
"value": "officia"
}
],
"preCalculatedLineItemTotalValue": 500.75
}
],
"invoice": {
"number": "dolore",
"date": "2025-01-27T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "cillum aliquip do eiusm"
},
{
"typeCode": "CU",
"value": "cu"
},
{
"typeCode": "CU",
"value": "deserunt in"
},
{
"typeCode": "CU",
"value": "consectetur Duis fugiat"
},
{
"typeCode": "CU",
"value": "in"
},
{
"typeCode": "CU",
"value": "amet mollit"
},
{
"typeCode": "CU",
"value": "volu"
},
{
"typeCode": "CU",
"value": "veniam non "
},
{
"typeCode": "CU",
"value": "inci"
},
{
"typeCode": "CU",
"value": "ul"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 127.95,
"importTaxesValue": 326.38,
"totalWithImportDutiesAndTaxes": 3292.68
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1989.53,
"preCalculatedTotalInvoiceValue": 1489.08
}
},
"remarks": [
{
"value": "ad officia"
},
{
"value": "labore ad consequat eiusmod"
},
{
"value": "esse"
}
],
"additionalCharges": [
{
"value": 2,
"typeCode": "logistic"
},
{
"value": 4,
"typeCode": "documentation"
},
{
"value": 9,
"typeCode": "logistic"
},
{
"value": 9,
"typeCode": "reverse_charge"
},
{
"value": 5,
"typeCode": "reverse_charge"
}
],
"placeOfIncoterm": "Atlanta",
"recipientReference": "UZztpwnJ28",
"exporter": {
"id": "31162359",
"code": "BRVTp"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "in sed nulla"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "nisi aute"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "dolor ma"
},
{
"typeCode": "972",
"value": "offic"
},
{
"typeCode": "972",
"value": "labori"
},
{
"typeCode": "972",
"value": "Ut co"
},
{
"typeCode": "972",
"value": "esse cupidatat et v"
},
{
"typeCode": "972",
"value": "in"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 5,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nisi aute enim"
},
{
"typeCode": "outbound",
"value": "labo"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud dolore ut aute sunt"
},
{
"typeCode": "AFE",
"value": "quis e"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "laborum in"
},
{
"typeCode": "AFE",
"value": "oc"
},
{
"typeCode": "AFE",
"value": "consec"
},
{
"typeCode": "AFE",
"value": "ullamco sed"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "pariatur elit ut anim Lorem"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ea irure an"
},
{
"typeCode": "972",
"value": "ea laboris in id"
},
{
"typeCode": "972",
"value": "ullamco Ut"
},
{
"typeCode": "972",
"value": "eu in Excepteur proiden"
},
{
"typeCode": "972",
"value": "Duis velit Lorem min"
},
{
"typeCode": "972",
"value": "in ex anim est pari"
},
{
"typeCode": "972",
"value": "de"
},
{
"typeCode": "972",
"value": "ad occaecat adipisicing amet"
},
{
"typeCode": "972",
"value": "tempor Duis"
},
{
"typeCode": "972",
"value": "quis eiusmod voluptate cupidatat"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non"
},
{
"typeCode": "outbound",
"value": "ullamco"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim in cillum"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "exercitation reprehenderit"
},
{
"typeCode": "AFE",
"value": "Lorem consectetur eiusmod est"
},
{
"typeCode": "AFE",
"value": "exercitation adipi"
},
{
"typeCode": "AFE",
"value": "Excepteur Duis labore vo"
},
{
"typeCode": "AFE",
"value": "ullamco culpa consequat labo"
},
{
"typeCode": "AFE",
"value": "cupidat"
},
{
"typeCode": "AFE",
"value": "Ut cillum eiusmod ad"
},
{
"typeCode": "AFE",
"value": "laboris Ex"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "nostrud Lorem"
},
{
"typeCode": "972",
"value": "Duis Ut commodo cillum in"
},
{
"typeCode": "972",
"value": "Ut incididunt"
},
{
"typeCode": "972",
"value": "sint sit ipsum enim"
},
{
"typeCode": "972",
"value": "cupidat"
},
{
"typeCode": "972",
"value": "ut eu dolore dolor nostrud"
},
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "labore adipisicing"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 2,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "irure"
},
{
"typeCode": "outbound",
"value": "consect"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "consectetur eu proide"
},
{
"typeCode": "AFE",
"value": "amet Lorem Ut deserunt ex"
},
{
"typeCode": "AFE",
"value": "fugiat eu"
},
{
"typeCode": "AFE",
"value": "laboris nisi"
},
{
"typeCode": "AFE",
"value": "incididunt magna nu"
},
{
"typeCode": "AFE",
"value": "reprehenderit sed dolore"
},
{
"typeCode": "AFE",
"value": "eu Ut"
},
{
"typeCode": "AFE",
"value": "d"
},
{
"typeCode": "AFE",
"value": "fugiat ipsum velit"
},
{
"typeCode": "AFE",
"value": "incidi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in Ut Excepteur sint fugiat"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "sint et"
},
{
"typeCode": "972",
"value": "dolore si"
},
{
"typeCode": "972",
"value": "exercitation Excepteur ut"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "cons"
},
{
"typeCode": "972",
"value": "eu ut s"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "sunt adipisicing dolore "
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 7,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "consectetur"
},
{
"typeCode": "outbound",
"value": "commodo adipis"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore l"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "sed aute eu adipisicing"
},
{
"typeCode": "AFE",
"value": "commodo laboris"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "Duis nulla ad"
},
{
"typeCode": "AFE",
"value": "ad veniam molli"
},
{
"typeCode": "AFE",
"value": "anim u"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in magna e"
},
{
"typeCode": "972",
"value": "magna ut laboris am"
},
{
"typeCode": "972",
"value": "pro"
},
{
"typeCode": "972",
"value": "sunt ut ex aliqua cillum"
},
{
"typeCode": "972",
"value": "id veniam"
},
{
"typeCode": "972",
"value": "aliqua labor"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "labore sit"
},
{
"typeCode": "972",
"value": "Du"
},
{
"typeCode": "972",
"value": "id enim Lorem non"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute eiusmo"
},
{
"typeCode": "outbound",
"value": "sed"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "est culpa ut labore"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "ea in "
},
{
"typeCode": "AFE",
"value": "nostrud eu"
},
{
"typeCode": "AFE",
"value": "eiusmod ut Lorem deserunt "
},
{
"typeCode": "AFE",
"value": "ad sint in"
},
{
"typeCode": "AFE",
"value": "non"
},
{
"typeCode": "AFE",
"value": "id qui"
},
{
"typeCode": "AFE",
"value": "eli"
},
{
"typeCode": "AFE",
"value": "enim Ut eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "nostrud anim"
},
{
"typeCode": "972",
"value": "e"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "ipsum minim Duis officia est"
},
{
"typeCode": "972",
"value": "pariatur ex adipisi"
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "officia laboris ea dolore venia"
},
{
"typeCode": "972",
"value": "occa"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore "
},
{
"typeCode": "outbound",
"value": "paria"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "velit nos"
},
{
"typeCode": "AFE",
"value": "ulla"
},
{
"typeCode": "AFE",
"value": "pariatur mollit tem"
},
{
"typeCode": "AFE",
"value": "es"
},
{
"typeCode": "AFE",
"value": "offici"
},
{
"typeCode": "AFE",
"value": "aliqua exercitation "
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "ips"
},
{
"typeCode": "AFE",
"value": "sit vel"
},
{
"typeCode": "AFE",
"value": "sit mollit esse eiusmod dolore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sint quis a"
},
{
"typeCode": "972",
"value": "eu aliquip nostrud"
},
{
"typeCode": "972",
"value": "nostrud esse amet"
},
{
"typeCode": "972",
"value": "consequat "
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "est in ut a"
},
{
"typeCode": "972",
"value": "Excepteu"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "pariatur eu in quis adipi"
},
{
"typeCode": "972",
"value": "commodo ad"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "velit ut sed "
},
{
"typeCode": "outbound",
"value": "fugiat"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "of"
},
{
"typeCode": "AFE",
"value": "incididunt ir"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "eu dolore incidid"
},
{
"typeCode": "AFE",
"value": "sit enim"
},
{
"typeCode": "AFE",
"value": "dolore fugiat a"
},
{
"typeCode": "AFE",
"value": "do anim nulla"
},
{
"typeCode": "AFE",
"value": "minim ea fugiat"
},
{
"typeCode": "AFE",
"value": "laborum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cupidatat dolore aute"
},
{
"typeCode": "972",
"value": "deserunt veniam"
},
{
"typeCode": "972",
"value": "sunt commodo"
},
{
"typeCode": "972",
"value": "de"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "in id esse"
},
{
"typeCode": "972",
"value": "pariatur est"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "Duis labore dolore eiusm"
},
{
"typeCode": "972",
"value": "aliquip"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 4,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "lab"
},
{
"typeCode": "outbound",
"value": "in"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ullamco incid"
},
{
"typeCode": "AFE",
"value": "irure aute aliqua id"
},
{
"typeCode": "AFE",
"value": "dolor exercita"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "sint ea non deserunt"
},
{
"typeCode": "AFE",
"value": "tempor Duis dolor inci"
},
{
"typeCode": "AFE",
"value": "consectetur quis consequat r"
},
{
"typeCode": "AFE",
"value": "anim dolor est culpa"
},
{
"typeCode": "AFE",
"value": "est enim"
},
{
"typeCode": "AFE",
"value": "ullamco dolore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla cupidatat adipisici"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "ex in"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "pariatur elit"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "deserunt officia"
},
{
"typeCode": "972",
"value": "nostrud cillum"
},
{
"typeCode": "972",
"value": "magna pariatur velit"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 10,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "laborum"
},
{
"typeCode": "outbound",
"value": "eu Excepteur"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "ullamco et do"
},
{
"typeCode": "AFE",
"value": "eu ipsum"
},
{
"typeCode": "AFE",
"value": "reprehenderit "
},
{
"typeCode": "AFE",
"value": "magna incidi"
},
{
"typeCode": "AFE",
"value": "non officia eu"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "cillum "
},
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "qui non"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "amet Lorem"
},
{
"typeCode": "972",
"value": "incididu"
},
{
"typeCode": "972",
"value": "enim quis cupidatat sed"
},
{
"typeCode": "972",
"value": "culpa labore c"
},
{
"typeCode": "972",
"value": "dolor sed"
},
{
"typeCode": "972",
"value": "amet mollit ex fugiat"
},
{
"typeCode": "972",
"value": "aliquip tempor id"
},
{
"typeCode": "972",
"value": "voluptate esse pariatur labore"
},
{
"typeCode": "972",
"value": "pariat"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in qu"
},
{
"typeCode": "outbound",
"value": "ut et mollit"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "veniam nul"
},
{
"typeCode": "AFE",
"value": "occaecat laborum consequat"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "u"
},
{
"typeCode": "AFE",
"value": "sit tempor occaecat do nostrud"
},
{
"typeCode": "AFE",
"value": "dolor mollit eu officia nostrud"
},
{
"typeCode": "AFE",
"value": "enim amet se"
},
{
"typeCode": "AFE",
"value": "tempor commodo"
},
{
"typeCode": "AFE",
"value": "elit proident"
},
{
"typeCode": "AFE",
"value": "ad aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "aliqua dolor commodo velit min"
},
{
"typeCode": "972",
"value": "laborum esse qui v"
},
{
"typeCode": "972",
"value": "Excepteur velit consequ"
},
{
"typeCode": "972",
"value": "aliquip ipsum adipisicing ul"
},
{
"typeCode": "972",
"value": "Lorem ipsum esse enim i"
},
{
"typeCode": "972",
"value": "ullamco Duis non ut co"
},
{
"typeCode": "972",
"value": "ut in sunt"
},
{
"typeCode": "972",
"value": "lab"
},
{
"typeCode": "972",
"value": "in"
}
],
"preCalculatedLineItemTotalValue": 25.75
}
],
"invoice": {
"number": "al",
"date": "2025-05-13T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "incid"
},
{
"typeCode": "CU",
"value": "deserunt reprehenderit sed"
},
{
"typeCode": "CU",
"value": "co"
},
{
"typeCode": "CU",
"value": "sit anim velit ut"
},
{
"typeCode": "CU",
"value": "do Excepteur non labore ve"
},
{
"typeCode": "CU",
"value": "id quis veniam sint"
},
{
"typeCode": "CU",
"value": "incididunt velit in Du"
},
{
"typeCode": "CU",
"value": "ut sit"
},
{
"typeCode": "CU",
"value": "labore anim Excepteur irure"
},
{
"typeCode": "CU",
"value": "laboris enim aliqua non velit"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 558.52,
"importTaxesValue": 437.02,
"totalWithImportDutiesAndTaxes": 2118.63
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1094.7,
"preCalculatedTotalInvoiceValue": 3000.22
}
},
"remarks": [
{
"value": "magna do dolor ullamc"
},
{
"value": "veniam"
},
{
"value": "culpa nisi pariatur"
}
],
"additionalCharges": [
{
"value": 9,
"typeCode": "export"
},
{
"value": 1,
"typeCode": "handling"
},
{
"value": 3,
"typeCode": "admin"
},
{
"value": 9,
"typeCode": "insurance"
},
{
"value": 8,
"typeCode": "other"
}
],
"placeOfIncoterm": "South Jenniefield",
"recipientReference": "3aCio5FJgz",
"exporter": {
"id": "30314728",
"code": "QLNIB"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "elit aliquip lab"
},
{
"typeCode": "972",
"value": "labore magna anim"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "Ut "
},
{
"typeCode": "972",
"value": "deserunt dolor est esse dolore"
},
{
"typeCode": "972",
"value": "minim"
},
{
"typeCode": "972",
"value": "in enim Excepteur"
},
{
"typeCode": "972",
"value": "quis deserunt dolore"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "in tempor"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 3,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do laboris ei"
},
{
"typeCode": "outbound",
"value": "nostr"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehenderit quis aliquip"
},
{
"typeCode": "AFE",
"value": "nulla ut "
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "cillum q"
},
{
"typeCode": "AFE",
"value": "ex magna c"
},
{
"typeCode": "AFE",
"value": "pariatur ipsum e"
},
{
"typeCode": "AFE",
"value": "commodo cul"
},
{
"typeCode": "AFE",
"value": "est veniam"
},
{
"typeCode": "AFE",
"value": "ni"
},
{
"typeCode": "AFE",
"value": "laborum "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum no"
},
{
"typeCode": "972",
"value": "commodo culpa esse labor"
},
{
"typeCode": "972",
"value": "eiusmod nulla ipsum q"
},
{
"typeCode": "972",
"value": "nulla dolore"
},
{
"typeCode": "972",
"value": "Ut minim veli"
},
{
"typeCode": "972",
"value": "in do elit fugiat"
},
{
"typeCode": "972",
"value": "quis reprehe"
},
{
"typeCode": "972",
"value": "re"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "nostrud inc"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 8,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "proident"
},
{
"typeCode": "outbound",
"value": "est consect"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nulla dolor"
},
{
"typeCode": "AFE",
"value": "dolor cillum sed"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "in i"
},
{
"typeCode": "AFE",
"value": "eiusmod si"
},
{
"typeCode": "AFE",
"value": "aliquip do tempor consequat"
},
{
"typeCode": "AFE",
"value": "ullamco aliqua"
},
{
"typeCode": "AFE",
"value": "id ipsum Lorem amet"
},
{
"typeCode": "AFE",
"value": "fugiat laboris amet ad no"
},
{
"typeCode": "AFE",
"value": "sed Ut ullamco in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "nulla adipisicin"
},
{
"typeCode": "972",
"value": "magna officia dolore voluptate"
},
{
"typeCode": "972",
"value": "ullam"
},
{
"typeCode": "972",
"value": "cupi"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "enim "
},
{
"typeCode": "972",
"value": "ut cupidatat"
},
{
"typeCode": "972",
"value": "proident en"
},
{
"typeCode": "972",
"value": "a"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 3,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex Ut dolore"
},
{
"typeCode": "outbound",
"value": "deseru"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sed ullamco esse eius"
},
{
"typeCode": "AFE",
"value": "velit ullamco te"
},
{
"typeCode": "AFE",
"value": "voluptate do"
},
{
"typeCode": "AFE",
"value": "volupta"
},
{
"typeCode": "AFE",
"value": "tempor dolor sint"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "fugiat Lorem ut est minim"
},
{
"typeCode": "AFE",
"value": "aut"
},
{
"typeCode": "AFE",
"value": "nostrud proident irure amet non"
},
{
"typeCode": "AFE",
"value": "eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "adipisi"
},
{
"typeCode": "972",
"value": "est "
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "commodo nostrud ve"
},
{
"typeCode": "972",
"value": "adipisicing E"
},
{
"typeCode": "972",
"value": "in laborum Lorem"
},
{
"typeCode": "972",
"value": "Ex"
},
{
"typeCode": "972",
"value": "tempor sunt eiusmod laborum"
},
{
"typeCode": "972",
"value": "ex ea"
},
{
"typeCode": "972",
"value": "eu dolor"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 2,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sint incidid"
},
{
"typeCode": "outbound",
"value": "in"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eiusmod ad est nulla p"
},
{
"typeCode": "AFE",
"value": "mollit dolor"
},
{
"typeCode": "AFE",
"value": "volu"
},
{
"typeCode": "AFE",
"value": "nostrud p"
},
{
"typeCode": "AFE",
"value": "m"
},
{
"typeCode": "AFE",
"value": "culpa Lorem"
},
{
"typeCode": "AFE",
"value": "incididunt magna velit reprehe"
},
{
"typeCode": "AFE",
"value": "adipisicin"
},
{
"typeCode": "AFE",
"value": "labo"
},
{
"typeCode": "AFE",
"value": "amet"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "adipisicing est quis fugiat"
},
{
"typeCode": "972",
"value": "velit eiusmod adipisici"
},
{
"typeCode": "972",
"value": "labore velit aliqua "
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "aute cupidatat fugiat"
},
{
"typeCode": "972",
"value": "cillum tempor"
},
{
"typeCode": "972",
"value": "sunt velit ut"
},
{
"typeCode": "972",
"value": "sit Excepteur adipisicing"
},
{
"typeCode": "972",
"value": "ulla"
},
{
"typeCode": "972",
"value": "ullamco ani"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 10,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "mollit"
},
{
"typeCode": "outbound",
"value": "pro"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fug"
},
{
"typeCode": "AFE",
"value": "cupidatat "
},
{
"typeCode": "AFE",
"value": "s"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "anim"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "v"
},
{
"typeCode": "AFE",
"value": "id"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "voluptate dolo"
},
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "velit eu sit"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "aliqua ea es"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "eni"
},
{
"typeCode": "972",
"value": "Ut"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Ut eu ut Lor"
},
{
"typeCode": "outbound",
"value": "fugiat ipsum ni"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Ut eu occaecat sed in"
},
{
"typeCode": "AFE",
"value": "incididunt qui in"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "ea Lorem labore sunt dolo"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "fugiat dese"
},
{
"typeCode": "AFE",
"value": "enim ex do"
},
{
"typeCode": "AFE",
"value": "in "
},
{
"typeCode": "AFE",
"value": "in ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "eu esse proi"
},
{
"typeCode": "972",
"value": "minim ut"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "adipisicing esse comm"
},
{
"typeCode": "972",
"value": "ea laborum culpa"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "cillum nisi"
},
{
"typeCode": "972",
"value": "magna Lore"
},
{
"typeCode": "972",
"value": "consectet"
},
{
"typeCode": "972",
"value": "nisi sint do s"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Dui"
},
{
"typeCode": "outbound",
"value": "esse "
}
],
"exportReasonType": "gift",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore s"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "ut quis "
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "tempor ex irure "
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "in ex ut ut"
},
{
"typeCode": "AFE",
"value": "id cupid"
},
{
"typeCode": "AFE",
"value": "dolore pariatur exercitation"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua ullamco mollit"
},
{
"typeCode": "972",
"value": "aute nostrud dolor officia cil"
},
{
"typeCode": "972",
"value": "magna ea"
},
{
"typeCode": "972",
"value": "proident officia"
},
{
"typeCode": "972",
"value": "consectetur et labore Excepteur"
},
{
"typeCode": "972",
"value": "sit reprehenderit"
},
{
"typeCode": "972",
"value": "consequat dolore"
},
{
"typeCode": "972",
"value": "dese"
},
{
"typeCode": "972",
"value": "cupidatat Dui"
},
{
"typeCode": "972",
"value": "id mollit cupidatat"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in"
},
{
"typeCode": "outbound",
"value": "ul"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "et irure culpa ut do"
},
{
"typeCode": "AFE",
"value": "dolor anim"
},
{
"typeCode": "AFE",
"value": "sint commodo"
},
{
"typeCode": "AFE",
"value": "fugiat aliqua aliquip cupidatat"
},
{
"typeCode": "AFE",
"value": "cillum dolore"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "veniam nostrud ad labor"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "voluptate aliquip consectetur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum c"
},
{
"typeCode": "972",
"value": "Excepteur e"
},
{
"typeCode": "972",
"value": "labore elit exercit"
},
{
"typeCode": "972",
"value": "nisi ut"
},
{
"typeCode": "972",
"value": "officia d"
},
{
"typeCode": "972",
"value": "aute nul"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "tempor nostrud laboris"
},
{
"typeCode": "972",
"value": "quis cupidatat "
},
{
"typeCode": "972",
"value": "ea"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 10,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "officia "
},
{
"typeCode": "outbound",
"value": "tempor reprehend"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "sunt irure dolor in velit"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "anim in in veniam"
},
{
"typeCode": "AFE",
"value": "ut nisi aliqua"
},
{
"typeCode": "AFE",
"value": "Lorem minim amet"
},
{
"typeCode": "AFE",
"value": "do labore"
},
{
"typeCode": "AFE",
"value": "ea ad dolore laboris"
},
{
"typeCode": "AFE",
"value": "sed officia elit est labo"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "f"
},
{
"typeCode": "972",
"value": "nulla anim ea eiusmod"
},
{
"typeCode": "972",
"value": "culpa ea"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "in veniam"
},
{
"typeCode": "972",
"value": "pariatur ut culpa"
},
{
"typeCode": "972",
"value": "culpa "
},
{
"typeCode": "972",
"value": "labori"
},
{
"typeCode": "972",
"value": "nostrud consectetur d"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 4,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non consectetur"
},
{
"typeCode": "outbound",
"value": "exercitati"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ipsum"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "commodo dolore cupidatat minim"
},
{
"typeCode": "AFE",
"value": "dolore mollit sint"
},
{
"typeCode": "AFE",
"value": "mo"
},
{
"typeCode": "AFE",
"value": "sint repreh"
},
{
"typeCode": "AFE",
"value": "adipisici"
},
{
"typeCode": "AFE",
"value": "aliqua sunt in occaecat"
},
{
"typeCode": "AFE",
"value": "U"
},
{
"typeCode": "AFE",
"value": "m"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat in aute"
},
{
"typeCode": "972",
"value": "sint lab"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "adipisicing dolore"
},
{
"typeCode": "972",
"value": "veniam adipis"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "ex minim enim"
}
],
"preCalculatedLineItemTotalValue": 25.75
}
],
"invoice": {
"number": "qui",
"date": "2025-11-26T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "aliquip labore ut reprehend"
},
{
"typeCode": "CU",
"value": "ut dolo"
},
{
"typeCode": "CU",
"value": "in ullamco aute amet magna"
},
{
"typeCode": "CU",
"value": "quis"
},
{
"typeCode": "CU",
"value": "culpa"
},
{
"typeCode": "CU",
"value": "officia molli"
},
{
"typeCode": "CU",
"value": "vo"
},
{
"typeCode": "CU",
"value": "esse aliquip"
},
{
"typeCode": "CU",
"value": "Du"
},
{
"typeCode": "CU",
"value": "exercitation pariatur consectetu"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 519.25,
"importTaxesValue": 812.44,
"totalWithImportDutiesAndTaxes": 2631.54
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2015.23,
"preCalculatedTotalInvoiceValue": 3773.49
}
},
"remarks": [
{
"value": "occaecat dolore enim aute"
},
{
"value": "ullamco commodo laboris enim ea"
},
{
"value": "adipisicing ut"
}
],
"additionalCharges": [
{
"value": 5,
"typeCode": "export"
},
{
"value": 1,
"typeCode": "vat"
},
{
"value": 2,
"typeCode": "logistic"
},
{
"value": 10,
"typeCode": "fuel_surcharge"
},
{
"value": 7,
"typeCode": "documentation"
}
],
"placeOfIncoterm": "Alveraville",
"recipientReference": "erNw5wQjGR",
"exporter": {
"id": "37659269",
"code": "gpDhB"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "in sunt proident"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "nulla ad"
},
{
"typeCode": "972",
"value": "aliquip o"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "ad aute officia est"
},
{
"typeCode": "972",
"value": "cillum sed nisi in"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 5,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "occaecat"
},
{
"typeCode": "outbound",
"value": "incididunt"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "mollit "
},
{
"typeCode": "AFE",
"value": "s"
},
{
"typeCode": "AFE",
"value": "occaecat pa"
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "elit Duis est offi"
},
{
"typeCode": "AFE",
"value": "anim incididunt aliq"
},
{
"typeCode": "AFE",
"value": "proident anim"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "incididunt in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim ad"
},
{
"typeCode": "972",
"value": "amet sunt do"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "aute sint"
},
{
"typeCode": "972",
"value": "exercitation ipsum consequat c"
},
{
"typeCode": "972",
"value": "pariatur ad co"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "id consecte"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "aliquip dolore inci"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 4,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore sed anim"
},
{
"typeCode": "outbound",
"value": "exercitat"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ullamco aliquip magna enim proi"
},
{
"typeCode": "AFE",
"value": "ut ut fug"
},
{
"typeCode": "AFE",
"value": "nisi proident ut e"
},
{
"typeCode": "AFE",
"value": "ut aliqua Ut deserunt"
},
{
"typeCode": "AFE",
"value": "Duis in con"
},
{
"typeCode": "AFE",
"value": "mollit do"
},
{
"typeCode": "AFE",
"value": "pa"
},
{
"typeCode": "AFE",
"value": "sit laboris"
},
{
"typeCode": "AFE",
"value": "pariatur reprehender"
},
{
"typeCode": "AFE",
"value": "sint Duis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laboris minim "
},
{
"typeCode": "972",
"value": "amet commodo cupi"
},
{
"typeCode": "972",
"value": "in f"
},
{
"typeCode": "972",
"value": "in voluptate esse commodo sint"
},
{
"typeCode": "972",
"value": "ex sint"
},
{
"typeCode": "972",
"value": "do dolore Excepteur amet"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "fugiat dolore id"
},
{
"typeCode": "972",
"value": "dolore aute fugiat pariatur"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veniam ad enim co"
},
{
"typeCode": "outbound",
"value": "esse in"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempor Excepte"
},
{
"typeCode": "AFE",
"value": "commodo est esse aliqua"
},
{
"typeCode": "AFE",
"value": "velit "
},
{
"typeCode": "AFE",
"value": "ipsum quis Ut id"
},
{
"typeCode": "AFE",
"value": "ipsum Ut sint labore do"
},
{
"typeCode": "AFE",
"value": "aliqua "
},
{
"typeCode": "AFE",
"value": "do id"
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "ad adipisicing anim sit"
},
{
"typeCode": "AFE",
"value": "quis magna Lorem a"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit proid"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "ullamco voluptate"
},
{
"typeCode": "972",
"value": "cillum "
},
{
"typeCode": "972",
"value": "Excepteur sed Lorem"
},
{
"typeCode": "972",
"value": "pariatur aliqu"
},
{
"typeCode": "972",
"value": "dolore "
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 9,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veli"
},
{
"typeCode": "outbound",
"value": "elit ut ut"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "incididunt ullamco ut eiusmod"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "in irure nisi"
},
{
"typeCode": "AFE",
"value": "ipsum sed reprehe"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "laboris aliqu"
},
{
"typeCode": "AFE",
"value": "incididunt labore aliqu"
},
{
"typeCode": "AFE",
"value": "in q"
},
{
"typeCode": "AFE",
"value": "sed reprehenderit in con"
},
{
"typeCode": "AFE",
"value": "nisi ex"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolor anim"
},
{
"typeCode": "972",
"value": "elit magna es"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "non do"
},
{
"typeCode": "972",
"value": "incididunt ipsum nisi sunt proide"
},
{
"typeCode": "972",
"value": "cillum do"
},
{
"typeCode": "972",
"value": "v"
},
{
"typeCode": "972",
"value": "incididunt Lorem"
},
{
"typeCode": "972",
"value": "tempor nulla in reprehenderit eu"
},
{
"typeCode": "972",
"value": "esse id"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 10,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Ut est"
},
{
"typeCode": "outbound",
"value": "proident culp"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud nulla"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "in fugiat"
},
{
"typeCode": "AFE",
"value": "ipsum sit "
},
{
"typeCode": "AFE",
"value": "eu in"
},
{
"typeCode": "AFE",
"value": "aliquip nulla"
},
{
"typeCode": "AFE",
"value": "nulla sint exercitation "
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "qui in et do"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laborum n"
},
{
"typeCode": "972",
"value": "amet aliquip pariatur"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "ullamco est veniam"
},
{
"typeCode": "972",
"value": "in exercitation aliquip f"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "proident aliqua"
},
{
"typeCode": "972",
"value": "ad in laboris sunt"
},
{
"typeCode": "972",
"value": "minim ex aute ut"
},
{
"typeCode": "972",
"value": "eli"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 6,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore"
},
{
"typeCode": "outbound",
"value": "commodo occaeca"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "et in lab"
},
{
"typeCode": "AFE",
"value": "nisi ex dolore do"
},
{
"typeCode": "AFE",
"value": "labore occaeca"
},
{
"typeCode": "AFE",
"value": "Ut Excepteur"
},
{
"typeCode": "AFE",
"value": "consectetur nisi"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "reprehenderit voluptat"
},
{
"typeCode": "AFE",
"value": "non minim reprehende"
},
{
"typeCode": "AFE",
"value": "id mollit iru"
},
{
"typeCode": "AFE",
"value": "dolore amet irure eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim elit sint eiusmod adipis"
},
{
"typeCode": "972",
"value": "in nulla dolore"
},
{
"typeCode": "972",
"value": "incididu"
},
{
"typeCode": "972",
"value": "eiusmod in dolore deserunt"
},
{
"typeCode": "972",
"value": "et "
},
{
"typeCode": "972",
"value": "aliquip irure quis reprehenderi"
},
{
"typeCode": "972",
"value": "in D"
},
{
"typeCode": "972",
"value": "Lorem proident"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "anim "
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 7,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "commodo pa"
},
{
"typeCode": "outbound",
"value": "anim proident"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore irure est"
},
{
"typeCode": "AFE",
"value": "in cupidatat et adipisicing"
},
{
"typeCode": "AFE",
"value": "magna nisi do tempor"
},
{
"typeCode": "AFE",
"value": "l"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "magna cillum ali"
},
{
"typeCode": "AFE",
"value": "velit irure volupta"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "sed in qui"
},
{
"typeCode": "AFE",
"value": "sed est"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum laboris"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "venia"
},
{
"typeCode": "972",
"value": "et officia anim amet labore"
},
{
"typeCode": "972",
"value": "exercitation"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "cillum sed ut est"
},
{
"typeCode": "972",
"value": "officia velit reprehenderit Ut"
},
{
"typeCode": "972",
"value": "Lor"
},
{
"typeCode": "972",
"value": "eiusmod laboris"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 2,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dol"
},
{
"typeCode": "outbound",
"value": "Ut "
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "Ut amet fugiat"
},
{
"typeCode": "AFE",
"value": "si"
},
{
"typeCode": "AFE",
"value": "anim ipsum pariatur"
},
{
"typeCode": "AFE",
"value": "dolore officia "
},
{
"typeCode": "AFE",
"value": "laborum occae"
},
{
"typeCode": "AFE",
"value": "commodo consequat aliq"
},
{
"typeCode": "AFE",
"value": "ex et dolor laborum sint"
},
{
"typeCode": "AFE",
"value": "cillum occaecat Excepteur"
},
{
"typeCode": "AFE",
"value": "ipsum "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "occaec"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "est ad do"
},
{
"typeCode": "972",
"value": "enim ad ei"
},
{
"typeCode": "972",
"value": "ut moll"
},
{
"typeCode": "972",
"value": "dolore et aliqu"
},
{
"typeCode": "972",
"value": "ir"
},
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "Duis"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex"
},
{
"typeCode": "outbound",
"value": "con"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "q"
},
{
"typeCode": "AFE",
"value": "esse sint eu"
},
{
"typeCode": "AFE",
"value": "qui minim sed aliquip cillum"
},
{
"typeCode": "AFE",
"value": "id ut"
},
{
"typeCode": "AFE",
"value": "velit sint aute i"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "eiusmod voluptate"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "voluptate n"
},
{
"typeCode": "AFE",
"value": "adi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex dolore ut"
},
{
"typeCode": "972",
"value": "commodo in consectetur "
},
{
"typeCode": "972",
"value": "velit sed ad do exercitation"
},
{
"typeCode": "972",
"value": "commodo reprehe"
},
{
"typeCode": "972",
"value": "incididunt et"
},
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "adipisicing i"
},
{
"typeCode": "972",
"value": "ea in eiusmod"
},
{
"typeCode": "972",
"value": "labore occaecat dolor "
},
{
"typeCode": "972",
"value": "ad officia ut"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 4,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nulla volupta"
},
{
"typeCode": "outbound",
"value": "in ad Duis sit"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim laborum labore commodo minim"
},
{
"typeCode": "AFE",
"value": "cupidatat sit cillum reprehenderit"
},
{
"typeCode": "AFE",
"value": "eiusmod pariatur dolore Du"
},
{
"typeCode": "AFE",
"value": "in et amet non"
},
{
"typeCode": "AFE",
"value": "ad nisi enim in"
},
{
"typeCode": "AFE",
"value": "laboris venia"
},
{
"typeCode": "AFE",
"value": "deserunt dolor consectetur"
},
{
"typeCode": "AFE",
"value": "ipsum nisi reprehend"
},
{
"typeCode": "AFE",
"value": "et reprehenderit dolor"
},
{
"typeCode": "AFE",
"value": "aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Lorem nisi dolor"
},
{
"typeCode": "972",
"value": "officia "
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "Duis officia in"
},
{
"typeCode": "972",
"value": "do cupidatat c"
},
{
"typeCode": "972",
"value": "eiusmod dolor adipisici"
},
{
"typeCode": "972",
"value": "ipsum consequat cul"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "do consequat n"
}
],
"preCalculatedLineItemTotalValue": 10.5
}
],
"invoice": {
"number": "al",
"date": "2025-08-15T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "sed labore nisi"
},
{
"typeCode": "CU",
"value": "deserunt "
},
{
"typeCode": "CU",
"value": "amet sit"
},
{
"typeCode": "CU",
"value": "ipsum amet"
},
{
"typeCode": "CU",
"value": "voluptate dolore"
},
{
"typeCode": "CU",
"value": "est dolor labore"
},
{
"typeCode": "CU",
"value": "fugiat se"
},
{
"typeCode": "CU",
"value": "quis magna pr"
},
{
"typeCode": "CU",
"value": "adipis"
},
{
"typeCode": "CU",
"value": "dolore"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 34.56,
"importTaxesValue": 409.71,
"totalWithImportDutiesAndTaxes": 4207.29
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 763.08,
"preCalculatedTotalInvoiceValue": 3417.48
}
},
"remarks": [
{
"value": "nulla sit voluptate in quis"
},
{
"value": "in qui nisi"
},
{
"value": "velit proident eu voluptate dolore"
}
],
"additionalCharges": [
{
"value": 2,
"typeCode": "pickup"
},
{
"value": 7,
"typeCode": "handling"
},
{
"value": 8,
"typeCode": "documentation"
},
{
"value": 9,
"typeCode": "pickup"
},
{
"value": 10,
"typeCode": "packaging"
}
],
"placeOfIncoterm": "Grand Forks",
"recipientReference": "rSqUOwTVul",
"exporter": {
"id": "76455824",
"code": "lueSj"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "voluptate dolore"
},
{
"typeCode": "972",
"value": "Ut adipis"
},
{
"typeCode": "972",
"value": "incididu"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "commodo qui"
},
{
"typeCode": "972",
"value": "dolor v"
},
{
"typeCode": "972",
"value": "dolor labore"
},
{
"typeCode": "972",
"value": "voluptate fugiat magna"
},
{
"typeCode": "972",
"value": "Excepteur in ullamco "
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 7,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "enim irure d"
},
{
"typeCode": "outbound",
"value": "laborum"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "proident "
},
{
"typeCode": "AFE",
"value": "adipisi"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "officia incidi"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "tempor elit"
},
{
"typeCode": "AFE",
"value": "adipisicing est sed ipsum"
},
{
"typeCode": "AFE",
"value": "eiusmod Lorem d"
},
{
"typeCode": "AFE",
"value": "dolor esse amet ullamco"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "aute aliqua "
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "laborum al"
},
{
"typeCode": "972",
"value": "q"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "irure ut sunt Ut"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "mollit reprehenderit"
},
{
"typeCode": "972",
"value": "deserunt aliquip Lorem"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat culp"
},
{
"typeCode": "outbound",
"value": "occaecat"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "GB",
"weight": {
"netValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in nisi veniam "
},
{
"typeCode": "AFE",
"value": "si"
},
{
"typeCode": "AFE",
"value": "sit tempor"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "quis tempor cupidatat voluptate"
},
{
"typeCode": "AFE",
"value": "culpa id reprehenderit"
},
{
"typeCode": "AFE",
"value": "Ut "
},
{
"typeCode": "AFE",
"value": "minim do"
},
{
"typeCode": "AFE",
"value": "in dolor"
},
{
"typeCode": "AFE",
"value": "dolore Lorem"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore qui laboris"
},
{
"typeCode": "972",
"value": "dolor culpa nul"
},
{
"typeCode": "972",
"value": "consectetur Exc"
},
{
"typeCode": "972",
"value": "culpa consequat dolore"
},
{
"typeCode": "972",
"value": "sunt aute mollit reprehenderit d"
},
{
"typeCode": "972",
"value": "velit tempor"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "eiusmod anim exercitation pariatur"
},
{
"typeCode": "972",
"value": "elit mollit"
},
{
"typeCode": "972",
"value": "laborum dolore est i"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eni"
},
{
"typeCode": "outbound",
"value": "enim"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "labore la"
},
{
"typeCode": "AFE",
"value": "co"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "reprehenderit ut"
},
{
"typeCode": "AFE",
"value": "ex quis est reprehenderit"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "in eu tempor eiusmod am"
},
{
"typeCode": "AFE",
"value": "esse occaeca"
},
{
"typeCode": "AFE",
"value": "aute dolore dolor"
},
{
"typeCode": "AFE",
"value": "dolor in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nisi exercit"
},
{
"typeCode": "972",
"value": "magna se"
},
{
"typeCode": "972",
"value": "voluptate incid"
},
{
"typeCode": "972",
"value": "enim ullamco mollit ali"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "occaecat in tempor pariatu"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "sit eiusmod"
},
{
"typeCode": "972",
"value": "Duis veniam dolor dolor"
},
{
"typeCode": "972",
"value": "sunt sit nulla reprehend"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ci"
},
{
"typeCode": "outbound",
"value": "irure et"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "nulla quis"
},
{
"typeCode": "AFE",
"value": "irur"
},
{
"typeCode": "AFE",
"value": "labore reprehenderi"
},
{
"typeCode": "AFE",
"value": "in "
},
{
"typeCode": "AFE",
"value": "tempor "
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "labore veniam ullamco"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "culpa si"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "amet labor"
},
{
"typeCode": "972",
"value": "culpa Lore"
},
{
"typeCode": "972",
"value": "in anim"
},
{
"typeCode": "972",
"value": "Lorem ut"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "commodo consectet"
},
{
"typeCode": "972",
"value": "tempor cillum volu"
},
{
"typeCode": "972",
"value": "fu"
},
{
"typeCode": "972",
"value": "d"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 6,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut"
},
{
"typeCode": "outbound",
"value": "dolor de"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu ea"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "dolore elit "
},
{
"typeCode": "AFE",
"value": "sit amet dolore"
},
{
"typeCode": "AFE",
"value": "qui "
},
{
"typeCode": "AFE",
"value": "occaeca"
},
{
"typeCode": "AFE",
"value": "dolore Excepteur Ut occaecat"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "Lorem offici"
},
{
"typeCode": "AFE",
"value": "voluptate dolore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sunt Ut "
},
{
"typeCode": "972",
"value": "cupidatat velit p"
},
{
"typeCode": "972",
"value": "en"
},
{
"typeCode": "972",
"value": "amet occaecat in aliquip"
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "eu ipsu"
},
{
"typeCode": "972",
"value": "Ut magn"
},
{
"typeCode": "972",
"value": "dolor sed"
},
{
"typeCode": "972",
"value": "non ad se"
},
{
"typeCode": "972",
"value": "dolore est sit eiusmod reprehender"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non"
},
{
"typeCode": "outbound",
"value": "labore cupidatat"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ex non sunt cul"
},
{
"typeCode": "AFE",
"value": "in Ut labor"
},
{
"typeCode": "AFE",
"value": "Ut consequat deserunt"
},
{
"typeCode": "AFE",
"value": "proident ullamco eu qu"
},
{
"typeCode": "AFE",
"value": "aliqua officia et"
},
{
"typeCode": "AFE",
"value": "offici"
},
{
"typeCode": "AFE",
"value": "veniam sint"
},
{
"typeCode": "AFE",
"value": "labore amet enim el"
},
{
"typeCode": "AFE",
"value": "consectetur dolore fugi"
},
{
"typeCode": "AFE",
"value": "do"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat com"
},
{
"typeCode": "972",
"value": "dolor ad exercitation"
},
{
"typeCode": "972",
"value": "est dolor eni"
},
{
"typeCode": "972",
"value": "nulla in"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "non nostrud proiden"
},
{
"typeCode": "972",
"value": "proident nulla anim aliqua velit"
},
{
"typeCode": "972",
"value": "nulla veniam"
},
{
"typeCode": "972",
"value": "quis labore"
},
{
"typeCode": "972",
"value": "deserunt Duis ullamco ad exercit"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 2,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "est sit"
},
{
"typeCode": "outbound",
"value": "reprehenderit e"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim Excepteur"
},
{
"typeCode": "AFE",
"value": "do consec"
},
{
"typeCode": "AFE",
"value": "dolore minim"
},
{
"typeCode": "AFE",
"value": "ex reprehenderit no"
},
{
"typeCode": "AFE",
"value": "reprehenderit se"
},
{
"typeCode": "AFE",
"value": "nostrud tempor officia ea Lor"
},
{
"typeCode": "AFE",
"value": "enim labore"
},
{
"typeCode": "AFE",
"value": "adip"
},
{
"typeCode": "AFE",
"value": "esse voluptate Duis officia "
},
{
"typeCode": "AFE",
"value": "esse deserunt labore occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "labore cupida"
},
{
"typeCode": "972",
"value": "sunt amet of"
},
{
"typeCode": "972",
"value": "nisi sed eiusmod aute nulla"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "Ut offi"
},
{
"typeCode": "972",
"value": "ut laboris sed do"
},
{
"typeCode": "972",
"value": "amet re"
},
{
"typeCode": "972",
"value": "amet ex consectetur eiusmod sed"
},
{
"typeCode": "972",
"value": "nostrud elit dolo"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Duis consequat c"
},
{
"typeCode": "outbound",
"value": "pariatur"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim amet cupidata"
},
{
"typeCode": "AFE",
"value": "est Excepteur c"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "cillum sit"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "quis dolor"
},
{
"typeCode": "AFE",
"value": "aliqua et ex pariatur"
},
{
"typeCode": "AFE",
"value": "do amet"
},
{
"typeCode": "AFE",
"value": "dolore Lorem"
},
{
"typeCode": "AFE",
"value": "ullamco proident eu veniam in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ullamc"
},
{
"typeCode": "972",
"value": "molli"
},
{
"typeCode": "972",
"value": "dolor officia"
},
{
"typeCode": "972",
"value": "non aute"
},
{
"typeCode": "972",
"value": "dolor dolore et"
},
{
"typeCode": "972",
"value": "fugiat pariatur sunt quis"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "sint consequat nostrud "
},
{
"typeCode": "972",
"value": "fugiat in q"
},
{
"typeCode": "972",
"value": "sint mollit enim"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non id"
},
{
"typeCode": "outbound",
"value": "et Exce"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "m"
},
{
"typeCode": "AFE",
"value": "dolor proident do"
},
{
"typeCode": "AFE",
"value": "id ani"
},
{
"typeCode": "AFE",
"value": "nisi Excepteur"
},
{
"typeCode": "AFE",
"value": "consequat"
},
{
"typeCode": "AFE",
"value": "incididunt in"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "nulla voluptat"
},
{
"typeCode": "AFE",
"value": "aliquip "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliquip Lorem deserunt eu"
},
{
"typeCode": "972",
"value": "in tempor"
},
{
"typeCode": "972",
"value": "occ"
},
{
"typeCode": "972",
"value": "tempor non"
},
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "sit nost"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "ea ex in cupidatat eu"
},
{
"typeCode": "972",
"value": "ex tempor"
},
{
"typeCode": "972",
"value": "cupidatat sunt"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "id a"
},
{
"typeCode": "outbound",
"value": "ad"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "magna mollit q"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "nulla veniam non commo"
},
{
"typeCode": "AFE",
"value": "voluptate irure fugiat officia"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "sit sed commodo dolor cons"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "labore sunt volupta"
},
{
"typeCode": "AFE",
"value": "nulla deserunt"
},
{
"typeCode": "AFE",
"value": "sed deserunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "tempor in"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "eiusmod esse"
},
{
"typeCode": "972",
"value": "velit pariatur enim qui e"
},
{
"typeCode": "972",
"value": "sit quis irure"
},
{
"typeCode": "972",
"value": "consequat n"
},
{
"typeCode": "972",
"value": "anim Duis"
},
{
"typeCode": "972",
"value": "irure fugiat mollit ea"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "culpa ipsum in officia Lorem"
}
],
"preCalculatedLineItemTotalValue": 25.75
}
],
"invoice": {
"number": "in eiusmod Duis",
"date": "2025-12-11T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "in aliqua qui"
},
{
"typeCode": "CU",
"value": "dolore"
},
{
"typeCode": "CU",
"value": "ad deserunt et mollit sunt"
},
{
"typeCode": "CU",
"value": "magna"
},
{
"typeCode": "CU",
"value": "adipisicin"
},
{
"typeCode": "CU",
"value": "eius"
},
{
"typeCode": "CU",
"value": "sit sed est ea"
},
{
"typeCode": "CU",
"value": "consequat officia"
},
{
"typeCode": "CU",
"value": "exercitation e"
},
{
"typeCode": "CU",
"value": "quis cupidatat do"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 6.54,
"importTaxesValue": 938.73,
"totalWithImportDutiesAndTaxes": 1757.25
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1873.79,
"preCalculatedTotalInvoiceValue": 2658.61
}
},
"remarks": [
{
"value": "incididunt dolor fugiat"
},
{
"value": "do esse nulla consequat sed"
},
{
"value": "aliqua commodo"
}
],
"additionalCharges": [
{
"value": 4,
"typeCode": "packaging"
},
{
"value": 6,
"typeCode": "reverse_charge"
},
{
"value": 1,
"typeCode": "packaging"
},
{
"value": 2,
"typeCode": "other"
},
{
"value": 6,
"typeCode": "export"
}
],
"placeOfIncoterm": "South Nikki",
"recipientReference": "xmubHO0bz3",
"exporter": {
"id": "35120218",
"code": "upqTz"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "in id"
},
{
"typeCode": "972",
"value": "labore deserunt"
},
{
"typeCode": "972",
"value": "paria"
},
{
"typeCode": "972",
"value": "aliqua con"
},
{
"typeCode": "972",
"value": "elit s"
},
{
"typeCode": "972",
"value": "incididunt ullamc"
},
{
"typeCode": "972",
"value": "pariatur ex elit"
},
{
"typeCode": "972",
"value": "anim ut sint Lore"
},
{
"typeCode": "972",
"value": "pariatur"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 4,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad"
},
{
"typeCode": "outbound",
"value": "sed"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "volup"
},
{
"typeCode": "AFE",
"value": "inc"
},
{
"typeCode": "AFE",
"value": "Excepteur in eu minim ex"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "Duis no"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "exercitation aliquip i"
},
{
"typeCode": "AFE",
"value": "nostrud dolore sunt"
},
{
"typeCode": "AFE",
"value": "Duis fug"
},
{
"typeCode": "AFE",
"value": "dolor est ad esse"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "sunt et adipisicing"
},
{
"typeCode": "972",
"value": "dolor eu pariatu"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "quis ullamco"
},
{
"typeCode": "972",
"value": "dolor ea aliquip"
},
{
"typeCode": "972",
"value": "pariatur minim"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "id sed e"
},
{
"typeCode": "972",
"value": "voluptate anim elit dolore in"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 8,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magn"
},
{
"typeCode": "outbound",
"value": "do proiden"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "veniam aliquip"
},
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "Duis ip"
},
{
"typeCode": "AFE",
"value": "sint mollit velit cil"
},
{
"typeCode": "AFE",
"value": "veniam esse"
},
{
"typeCode": "AFE",
"value": "esse occaecat la"
},
{
"typeCode": "AFE",
"value": "dolore ut dol"
},
{
"typeCode": "AFE",
"value": "esse deserunt"
},
{
"typeCode": "AFE",
"value": "nisi v"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "Lorem nostrud commodo "
},
{
"typeCode": "972",
"value": "in amet"
},
{
"typeCode": "972",
"value": "cu"
},
{
"typeCode": "972",
"value": "ea eu dolore "
},
{
"typeCode": "972",
"value": "est dolore null"
},
{
"typeCode": "972",
"value": "labore occaecat"
},
{
"typeCode": "972",
"value": "mollit adipisicing null"
},
{
"typeCode": "972",
"value": "sint eu"
},
{
"typeCode": "972",
"value": "laboris tempo"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "irure adipisic"
},
{
"typeCode": "outbound",
"value": "ullam"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "commodo d"
},
{
"typeCode": "AFE",
"value": "Ut incididunt enim a"
},
{
"typeCode": "AFE",
"value": "eiusmod dolore sit ut"
},
{
"typeCode": "AFE",
"value": "anim cillum com"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "aliquip aute irure"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "incididunt est "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute nisi cillum"
},
{
"typeCode": "972",
"value": "tempor ad"
},
{
"typeCode": "972",
"value": "enim dolore deserun"
},
{
"typeCode": "972",
"value": "Lore"
},
{
"typeCode": "972",
"value": "minim ut"
},
{
"typeCode": "972",
"value": "nulla et e"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "ullamco "
},
{
"typeCode": "972",
"value": "exercitation sint vo"
},
{
"typeCode": "972",
"value": "sunt eiusmod minim"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 3,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eu nostrud eli"
},
{
"typeCode": "outbound",
"value": "officia Ut m"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ea id"
},
{
"typeCode": "AFE",
"value": "ullamco sed L"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "labore p"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "par"
},
{
"typeCode": "AFE",
"value": "Except"
},
{
"typeCode": "AFE",
"value": "pariatur et la"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "aute non commodo"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum in quis nul"
},
{
"typeCode": "972",
"value": "ipsum incididunt officia Duis"
},
{
"typeCode": "972",
"value": "sed o"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "veniam est"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "quis dolor veniam"
},
{
"typeCode": "972",
"value": "dolor minim"
},
{
"typeCode": "972",
"value": "in"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 5,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "pariatur"
},
{
"typeCode": "outbound",
"value": "iru"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "ipsum minim sint velit voluptate"
},
{
"typeCode": "AFE",
"value": "commodo am"
},
{
"typeCode": "AFE",
"value": "cupidatat incididunt"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "dolor sit in magna nul"
},
{
"typeCode": "AFE",
"value": "nulla voluptate quis irure"
},
{
"typeCode": "AFE",
"value": "labore ea si"
},
{
"typeCode": "AFE",
"value": "elit dolore "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "Ut in minim"
},
{
"typeCode": "972",
"value": "dolor laborum sit"
},
{
"typeCode": "972",
"value": "dolore Lorem"
},
{
"typeCode": "972",
"value": "anim labo"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "nulla adipis"
},
{
"typeCode": "972",
"value": "ut est"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 8,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute ve"
},
{
"typeCode": "outbound",
"value": "consecte"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisicing eiusmod qui"
},
{
"typeCode": "AFE",
"value": "officia sint culpa"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "elit cillum fugiat"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "irure sit commodo et"
},
{
"typeCode": "AFE",
"value": "ipsum veniam nostrud"
},
{
"typeCode": "AFE",
"value": "l"
},
{
"typeCode": "AFE",
"value": "nisi tempor "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident id"
},
{
"typeCode": "972",
"value": "qui culpa consequat enim ipsum"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "irure in L"
},
{
"typeCode": "972",
"value": "velit officia incididunt sunt"
},
{
"typeCode": "972",
"value": "minim consequat irure dolore"
},
{
"typeCode": "972",
"value": "incidi"
},
{
"typeCode": "972",
"value": "ip"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "ut dolor"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 3,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in officia inci"
},
{
"typeCode": "outbound",
"value": "cupida"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Duis nostrud officia cupidata"
},
{
"typeCode": "AFE",
"value": "magna adipis"
},
{
"typeCode": "AFE",
"value": "officia d"
},
{
"typeCode": "AFE",
"value": "c"
},
{
"typeCode": "AFE",
"value": "ea non Ut proident mollit"
},
{
"typeCode": "AFE",
"value": "D"
},
{
"typeCode": "AFE",
"value": "nisi tempor consequat "
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "qui aliqu"
},
{
"typeCode": "AFE",
"value": "occaecat n"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in et eu"
},
{
"typeCode": "972",
"value": "quis eiusmod aute"
},
{
"typeCode": "972",
"value": "Except"
},
{
"typeCode": "972",
"value": "velit Duis dolore"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "eiusmod consequat fugiat r"
},
{
"typeCode": "972",
"value": "ipsum laboris ex"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "eiusmo"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 6,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nos"
},
{
"typeCode": "outbound",
"value": "aute cupidatat"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in eu pariatur fugiat"
},
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "ea enim"
},
{
"typeCode": "AFE",
"value": "veniam elit enim"
},
{
"typeCode": "AFE",
"value": "aute dolore "
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "veniam ut"
},
{
"typeCode": "AFE",
"value": "occaecat am"
},
{
"typeCode": "AFE",
"value": "cup"
},
{
"typeCode": "AFE",
"value": "consequat culpa offici"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "minim Lorem anim dolore labore"
},
{
"typeCode": "972",
"value": "ea nostrud dolore exercitat"
},
{
"typeCode": "972",
"value": "cupidatat Lorem aliqu"
},
{
"typeCode": "972",
"value": "dolore ut reprehend"
},
{
"typeCode": "972",
"value": "U"
},
{
"typeCode": "972",
"value": "dolore laborum "
},
{
"typeCode": "972",
"value": "veniam sed aliqua eni"
},
{
"typeCode": "972",
"value": "do ma"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "Excepteur"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 9,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Ex"
},
{
"typeCode": "outbound",
"value": "eu id E"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim quis "
},
{
"typeCode": "AFE",
"value": "sunt Lorem in non amet"
},
{
"typeCode": "AFE",
"value": "laborum dolor elit sint enim"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "veniam Lorem nostru"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "enim cupidatat el"
},
{
"typeCode": "AFE",
"value": "tempor sit sint dolor d"
},
{
"typeCode": "AFE",
"value": "anim tempor"
},
{
"typeCode": "AFE",
"value": "aliquip sunt do"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "Lorem commodo dolore ve"
},
{
"typeCode": "972",
"value": "adipisicing culpa p"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "officia n"
},
{
"typeCode": "972",
"value": "proident sint"
},
{
"typeCode": "972",
"value": "sint dolore commod"
},
{
"typeCode": "972",
"value": "incididunt in esse s"
},
{
"typeCode": "972",
"value": "in id"
},
{
"typeCode": "972",
"value": "do et id culpa in"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 9,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore Lorem "
},
{
"typeCode": "outbound",
"value": "qui ull"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "veniam Lorem"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "qui ex o"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "magna mollit dolore"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "mollit cupidatat"
},
{
"typeCode": "AFE",
"value": "sed labore"
},
{
"typeCode": "AFE",
"value": "consectetur ullamco"
},
{
"typeCode": "AFE",
"value": "culpa"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud consectetur id"
},
{
"typeCode": "972",
"value": "ipsum fugiat anim"
},
{
"typeCode": "972",
"value": "consectetur adipisicing"
},
{
"typeCode": "972",
"value": "Ut anim sun"
},
{
"typeCode": "972",
"value": "anim nulla pariatur sunt irure"
},
{
"typeCode": "972",
"value": "mollit ullamco"
},
{
"typeCode": "972",
"value": "sed reprehenderit"
},
{
"typeCode": "972",
"value": "deserunt sit conse"
},
{
"typeCode": "972",
"value": "nostrud tempor commo"
},
{
"typeCode": "972",
"value": "ipsum"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "dolor elit consectetur",
"date": "2025-02-12T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "est"
},
{
"typeCode": "CU",
"value": "reprehenderit cupidatat volup"
},
{
"typeCode": "CU",
"value": "Duis eiusmod sint e"
},
{
"typeCode": "CU",
"value": "adipisicin"
},
{
"typeCode": "CU",
"value": "nostrud dolore Duis aliquip"
},
{
"typeCode": "CU",
"value": "elit"
},
{
"typeCode": "CU",
"value": "ad"
},
{
"typeCode": "CU",
"value": "cupidatat amet"
},
{
"typeCode": "CU",
"value": "Duis"
},
{
"typeCode": "CU",
"value": "quis "
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 742.94,
"importTaxesValue": 332.92,
"totalWithImportDutiesAndTaxes": 2915.98
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1856.97,
"preCalculatedTotalInvoiceValue": 881.22
}
},
"remarks": [
{
"value": "fugiat voluptate"
},
{
"value": "dolor nisi aliquip consequat veniam"
},
{
"value": "dolore Ut cupidatat"
}
],
"additionalCharges": [
{
"value": 4,
"typeCode": "vat"
},
{
"value": 2,
"typeCode": "pickup"
},
{
"value": 1,
"typeCode": "other"
},
{
"value": 1,
"typeCode": "handling"
},
{
"value": 7,
"typeCode": "fuel_surcharge"
}
],
"placeOfIncoterm": "Elzaton",
"recipientReference": "1wnlPOEGBx",
"exporter": {
"id": "56662043",
"code": "ISnWi"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "est aute"
},
{
"typeCode": "972",
"value": "dolore nisi voluptate Excepteur"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "ut id aliqua rep"
},
{
"typeCode": "972",
"value": "eu fugi"
},
{
"typeCode": "972",
"value": "eu qui i"
},
{
"typeCode": "972",
"value": "in aliquip"
},
{
"typeCode": "972",
"value": "exe"
},
{
"typeCode": "972",
"value": "consectetur consequat"
},
{
"typeCode": "972",
"value": "qui ut laborum consequat"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 7,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore"
},
{
"typeCode": "outbound",
"value": "vol"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Ex"
},
{
"typeCode": "AFE",
"value": "eu officia aliquip reprehender"
},
{
"typeCode": "AFE",
"value": "voluptate amet nisi Ut"
},
{
"typeCode": "AFE",
"value": "ex cillum esse"
},
{
"typeCode": "AFE",
"value": "proident e"
},
{
"typeCode": "AFE",
"value": "laborum dolor"
},
{
"typeCode": "AFE",
"value": "comm"
},
{
"typeCode": "AFE",
"value": "consequat id veniam"
},
{
"typeCode": "AFE",
"value": "qui magna mollit cillu"
},
{
"typeCode": "AFE",
"value": "ali"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "n"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "Duis eu incididunt"
},
{
"typeCode": "972",
"value": "minim"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "qui sint adipisicing"
},
{
"typeCode": "972",
"value": "iru"
},
{
"typeCode": "972",
"value": "esse nulla et"
},
{
"typeCode": "972",
"value": "offic"
},
{
"typeCode": "972",
"value": "ullamco"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lorem"
},
{
"typeCode": "outbound",
"value": "irure"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Duis nulla a"
},
{
"typeCode": "AFE",
"value": "cillum adipisici"
},
{
"typeCode": "AFE",
"value": "veniam ea minim aliquip"
},
{
"typeCode": "AFE",
"value": "commodo eu"
},
{
"typeCode": "AFE",
"value": "velit tempor sit"
},
{
"typeCode": "AFE",
"value": "deserunt ipsum eiusmod proiden"
},
{
"typeCode": "AFE",
"value": "ex ma"
},
{
"typeCode": "AFE",
"value": "consectetur Duis"
},
{
"typeCode": "AFE",
"value": "tempor dolor"
},
{
"typeCode": "AFE",
"value": "laboris ullamco"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et Ut nulla in occaecat"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "ci"
},
{
"typeCode": "972",
"value": "ullamco Excepteur aliqua"
},
{
"typeCode": "972",
"value": "Duis elit"
},
{
"typeCode": "972",
"value": "pariatur nostrud ea est"
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "Duis enim fugiat non"
},
{
"typeCode": "972",
"value": "volupt"
},
{
"typeCode": "972",
"value": "tempor ad Ut dolor ut"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cons"
},
{
"typeCode": "outbound",
"value": "cillum "
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "in culpa"
},
{
"typeCode": "AFE",
"value": "officia Lorem"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "et in"
},
{
"typeCode": "AFE",
"value": "Lor"
},
{
"typeCode": "AFE",
"value": "fugiat au"
},
{
"typeCode": "AFE",
"value": "in sin"
},
{
"typeCode": "AFE",
"value": "adipisicing consectetur"
},
{
"typeCode": "AFE",
"value": "Lorem est"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "do enim id labore laborum"
},
{
"typeCode": "972",
"value": "occaecat cillum ut"
},
{
"typeCode": "972",
"value": "sunt i"
},
{
"typeCode": "972",
"value": "mollit in cillum magna"
},
{
"typeCode": "972",
"value": "tempor ea Lorem dol"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "ipsum eiusmod ali"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "veniam sint"
},
{
"typeCode": "972",
"value": "enim nulla "
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 9,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa sint qui d"
},
{
"typeCode": "outbound",
"value": "occaeca"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in proident"
},
{
"typeCode": "AFE",
"value": "enim v"
},
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "deserunt "
},
{
"typeCode": "AFE",
"value": "adipisicing eiusmod ut"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "voluptate aliquip sunt enim nulla"
},
{
"typeCode": "AFE",
"value": "est cupidatat sit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia cupidatat sint"
},
{
"typeCode": "972",
"value": "et "
},
{
"typeCode": "972",
"value": "dolor in et"
},
{
"typeCode": "972",
"value": "incididunt sint"
},
{
"typeCode": "972",
"value": "tempor nostrud in"
},
{
"typeCode": "972",
"value": "sit ex in non"
},
{
"typeCode": "972",
"value": "dolor consectetur officia pariat"
},
{
"typeCode": "972",
"value": "occaecat q"
},
{
"typeCode": "972",
"value": "exercitation aliq"
},
{
"typeCode": "972",
"value": "quis nostrud"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in a"
},
{
"typeCode": "outbound",
"value": "veniam consect"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aute pariatur ex"
},
{
"typeCode": "AFE",
"value": "dolor commodo cu"
},
{
"typeCode": "AFE",
"value": "la"
},
{
"typeCode": "AFE",
"value": "laborum dolor consectetur ea "
},
{
"typeCode": "AFE",
"value": "officia do"
},
{
"typeCode": "AFE",
"value": "ipsum sint"
},
{
"typeCode": "AFE",
"value": "quis in Excepteur"
},
{
"typeCode": "AFE",
"value": "nisi "
},
{
"typeCode": "AFE",
"value": "non nisi ut quis"
},
{
"typeCode": "AFE",
"value": "amet"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "si"
},
{
"typeCode": "972",
"value": "minim "
},
{
"typeCode": "972",
"value": "sunt in"
},
{
"typeCode": "972",
"value": "in amet in"
},
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "pariatur incididunt"
},
{
"typeCode": "972",
"value": "ea "
},
{
"typeCode": "972",
"value": "occa"
},
{
"typeCode": "972",
"value": "proident ex"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 3,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "iru"
},
{
"typeCode": "outbound",
"value": "mollit "
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint do enim sed mollit"
},
{
"typeCode": "AFE",
"value": "irure ut dolor"
},
{
"typeCode": "AFE",
"value": "veniam in elit"
},
{
"typeCode": "AFE",
"value": "dolor mollit"
},
{
"typeCode": "AFE",
"value": "aliquip"
},
{
"typeCode": "AFE",
"value": "Ut voluptate"
},
{
"typeCode": "AFE",
"value": "ipsum Duis"
},
{
"typeCode": "AFE",
"value": "ut deserunt aliquip"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "adipisicing ipsum"
},
{
"typeCode": "972",
"value": "cill"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "laboris offici"
},
{
"typeCode": "972",
"value": "eu "
},
{
"typeCode": "972",
"value": "ut veniam irure aliqua dolore"
},
{
"typeCode": "972",
"value": "sed irure"
},
{
"typeCode": "972",
"value": "dolore adipisicing laboris"
},
{
"typeCode": "972",
"value": "sunt labori"
},
{
"typeCode": "972",
"value": "tempor cupidatat"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 5,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labore i"
},
{
"typeCode": "outbound",
"value": "consectetur a"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"netValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "et tempor reprehenderit"
},
{
"typeCode": "AFE",
"value": "velit anim"
},
{
"typeCode": "AFE",
"value": "Lorem officia"
},
{
"typeCode": "AFE",
"value": "ir"
},
{
"typeCode": "AFE",
"value": "tempor dolor aliquip"
},
{
"typeCode": "AFE",
"value": "velit in ex"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "ea exe"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "quis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "nisi in elit fugiat tempor"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "ipsum cillum magna"
},
{
"typeCode": "972",
"value": "minim ut "
},
{
"typeCode": "972",
"value": "adipisicing o"
},
{
"typeCode": "972",
"value": "anim nis"
},
{
"typeCode": "972",
"value": "veniam irure repre"
},
{
"typeCode": "972",
"value": "nos"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 8,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "est amet elit c"
},
{
"typeCode": "outbound",
"value": "adipisicin"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "commodo nostrud"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "commodo dolore cupidatat et"
},
{
"typeCode": "AFE",
"value": "aliquip "
},
{
"typeCode": "AFE",
"value": "nulla ex Duis aute ipsum"
},
{
"typeCode": "AFE",
"value": "reprehenderit elit magna m"
},
{
"typeCode": "AFE",
"value": "eu p"
},
{
"typeCode": "AFE",
"value": "aliquip et ut nisi"
},
{
"typeCode": "AFE",
"value": "est laboris ad f"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa amet adipisicing Duis l"
},
{
"typeCode": "972",
"value": "proident sunt est aliquip"
},
{
"typeCode": "972",
"value": "veniam enim ut"
},
{
"typeCode": "972",
"value": "reprehenderit minim exerci"
},
{
"typeCode": "972",
"value": "sed mol"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "minim consectetur Excepteur adipisi"
},
{
"typeCode": "972",
"value": "dolor ad"
},
{
"typeCode": "972",
"value": "minim sed in fugiat"
},
{
"typeCode": "972",
"value": "dolor proident"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eu aliquip eiusm"
},
{
"typeCode": "outbound",
"value": "fugiat occaecat"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fu"
},
{
"typeCode": "AFE",
"value": "in non nulla mollit qu"
},
{
"typeCode": "AFE",
"value": "culpa officia"
},
{
"typeCode": "AFE",
"value": "ipsum ad velit in"
},
{
"typeCode": "AFE",
"value": "nulla sunt nis"
},
{
"typeCode": "AFE",
"value": "dolor sit dolore labore ut"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "incididunt dolore"
},
{
"typeCode": "AFE",
"value": "nisi ut"
},
{
"typeCode": "AFE",
"value": "Excepteur incididunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore aliqua labore conse"
},
{
"typeCode": "972",
"value": "culpa adipis"
},
{
"typeCode": "972",
"value": "sunt in"
},
{
"typeCode": "972",
"value": "sint "
},
{
"typeCode": "972",
"value": "sint dolor"
},
{
"typeCode": "972",
"value": "sed ad cillum laborum pariatur"
},
{
"typeCode": "972",
"value": "dolor Duis qui anim"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "commod"
},
{
"typeCode": "972",
"value": "eiusmod cillum non"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "incididunt fugiat"
},
{
"typeCode": "outbound",
"value": "Du"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Ut id nostrud "
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "ipsum minim"
},
{
"typeCode": "AFE",
"value": "deserunt quis"
},
{
"typeCode": "AFE",
"value": "velit in minim"
},
{
"typeCode": "AFE",
"value": "mollit pariatur ad cupidatat culpa"
},
{
"typeCode": "AFE",
"value": "exercitation dolore elit"
},
{
"typeCode": "AFE",
"value": "deserunt nostrud"
},
{
"typeCode": "AFE",
"value": "ullamco fugiat Lorem ad"
},
{
"typeCode": "AFE",
"value": "consequat est ipsum sint"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "pariatur nostrud"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "sed aliqua nulla in aliquip"
},
{
"typeCode": "972",
"value": "voluptate enim sint aute non"
},
{
"typeCode": "972",
"value": "in amet nulla"
},
{
"typeCode": "972",
"value": "in in"
},
{
"typeCode": "972",
"value": "ullamco dolore"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "Duis id"
}
],
"preCalculatedLineItemTotalValue": 500.75
}
],
"invoice": {
"number": "aliquip",
"date": "2025-02-21T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "s"
},
{
"typeCode": "CU",
"value": "reprehenderit qui cillum dolore"
},
{
"typeCode": "CU",
"value": "exercitation"
},
{
"typeCode": "CU",
"value": "ex cillum officia dolor n"
},
{
"typeCode": "CU",
"value": "sed nisi ut laboris"
},
{
"typeCode": "CU",
"value": "Ut dol"
},
{
"typeCode": "CU",
"value": "reprehenderit amet commodo"
},
{
"typeCode": "CU",
"value": "cillum ut"
},
{
"typeCode": "CU",
"value": "minim veniam fugiat"
},
{
"typeCode": "CU",
"value": "do incididunt quis in velit"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 175.44,
"importTaxesValue": 607.13,
"totalWithImportDutiesAndTaxes": 3869.78
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1252.47,
"preCalculatedTotalInvoiceValue": 3375.67
}
},
"remarks": [
{
"value": "sunt veniam exercitation consectetur"
},
{
"value": "et velit voluptate"
},
{
"value": "mollit ut exercitation proident ad"
}
],
"additionalCharges": [
{
"value": 3,
"typeCode": "reverse_charge"
},
{
"value": 6,
"typeCode": "admin"
},
{
"value": 1,
"typeCode": "freight"
},
{
"value": 2,
"typeCode": "reverse_charge"
},
{
"value": 2,
"typeCode": "export"
}
],
"placeOfIncoterm": "Franciston",
"recipientReference": "N2zPRZcfqs",
"exporter": {
"id": "37931371",
"code": "obnWM"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat Excepteur"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "ad irure cu"
},
{
"typeCode": "972",
"value": "sint ut consectetur a"
},
{
"typeCode": "972",
"value": "ut ipsum"
},
{
"typeCode": "972",
"value": "anim non cupi"
},
{
"typeCode": "972",
"value": "ma"
},
{
"typeCode": "972",
"value": "laboris iru"
},
{
"typeCode": "972",
"value": "sed anim"
},
{
"typeCode": "972",
"value": "nul"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 2,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "pariatur am"
},
{
"typeCode": "outbound",
"value": "anim "
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia "
},
{
"typeCode": "AFE",
"value": "dolor do minim non"
},
{
"typeCode": "AFE",
"value": "reprehenderit consequat a"
},
{
"typeCode": "AFE",
"value": "veniam ea "
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "ullamco t"
},
{
"typeCode": "AFE",
"value": "nisi nostrud"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "v"
},
{
"typeCode": "AFE",
"value": "sint tempor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sed magna irure"
},
{
"typeCode": "972",
"value": "dolor proident occaec"
},
{
"typeCode": "972",
"value": "tempor sed elit ut"
},
{
"typeCode": "972",
"value": "ad culpa fugiat"
},
{
"typeCode": "972",
"value": "pariatur sint dolor elit"
},
{
"typeCode": "972",
"value": "elit irure nostrud ut magn"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "quis ut"
},
{
"typeCode": "972",
"value": "velit non Duis"
},
{
"typeCode": "972",
"value": "eiusmod min"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 3,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "velit culpa"
},
{
"typeCode": "outbound",
"value": "Excepteur a"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "reprehenderit consectetur"
},
{
"typeCode": "AFE",
"value": "dolor reprehenderit ad"
},
{
"typeCode": "AFE",
"value": "pa"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "mollit nulla sint amet"
},
{
"typeCode": "AFE",
"value": "eu laborum tempor Duis incidid"
},
{
"typeCode": "AFE",
"value": "cillum sed consequat"
},
{
"typeCode": "AFE",
"value": "cillum con"
},
{
"typeCode": "AFE",
"value": "officia in eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "est dolore non aute"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "aliqua adipisicing "
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "officia ipsum exe"
},
{
"typeCode": "972",
"value": "aliquip veniam u"
},
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "fugiat esse ad exercitation"
},
{
"typeCode": "972",
"value": "v"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 10,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sed"
},
{
"typeCode": "outbound",
"value": "reprehenderit "
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "Duis occa"
},
{
"typeCode": "AFE",
"value": "exercit"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "sint ad minim"
},
{
"typeCode": "AFE",
"value": "reprehenderit aliqua Lor"
},
{
"typeCode": "AFE",
"value": "consectetur velit commodo officia "
},
{
"typeCode": "AFE",
"value": "ve"
},
{
"typeCode": "AFE",
"value": "ut ad l"
},
{
"typeCode": "AFE",
"value": "de"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla esse"
},
{
"typeCode": "972",
"value": "consequat in"
},
{
"typeCode": "972",
"value": "in aute eu"
},
{
"typeCode": "972",
"value": "aliqua u"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "exercitation nostrud c"
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "commodo laborum"
},
{
"typeCode": "972",
"value": "cillum qui"
},
{
"typeCode": "972",
"value": "nulla aute cupi"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 8,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut laborum do"
},
{
"typeCode": "outbound",
"value": "com"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "iru"
},
{
"typeCode": "AFE",
"value": "deser"
},
{
"typeCode": "AFE",
"value": "dolore cillum ex "
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "Lorem U"
},
{
"typeCode": "AFE",
"value": "anim magn"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sit aliqua ci"
},
{
"typeCode": "972",
"value": "anim cupidatat id mollit enim"
},
{
"typeCode": "972",
"value": "irure aliqua cillum"
},
{
"typeCode": "972",
"value": "consequat fugia"
},
{
"typeCode": "972",
"value": "e"
},
{
"typeCode": "972",
"value": "elit enim magna in ad"
},
{
"typeCode": "972",
"value": "nostrud dolore"
},
{
"typeCode": "972",
"value": "laborum aliqua aliquip"
},
{
"typeCode": "972",
"value": "proident nulla"
},
{
"typeCode": "972",
"value": "ullamco sed ad"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "consequat q"
},
{
"typeCode": "outbound",
"value": "dolor dolor"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "voluptate ullamco veniam"
},
{
"typeCode": "AFE",
"value": "qui exercitation adipisi"
},
{
"typeCode": "AFE",
"value": "pariatur"
},
{
"typeCode": "AFE",
"value": "tempor"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "par"
},
{
"typeCode": "AFE",
"value": "adipisicing aute do esse"
},
{
"typeCode": "AFE",
"value": "cupidatat occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim do incididunt "
},
{
"typeCode": "972",
"value": "repreh"
},
{
"typeCode": "972",
"value": "Ut sint"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "dolore dol"
},
{
"typeCode": "972",
"value": "eiusmod sed"
},
{
"typeCode": "972",
"value": "consectetur dolor"
},
{
"typeCode": "972",
"value": "m"
},
{
"typeCode": "972",
"value": "nulla ci"
},
{
"typeCode": "972",
"value": "co"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 9,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolor t"
},
{
"typeCode": "outbound",
"value": "occaecat"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "fugiat mollit adipisicing"
},
{
"typeCode": "AFE",
"value": "eu ipsum"
},
{
"typeCode": "AFE",
"value": "amet commodo non pa"
},
{
"typeCode": "AFE",
"value": "ea pariatur Ut ut occae"
},
{
"typeCode": "AFE",
"value": "laborum quis "
},
{
"typeCode": "AFE",
"value": "non nostrud adipisicing n"
},
{
"typeCode": "AFE",
"value": "cupidatat reprehende"
},
{
"typeCode": "AFE",
"value": "anim nisi dolore dolor"
},
{
"typeCode": "AFE",
"value": "esse anim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "de"
},
{
"typeCode": "972",
"value": "amet magna"
},
{
"typeCode": "972",
"value": "eu laborum in sint"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "occaecat nul"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "ullamco"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magna Ex"
},
{
"typeCode": "outbound",
"value": "elit pa"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "esse enim"
},
{
"typeCode": "AFE",
"value": "culpa in officia"
},
{
"typeCode": "AFE",
"value": "in nostrud id"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "Excepteur ea ad in"
},
{
"typeCode": "AFE",
"value": "ex Excepteur proident"
},
{
"typeCode": "AFE",
"value": "ipsum"
},
{
"typeCode": "AFE",
"value": "cill"
},
{
"typeCode": "AFE",
"value": "ea aute culpa Excepteur"
},
{
"typeCode": "AFE",
"value": "in in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "iru"
},
{
"typeCode": "972",
"value": "ea ipsum sunt"
},
{
"typeCode": "972",
"value": "fugi"
},
{
"typeCode": "972",
"value": "Ut Lorem eu nisi eiusmo"
},
{
"typeCode": "972",
"value": "consectetur"
},
{
"typeCode": "972",
"value": "minim eu ad"
},
{
"typeCode": "972",
"value": "Ut veniam"
},
{
"typeCode": "972",
"value": "adipisici"
},
{
"typeCode": "972",
"value": "reprehenderit pariatur"
},
{
"typeCode": "972",
"value": "nisi incididunt dolor esse comm"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 5,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis"
},
{
"typeCode": "outbound",
"value": "sint de"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "velit ullamco"
},
{
"typeCode": "AFE",
"value": "minim cupidatat nisi cillum e"
},
{
"typeCode": "AFE",
"value": "sint minim"
},
{
"typeCode": "AFE",
"value": "Duis incididu"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "esse ea laboris minim"
},
{
"typeCode": "AFE",
"value": "ea pariatur sunt Duis voluptate"
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "s"
},
{
"typeCode": "AFE",
"value": "adipisicing ut mollit fugiat qu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "elit ir"
},
{
"typeCode": "972",
"value": "tempor commodo se"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "nulla Lorem pari"
},
{
"typeCode": "972",
"value": "laboris sint velit exerc"
},
{
"typeCode": "972",
"value": "cupida"
},
{
"typeCode": "972",
"value": "irure aliqua aute"
},
{
"typeCode": "972",
"value": "sed qui ex "
},
{
"typeCode": "972",
"value": "ea anim sint irur"
},
{
"typeCode": "972",
"value": "officia commodo qui"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "magna iru"
},
{
"typeCode": "outbound",
"value": "occaeca"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore nisi voluptate pariatur"
},
{
"typeCode": "AFE",
"value": "ullamco do veniam"
},
{
"typeCode": "AFE",
"value": "ut fugiat amet p"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "magna dolore ullamco"
},
{
"typeCode": "AFE",
"value": "Lorem in proident Ut do"
},
{
"typeCode": "AFE",
"value": "aliquip"
},
{
"typeCode": "AFE",
"value": "amet eu et"
},
{
"typeCode": "AFE",
"value": "sit Ut sed amet"
},
{
"typeCode": "AFE",
"value": "elit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "officia aute"
},
{
"typeCode": "972",
"value": "sed laborum"
},
{
"typeCode": "972",
"value": "cillum "
},
{
"typeCode": "972",
"value": "aliqua "
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "do dolore nostr"
},
{
"typeCode": "972",
"value": "aute exer"
},
{
"typeCode": "972",
"value": "ea laborum"
},
{
"typeCode": "972",
"value": "consectetur officia aute"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 9,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "amet enim pa"
},
{
"typeCode": "outbound",
"value": "non Ex"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "non"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "amet fugiat exercit"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "do "
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "quis aliqua "
},
{
"typeCode": "AFE",
"value": "quis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cupidatat nisi Ut eu mollit"
},
{
"typeCode": "972",
"value": "ipsum Lorem non Except"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "do Ut cillum sint ea"
},
{
"typeCode": "972",
"value": "in amet ad"
},
{
"typeCode": "972",
"value": "qui nulla ullam"
},
{
"typeCode": "972",
"value": "ipsum fugiat"
},
{
"typeCode": "972",
"value": "velit amet fugiat officia"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "Ut dolor quis mol"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "pariatur",
"date": "2025-04-02T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "nisi"
},
{
"typeCode": "CU",
"value": "exercitation voluptate labori"
},
{
"typeCode": "CU",
"value": "aliquip ad et"
},
{
"typeCode": "CU",
"value": "mollit culpa"
},
{
"typeCode": "CU",
"value": "enim cillum sint"
},
{
"typeCode": "CU",
"value": "nulla qu"
},
{
"typeCode": "CU",
"value": "non"
},
{
"typeCode": "CU",
"value": "ex proide"
},
{
"typeCode": "CU",
"value": "mollit Excepteur eiusmod"
},
{
"typeCode": "CU",
"value": "ea Lorem es"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 44.63,
"importTaxesValue": 24.91,
"totalWithImportDutiesAndTaxes": 3619.48
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 3971.79,
"preCalculatedTotalInvoiceValue": 2934.78
}
},
"remarks": [
{
"value": "amet in elit officia ea"
},
{
"value": "Duis fugiat in"
},
{
"value": "et enim"
}
],
"additionalCharges": [
{
"value": 6,
"typeCode": "packaging"
},
{
"value": 8,
"typeCode": "handling"
},
{
"value": 1,
"typeCode": "handling"
},
{
"value": 2,
"typeCode": "vat"
},
{
"value": 9,
"typeCode": "reverse_charge"
}
],
"placeOfIncoterm": "Graceworth",
"recipientReference": "GnJpmmTgmK",
"exporter": {
"id": "22820575",
"code": "RLuRs"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "sint ipsum nulla voluptate"
},
{
"typeCode": "972",
"value": "veniam pariatur nulla"
},
{
"typeCode": "972",
"value": "labore in ipsum adipisicin"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "aute ipsum"
},
{
"typeCode": "972",
"value": "et laborum Excepteur reprehende"
},
{
"typeCode": "972",
"value": "in veniam l"
},
{
"typeCode": "972",
"value": "veniam dolor ut temp"
},
{
"typeCode": "972",
"value": "dolor l"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 7,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eu"
},
{
"typeCode": "outbound",
"value": "dolore a"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fugiat deserunt"
},
{
"typeCode": "AFE",
"value": "eu nulla"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "cillum a"
},
{
"typeCode": "AFE",
"value": "mollit eu ut"
},
{
"typeCode": "AFE",
"value": "non dolor"
},
{
"typeCode": "AFE",
"value": "eu minim elit non fugiat"
},
{
"typeCode": "AFE",
"value": "laborum in aliquip consequat veni"
},
{
"typeCode": "AFE",
"value": "reprehenderit Duis a"
},
{
"typeCode": "AFE",
"value": "Lorem dolor id "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in et esse dolor"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "q"
},
{
"typeCode": "972",
"value": "eiusmod ut"
},
{
"typeCode": "972",
"value": "fugiat d"
},
{
"typeCode": "972",
"value": "esse do"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "sit nisi dolor"
},
{
"typeCode": "972",
"value": "voluptate"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 4,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do"
},
{
"typeCode": "outbound",
"value": "eiusmod"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "minim sit veniam"
},
{
"typeCode": "AFE",
"value": "ex id minim"
},
{
"typeCode": "AFE",
"value": "tempor labo"
},
{
"typeCode": "AFE",
"value": "anim amet elit cillum"
},
{
"typeCode": "AFE",
"value": "dolore fu"
},
{
"typeCode": "AFE",
"value": "cillum in est in pariatur"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "mollit magn"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "ut aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident sed"
},
{
"typeCode": "972",
"value": "aliquip mollit eu"
},
{
"typeCode": "972",
"value": "laborum qui dolor tempor"
},
{
"typeCode": "972",
"value": "cupidatat volupta"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "adipisicing ea qui"
},
{
"typeCode": "972",
"value": "pariatur qui aliqua laboris"
},
{
"typeCode": "972",
"value": "laboris in cons"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "moll"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "voluptate"
},
{
"typeCode": "outbound",
"value": "cupidat"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "mollit dolore Ut"
},
{
"typeCode": "AFE",
"value": "quis culpa"
},
{
"typeCode": "AFE",
"value": "laboris Ut anim e"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "incididunt consequat laborum esse d"
},
{
"typeCode": "AFE",
"value": "incididunt laboris"
},
{
"typeCode": "AFE",
"value": "vo"
},
{
"typeCode": "AFE",
"value": "culpa anim est velit"
},
{
"typeCode": "AFE",
"value": "m"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "dolor Duis ull"
},
{
"typeCode": "972",
"value": "ex sed id culpa nulla"
},
{
"typeCode": "972",
"value": "esse aliquip"
},
{
"typeCode": "972",
"value": "nostrud"
},
{
"typeCode": "972",
"value": "offic"
},
{
"typeCode": "972",
"value": "anim amet magna minim"
},
{
"typeCode": "972",
"value": "dolore a"
},
{
"typeCode": "972",
"value": "officia deserunt irure qui"
},
{
"typeCode": "972",
"value": "qui Excepteur culpa"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "iru"
},
{
"typeCode": "outbound",
"value": "cup"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia al"
},
{
"typeCode": "AFE",
"value": "dolore in ad"
},
{
"typeCode": "AFE",
"value": "aute dolore minim sint"
},
{
"typeCode": "AFE",
"value": "Duis non"
},
{
"typeCode": "AFE",
"value": "aliqua do"
},
{
"typeCode": "AFE",
"value": "reprehenderit consequat aliquip qui"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "occaecat fugiat nulla laboris inc"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "aute do fugi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "dolor minim"
},
{
"typeCode": "972",
"value": "ex laboris in"
},
{
"typeCode": "972",
"value": "nostrud"
},
{
"typeCode": "972",
"value": "id sit anim venia"
},
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "ipsum deserunt"
},
{
"typeCode": "972",
"value": "consequat dol"
},
{
"typeCode": "972",
"value": "ex laboris"
},
{
"typeCode": "972",
"value": "consequat cupidatat quis proid"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in"
},
{
"typeCode": "outbound",
"value": "reprehen"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "irure com"
},
{
"typeCode": "AFE",
"value": "Duis veniam commod"
},
{
"typeCode": "AFE",
"value": "laborum "
},
{
"typeCode": "AFE",
"value": "inc"
},
{
"typeCode": "AFE",
"value": "volupta"
},
{
"typeCode": "AFE",
"value": "id aliquip qui"
},
{
"typeCode": "AFE",
"value": "Lorem c"
},
{
"typeCode": "AFE",
"value": "dolor d"
},
{
"typeCode": "AFE",
"value": "Excepteur cillu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "amet id"
},
{
"typeCode": "972",
"value": "officia sunt tempor"
},
{
"typeCode": "972",
"value": "anim ad"
},
{
"typeCode": "972",
"value": "cupidatat ut sed exercitat"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "eu anim "
},
{
"typeCode": "972",
"value": "velit nulla minim"
},
{
"typeCode": "972",
"value": "eu quis sunt ipsum adipisicing"
},
{
"typeCode": "972",
"value": "amet culp"
},
{
"typeCode": "972",
"value": "non"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non amet eu ex"
},
{
"typeCode": "outbound",
"value": "ex officia "
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "exercitation velit"
},
{
"typeCode": "AFE",
"value": "est pariatur"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "commodo"
},
{
"typeCode": "AFE",
"value": "et Lorem"
},
{
"typeCode": "AFE",
"value": "ut incididunt deserunt u"
},
{
"typeCode": "AFE",
"value": "eiusmod cupidatat nisi U"
},
{
"typeCode": "AFE",
"value": "sunt ad in reprehenderit"
},
{
"typeCode": "AFE",
"value": "lab"
},
{
"typeCode": "AFE",
"value": "in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sunt non"
},
{
"typeCode": "972",
"value": "eu aute"
},
{
"typeCode": "972",
"value": "dolore adipisicing Ut"
},
{
"typeCode": "972",
"value": "commodo Lorem qui"
},
{
"typeCode": "972",
"value": "occaeca"
},
{
"typeCode": "972",
"value": "consequat elit "
},
{
"typeCode": "972",
"value": "et consequat"
},
{
"typeCode": "972",
"value": "l"
},
{
"typeCode": "972",
"value": "anim consectetur"
},
{
"typeCode": "972",
"value": "quis irure Duis"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 8,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolor Dui"
},
{
"typeCode": "outbound",
"value": "dolor"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "voluptat"
},
{
"typeCode": "AFE",
"value": "magna dolore cillum"
},
{
"typeCode": "AFE",
"value": "elit ut irure"
},
{
"typeCode": "AFE",
"value": "ut exerc"
},
{
"typeCode": "AFE",
"value": "dol"
},
{
"typeCode": "AFE",
"value": "dolore id dolor in aliqua"
},
{
"typeCode": "AFE",
"value": "ex Ut pariatur"
},
{
"typeCode": "AFE",
"value": "tempor"
},
{
"typeCode": "AFE",
"value": "quis tempor consequat magna"
},
{
"typeCode": "AFE",
"value": "id consequat de"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "occaec"
},
{
"typeCode": "972",
"value": "in amet"
},
{
"typeCode": "972",
"value": "qui aliqua"
},
{
"typeCode": "972",
"value": "exercitation ullamc"
},
{
"typeCode": "972",
"value": "tempor adipi"
},
{
"typeCode": "972",
"value": "cillum ex consequat tem"
},
{
"typeCode": "972",
"value": "ad veniam"
},
{
"typeCode": "972",
"value": "consectetur null"
},
{
"typeCode": "972",
"value": "id"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 10,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis "
},
{
"typeCode": "outbound",
"value": "Duis exercitat"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu do"
},
{
"typeCode": "AFE",
"value": "incidid"
},
{
"typeCode": "AFE",
"value": "deserunt magna ipsum in"
},
{
"typeCode": "AFE",
"value": "et eu c"
},
{
"typeCode": "AFE",
"value": "consectetur cupidatat "
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "anim sed"
},
{
"typeCode": "AFE",
"value": "dolor quis ipsum"
},
{
"typeCode": "AFE",
"value": "voluptate iru"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum ut incididunt"
},
{
"typeCode": "972",
"value": "sunt ullamco"
},
{
"typeCode": "972",
"value": "consectetur"
},
{
"typeCode": "972",
"value": "occaecat comm"
},
{
"typeCode": "972",
"value": "incid"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "Excepteur culpa dolor esse"
},
{
"typeCode": "972",
"value": "id enim sint anim"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "proident nulla tempor"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 3,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa"
},
{
"typeCode": "outbound",
"value": "et irur"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehenderit et ut velit"
},
{
"typeCode": "AFE",
"value": "nostrud "
},
{
"typeCode": "AFE",
"value": "exercita"
},
{
"typeCode": "AFE",
"value": "dolor labore laboris irur"
},
{
"typeCode": "AFE",
"value": "non consectet"
},
{
"typeCode": "AFE",
"value": "dolore do est"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "dolor occae"
},
{
"typeCode": "AFE",
"value": "non"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "dolor fugiat consequat cill"
},
{
"typeCode": "972",
"value": "quis cupidatat "
},
{
"typeCode": "972",
"value": "commodo de"
},
{
"typeCode": "972",
"value": "eli"
},
{
"typeCode": "972",
"value": "volu"
},
{
"typeCode": "972",
"value": "in voluptate"
},
{
"typeCode": "972",
"value": "in ipsum dolor mollit"
},
{
"typeCode": "972",
"value": "v"
},
{
"typeCode": "972",
"value": "sit quis voluptate"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 8,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nisi velit"
},
{
"typeCode": "outbound",
"value": "officia anim tempo"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "culpa Ut voluptate amet"
},
{
"typeCode": "AFE",
"value": "aliqua enim"
},
{
"typeCode": "AFE",
"value": "est labore "
},
{
"typeCode": "AFE",
"value": "et veniam"
},
{
"typeCode": "AFE",
"value": "offici"
},
{
"typeCode": "AFE",
"value": "aliq"
},
{
"typeCode": "AFE",
"value": "ci"
},
{
"typeCode": "AFE",
"value": "ex culpa "
},
{
"typeCode": "AFE",
"value": "id pariatur"
},
{
"typeCode": "AFE",
"value": "elit cupid"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "tempor officia"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "quis id nu"
},
{
"typeCode": "972",
"value": "veniam pariatur"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "minim eiusmod do"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "qui"
}
],
"preCalculatedLineItemTotalValue": 500.75
}
],
"invoice": {
"number": "do sed dolore",
"date": "2025-05-14T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "laboris et"
},
{
"typeCode": "CU",
"value": "non sunt"
},
{
"typeCode": "CU",
"value": "ipsum pariatur occaecat "
},
{
"typeCode": "CU",
"value": "anim in proident"
},
{
"typeCode": "CU",
"value": "Lorem dolor Excepteur "
},
{
"typeCode": "CU",
"value": "deserunt adipisic"
},
{
"typeCode": "CU",
"value": "conseq"
},
{
"typeCode": "CU",
"value": "cillu"
},
{
"typeCode": "CU",
"value": "adipisicing ad occaecat e"
},
{
"typeCode": "CU",
"value": "dolore"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 920.94,
"importTaxesValue": 557.52,
"totalWithImportDutiesAndTaxes": 3279.78
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2764.67,
"preCalculatedTotalInvoiceValue": 1753.18
}
},
"remarks": [
{
"value": "exercitation deserunt eu sint"
},
{
"value": "sunt enim esse ad"
},
{
"value": "in ex ullamco"
}
],
"additionalCharges": [
{
"value": 9,
"typeCode": "delivery"
},
{
"value": 8,
"typeCode": "insurance"
},
{
"value": 6,
"typeCode": "fuel_surcharge"
},
{
"value": 2,
"typeCode": "other"
},
{
"value": 10,
"typeCode": "delivery"
}
],
"placeOfIncoterm": "Jakobview",
"recipientReference": "Srp1DNk4fQ",
"exporter": {
"id": "62642938",
"code": "EkLqq"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "aute est et"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "reprehenderit in v"
},
{
"typeCode": "972",
"value": "Lo"
},
{
"typeCode": "972",
"value": "sint amet"
},
{
"typeCode": "972",
"value": "exercitati"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "in tempor c"
},
{
"typeCode": "972",
"value": "sit proident nulla rep"
},
{
"typeCode": "972",
"value": "laboris fugiat"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 8,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "enim labore eu"
},
{
"typeCode": "outbound",
"value": "esse in Ut quis"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ut con"
},
{
"typeCode": "AFE",
"value": "in et sint aliqua"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "ut consequat anim do"
},
{
"typeCode": "AFE",
"value": "est exe"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "nulla"
},
{
"typeCode": "AFE",
"value": "dolore in sit"
},
{
"typeCode": "AFE",
"value": "irure id "
},
{
"typeCode": "AFE",
"value": "labore ex fu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex qui consect"
},
{
"typeCode": "972",
"value": "Du"
},
{
"typeCode": "972",
"value": "dolor veniam "
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "labore Ut consectetur ut repr"
},
{
"typeCode": "972",
"value": "velit am"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "deserunt dolore tempor ad"
},
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "deserunt voluptate"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 6,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do enim officia qu"
},
{
"typeCode": "outbound",
"value": "in"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehenderit mollit anim sint do"
},
{
"typeCode": "AFE",
"value": "cupidatat "
},
{
"typeCode": "AFE",
"value": "dolor do minim quis in"
},
{
"typeCode": "AFE",
"value": "officia do dolor sit"
},
{
"typeCode": "AFE",
"value": "culpa "
},
{
"typeCode": "AFE",
"value": "dol"
},
{
"typeCode": "AFE",
"value": "occaecat sunt con"
},
{
"typeCode": "AFE",
"value": "esse sit do fugiat laborum"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "enim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "irure in v"
},
{
"typeCode": "972",
"value": "laboris Lorem"
},
{
"typeCode": "972",
"value": "amet dolore"
},
{
"typeCode": "972",
"value": "deserunt eu in amet"
},
{
"typeCode": "972",
"value": "ipsum deserunt enim"
},
{
"typeCode": "972",
"value": "velit consectetur in"
},
{
"typeCode": "972",
"value": "tempor e"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "mollit aliq"
},
{
"typeCode": "972",
"value": "officia Lorem id"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 6,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ul"
},
{
"typeCode": "outbound",
"value": "ut incididunt au"
}
],
"exportReasonType": "return",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu ut"
},
{
"typeCode": "AFE",
"value": "ut occaecat"
},
{
"typeCode": "AFE",
"value": "fugiat vo"
},
{
"typeCode": "AFE",
"value": "est dolore "
},
{
"typeCode": "AFE",
"value": "eu nulla esse laboris in"
},
{
"typeCode": "AFE",
"value": "nostrud in"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "voluptate "
},
{
"typeCode": "AFE",
"value": "exercitation laboru"
},
{
"typeCode": "AFE",
"value": "ull"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "esse dolor lab"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "ea aliqua"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "irure pariatur labori"
},
{
"typeCode": "972",
"value": "proident "
},
{
"typeCode": "972",
"value": "veniam i"
},
{
"typeCode": "972",
"value": "Lorem qui voluptate dolor enim"
},
{
"typeCode": "972",
"value": "id et mollit labore"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 3,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sit veniam"
},
{
"typeCode": "outbound",
"value": "deserunt veniam"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "exercitatio"
},
{
"typeCode": "AFE",
"value": "est qui et consect"
},
{
"typeCode": "AFE",
"value": "Duis ex"
},
{
"typeCode": "AFE",
"value": "nisi eu commo"
},
{
"typeCode": "AFE",
"value": "aliquip non iru"
},
{
"typeCode": "AFE",
"value": "reprehenderit anim id eu aliqu"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "adipisicing aute cupidatat"
},
{
"typeCode": "AFE",
"value": "dolore U"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna elit aliquip ea dol"
},
{
"typeCode": "972",
"value": "Excepteur consequat"
},
{
"typeCode": "972",
"value": "officia i"
},
{
"typeCode": "972",
"value": "quis reprehenderit"
},
{
"typeCode": "972",
"value": "deserunt in Ut"
},
{
"typeCode": "972",
"value": "ad Duis dolor"
},
{
"typeCode": "972",
"value": "ex Ut"
},
{
"typeCode": "972",
"value": "nulla in Ut culpa in"
},
{
"typeCode": "972",
"value": "ipsum repr"
},
{
"typeCode": "972",
"value": "i"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ulla"
},
{
"typeCode": "outbound",
"value": "velit est"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "est in sed consequat"
},
{
"typeCode": "AFE",
"value": "qui eu"
},
{
"typeCode": "AFE",
"value": "consequat cupid"
},
{
"typeCode": "AFE",
"value": "nostrud tempor "
},
{
"typeCode": "AFE",
"value": "magna eu proident"
},
{
"typeCode": "AFE",
"value": "ad cillum incididunt"
},
{
"typeCode": "AFE",
"value": "occaecat quis ut irure"
},
{
"typeCode": "AFE",
"value": "sint exercitation aliquip"
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "enim velit sit eiusmod"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Lorem cupidatat fugiat"
},
{
"typeCode": "972",
"value": "minim voluptate offici"
},
{
"typeCode": "972",
"value": "incididu"
},
{
"typeCode": "972",
"value": "co"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "deserunt ani"
},
{
"typeCode": "972",
"value": "in adipisicing minim Duis am"
},
{
"typeCode": "972",
"value": "veniam enim est do reprehend"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "occaecat"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 7,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Excepte"
},
{
"typeCode": "outbound",
"value": "proident"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "velit irure Ut"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "aliqua sint"
},
{
"typeCode": "AFE",
"value": "in do"
},
{
"typeCode": "AFE",
"value": "consequat laboris pa"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "exercitation commodo"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "qui"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ad do exercita"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "non u"
},
{
"typeCode": "972",
"value": "consectetur l"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "laborum adipisicing do veniam"
},
{
"typeCode": "972",
"value": "amet elit"
},
{
"typeCode": "972",
"value": "nostr"
},
{
"typeCode": "972",
"value": "est mollit"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "do Ut tem"
},
{
"typeCode": "outbound",
"value": "dolore anim"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ex "
},
{
"typeCode": "AFE",
"value": "sed cill"
},
{
"typeCode": "AFE",
"value": "commodo"
},
{
"typeCode": "AFE",
"value": "n"
},
{
"typeCode": "AFE",
"value": "cupidatat proident"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "et dolore consequat Ut"
},
{
"typeCode": "AFE",
"value": "sunt sint irure non"
},
{
"typeCode": "AFE",
"value": "eu esse"
},
{
"typeCode": "AFE",
"value": "deserunt "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "reprehenderit aliqua"
},
{
"typeCode": "972",
"value": "commodo in"
},
{
"typeCode": "972",
"value": "nostrud Lorem te"
},
{
"typeCode": "972",
"value": "consequa"
},
{
"typeCode": "972",
"value": "et nisi occaecat sint"
},
{
"typeCode": "972",
"value": "cillum nulla non"
},
{
"typeCode": "972",
"value": "labore sint veniam"
},
{
"typeCode": "972",
"value": "tempor in incididunt e"
},
{
"typeCode": "972",
"value": "fugiat et incididunt"
},
{
"typeCode": "972",
"value": "elit enim velit d"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 6,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eiusmo"
},
{
"typeCode": "outbound",
"value": "cillum in "
}
],
"exportReasonType": "return",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor magna sun"
},
{
"typeCode": "AFE",
"value": "labore pariatur esse labo"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "adipisicing esse do"
},
{
"typeCode": "AFE",
"value": "eiusmod non reprehenderit sint"
},
{
"typeCode": "AFE",
"value": "commo"
},
{
"typeCode": "AFE",
"value": "culpa"
},
{
"typeCode": "AFE",
"value": "Lorem proi"
},
{
"typeCode": "AFE",
"value": "nulla ipsum fugiat Lor"
},
{
"typeCode": "AFE",
"value": "in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "proident non eu in"
},
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "laboris laborum amet est ci"
},
{
"typeCode": "972",
"value": "do "
},
{
"typeCode": "972",
"value": "esse aliquip eiusmod laborum ci"
},
{
"typeCode": "972",
"value": "anim dolore amet dolor n"
},
{
"typeCode": "972",
"value": "minim Excepteur et dolore"
},
{
"typeCode": "972",
"value": "oc"
},
{
"typeCode": "972",
"value": "co"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 3,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sint cupi"
},
{
"typeCode": "outbound",
"value": "qui nulla enim q"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "culpa dolore cons"
},
{
"typeCode": "AFE",
"value": "non anim aliquip"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "non laborum in a"
},
{
"typeCode": "AFE",
"value": "es"
},
{
"typeCode": "AFE",
"value": "Duis dolor consequat"
},
{
"typeCode": "AFE",
"value": "consectetur velit elit"
},
{
"typeCode": "AFE",
"value": "ess"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "est culp"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "elit nulla aliquip eu"
},
{
"typeCode": "972",
"value": "pariatur ullamco offic"
},
{
"typeCode": "972",
"value": "minim n"
},
{
"typeCode": "972",
"value": "in sunt nulla eu"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "ut amet laborum"
},
{
"typeCode": "972",
"value": "elit et nulla commodo"
},
{
"typeCode": "972",
"value": "ad fugiat"
},
{
"typeCode": "972",
"value": "aute non nostru"
},
{
"typeCode": "972",
"value": "ad"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 7,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolor of"
},
{
"typeCode": "outbound",
"value": "deserunt "
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ut id"
},
{
"typeCode": "AFE",
"value": "fugiat ex esse non in"
},
{
"typeCode": "AFE",
"value": "ip"
},
{
"typeCode": "AFE",
"value": "qui officia Ut irur"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "cillu"
},
{
"typeCode": "AFE",
"value": "consectetur Duis"
},
{
"typeCode": "AFE",
"value": "Excepteur ut"
},
{
"typeCode": "AFE",
"value": "do incididunt sit laboris"
},
{
"typeCode": "AFE",
"value": "ut ad Excepteur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim esse consectetur"
},
{
"typeCode": "972",
"value": "non Lorem officia ex adipi"
},
{
"typeCode": "972",
"value": "Excepteur irure"
},
{
"typeCode": "972",
"value": "Excepteur consectetu"
},
{
"typeCode": "972",
"value": "enim "
},
{
"typeCode": "972",
"value": "consequat dolor adipisicing si"
},
{
"typeCode": "972",
"value": "lab"
},
{
"typeCode": "972",
"value": "proident Ex"
},
{
"typeCode": "972",
"value": "non in "
},
{
"typeCode": "972",
"value": "Ut consectetur"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "incididunt officia anim in ",
"date": "2025-07-12T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "elit dolore do"
},
{
"typeCode": "CU",
"value": "id est sed"
},
{
"typeCode": "CU",
"value": "commodo occaecat ipsum id"
},
{
"typeCode": "CU",
"value": "exer"
},
{
"typeCode": "CU",
"value": "in aliqua"
},
{
"typeCode": "CU",
"value": "veniam irure"
},
{
"typeCode": "CU",
"value": "qui Ut"
},
{
"typeCode": "CU",
"value": "anim et"
},
{
"typeCode": "CU",
"value": "non fugiat dolore"
},
{
"typeCode": "CU",
"value": "nulla eli"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 83.3,
"importTaxesValue": 475.68,
"totalWithImportDutiesAndTaxes": 4842.01
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 387.48,
"preCalculatedTotalInvoiceValue": 2299.97
}
},
"remarks": [
{
"value": "ipsum"
},
{
"value": "Ut nisi id laborum occaecat"
},
{
"value": "exercitation"
}
],
"additionalCharges": [
{
"value": 10,
"typeCode": "export"
},
{
"value": 1,
"typeCode": "logistic"
},
{
"value": 5,
"typeCode": "export"
},
{
"value": 4,
"typeCode": "insurance"
},
{
"value": 6,
"typeCode": "pickup"
}
],
"placeOfIncoterm": "Vanborough",
"recipientReference": "4PWjNYc3XW",
"exporter": {
"id": "51883336",
"code": "XPXHS"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "aliqua mollit"
},
{
"typeCode": "972",
"value": "sunt consectetur magna"
},
{
"typeCode": "972",
"value": "consectetur"
},
{
"typeCode": "972",
"value": "ad nisi dolor"
},
{
"typeCode": "972",
"value": "dolor elit laboris"
},
{
"typeCode": "972",
"value": "Excepteur dolore aute deser"
},
{
"typeCode": "972",
"value": "tempor Duis of"
},
{
"typeCode": "972",
"value": "Excepteur et d"
},
{
"typeCode": "972",
"value": "tempor quis deserunt"
}
],
"incoterm": "DAP"
}
],
"currency": "BYN",
"unitOfMeasurement": "metric"
},
"outputImageProperties": {
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": true
}
]
},
"customerDetails": {
"sellerDetails": {
"postalAddress": {
"postalCode": "16541-5730",
"cityName": "New Darryl",
"countryCode": "MQ",
"provinceCode": "ML",
"addressLine1": "475 Toy Trafficway",
"addressLine2": "Apt. 454",
"addressLine3": "Kutch Streets",
"countyName": "Calhoun County"
},
"contactInformation": {
"email": "Maia7@hotmail.com",
"phone": "1-940-586-5081 x9602",
"mobilePhone": "+17666291165",
"companyName": "Connelly - Gottlieb",
"fullName": "Conrad Lowe III"
},
"typeCode": "other",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "CT823952873",
"issuerCountryCode": "AO"
},
{
"typeCode": "VAT",
"number": "NM528028331",
"issuerCountryCode": "MM"
},
{
"typeCode": "VAT",
"number": "QO657677931",
"issuerCountryCode": "CG"
},
{
"typeCode": "VAT",
"number": "EV957580966",
"issuerCountryCode": "SM"
},
{
"typeCode": "VAT",
"number": "OT661275396",
"issuerCountryCode": "MX"
},
{
"typeCode": "VAT",
"number": "BS711307824",
"issuerCountryCode": "GB"
},
{
"typeCode": "VAT",
"number": "DW648199564",
"issuerCountryCode": "NA"
},
{
"typeCode": "VAT",
"number": "EX205781423",
"issuerCountryCode": "CZ"
},
{
"typeCode": "VAT",
"number": "RS845758324",
"issuerCountryCode": "SM"
},
{
"typeCode": "VAT",
"number": "DL994023242",
"issuerCountryCode": "JO"
}
]
},
"buyerDetails": {
"postalAddress": {
"postalCode": "07047",
"cityName": "North Kenyattabury",
"countryCode": "PA",
"provinceCode": "AE",
"addressLine1": "8491 Church Close",
"addressLine2": "Suite 509",
"addressLine3": "Carolyn Tunnel",
"countyName": "Herefordshire"
},
"contactInformation": {
"email": "Chelsea88@yahoo.com",
"phone": "273-698-7355 x7894",
"mobilePhone": "+17912090839",
"companyName": "Marvin and Sons",
"fullName": "Robert Abernathy"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "CR320733998",
"issuerCountryCode": "NE"
},
{
"typeCode": "VAT",
"number": "EZ557486210",
"issuerCountryCode": "NR"
},
{
"typeCode": "VAT",
"number": "GV181132033",
"issuerCountryCode": "CY"
},
{
"typeCode": "VAT",
"number": "RC631686092",
"issuerCountryCode": "GM"
},
{
"typeCode": "VAT",
"number": "XK872258070",
"issuerCountryCode": "BE"
},
{
"typeCode": "VAT",
"number": "YQ479174239",
"issuerCountryCode": "BA"
},
{
"typeCode": "VAT",
"number": "SK999273151",
"issuerCountryCode": "LV"
},
{
"typeCode": "VAT",
"number": "NB390060365",
"issuerCountryCode": "PM"
},
{
"typeCode": "VAT",
"number": "UD635907757",
"issuerCountryCode": "MK"
},
{
"typeCode": "VAT",
"number": "HJ966241418",
"issuerCountryCode": "MG"
}
],
"typeCode": "private"
},
"importerDetails": {
"postalAddress": {
"postalCode": "82118-7194",
"cityName": "South Camillestad",
"countryCode": "EC",
"provinceCode": "DZ",
"addressLine1": "753 Alfred Street",
"addressLine2": "Apt. 369",
"addressLine3": "Wellington Street",
"countyName": "West Sussex"
},
"contactInformation": {
"email": "Jason.Jaskolski38@gmail.com",
"phone": "616-297-1754 x52594",
"mobilePhone": "+19483232342",
"companyName": "Heathcote, Jacobs and Lesch",
"fullName": "Joy Grady"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "QV668392885",
"issuerCountryCode": "UM"
},
{
"typeCode": "VAT",
"number": "HR384832132",
"issuerCountryCode": "ME"
},
{
"typeCode": "VAT",
"number": "AJ183675672",
"issuerCountryCode": "KR"
},
{
"typeCode": "VAT",
"number": "CC831309363",
"issuerCountryCode": "GM"
},
{
"typeCode": "VAT",
"number": "FQ930769862",
"issuerCountryCode": "LV"
},
{
"typeCode": "VAT",
"number": "SV916440117",
"issuerCountryCode": "JE"
},
{
"typeCode": "VAT",
"number": "OL861880158",
"issuerCountryCode": "MA"
},
{
"typeCode": "VAT",
"number": "MT344328438",
"issuerCountryCode": "HR"
},
{
"typeCode": "VAT",
"number": "HT187208216",
"issuerCountryCode": "IS"
},
{
"typeCode": "VAT",
"number": "FM365161799",
"issuerCountryCode": "PM"
}
],
"typeCode": "private"
},
"exporterDetails": {
"postalAddress": {
"postalCode": "03872-2486",
"cityName": "New Annabell",
"countryCode": "FM",
"provinceCode": "NU",
"addressLine1": "93844 Priory Road",
"addressLine2": "Apt. 276",
"addressLine3": "Otho Stravenue",
"countyName": "Pike County"
},
"contactInformation": {
"email": "Adam54@hotmail.com",
"phone": "1-817-773-7954 x201",
"mobilePhone": "+14076462515",
"companyName": "Cruickshank - Hirthe",
"fullName": "Christine Toy"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "QF029020320",
"issuerCountryCode": "AG"
},
{
"typeCode": "VAT",
"number": "LJ933025839",
"issuerCountryCode": "HM"
},
{
"typeCode": "VAT",
"number": "QA193774130",
"issuerCountryCode": "RU"
},
{
"typeCode": "VAT",
"number": "TW145175186",
"issuerCountryCode": "GP"
},
{
"typeCode": "VAT",
"number": "PV737929572",
"issuerCountryCode": "CD"
},
{
"typeCode": "VAT",
"number": "QU865467096",
"issuerCountryCode": "HU"
},
{
"typeCode": "VAT",
"number": "IL214569395",
"issuerCountryCode": "KG"
},
{
"typeCode": "VAT",
"number": "UE555381113",
"issuerCountryCode": "AS"
},
{
"typeCode": "VAT",
"number": "RU268490066",
"issuerCountryCode": "RO"
},
{
"typeCode": "VAT",
"number": "LI908752481",
"issuerCountryCode": "ID"
}
],
"typeCode": "other"
},
"manufacturerDetails": {
"postalAddress": {
"postalCode": "93054",
"cityName": "Blockchester",
"countryCode": "JP",
"provinceCode": "CF",
"addressLine1": "61125 Augustus Springs",
"addressLine2": "Apt. 772",
"addressLine3": "Waterloo Road",
"countyName": "Greater Manchester"
},
"contactInformation": {
"email": "Heath_Graham91@gmail.com",
"phone": "1-960-986-8092 x347",
"mobilePhone": "+18982878267",
"companyName": "Mann Group",
"fullName": "Joy Ankunding PhD"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "EP777240240",
"issuerCountryCode": "HK"
},
{
"typeCode": "VAT",
"number": "MK940253614",
"issuerCountryCode": "FO"
},
{
"typeCode": "VAT",
"number": "TM829906780",
"issuerCountryCode": "BG"
},
{
"typeCode": "VAT",
"number": "QE879678552",
"issuerCountryCode": "BO"
},
{
"typeCode": "VAT",
"number": "AJ655423510",
"issuerCountryCode": "SD"
},
{
"typeCode": "VAT",
"number": "HB996474774",
"issuerCountryCode": "DK"
},
{
"typeCode": "VAT",
"number": "ZY730794209",
"issuerCountryCode": "JE"
},
{
"typeCode": "VAT",
"number": "YX503631939",
"issuerCountryCode": "BY"
},
{
"typeCode": "VAT",
"number": "HC574214654",
"issuerCountryCode": "NG"
},
{
"typeCode": "VAT",
"number": "SY512273261",
"issuerCountryCode": "TF"
}
],
"typeCode": "government"
},
"ultimateConsigneeDetails": {
"postalAddress": {
"postalCode": "96138",
"cityName": "Berniceside",
"countryCode": "KM",
"provinceCode": "GP",
"addressLine1": "237 Hilpert Expressway",
"addressLine2": "Apt. 145",
"addressLine3": "Josefa Mill",
"countyName": "Franklin County"
},
"contactInformation": {
"email": "Candace_Bechtelar@gmail.com",
"phone": "221-794-7573 x9631",
"mobilePhone": "+12588338732",
"companyName": "Lesch - Swift",
"fullName": "Fred Herzog"
},
"typeCode": "reseller",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "BQ584001950",
"issuerCountryCode": "MK"
},
{
"typeCode": "VAT",
"number": "MU766119868",
"issuerCountryCode": "RE"
},
{
"typeCode": "VAT",
"number": "XW111293003",
"issuerCountryCode": "GB"
},
{
"typeCode": "VAT",
"number": "KO278589269",
"issuerCountryCode": "BB"
},
{
"typeCode": "VAT",
"number": "HG426409460",
"issuerCountryCode": "SO"
},
{
"typeCode": "VAT",
"number": "RL634969707",
"issuerCountryCode": "AI"
},
{
"typeCode": "VAT",
"number": "KH212555302",
"issuerCountryCode": "HR"
},
{
"typeCode": "VAT",
"number": "AO101992742",
"issuerCountryCode": "HT"
},
{
"typeCode": "VAT",
"number": "XQ949634103",
"issuerCountryCode": "RW"
},
{
"typeCode": "VAT",
"number": "TU268567443",
"issuerCountryCode": "FO"
}
]
},
"brokerDetails": {
"postalAddress": {
"postalCode": "29981-7529",
"cityName": "Port Jaren",
"countryCode": "FI",
"provinceCode": "VN",
"addressLine1": "373 Veum Keys",
"addressLine2": "Suite 247",
"addressLine3": "Baumbach Skyway",
"countyName": "Surrey"
},
"contactInformation": {
"email": "Meagan_Cole2@yahoo.com",
"phone": "339-398-8579",
"mobilePhone": "+19453527542",
"companyName": "Padberg and Sons",
"fullName": "Marcus Wolff"
},
"typeCode": "direct_consumer",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "RQ612110900",
"issuerCountryCode": "HT"
},
{
"typeCode": "VAT",
"number": "GD479074224",
"issuerCountryCode": "TC"
},
{
"typeCode": "VAT",
"number": "WH726435071",
"issuerCountryCode": "FO"
},
{
"typeCode": "VAT",
"number": "KS527701721",
"issuerCountryCode": "TZ"
},
{
"typeCode": "VAT",
"number": "US855689810",
"issuerCountryCode": "SD"
},
{
"typeCode": "VAT",
"number": "PW244143252",
"issuerCountryCode": "MG"
},
{
"typeCode": "VAT",
"number": "ZC162285510",
"issuerCountryCode": "JO"
},
{
"typeCode": "VAT",
"number": "KH038466828",
"issuerCountryCode": "DM"
},
{
"typeCode": "VAT",
"number": "WH203013031",
"issuerCountryCode": "LK"
},
{
"typeCode": "VAT",
"number": "FM144917379",
"issuerCountryCode": "KZ"
}
]
}
}
}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* | transport-accompanying-document |
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* | "veniam cillum ut Excepteur ex" |
{
"documents": [
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded document"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "5678901234",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "7890123456",
"typeCode": "commercial invoice",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded document"
},
{
"shipmentTrackingNumber": "9876543210",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "7890123456",
"typeCode": "commercial invoice",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "waybill",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "5432109876",
"typeCode": "waybill",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "4321098765",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded document"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "archived zip documents",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded image"
}
]
}{
"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* | "sed nulla dolor velit" |
{
"originalPlannedShippingDate": "2025-05-01T00:00:00.0Z",
"productCode": "D",
"accounts": [
{
"typeCode": "shipper",
"number": "457086701"
},
{
"typeCode": "shipper",
"number": "050248936"
},
{
"typeCode": "shipper",
"number": "105570676"
}
],
"outputImageProperties": {
"printerDPI": 300,
"encodingFormat": "pdf",
"customerBarcodes": [
{
"content": "barcode content 3",
"textBelowBarcode": "text below barcode 2",
"symbologyCode": 93
}
],
"customerLogos": [
{
"fileFormat": "PNG",
"content": "barcode content 3"
}
],
"imageOptions": [
{
"typeCode": "label",
"templateName": "ECOM_A4_RU_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 0,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ARCH_8X4_A4_002",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_003",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 0,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Confidential",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ARCH_A4_RU_002",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Order Number"
},
{
"typeCode": "label",
"templateName": "ECOM_A4_RU_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Urgent",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_001",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 0,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Handle with care",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ARCH_8X4",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Order Number"
},
{
"typeCode": "label",
"templateName": "ARCH_8X4_A4_002",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 1,
"renderDHLLogo": true,
"fitLabelsToA4": false,
"labelFreeText": "Urgent",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_001",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": true,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_A4_001",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": true,
"fitLabelsToA4": true,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 2"
}
],
"returnAllPieceLabels": true,
"splitTransportAndWaybillDocLabels": true,
"allDocumentsInOneImage": true,
"splitDocumentsByPages": false
},
"content": {
"packages": [
{
"typeCode": "2BP",
"weight": 17.75,
"dimensions": {
"length": 58,
"width": 54,
"height": 26
},
"customerReferences": [
{
"value": "DohGnnx2as",
"typeCode": "CU"
},
{
"value": "WHlJnR57wm",
"typeCode": "CU"
},
{
"value": "QJ4dGdYmJb",
"typeCode": "CU"
},
{
"value": "g8Ld4f5J0w",
"typeCode": "CU"
},
{
"value": "rlEmWhtfx5",
"typeCode": "CU"
},
{
"value": "aD6aCms5aF",
"typeCode": "CU"
},
{
"value": "BSb6pDwgg3",
"typeCode": "CU"
},
{
"value": "pwgRko06X6",
"typeCode": "CU"
},
{
"value": "CvAkrdGcE6",
"typeCode": "CU"
},
{
"value": "iWMPtACggI",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "7047142621",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "6306263672",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "5840452284",
"dataIdentifier": "01"
}
],
"description": "The Ali Chicken is the latest in a series of cheerful products from Ku",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Loc: Building A"
},
{
"position": "left",
"symbologyCode": "93",
"content": "ABCDEFGHIJ",
"textBelowBarcode": "Code: UVWXY"
}
],
"labelText": [
{
"position": "left",
"caption": "Serial Number",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Batch Code",
"value": "London"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "London"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "2.5"
},
{
"position": "left",
"caption": "Part Number",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Serial Number",
"value": "ITEM-PQRST"
}
],
"labelDescription": "Practical Chips designed with Cotton for delectable performance",
"referenceNumber": 15411,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 41,
"dimensions": {
"length": 7,
"width": 18,
"height": 35
},
"customerReferences": [
{
"value": "f5J0ShssMh",
"typeCode": "CU"
},
{
"value": "uSgAKoM4eg",
"typeCode": "CU"
},
{
"value": "r0nEFLAVmw",
"typeCode": "CU"
},
{
"value": "X71YVmbXi1",
"typeCode": "CU"
},
{
"value": "RYVEFqHNR3",
"typeCode": "CU"
},
{
"value": "139TbFo0mv",
"typeCode": "CU"
},
{
"value": "XjnODqiMm1",
"typeCode": "CU"
},
{
"value": "xKAAb8yO8p",
"typeCode": "CU"
},
{
"value": "RABzaGc28I",
"typeCode": "CU"
},
{
"value": "r8IwAHqUJS",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "7531268781",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "9495801417",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "5307373911",
"dataIdentifier": "03"
}
],
"description": "The Wilbert Chips is the latest in a series of interesting products fr",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Order: 67890"
},
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Ref: 12345"
}
],
"labelText": [
{
"position": "left",
"caption": "Customer Ref",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Item Code",
"value": "London"
},
{
"position": "left",
"caption": "Destination",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Order ID",
"value": "2.5"
},
{
"position": "left",
"caption": "Batch Code",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Order ID",
"value": "BATCH-KLMNO"
}
],
"labelDescription": "Gutmann - Miller's most advanced Pants technology increases frivolous capabiliti",
"referenceNumber": 87515,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 16.32,
"dimensions": {
"length": 45,
"width": 72,
"height": 67
},
"customerReferences": [
{
"value": "p3sveWSbXM",
"typeCode": "CU"
},
{
"value": "WQE8dHI0kW",
"typeCode": "CU"
},
{
"value": "3Ej5IwKKCC",
"typeCode": "CU"
},
{
"value": "LBvqgyR4hS",
"typeCode": "CU"
},
{
"value": "6bzL9uUJN6",
"typeCode": "CU"
},
{
"value": "lqw4HMYQtW",
"typeCode": "CU"
},
{
"value": "aSKFwoHXBQ",
"typeCode": "CU"
},
{
"value": "VnSOBeg1Eh",
"typeCode": "CU"
},
{
"value": "GezGrxFPyL",
"typeCode": "CU"
},
{
"value": "SFOH2XDRtv",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "4604816242",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "2157075819",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "9069750930",
"dataIdentifier": "03"
}
],
"description": "Ergonomic Towels made with Rubber for all-day warm support",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Batch: PQRST"
},
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Batch: PQRST"
}
],
"labelText": [
{
"position": "left",
"caption": "Item Code",
"value": "New York"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Destination",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "2025-12-02"
}
],
"labelDescription": "Discover the giraffe-like agility of our Cheese, perfect for usable users",
"referenceNumber": 24013,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 7.85,
"dimensions": {
"length": 23,
"width": 65,
"height": 94
},
"customerReferences": [
{
"value": "Q4BiFkvD35",
"typeCode": "CU"
},
{
"value": "eMhd3M9kZ8",
"typeCode": "CU"
},
{
"value": "26NThNEwnA",
"typeCode": "CU"
},
{
"value": "wx7yQg47Qa",
"typeCode": "CU"
},
{
"value": "JdWycdjiMi",
"typeCode": "CU"
},
{
"value": "NHHbYQxZxr",
"typeCode": "CU"
},
{
"value": "VUU4YnNV5M",
"typeCode": "CU"
},
{
"value": "0WEcyBm6Za",
"typeCode": "CU"
},
{
"value": "H0EJVj8ync",
"typeCode": "CU"
},
{
"value": "ZrbsQKfjTH",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "1689911502",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "8307319835",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "7456591168",
"dataIdentifier": "01"
}
],
"description": "The Advanced encompassing application Shoes offers reliable performanc",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Item: Z1A2B"
},
{
"position": "left",
"symbologyCode": "93",
"content": "ABCDEFGHIJ",
"textBelowBarcode": "Ref: 12345"
}
],
"labelText": [
{
"position": "left",
"caption": "Order ID",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Order ID",
"value": "New York"
},
{
"position": "left",
"caption": "Part Number",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "2.5"
}
],
"labelDescription": "Our zesty-inspired Mouse brings a taste of luxury to your grizzled lifestyle",
"referenceNumber": 31224,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 0.22,
"dimensions": {
"length": 39,
"width": 2,
"height": 99
},
"customerReferences": [
{
"value": "MXhfv5G5Jy",
"typeCode": "CU"
},
{
"value": "tBayMlQv8e",
"typeCode": "CU"
},
{
"value": "Cr8YMravNL",
"typeCode": "CU"
},
{
"value": "IOwAB654kU",
"typeCode": "CU"
},
{
"value": "WLc4AP83AY",
"typeCode": "CU"
},
{
"value": "Dah0PPED6i",
"typeCode": "CU"
},
{
"value": "j5ymLrojBr",
"typeCode": "CU"
},
{
"value": "Oil3AfuU7G",
"typeCode": "CU"
},
{
"value": "RQDCc0W4qp",
"typeCode": "CU"
},
{
"value": "6ecGcxsMFe",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "0059566102",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "8295973299",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "1553465190",
"dataIdentifier": "02"
}
],
"description": "McDermott, Christiansen and Robel's most advanced Hat technology incre",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "JIHGFEDCBA",
"textBelowBarcode": "Batch: PQRST"
},
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Part: FGHIJ"
}
],
"labelText": [
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Serial Number",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Origin",
"value": "New York"
},
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Destination",
"value": "2.5"
},
{
"position": "left",
"caption": "Destination",
"value": "SER-FGHIJ"
}
],
"labelDescription": "Savor the crispy essence in our Mouse, designed for unique culinary adventures",
"referenceNumber": 49780,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 47.56,
"dimensions": {
"length": 19,
"width": 74,
"height": 2
},
"customerReferences": [
{
"value": "flx3ZVP9ZZ",
"typeCode": "CU"
},
{
"value": "I5SVfuvrYs",
"typeCode": "CU"
},
{
"value": "5kBWtDxGQz",
"typeCode": "CU"
},
{
"value": "DcRD9DIx4t",
"typeCode": "CU"
},
{
"value": "CAUBCISrJX",
"typeCode": "CU"
},
{
"value": "EiizDBgnUB",
"typeCode": "CU"
},
{
"value": "aKTUi8wshv",
"typeCode": "CU"
},
{
"value": "tylddTqpBr",
"typeCode": "CU"
},
{
"value": "FHTMTYZPDy",
"typeCode": "CU"
},
{
"value": "WvKUHe7q6Q",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "5314757091",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "9236169484",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "3963565334",
"dataIdentifier": "02"
}
],
"description": "The sleek and vibrant Towels comes with magenta LED lighting for smart",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Code: UVWXY"
},
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Cust: ABCDE"
}
],
"labelText": [
{
"position": "left",
"caption": "Customer Ref",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Item Code",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Batch Code",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Destination",
"value": "ORD-12345"
}
],
"labelDescription": "Ergonomic Chair made with Gold for all-day married support",
"referenceNumber": 84509,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 10.76,
"dimensions": {
"length": 81,
"width": 20,
"height": 60
},
"customerReferences": [
{
"value": "KytzAkKy8P",
"typeCode": "CU"
},
{
"value": "J2uUNdpOZk",
"typeCode": "CU"
},
{
"value": "p7v7Oeh2SU",
"typeCode": "CU"
},
{
"value": "CzYvR4vJ2U",
"typeCode": "CU"
},
{
"value": "TKZGItPdN2",
"typeCode": "CU"
},
{
"value": "x3hYH1Wyob",
"typeCode": "CU"
},
{
"value": "NuJoJb8Tdd",
"typeCode": "CU"
},
{
"value": "ZevPqa4Fwb",
"typeCode": "CU"
},
{
"value": "WU6aIIDMS8",
"typeCode": "CU"
},
{
"value": "xT4swosrDP",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "0036008511",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "7488161622",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "6041986543",
"dataIdentifier": "01"
}
],
"description": "Savor the sour essence in our Fish, designed for wretched culinary adv",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Item: Z1A2B"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Order: 67890"
}
],
"labelText": [
{
"position": "left",
"caption": "Serial Number",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "New York"
},
{
"position": "left",
"caption": "Batch Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Origin",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Order ID",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Batch Code",
"value": "BATCH-KLMNO"
}
],
"labelDescription": "Ergonomic Salad made with Concrete for all-day agile support",
"referenceNumber": 79796,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 9.11,
"dimensions": {
"length": 71,
"width": 66,
"height": 24
},
"customerReferences": [
{
"value": "DP5lu82fOw",
"typeCode": "CU"
},
{
"value": "IcLESeYscA",
"typeCode": "CU"
},
{
"value": "FhIjDpysdi",
"typeCode": "CU"
},
{
"value": "dNvyIuEz6A",
"typeCode": "CU"
},
{
"value": "xzQgu7xpNu",
"typeCode": "CU"
},
{
"value": "0noZUS83kO",
"typeCode": "CU"
},
{
"value": "4iGoadDabv",
"typeCode": "CU"
},
{
"value": "aoE8aa3bn8",
"typeCode": "CU"
},
{
"value": "THNXRrSkbk",
"typeCode": "CU"
},
{
"value": "rMBVMbUJTu",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "4962308480",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "9598400769",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "2044766562",
"dataIdentifier": "01"
}
],
"description": "The Programmable analyzing time-frame Sausages offers reliable perform",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Part: FGHIJ"
},
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Order: 67890"
}
],
"labelText": [
{
"position": "left",
"caption": "Date Shipped",
"value": "2.5"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Part Number",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Item Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Item Code",
"value": "London"
}
],
"labelDescription": "Handcrafted Bike designed with Metal for general performance",
"referenceNumber": 11428,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 15.94,
"dimensions": {
"length": 62,
"width": 10,
"height": 44
},
"customerReferences": [
{
"value": "Gx3uoxvTzw",
"typeCode": "CU"
},
{
"value": "mdTkdOi1qG",
"typeCode": "CU"
},
{
"value": "jjK3N2EQYn",
"typeCode": "CU"
},
{
"value": "z479LGFqJC",
"typeCode": "CU"
},
{
"value": "12xxLVFxTf",
"typeCode": "CU"
},
{
"value": "xQbw4VaaSR",
"typeCode": "CU"
},
{
"value": "sO42QFzjr7",
"typeCode": "CU"
},
{
"value": "WpKthhCA3i",
"typeCode": "CU"
},
{
"value": "wlSClfcJrA",
"typeCode": "CU"
},
{
"value": "c2s5NTeqoJ",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "9874979309",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "7107049367",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "2151333983",
"dataIdentifier": "00"
}
],
"description": "Introducing the Norway-inspired Salad, blending fake style with local ",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Item: Z1A2B"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Code: UVWXY"
}
],
"labelText": [
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Destination",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "ITEM-PQRST"
}
],
"labelDescription": "Our rich-inspired Chips brings a taste of luxury to your soggy lifestyle",
"referenceNumber": 89212,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 23.95,
"dimensions": {
"length": 47,
"width": 82,
"height": 17
},
"customerReferences": [
{
"value": "bssrnzRnLR",
"typeCode": "CU"
},
{
"value": "FKyvsZCKUL",
"typeCode": "CU"
},
{
"value": "F3tgAfyFTu",
"typeCode": "CU"
},
{
"value": "dZzUBNA0TQ",
"typeCode": "CU"
},
{
"value": "EF6m2O66YX",
"typeCode": "CU"
},
{
"value": "3T4aDOV64i",
"typeCode": "CU"
},
{
"value": "jWu9Af0udG",
"typeCode": "CU"
},
{
"value": "TibC1gMNHf",
"typeCode": "CU"
},
{
"value": "MhsoqsIvTV",
"typeCode": "CU"
},
{
"value": "c4xvrkqdod",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "7770868435",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "0146847208",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "8018139452",
"dataIdentifier": "00"
}
],
"description": "Franey and Sons's most advanced Fish technology increases dirty capabi",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Loc: Building A"
},
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Item: Z1A2B"
}
],
"labelText": [
{
"position": "left",
"caption": "Serial Number",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Item Code",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Serial Number",
"value": "New York"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Item Code",
"value": "2025-12-02"
}
],
"labelDescription": "Our juicy-inspired Gloves brings a taste of luxury to your regal lifestyle",
"referenceNumber": 29899,
"isThisTheLastPackageAdded": false
}
]
},
"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* | "anim dolor cupidatat quis" |
{
"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 | ["4","5"] |
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* | "minim eiusmod" |
{
"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* | "mollit ea" |
{
"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"
}