FedEx Consolidation API Virtual Sandbox
Manage and track consolidated shipping workflows for multi-package logistics.
The FedEx Consolidation API enables developers to manage consolidated shipments, including creating, confirming, and retrieving consolidation details. This service supports complex logistics workflows by allowing users to group individual shipments, manage confirmation results, and handle deletions within a consolidated shipping structure.
Use this hosted sandbox to simulate FedEx Consolidation API APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate consolidation request payloads, shipment grouping logic, confirmation status handling, and error responses for multi-package logistics workflows before integrating with live FedEx shipping systems.
General(9 operations)
PUT
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
authorization* | "Bearer XXXXX" |
content-type* | "application/json" |
{
"accountNumber": {
"value": "123456789"
},
"consolidationKey": {
"date": "2025-11-14T00:00:00.0Z",
"index": "3183",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"requestedConsolidation": {
"bookingNumber": "1592",
"consolidationDataSources": [
{
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
},
{
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
},
{
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
},
{
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
}
],
"consolidationDocumentSpecification": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": {
"0": "CONSOLIDATED_COMMERCIAL_INVOICE",
"1": "CUSTOMS_PACKING_LIST",
"2": "CRN_REPORT",
"3": "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"4": "CONDENSED_CRN_REPORT",
"5": "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"6": "CONSOLIDATED_PARTY_REPORT",
"7": "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"8": "CUSTOM_CONSOLIDATION_DOCUMENT",
"9": "CERTIFICATE_OF_ORIGIN",
"10": "COMMERCIAL_INVOICE",
"11": "CUSTOM_PACKAGE_DOCUMENT",
"12": "CUSTOM_SHIPMENT_DOCUMENT",
"13": "CUSTOMER_SPECIFIED_LABELS",
"14": "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"15": "EXPORT_DECLARATION",
"16": "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"17": "GENERAL_AGENCY_AGREEMENT",
"18": "LABEL",
"19": "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"20": "USMCA_CERTIFICATION_OF_ORIGIN",
"21": "OP_900",
"22": "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"23": "PRO_FORMA_INVOICE",
"24": "RETURN_INSTRUCTIONS",
"25": "VICS_BILL_OF_LADING"
},
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"crnShippingDocumentTypes": "[\"RETURN_INSTRUCTIONS\",\"DANGEROUS_GOODS_SHIPPERS_DECLARATION\"]",
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "0sncxN7i"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "5Wp3SasC"
}
],
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": [
{
"effectiveDate": "2000-01-23T04:56:07.000+00:00",
"expirationDate": "2000-01-23T04:56:07.000+00:00",
"number": "123567",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": [
{
"effectiveDate": "2000-01-23T04:56:07.000+00:00",
"expirationDate": "2000-01-23T04:56:07.000+00:00",
"number": "123567",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"type": "TYPE1"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": {
"0": "optional comments for the commercial invoice"
},
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "EDwINNTV"
}
],
"declarationStatement": "0wFsc1hV83HOtbpnY5an",
"freightCharge": {
"amount": 95.85,
"currency": "SYP"
},
"handlingCosts": {
"amount": 3.01,
"currency": "ISK"
},
"originatorName": "Armando Becker",
"packingCosts": {
"amount": 9.31,
"currency": "BWP"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "2dG0mlJ3Z640bRy",
"specialInstructions": "gOBcRztqT3BHAcx",
"taxesOrMiscellaneousCharge": {
"amount": 37.03,
"currency": "SZL"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DDP"
},
"commodities": [
{
"clearanceItemDetail": [
{
"address": {
"city": "New Miguelhaven",
"countryCode": "GB",
"postalCode": "40487",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Weimann - Price"
},
"id": "la02wayq0L",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Strackeville",
"countryCode": "TC",
"postalCode": "60522",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Mayer, Renner and Hintz"
},
"id": "XrdMac8QxA",
"role": "MANUFACTURER"
}
],
"commodityId": "SKFrO1",
"countryOfManufacture": "CX",
"customsValue": {
"amount": 1685.8,
"currency": "TWD"
},
"description": "Introducing the Tuvalu-inspired Chicken, blending devoted style with local craftsmanship",
"name": "Luxurious Ceramic Soap",
"numberOfPieces": 95,
"quantity": 31,
"quantityUnits": "EA",
"unitPrice": {
"amount": 2250.81,
"currency": "LBP"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement1",
"Statement2"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Murazikburgh",
"countryCode": "CW",
"postalCode": "50660-4621",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "Bldg. 10",
"1": "10 FedEx Parkway"
}
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": {
"0": "USA",
"1": "India"
},
"endUser": "Bobby Cremin",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "dw6iQUeWFVNkCTdI",
"permitNumber": "90172"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Annettechester",
"countryCode": "SX",
"postalCode": "81951",
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1550 Union Blvd",
"1": "Suite 302"
}
},
"contact": {
"companyName": "Hayes - Terry",
"emailAddress": "Hattie_Wiza@yahoo.com",
"personName": "Lillian Moore-Gutkowski",
"phoneExtension": "70",
"phoneNumber": "(724) 331-3844"
}
},
"insuranceCharges": {
"amount": 3036.76,
"currency": "DKK"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "277"
},
"regulatoryControls": {
"0": "N",
"1": "O",
"2": "T",
"3": "_",
"4": "I",
"5": "N",
"6": "_",
"7": "F",
"8": "R",
"9": "E",
"10": "E",
"11": "_",
"12": "C",
"13": "I",
"14": "R",
"15": "C",
"16": "U",
"17": "L",
"18": "A",
"19": "T",
"20": "I",
"21": "O",
"22": "N"
},
"totalCustomsValue": {
"amount": 3014.26,
"currency": "USD"
}
},
"description": "Intelligent Sausages designed with Granite for international performance",
"distributionLocation": {
"clearanceNumber": "831",
"id": "900",
"inclusionSpecifications": [
"iZiGg",
"o0yYY"
],
"locationContactAndAddress": {
"address": {
"city": "Rosenbaumbury",
"countryCode": "BN",
"postalCode": "61785",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "Bldg. 10",
"1": "10 FedEx Parkway"
}
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"locationId": "ZLQO",
"locationNumber": 75,
"type": "CUSTOMER_SPECIFIED"
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "RZRI",
"declarationCurrencies": [
{
"currency": "DKK",
"value": "CUSTOMS_VALUE"
},
{
"currency": "RON",
"value": "CUSTOMS_VALUE"
},
{
"currency": "MNT",
"value": "CUSTOMS_VALUE"
}
],
"dropOffType": "DROP_BOX",
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalInsuredValue": {
"amount": 2255.74,
"currency": "HUF"
},
"unitSystem": "ENGLISH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "MszPUl",
"zoneNumber": 8
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "vbUHUx",
"zoneNumber": 8
}
]
}
},
"maskedData": [
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
],
"regulatoryLabels": [
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
}
]
},
"dispositions": [
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Solon87@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Elbert.Hickle@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Asa_Wolf61@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Simone.Hills@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "SE",
"language": "fr"
}
},
"grouping": "INDIVIDUAL",
"printDetail": {
"printerId": "nah3NrHf"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/home",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Crystal_Jacobs35@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Davion63@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Wendell.Cormier@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Kade_Hagenes@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "RO",
"language": "fr"
}
},
"grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
"printDetail": {
"printerId": "2ilyFc0E"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/etc/periodic",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Hollie_Daugherty6@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Stanley94@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Bernardo_Farrell1@yahoo.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "SC",
"language": "fr"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "QT8bslHn"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/Applications",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Eda.Casper84@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Loraine20@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Arely_Emmerich@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "SG",
"language": "zh"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "eerb4yK9"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/lib",
"fileSuffix": ".png",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Icie40@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Eveline_Collins21@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Kaycee.Reichel38@yahoo.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "CU",
"language": "de"
}
},
"grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
"printDetail": {
"printerId": "LDhwOPqT"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/usr/lib",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
}
],
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelOrder": "SHIPPING_LABEL_FIRST",
"labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
"labelRotation": "UPSIDE_DOWN",
"labelStockType": "PAPER_7X475",
"printedLabelOrigin": {
"address": {
"city": "Caspercester",
"countryCode": "CA",
"postalCode": "46857-6424",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "Bldg. 10",
"1": "10 FedEx Parkway"
}
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"processingOptionsRequested": {
"options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
},
"resolution": 300
},
"origin": {
"address": {
"city": "Cupertino",
"countryCode": "LS",
"postalCode": "21757",
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1550 Union Blvd",
"1": "Suite 302"
}
},
"contact": {
"companyName": "Pfannerstill and Sons",
"emailAddress": "Keira18@hotmail.com",
"personName": "Monique Kiehn",
"phoneExtension": "20",
"phoneNumber": "(573) 470-3915"
}
},
"processingOption": {
"options": [
"REQUIRE_PRE_EPIC_BARCODE",
"REQUIRE_PRE_EPIC_BARCODE",
"REQUIRE_PRE_EPIC_BARCODE",
"REQUIRE_PRE_EPIC_BARCODE",
"REQUIRE_PRE_EPIC_BARCODE"
]
},
"shipDatestamp": "2026-02-08T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "North Rose",
"countryCode": "MX",
"postalCode": "74281",
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1550 Union Blvd",
"1": "Suite 302"
}
},
"contact": {
"companyName": "Hessel Inc",
"emailAddress": "Benny_Hilll53@hotmail.com",
"personName": "Mr. Darrin Wolff",
"phoneExtension": "98",
"phoneNumber": "(354) 917-5506"
},
"tins": [
{
"effectiveDate": "2026-05-14T00:00:00.0Z",
"expirationDate": "2027-03-27T00:00:00.0Z",
"number": "230321",
"tinType": "PERSONAL_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-10-13T00:00:00.0Z",
"expirationDate": "2027-09-25T00:00:00.0Z",
"number": "527169",
"tinType": "PERSONAL_STATE",
"usage": "usage"
},
{
"effectiveDate": "2025-05-22T00:00:00.0Z",
"expirationDate": "2027-04-27T00:00:00.0Z",
"number": "523262",
"tinType": "PERSONAL_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-12-19T00:00:00.0Z",
"expirationDate": "2028-06-29T00:00:00.0Z",
"number": "180022",
"tinType": "PERSONAL_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-12-22T00:00:00.0Z",
"expirationDate": "2027-07-19T00:00:00.0Z",
"number": "143514",
"tinType": "PERSONAL_STATE",
"usage": "customs"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "North Reba",
"countryCode": "MA",
"postalCode": "29757",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "Bldg. 10",
"1": "10 FedEx Parkway"
}
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"soldTo": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "West Jordan",
"countryCode": "KG",
"postalCode": "24165",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1550 Union Blvd",
"1": "Suite 302"
}
},
"contact": {
"companyName": "DuBuque, Mann and Hegmann",
"emailAddress": "Bernie_Haley@gmail.com",
"personName": "Joseph Lindgren",
"phoneNumber": "(347) 275-9590"
},
"tins": [
{
"effectiveDate": "2024-10-25T00:00:00.0Z",
"expirationDate": "2026-07-02T00:00:00.0Z",
"number": "101650",
"tinType": "PERSONAL_STATE",
"usage": "usage"
},
{
"effectiveDate": "2026-03-05T00:00:00.0Z",
"expirationDate": "2027-05-23T00:00:00.0Z",
"number": "038959",
"tinType": "PERSONAL_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-10-24T00:00:00.0Z",
"expirationDate": "2026-08-31T00:00:00.0Z",
"number": "488944",
"tinType": "PERSONAL_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-03-31T00:00:00.0Z",
"expirationDate": "2027-12-09T00:00:00.0Z",
"number": "973697",
"tinType": "PERSONAL_STATE",
"usage": "usage"
}
]
},
"specialServicesRequested": {
"priorityAlertDetail": {
"content": {
"0": "string"
},
"enhancementTypes": {
"0": "PRIORITY_ALERT_PLUS"
}
},
"specialServiceTypes": "PRIORITY_ALERT"
},
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "FEDX",
"payment": {
"amount": {
"amount": 418.94,
"currency": "CLP"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Howellcester",
"classification": "BUSINESS",
"countryCode": "NL",
"countryName": "Tajikistan",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "35104",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "[",
"1": "1",
"2": "0",
"3": " ",
"4": "F",
"5": "e",
"6": "d",
"7": "E",
"8": "x",
"9": " ",
"10": "P",
"11": "a",
"12": "r",
"13": "k",
"14": "w",
"15": "a",
"16": "y",
"17": ",",
"18": " ",
"19": "S",
"20": "u",
"21": "i",
"22": "t",
"23": "e",
"24": " ",
"25": "3",
"26": "0",
"27": "2",
"28": "]"
},
"urbanizationCode": "Rt"
},
"contact": {
"companyName": "Kunze - Ebert",
"emailAddress": "Irwin87@hotmail.com",
"faxNumber": "6840188712",
"pagerNumber": "7156127",
"personName": {
"firstName": "Sarai",
"lastName": "Runolfsson",
"middleName": "Kennedy",
"prefix": "Mr.",
"suffix": "I",
"title": "Mayor"
},
"phoneExtension": "24",
"phoneNumber": "1666143711",
"phoneNumberAreaCode": "928",
"phoneNumberCountryCode": "00",
"title": "Dr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2026-10-31T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-12-09T00:00:00.0Z",
"number": "6011-9174-3000-8069",
"verificationCode": "061"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": {
"0": "O",
"1": "R",
"2": "I",
"3": "G",
"4": "I",
"5": "N",
"6": "A",
"7": "T",
"8": "E",
"9": "D",
"10": "_",
"11": "B",
"12": "Y",
"13": "_",
"14": "A",
"15": "U",
"16": "T",
"17": "H",
"18": "O",
"19": "R",
"20": "I",
"21": "Z",
"22": "E",
"23": "D",
"24": "_",
"25": "P",
"26": "E",
"27": "R",
"28": "S",
"29": "O",
"30": "N",
"31": "N",
"32": "E",
"33": "L"
}
},
"authorizationId": "Fo5o2XGqii",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "IVyJRf3PJvOp6tvqlL9W",
"ipAddress": "90.84.175.175"
},
"payorAuthenticationCode": "NLYwBtFRV",
"payorAuthenticationSessionId": "0779939",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 20.14,
"currency": "DJF"
},
"creditCardExpirationDate": "2027-12-23T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "737243071",
"address": {
"city": "Jonathanfurt",
"classification": "BUSINESS",
"countryCode": "TV",
"countryName": "Barbados",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "80872",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "[",
"1": "1",
"2": "0",
"3": " ",
"4": "F",
"5": "e",
"6": "d",
"7": "E",
"8": "x",
"9": " ",
"10": "P",
"11": "a",
"12": "r",
"13": "k",
"14": "w",
"15": "a",
"16": "y",
"17": ",",
"18": " ",
"19": "S",
"20": "u",
"21": "i",
"22": "t",
"23": "e",
"24": " ",
"25": "3",
"26": "0",
"27": "2",
"28": "]"
},
"urbanizationCode": "jZ"
},
"contact": {
"companyName": "Hessel, Cassin and Anderson",
"contactId": "818",
"emailAddress": "Giovanna.Rice@hotmail.com",
"faxNumber": "0181644365",
"pagerNumber": "8355245",
"personName": "Isabel Cassin",
"phoneExtension": "92",
"phoneNumber": "0482603650",
"title": "Dr",
"tollFreePhoneNumber": "2080746"
},
"tins": [
{
"effectiveDate": "2024-07-21T00:00:00.0Z",
"expirationDate": "2028-05-10T00:00:00.0Z",
"number": "170801",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-07-14T00:00:00.0Z",
"expirationDate": "2027-09-21T00:00:00.0Z",
"number": "455258",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-08-19T00:00:00.0Z",
"expirationDate": "2028-04-17T00:00:00.0Z",
"number": "771817",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 1,
"expressPacakgeCount": 4,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 531
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 882
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 257
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 305
},
"groundPackageCount": 38,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 276
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 939
},
"numberOfUnconsolidatedCommodities": 14
}
}
},
"version": {
"major": 4,
"minor": 2,
"patch": 1
}
}{
"customerTransactionId": "69rPnTVh4hBSRjBRa4tb",
"output": {
"modifyConsolidation": {
"bookingNumber": "155574347591",
"consolidationDataSources": {
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
},
"consolidationDocumentSpecification": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT",
"COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"CONDENSED_CRN_REPORT",
"CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"CONSOLIDATED_PARTY_REPORT",
"CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"CUSTOM_CONSOLIDATION_DOCUMENT",
"CERTIFICATE_OF_ORIGIN",
"COMMERCIAL_INVOICE",
"CUSTOM_PACKAGE_DOCUMENT",
"CUSTOM_SHIPMENT_DOCUMENT",
"CUSTOMER_SPECIFIED_LABELS",
"DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"EXPORT_DECLARATION",
"FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"GENERAL_AGENCY_AGREEMENT",
"LABEL",
"USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"USMCA_CERTIFICATION_OF_ORIGIN",
"OP_900",
"PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"PRO_FORMA_INVOICE",
"RETURN_INSTRUCTIONS",
"VICS_BILL_OF_LADING"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "6826"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "9453"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "2531"
}
],
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "7353"
},
"declarationStatement": "0HLd0S4wZXoTZlBjaEUI",
"freightCharge": {
"amount": 159.22,
"currency": "KYD"
},
"handlingCosts": {
"amount": 2.96,
"currency": "SCR"
},
"originatorName": "Gene Bradtke",
"packingCosts": {
"amount": 2.67,
"currency": "MWK"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "kWDv8QA4PrdCrfU",
"taxesOrMiscellaneousCharge": {
"amount": 27.56,
"currency": "CNY"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DDP"
},
"commodities": [
{
"cIMarksAndNumbers": "EkegTiFRP3",
"clearanceItemDetail": [
{
"address": {
"city": "New Josh",
"countryCode": "UY",
"postalCode": "92586",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Halvorson and Sons"
},
"id": "oZyPSYs4XC",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Peytonchester",
"countryCode": "NA",
"postalCode": "78643-9022",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Fahey and Sons"
},
"id": "gzMH5zOGXG",
"role": "MANUFACTURER"
}
],
"commodityId": "zuf9qV",
"countryOfManufacture": "TK",
"customsValue": {
"amount": 1099.14,
"currency": "CRC"
},
"description": "Rogahn, Franecki and Russel's most advanced Towels technology increases wise capabilities",
"name": "Recycled Wooden Shoes",
"numberOfPieces": 26,
"quantity": 44,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 4385.1,
"currency": "TRY"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "T9i4S8kPSM",
"clearanceItemDetail": [
{
"address": {
"city": "Fort Camron",
"countryCode": "KH",
"postalCode": "72127-2967",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Kling Inc"
},
"id": "gGvogjB9lR",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Marlenshire",
"countryCode": "FK",
"postalCode": "21140",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Pagac, Hilpert and Koelpin"
},
"id": "YQorBC9qs9",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Mayfurt",
"countryCode": "EE",
"postalCode": "39672-9379",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Collier Inc"
},
"id": "rr4Mo22KTN",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Sisterbury",
"countryCode": "SG",
"postalCode": "09415",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hagenes Inc"
},
"id": "q3duQ7BB7i",
"role": "MANUFACTURER"
}
],
"commodityId": "FpHkFq",
"countryOfManufacture": "GL",
"customsValue": {
"amount": 2034.05,
"currency": "JPY"
},
"description": "The sleek and blond Soap comes with silver LED lighting for smart functionality",
"name": "Frozen Marble Table",
"numberOfPieces": 98,
"quantity": 27,
"quantityUnits": "EA",
"unitPrice": {
"amount": 3158.6,
"currency": "VUV"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "0CE5C74zii",
"clearanceItemDetail": [
{
"address": {
"city": "Daly City",
"countryCode": "NO",
"postalCode": "18391",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kohler Group"
},
"id": "b8n9TPA67Y",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Jon",
"countryCode": "RE",
"postalCode": "87368-5181",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Botsford, Schaefer and Ondricka"
},
"id": "HfFYfUa0kx",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Daija",
"countryCode": "SY",
"postalCode": "19177",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Rippin Group"
},
"id": "HMwTbMK0NN",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Zoey",
"countryCode": "EG",
"postalCode": "38925",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Waters Group"
},
"id": "8C5K9xZQbA",
"role": "MANUFACTURER"
}
],
"commodityId": "XHoa5h",
"countryOfManufacture": "CD",
"customsValue": {
"amount": 3365.37,
"currency": "GIP"
},
"description": "Our salty-inspired Chair brings a taste of luxury to your that lifestyle",
"name": "Handcrafted Bronze Soap",
"numberOfPieces": 63,
"quantity": 31,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 955.64,
"currency": "DZD"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "pItcHJ8NfW",
"clearanceItemDetail": [
{
"address": {
"city": "New Sibylville",
"countryCode": "VI",
"postalCode": "59129-4772",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Runte, Spinka and Pfannerstill"
},
"id": "5fLSD0hpwE",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Waltonport",
"countryCode": "BM",
"postalCode": "55400",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Mann Group"
},
"id": "x69AFGqs1d",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Sammamish",
"countryCode": "IR",
"postalCode": "01801-3484",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Fritsch and Sons"
},
"id": "cnOrU896rQ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Karaville",
"countryCode": "KR",
"postalCode": "01369-7757",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Gulgowski Group"
},
"id": "Ko6khTRtBj",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Corkerytown",
"countryCode": "NR",
"postalCode": "83237-0242",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Koelpin, Runolfsson and Mann"
},
"id": "GZ2OvpPhxs",
"role": "MANUFACTURER"
}
],
"commodityId": "dEopHJ",
"countryOfManufacture": "BA",
"customsValue": {
"amount": 3956.59,
"currency": "UAH"
},
"description": "Professional-grade Pants perfect for familiar training and recreational use",
"name": "Fantastic Plastic Tuna",
"numberOfPieces": 71,
"quantity": 16,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 806.36,
"currency": "ARS"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "5EBk2edNuQ",
"clearanceItemDetail": [
{
"address": {
"city": "Torphytown",
"countryCode": "RS",
"postalCode": "35356",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Mills Group"
},
"id": "4Wz48akUv8",
"role": "MANUFACTURER"
}
],
"commodityId": "usV6UC",
"countryOfManufacture": "BT",
"customsValue": {
"amount": 294.21,
"currency": "QAR"
},
"description": "Innovative Computer featuring grimy technology and Marble construction",
"name": "Oriental Wooden Sausages",
"numberOfPieces": 32,
"quantity": 34,
"quantityUnits": "EA",
"unitPrice": {
"amount": 2779.39,
"currency": "NZD"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement2",
"Statement1"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Port Loustad",
"countryCode": "VN",
"postalCode": "93327",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Howard Pacocha",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "TshKj85nDvCTJ69J",
"permitNumber": "19160"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 2612.04,
"currency": "OMR"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "758"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 1122.1,
"currency": "TND"
}
},
"distributionLocations": {
"clearanceNumber": "609",
"id": "524",
"inclusionSpecifications": [
"4S03r",
"sKfE1",
"qzaXU"
],
"locationContactAndAddress": {
"address": {
"city": "Bowling Green",
"countryCode": "RS",
"postalCode": "55276-7634",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"locationId": "KhnQ",
"locationNumber": 23,
"type": "CUSTOMER_SPECIFIED"
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "vkQi",
"declarationCurrencies": [
{
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
{
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
{
"currency": "KYD",
"value": "CUSTOMS_VALUE"
},
{
"currency": "MUR",
"value": "CUSTOMS_VALUE"
}
],
"dropOffType": "DROP_BOX",
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalInsuredValue": {
"amount": 7171.77,
"currency": "AOA"
},
"unitSystem": "ENGLISH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "ateopt",
"zoneNumber": 3
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "7BdDfP",
"zoneNumber": 4
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WHT",
"justification": "RIGHT",
"literalValue": "TwvDWE",
"zoneNumber": 6
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "HpTiry",
"zoneNumber": 9
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "ID",
"justification": "RIGHT",
"literalValue": "k3tomh",
"zoneNumber": 3
}
]
}
},
"maskedData": [
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
],
"regulatoryLabels": [
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
}
]
},
"dispositions": [
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Freida_Abernathy@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Edgardo.Schiller@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "NZ",
"language": "en"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "sL8TrdhX"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/opt/share",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Kacey_Stracke@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Lamar75@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Deven.Green@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "GQ",
"language": "de"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "99twnbhl"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/sys",
"fileSuffix": ".png",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Kurt.Gulgowski15@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "PH",
"language": "fr"
}
},
"grouping": "INDIVIDUAL",
"printDetail": {
"printerId": "09vyLR5f"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/var/log",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
}
],
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelOrder": "SHIPPING_LABEL_FIRST",
"labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
"labelRotation": "UPSIDE_DOWN",
"labelStockType": "PAPER_7X475",
"printedLabelOrigin": {
"address": {
"city": "East Luz",
"countryCode": "DE",
"postalCode": "93901",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"processingOptionsRequested": {
"options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
},
"resolution": 300
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "McGlynn - Kilback",
"emailAddress": "Lyla17@gmail.com",
"personName": "Constance Sipes",
"phoneExtension": "67",
"phoneNumber": "(988) 567-9806"
}
},
"shipDatestamp": "2025-09-15T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Beahan - Gutmann",
"emailAddress": "Tillman_Price@yahoo.com",
"personName": "Madeline Kertzmann",
"phoneExtension": "47",
"phoneNumber": "(962) 401-5317"
},
"tins": [
{
"effectiveDate": "2026-05-23T00:00:00.0Z",
"expirationDate": "2027-10-14T00:00:00.0Z",
"number": "422841",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2026-02-21T00:00:00.0Z",
"expirationDate": "2030-10-21T00:00:00.0Z",
"number": "247588",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2025-05-17T00:00:00.0Z",
"expirationDate": "2030-11-13T00:00:00.0Z",
"number": "471076",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Lake Petrachester",
"countryCode": "GL",
"postalCode": "43165",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"soldTo": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2023-10-13T00:00:00.0Z",
"expirationDate": "2027-09-01T00:00:00.0Z",
"number": "531197",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2025-04-11T00:00:00.0Z",
"expirationDate": "2028-03-10T00:00:00.0Z",
"number": "794766",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2026-02-06T00:00:00.0Z",
"expirationDate": "2028-08-31T00:00:00.0Z",
"number": "376599",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-12-19T00:00:00.0Z",
"expirationDate": "2027-03-06T00:00:00.0Z",
"number": "792674",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"specialServicesRequested": {
"internationalControlledExportDetail": {
"entryNumber": "t3SwmpKDrBn",
"foreignTradeZoneCode": "gQA",
"licenseOrPermitExpirationDate": "Tue Jul 27 2027 10:37:31 GMT+0000 (Coordinated Universal Time)",
"licenseOrPermitNumber": "I0emwwTqsX",
"type": "DEA_236"
},
"priorityAlertDetail": {
"content": [
"string"
],
"enhancementTypes": [
"PRIORITY_ALERT_PLUS"
]
},
"specialServiceTypes": "PRIORITY_ALERT"
},
"trackingIds": [
{
"formId": "3748",
"trackingIdType": "EXPRESS",
"trackingNumber": "71113979480894537308"
},
{
"formId": "5305",
"trackingIdType": "GROUND",
"trackingNumber": "22961207561535789049"
},
{
"formId": "4666",
"trackingIdType": "EXPRESS",
"trackingNumber": "94247125279853992765"
}
],
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "YRCW",
"payment": {
"amount": {
"amount": 308.2,
"currency": "BIF"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "New Saigehaven",
"classification": "BUSINESS",
"countryCode": "IL",
"countryName": "Sweden",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "32883-4468",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "X1"
},
"contact": {
"companyName": "Cronin, Collier and Fahey",
"emailAddress": "Payton.Pfeffer@hotmail.com",
"faxNumber": "3271440360",
"pagerNumber": "5436527",
"personName": {
"firstName": "Clair",
"lastName": "Hettinger",
"middleName": "Finley",
"prefix": "Miss",
"suffix": "V",
"title": "Owner"
},
"phoneExtension": "39",
"phoneNumber": "1074778756",
"phoneNumberAreaCode": "275",
"phoneNumberCountryCode": "97",
"title": "Mr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2028-02-18T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-12-05T00:00:00.0Z",
"number": "3057-688414-6195",
"verificationCode": "746"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "FKtC0vAh08",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "Eq4QE5UoDWU606uTwQLa",
"ipAddress": "174.149.209.184"
},
"payorAuthenticationCode": "5BgxXqESx",
"payorAuthenticationSessionId": "2144698",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 89.59,
"currency": "LKR"
},
"creditCardExpirationDate": "2026-12-03T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "075033789",
"address": {
"city": "Elyria",
"classification": "BUSINESS",
"countryCode": "SE",
"countryName": "Micronesia",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "62097-5880",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "Z2"
},
"contact": {
"companyName": "Kunde Group",
"contactId": "894",
"emailAddress": "Magdalen_Donnelly95@yahoo.com",
"faxNumber": "2425491564",
"pagerNumber": "3374458",
"personName": "Maureen Hodkiewicz",
"phoneExtension": "43",
"phoneNumber": "6626842311",
"title": "Dr",
"tollFreePhoneNumber": "7664170"
},
"tins": [
{
"effectiveDate": "2026-05-13T00:00:00.0Z",
"expirationDate": "2027-07-09T00:00:00.0Z",
"number": "851598",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-10-01T00:00:00.0Z",
"expirationDate": "2028-04-11T00:00:00.0Z",
"number": "473206",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2026-01-23T00:00:00.0Z",
"expirationDate": "2027-07-11T00:00:00.0Z",
"number": "694769",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 3,
"expressPacakgeCount": 7,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 420
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 319
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 274
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 244
},
"groundPackageCount": 40,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 367
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 728
},
"numberOfUnconsolidatedCommodities": 9
}
}
}
},
"transactionId": "5c6caceb-22d1-4ea9-ad80-d0218f51da1d"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
authorization* | "Bearer XXXXX" |
content-type* | "application/json" |
{
"accountNumber": {
"value": "XXXXX1073"
},
"requestedConsolidation": {
"consolidationDocumentSpecification": {
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"customsClearanceDetail": {
"importerOfRecord": {
"address": {
"city": "Memphis",
"countryCode": "US",
"postalCode": "38117",
"residential": true,
"stateOrProvinceCode": "TN",
"streetLines": [
"2 INTERNATIONAL PL",
"IED TESTING"
]
},
"contact": {
"companyName": "IMPORTER COMPANY",
"personName": "IMPORTER NAME",
"phoneNumber": "9018328595"
}
}
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "MEMI",
"declarationCurrencies": [
{
"currency": "USD",
"value": "CUSTOMS_VALUE"
}
],
"totalDimensions": {
"height": "12",
"length": "12",
"units": "IN",
"width": "12"
}
},
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelStockType": "PAPER_4X6"
},
"shipDatestamp": "2023-08-05",
"shipper": {
"address": {
"city": "BOGOTA",
"countryCode": "CO",
"postalCode": "110311",
"residential": false,
"stateOrProvinceCode": "DC",
"streetLines": [
"Address Line 1",
"Address Line 2"
]
},
"contact": {
"companyName": "SHIPPER COMPANY NAME",
"personName": "SHIPPER PERSON NAME",
"phoneNumber": "1234567890"
},
"tins": [
{
"number": "123456"
}
]
}
}
}{
"customerTransactionId": "qgOkmoiJ2g3cHoy",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "N8zdlXurUh",
"message": "bzzsPbKPRHN4w0ggnnIG"
}
],
"consolidationKey": {
"date": "2025-10-26T00:00:00.0Z",
"index": "2055",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"trackingIds": [
{
"formId": "9301",
"trackingIdType": "GROUND",
"trackingNumber": "33667508683713477943"
}
]
},
"transactionId": "e4f3f458-2c83-41e0-8a66-e4a10852cd61"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "XXXXX1073"
},
"consolidationKey": {
"date": "2023-04-26",
"index": "794629795350",
"type": "INTERNATIONAL_ECONOMY_DISTRIBUTION"
},
"labelResponseOptions": "URL_ONLY",
"processingOptionType": "ALLOW_ASYNCHRONOUS",
"requestedShipment": {
"customsClearanceDetail": {
"dutiesPayment": {
"billingDetails": {
"accountNumber": "XXXXX1976"
},
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "XXXXX1976"
},
"address": {
"countryCode": "US"
}
}
}
},
"totalCustomsValue": {
"amount": "4200",
"currency": "USD"
}
},
"dropoffType": "REGULAR_PICKUP",
"labelSpecification": {
"imageType": "PDF",
"labelStockType": "PAPER_LETTER",
"printedLabelOrigin": {
"address": {
"city": "Memphis",
"countryCode": "US",
"postalCode": "38199",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": [
"80 Fedex Prkwy",
"Suite 101"
]
},
"contact": {
"personName": "AMAR",
"phoneNumber": "1234567890"
}
}
},
"packagingType": "YOUR_PACKAGING",
"pickupType": "CONTACT_FEDEX_TO_SCHEDULE",
"recipients": [
{
"address": {
"city": "Memphis",
"countryCode": "US",
"postalCode": "38199",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": [
"2 INTERNATIONAL PL",
"IPD TESTING FXRS"
]
},
"contact": {
"companyName": "INFOSYS",
"phoneNumber": "9860330208"
}
}
],
"requestedPackageLineItems": [
{
"commodities": [
{
"countryOfManufacture": "US",
"customsValue": {
"amount": "4200",
"currency": "USD"
},
"description": "videoCamera",
"numberOfPieces": "1",
"quantity": "1",
"quantityUnits": "PCS",
"unitPrice": {
"amount": "4200",
"currency": "USD"
},
"weight": {
"units": "LB",
"value": "20"
}
}
],
"groupPackageCount": "41",
"weight": {
"units": "LB",
"value": "41"
}
}
],
"serviceType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"shipper": {
"address": {
"city": "IRVING",
"countryCode": "US",
"postalCode": "75063",
"residential": false,
"streetLines": [
"40 FED EX PKWY"
]
},
"contact": {
"companyName": "Atos Syntel",
"phoneNumber": "9553403403"
}
},
"shippingChargesPayment": {
"paymentType": "SENDER",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "XXXXX1073"
}
}
}
}
}
}{
"customerTransactionId": "y8NEwXEg5735EVs",
"output": {
"transactionShipments": [
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://golden-requirement.biz/",
"password": "y93OezTE",
"role": "Product Branding Consultant",
"userId": "b6b306cd-e27e-40d4-82d0-a969f58a31a6"
},
{
"emailLabelUrl": "https://confused-beret.name",
"password": "TCfb5r_w",
"role": "Customer Interactions Architect",
"userId": "26819086-356f-4fdf-88db-23e78c4420b7"
},
{
"emailLabelUrl": "https://pure-dulcimer.net",
"password": "34gdSlqn",
"role": "Investor Creative Coordinator",
"userId": "f80284cc-0c5a-457c-b194-b8ade8993874"
},
{
"emailLabelUrl": "https://blushing-massage.biz",
"password": "S3utpzXo",
"role": "National Quality Associate",
"userId": "f4ce99f1-a898-439d-85b7-6e407722b9a1"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 836.36,
"currency": "CAD"
}
},
"completedEtdDetail": {
"folderId": "gymh8i9ID4sBW3Bw",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "4udAppV35g0yrLST"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_STAFFED"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ua7wInuy9o",
"hazardClass": "8",
"id": "UN9340",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A80",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 84.82,
"netExplosiveDetail": {
"amount": 3.03,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "EBonF4KoRj",
"hazardClass": "3",
"id": "UN4792",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 12.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "sSaddfFWYe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.07,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.45,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.55,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 26.56,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.34,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Q7oy5YffSJ4FVSK",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.66,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 33.92,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tZqx5bxaqP",
"hazardClass": "3",
"id": "UN5109",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 16.37,
"netExplosiveDetail": {
"amount": 5.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "rgL6jZA8gP",
"hazardClass": "3",
"id": "UN8353",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.59,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xQESCWtPUA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.2,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 41.52,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0Vx4rPzIDLqRAdJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.48,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 45.11,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "pjAXRvav7B",
"hazardClass": "8",
"id": "UN1755",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 22.29,
"netExplosiveDetail": {
"amount": 1.57,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "SujNUJUype",
"hazardClass": "2.3",
"id": "UN0662",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 77.21,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MJAZxCPIxe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.36,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 5.41,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.71,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ciZFOqnEq9z6XdL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.12,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.74,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mu6uxo9jKx",
"hazardClass": "3",
"id": "UN8529",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 63.86,
"netExplosiveDetail": {
"amount": 2.49,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "HnG35sUigs",
"hazardClass": "2.3",
"id": "UN6125",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 51.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XtNdsdoBQd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.96,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 18.4,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "5NZMQjLre4u6tsS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.98,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 48.66,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.48
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 5.23,
"referenceId": "902023",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "8989809461999398491588012747349174"
},
{
"type": "ADDRESS",
"value": "5035686205432095729175500861130005"
},
{
"type": "ADDRESS",
"value": "2687004900922488366578844678981417"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 12
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 1.88,
"packageRateDetails": [
{
"baseCharge": 106.66,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 199.64,
"netFedExCharge": 167.46,
"netFreight": 129.55,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 715.94,
"currency": "COP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3482.58,
"currency": "PAB"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1805.46,
"currency": "CLP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 19.51,
"totalRebates": 4.38,
"totalSurcharges": 9.2,
"totalTaxes": 6.69
},
{
"baseCharge": 141.01,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 52.72,
"netFedExCharge": 119.05,
"netFreight": 73.99,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4166.64,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 76.46,
"currency": "PGK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 36.97,
"totalRebates": 4.45,
"totalSurcharges": 9.77,
"totalTaxes": 6.12
},
{
"baseCharge": 100.23,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 196.27,
"netFedExCharge": 98.58,
"netFreight": 111.68,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 458.01,
"currency": "KHR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4260.96,
"currency": "SZL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 974.63,
"currency": "AWG"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2915.78,
"currency": "SHP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 49.09,
"totalRebates": 1.97,
"totalSurcharges": 17.42,
"totalTaxes": 8.07
},
{
"baseCharge": 132.15,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 132.89,
"netFedExCharge": 97.94,
"netFreight": 108.87,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 939.91,
"currency": "USD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 43.78,
"totalRebates": 4.45,
"totalSurcharges": 8.11,
"totalTaxes": 0.01
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "5366",
"trackingIdType": "EXPRESS",
"trackingNumber": "86623479578419766173",
"uspsApplicationId": "29"
},
{
"formId": "9028",
"trackingIdType": "FREIGHT",
"trackingNumber": "93899643721461746950",
"uspsApplicationId": "32"
},
{
"formId": "0212",
"trackingIdType": "GROUND",
"trackingNumber": "77051777414223513757",
"uspsApplicationId": "16"
},
{
"formId": "2348",
"trackingIdType": "EXPRESS",
"trackingNumber": "10576321879089790963",
"uspsApplicationId": "58"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "aqCJK18HWX",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-24T00:00:00.0Z",
"expirationDate": "2027-06-11T00:00:00.0Z",
"number": "58187"
}
},
"dryIceDetail": {
"packageCount": 3,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 1
}
},
"masterTrackingId": {
"formId": "7282",
"trackingIdType": "EXPRESS",
"trackingNumber": "31971772625680096808",
"uspsApplicationId": "43"
},
"operationalDetail": {
"airportId": "HZK",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "8ehzws68KJ3V2tT",
"commitDate": "2026-07-06T00:00:00.0Z",
"commitDay": "Fri",
"countryCode": "UG",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-05T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "IhFA",
"destinationLocationNumber": 768,
"destinationLocationStateOrProvinceCode": "IA",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "181",
"originLocationNumber": 403,
"originServiceArea": "A1",
"packagingCode": "88",
"postalCode": "16745-4973",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "349",
"stateOrProvinceCode": "VT",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "cP",
"ursaSuffixCode": "Vx"
},
"packagingDescription": "crate",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "68",
"description": "Persevering impactful synergy",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "1HA"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "f6f"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "yps0y82pirbY",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "7265",
"trackingIdType": "GROUND",
"trackingNumber": "53831401133776213499"
},
{
"formId": "6303",
"trackingIdType": "GROUND",
"trackingNumber": "28734462389449354084"
},
{
"formId": "2252",
"trackingIdType": "EXPRESS",
"trackingNumber": "21873856902454689156"
},
{
"formId": "0399",
"trackingIdType": "GROUND",
"trackingNumber": "79518557760119443659"
},
{
"formId": "4949",
"trackingIdType": "EXPRESS",
"trackingNumber": "08789402342455768911"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "1165",
"trackingIdType": "GROUND",
"trackingNumber": "98840409228669049930"
},
{
"formId": "6096",
"trackingIdType": "GROUND",
"trackingNumber": "60422516096017271224"
},
{
"formId": "5123",
"trackingIdType": "FREIGHT",
"trackingNumber": "19336957202876591657"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "6605",
"trackingIdType": "FREIGHT",
"trackingNumber": "75020599846699424363"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
},
"description": "nAdVXhMkbM",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"description": "tWu7amzdvR",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "ETB",
"value": "CUSTOMS_VALUE"
},
"description": "YqmTiS6InW",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "VUV",
"rate": 24.77
},
"dutiesAndTaxes": [
{
"harmonizedCode": "462528",
"taxes": {
"amount": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "3CbSNHzwwU",
"id": "JMvist",
"name": "Sales Tax"
},
"description": "i8P3UqI582",
"effectiveDate": "2026-05-01T00:00:00.0Z",
"formula": "W4128u7ztHeVtsV",
"name": "Sales Tax",
"taxableValue": {
"currency": "PEN",
"value": "CUSTOMS_VALUE"
},
"taxcode": "GFz8E",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "368865",
"taxes": {
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "aho5HVGlZX",
"id": "lHIK2l",
"name": "Sales Tax"
},
"description": "seFfuhH25R",
"effectiveDate": "2025-11-05T00:00:00.0Z",
"formula": "juhnf6lRUwWLD9R",
"name": "Sales Tax",
"taxableValue": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"taxcode": "7nN6O",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "240715",
"taxes": {
"amount": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "KeZ9QMiCSF",
"id": "bdyOqt",
"name": "Sales Tax"
},
"description": "eSlkvFj1lj",
"effectiveDate": "2026-05-11T00:00:00.0Z",
"formula": "iO4RoOLqavPWxry",
"name": "Sales Tax",
"taxableValue": {
"currency": "HUF",
"value": "CUSTOMS_VALUE"
},
"taxcode": "cG9gw",
"taxRates": [
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "773355",
"taxes": {
"amount": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "JtMqtjAb43",
"id": "H6AZd4",
"name": "Sales Tax"
},
"description": "bHnOSAlMPv",
"effectiveDate": "2025-08-24T00:00:00.0Z",
"formula": "Tk1K6BqzEv1ORKg",
"name": "VAT",
"taxableValue": {
"currency": "HTG",
"value": "CUSTOMS_VALUE"
},
"taxcode": "i4AEK",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "833814",
"taxes": {
"amount": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "66gGZmWZXX",
"id": "tcbmvT",
"name": "Sales Tax"
},
"description": "OJwxJeMYtz",
"effectiveDate": "2026-03-12T00:00:00.0Z",
"formula": "rFSTyULwn3ENzK0",
"name": "Sales Tax",
"taxableValue": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"taxcode": "s6SCi",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "CVE",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
},
"description": "WIlh8ZXT65",
"percent": 15.15,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "EUR",
"value": "CUSTOMS_VALUE"
},
"description": "qvWwLTaOMc",
"percent": 12.19,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"description": "fOaZXXlcQ5",
"percent": 11.54,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 12.4,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "dJ9eoDo033",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "9nPsoc",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"description": "zsizuhceua",
"percent": 4.21,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"description": "HOSV4A3jWF",
"percent": 4.47,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"description": "HA1zHIoVRq",
"percent": 4.54,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"description": "Z5Bbgva3YA",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"description": "rvf8T6tSjb",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"description": "epXEyRs1SR",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "TMT",
"value": "CUSTOMS_VALUE"
},
"description": "IwhC3Vettg",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "HUF",
"value": "CUSTOMS_VALUE"
},
"description": "hQ1oDeYOxF",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"description": "2aMsXE0m4i",
"taxType": "VAT"
},
{
"amount": {
"currency": "COP",
"value": "CUSTOMS_VALUE"
},
"description": "v0XMImIB5y",
"taxType": "VAT"
},
{
"amount": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"description": "KbFKnA6paW",
"taxType": "VAT"
},
{
"amount": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"description": "fXIl5jjlHf",
"taxType": "VAT"
},
{
"amount": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"description": "Ls1nrbWtXq",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "XOF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "HUF",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "IRR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ISK",
"rate": 12.25
},
"dimDivisor": 160,
"freightDiscounts": [
{
"amount": 6.84,
"description": "bwsEhLvKtB",
"percent": 11.94,
"rateDiscountType": "COUPON"
},
{
"amount": 4.97,
"description": "MhXZwN0f7P",
"percent": 12.43,
"rateDiscountType": "EARNED"
},
{
"amount": 8.77,
"description": "5x3Ltps26n",
"percent": 19.26,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.91,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "55238",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "qGmXXI",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TMT",
"rate": 24.52
},
"dimDivisor": 248,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.03,
"description": "330Dcrns6t",
"percent": 18.28,
"rateDiscountType": "BONUS"
},
{
"amount": 1.09,
"description": "d4rjl59YmO",
"percent": 14.45,
"rateDiscountType": "COUPON"
},
{
"amount": 6.15,
"description": "DjDLn5hH0o",
"percent": 5.45,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.41,
"legDestinationLocationId": "kkFV",
"minimumChargeType": "ACTUAL",
"pricingCode": "aqYja",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8624",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Hg5aLA",
"surcharges": [
{
"amount": {
"amount": 1246.06,
"currency": "WST"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4564.86,
"currency": "BTN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 21.86,
"currency": "SBD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 3.58,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.88,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.52,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.47,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 56.54,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.45,
"totalFreightDiscounts": 46.54,
"totalNetCharge": 167.04,
"totalNetChargeWithDutiesAndTaxes": 226.74,
"totalNetFedExCharge": 94.74,
"totalNetFreight": 196.91,
"totalRebates": 3.22,
"totalSurcharges": 7.94,
"totalTaxes": 2.7
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KYD",
"rate": 23.92
},
"dimDivisor": 123,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.4,
"description": "8bFapS0GR6",
"percent": 13.43,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.85,
"legDestinationLocationId": "qaXx",
"minimumChargeType": "ACTUAL",
"pricingCode": "gIYHg",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5403",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "4lrW6X",
"surcharges": [
{
"amount": {
"amount": 1416.09,
"currency": "AUD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3813.73,
"currency": "MWK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 822.44,
"currency": "ZAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.82,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.83,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 74.8,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.33,
"totalFreightDiscounts": 45.75,
"totalNetCharge": 103.97,
"totalNetChargeWithDutiesAndTaxes": 55.83,
"totalNetFedExCharge": 141.34,
"totalNetFreight": 81.05,
"totalRebates": 3.04,
"totalSurcharges": 14.5,
"totalTaxes": 7.72
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "KHR",
"rate": 7.65
},
"dimDivisor": 294,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.17,
"description": "sIptJSEowy",
"percent": 15.04,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.89,
"legDestinationLocationId": "kLAM",
"minimumChargeType": "ACTUAL",
"pricingCode": "ZZPuu",
"ratedWeightMethod": "DIM",
"rateScale": "2435",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bGLf7o",
"surcharges": [
{
"amount": {
"amount": 2234.03,
"currency": "SAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3905.01,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.37,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.44,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.01,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.18,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 64.35,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.52,
"totalFreightDiscounts": 0.06,
"totalNetCharge": 91.66,
"totalNetChargeWithDutiesAndTaxes": 124.58,
"totalNetFedExCharge": 102.53,
"totalNetFreight": 191.85,
"totalRebates": 1.27,
"totalSurcharges": 16.32,
"totalTaxes": 8.57
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "COP",
"rate": 11.45
},
"dimDivisor": 276,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.81,
"description": "3T3nUiKJd5",
"percent": 18.12,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.75,
"description": "DKMuK30gPr",
"percent": 11.49,
"rateDiscountType": "BONUS"
},
{
"amount": 4.66,
"description": "lUhiNSr9ng",
"percent": 8.2,
"rateDiscountType": "BONUS"
},
{
"amount": 4.98,
"description": "F7naR6Mamh",
"percent": 17.9,
"rateDiscountType": "COUPON"
},
{
"amount": 7.06,
"description": "r6ZgqOpjEv",
"percent": 18.05,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 13.91,
"legDestinationLocationId": "QVTD",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "wRdA8",
"ratedWeightMethod": "DIM",
"rateScale": "1616",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "wiSAZw",
"surcharges": [
{
"amount": {
"amount": 3296.64,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2408.4,
"currency": "LKR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.45,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.54,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.52,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.44,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 155.61,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 17.72,
"totalFreightDiscounts": 29.16,
"totalNetCharge": 191.37,
"totalNetChargeWithDutiesAndTaxes": 167.53,
"totalNetFedExCharge": 153.1,
"totalNetFreight": 94.99,
"totalRebates": 0.96,
"totalSurcharges": 16.86,
"totalTaxes": 4.05
}
],
"surcharges": [
{
"amount": {
"amount": 1019.25,
"currency": "TRY"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2670.05,
"currency": "WST"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4986.03,
"currency": "GYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2310.81,
"currency": "LYD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3357.8,
"currency": "YER"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.24,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.22,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.01,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 16.36,
"totalBaseCharge": 141.61,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.31,
"totalDutiesTaxesAndFees": 17.56,
"totalFreightDiscounts": 5,
"totalNetCharge": 128.06,
"totalNetChargeWithDutiesAndTaxes": 217.06,
"totalNetFedExCharge": 196,
"totalNetFreight": 130.29,
"totalRebates": 3.42,
"totalSurcharges": 2.86,
"totalTaxes": 8.64
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "AED",
"rate": 13.72
},
"dimDivisor": 162,
"freightDiscounts": [
{
"amount": 5.79,
"description": "upi6CzXRZ7",
"percent": 5.36,
"rateDiscountType": "EARNED"
},
{
"amount": 2.53,
"description": "BEM7aZgbvl",
"percent": 19.15,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.01,
"description": "k0fMyUMPL6",
"percent": 11.85,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.94,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "91668",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "VCTD45",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "ISK",
"rate": 25.26
},
"dimDivisor": 178,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.5,
"description": "eyRBihsHpF",
"percent": 7.18,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.81,
"description": "8iS62etQBz",
"percent": 12.74,
"rateDiscountType": "COUPON"
},
{
"amount": 3.78,
"description": "1eiT4qsrsE",
"percent": 14.83,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7.69,
"legDestinationLocationId": "hGyV",
"minimumChargeType": "ACTUAL",
"pricingCode": "bMuPg",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1251",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "z7lX69",
"surcharges": [
{
"amount": {
"amount": 1194.92,
"currency": "SCR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.4,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 149.27,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.25,
"totalFreightDiscounts": 7.16,
"totalNetCharge": 113.8,
"totalNetChargeWithDutiesAndTaxes": 65.66,
"totalNetFedExCharge": 115.3,
"totalNetFreight": 190.04,
"totalRebates": 0.53,
"totalSurcharges": 15.04,
"totalTaxes": 6.34
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ZAR",
"rate": 26.64
},
"dimDivisor": 177,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.08,
"description": "YTK3BwgQc7",
"percent": 7.23,
"rateDiscountType": "COUPON"
},
{
"amount": 4.69,
"description": "EVmrXZ2pbD",
"percent": 18.92,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.85,
"legDestinationLocationId": "qJdb",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "iUkcb",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4174",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "uUk7Du",
"surcharges": [
{
"amount": {
"amount": 3997.58,
"currency": "ISK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.38,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.19,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 195.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.91,
"totalFreightDiscounts": 47.41,
"totalNetCharge": 113.78,
"totalNetChargeWithDutiesAndTaxes": 89.43,
"totalNetFedExCharge": 184.86,
"totalNetFreight": 172.53,
"totalRebates": 1.23,
"totalSurcharges": 9.82,
"totalTaxes": 8.2
}
],
"surcharges": [
{
"amount": {
"amount": 3429.58,
"currency": "MZN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2685.99,
"currency": "SLE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 288.88,
"currency": "PLN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2959.2,
"currency": "ALL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 16.02,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.08,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 8.93,
"totalBaseCharge": 97.8,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.93,
"totalDutiesTaxesAndFees": 83.41,
"totalFreightDiscounts": 45.07,
"totalNetCharge": 188.44,
"totalNetChargeWithDutiesAndTaxes": 217.97,
"totalNetFedExCharge": 208.13,
"totalNetFreight": 95.63,
"totalRebates": 2.68,
"totalSurcharges": 0.65,
"totalTaxes": 3.36
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IDR",
"rate": 19.21
},
"dimDivisor": 221,
"freightDiscounts": [
{
"amount": 3.54,
"description": "3XzHGC0gQK",
"percent": 17.89,
"rateDiscountType": "EARNED"
},
{
"amount": 8.95,
"description": "Bx4lPypCnp",
"percent": 6.98,
"rateDiscountType": "EARNED"
},
{
"amount": 4.65,
"description": "qpEjtrDssx",
"percent": 7.29,
"rateDiscountType": "BONUS"
},
{
"amount": 2.75,
"description": "7tsRlOtgcJ",
"percent": 10.44,
"rateDiscountType": "COUPON"
},
{
"amount": 9.73,
"description": "kAR0bUEsOx",
"percent": 12.44,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.83,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "26472",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "Ry3R0z",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SAR",
"rate": 7.19
},
"dimDivisor": 110,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.82,
"description": "wRFPsZ5gcM",
"percent": 7.44,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.15,
"description": "jyKjfJXZlH",
"percent": 11.68,
"rateDiscountType": "COUPON"
},
{
"amount": 4.4,
"description": "hNpCNA3FPs",
"percent": 16.87,
"rateDiscountType": "COUPON"
},
{
"amount": 8.23,
"description": "WMrdfQ9Y2U",
"percent": 12.93,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.64,
"legDestinationLocationId": "qpBY",
"minimumChargeType": "ACTUAL",
"pricingCode": "9nxpX",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0805",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "YmT8L5",
"surcharges": [
{
"amount": {
"amount": 4818.22,
"currency": "MXN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1427.54,
"currency": "HUF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4197.56,
"currency": "UAH"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 942.39,
"currency": "SRD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 12.17,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 12.79,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.91,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 75.44,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.65,
"totalFreightDiscounts": 0.48,
"totalNetCharge": 115.13,
"totalNetChargeWithDutiesAndTaxes": 151.63,
"totalNetFedExCharge": 60.94,
"totalNetFreight": 189.41,
"totalRebates": 4.72,
"totalSurcharges": 19.14,
"totalTaxes": 4.93
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "UGX",
"rate": 16.04
},
"dimDivisor": 258,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 6.86,
"description": "Fb2rIsVm1x",
"percent": 18.61,
"rateDiscountType": "COUPON"
},
{
"amount": 2.03,
"description": "cWNu1x3hBR",
"percent": 16.78,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.49,
"legDestinationLocationId": "leMz",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "I5KGP",
"ratedWeightMethod": "DIM",
"rateScale": "5212",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "H5vR27",
"surcharges": [
{
"amount": {
"amount": 4936.08,
"currency": "ERN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3303.94,
"currency": "DKK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1574.91,
"currency": "SOS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3602.56,
"currency": "GTQ"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2207.29,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.33,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 9.85,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 171.96,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.32,
"totalFreightDiscounts": 46.98,
"totalNetCharge": 92.28,
"totalNetChargeWithDutiesAndTaxes": 246.51,
"totalNetFedExCharge": 202.63,
"totalNetFreight": 197.55,
"totalRebates": 2.79,
"totalSurcharges": 4.31,
"totalTaxes": 6.76
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "AMD",
"rate": 26.09
},
"dimDivisor": 165,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.29,
"description": "IdTYQoj94j",
"percent": 5.33,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.91,
"legDestinationLocationId": "qHwC",
"minimumChargeType": "ACTUAL",
"pricingCode": "862KS",
"ratedWeightMethod": "DIM",
"rateScale": "4988",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "yBqtY1",
"surcharges": [
{
"amount": {
"amount": 961.1,
"currency": "VND"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2816.39,
"currency": "RSD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2652.54,
"currency": "DJF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 744.32,
"currency": "CRC"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.42,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 15.2,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.93,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.48,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 115.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 26.18,
"totalFreightDiscounts": 45.95,
"totalNetCharge": 156,
"totalNetChargeWithDutiesAndTaxes": 189.9,
"totalNetFedExCharge": 112.17,
"totalNetFreight": 147.05,
"totalRebates": 4.13,
"totalSurcharges": 2.4,
"totalTaxes": 7.64
}
],
"surcharges": [
{
"amount": {
"amount": 3695.4,
"currency": "ARS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 4.03,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 4.37,
"totalBaseCharge": 132.63,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.8,
"totalDutiesTaxesAndFees": 53.59,
"totalFreightDiscounts": 5.83,
"totalNetCharge": 81.94,
"totalNetChargeWithDutiesAndTaxes": 184.68,
"totalNetFedExCharge": 198.87,
"totalNetFreight": 61.06,
"totalRebates": 0.03,
"totalSurcharges": 8.39,
"totalTaxes": 5.21
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "PGK",
"rate": 28.86
},
"dimDivisor": 162,
"freightDiscounts": [
{
"amount": 2.83,
"description": "t76RMGh9zD",
"percent": 15.37,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.84,
"description": "Soy6wMsZyp",
"percent": 13.64,
"rateDiscountType": "BONUS"
},
{
"amount": 7.94,
"description": "v4NRBptRSd",
"percent": 10.65,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 14.41,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "48507",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "rAy4IF",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "LRD",
"rate": 7.52
},
"dimDivisor": 217,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.61,
"description": "yBfjiODktv",
"percent": 19.03,
"rateDiscountType": "BONUS"
},
{
"amount": 1.66,
"description": "OEw8RAIuaK",
"percent": 8.28,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.33,
"legDestinationLocationId": "yuYx",
"minimumChargeType": "ACTUAL",
"pricingCode": "GRWrF",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1504",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "aDmjxH",
"surcharges": [
{
"amount": {
"amount": 1750.5,
"currency": "GEL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 346.46,
"currency": "SGD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3240.04,
"currency": "MKD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2637.52,
"currency": "UZS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 2.89,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 16.8,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.46,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.44,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 86.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.86,
"totalFreightDiscounts": 24.08,
"totalNetCharge": 149.25,
"totalNetChargeWithDutiesAndTaxes": 94.05,
"totalNetFedExCharge": 116.4,
"totalNetFreight": 174.01,
"totalRebates": 3.26,
"totalSurcharges": 19.38,
"totalTaxes": 4.66
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "PKR",
"rate": 27.49
},
"dimDivisor": 300,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.5,
"description": "WeRcfiDyjA",
"percent": 18.16,
"rateDiscountType": "EARNED"
},
{
"amount": 6.67,
"description": "yCDm5EkRXV",
"percent": 13.64,
"rateDiscountType": "BONUS"
},
{
"amount": 5.44,
"description": "7eyrKODljt",
"percent": 10.05,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 1.85,
"legDestinationLocationId": "lDuw",
"minimumChargeType": "ACTUAL",
"pricingCode": "yovq6",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6251",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "kCjm8t",
"surcharges": [
{
"amount": {
"amount": 925.86,
"currency": "ZWL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4629.76,
"currency": "PHP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.49,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 148.35,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.19,
"totalFreightDiscounts": 37.03,
"totalNetCharge": 128.09,
"totalNetChargeWithDutiesAndTaxes": 92.88,
"totalNetFedExCharge": 85.7,
"totalNetFreight": 140.65,
"totalRebates": 3.81,
"totalSurcharges": 17.89,
"totalTaxes": 3.1
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "UZS",
"rate": 18.14
},
"dimDivisor": 134,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 6.26,
"description": "Z9Kfxllf9I",
"percent": 15.98,
"rateDiscountType": "COUPON"
},
{
"amount": 3.93,
"description": "uOLktrIhpw",
"percent": 11.85,
"rateDiscountType": "BONUS"
},
{
"amount": 5.46,
"description": "BjPRH7pjyz",
"percent": 13.33,
"rateDiscountType": "COUPON"
},
{
"amount": 7.95,
"description": "hpbJMPdpoc",
"percent": 14.82,
"rateDiscountType": "COUPON"
},
{
"amount": 3.06,
"description": "iE3sodlqN5",
"percent": 7.11,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.05,
"legDestinationLocationId": "MAzV",
"minimumChargeType": "ACTUAL",
"pricingCode": "ewkfv",
"ratedWeightMethod": "DIM",
"rateScale": "4836",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "UXASn2",
"surcharges": [
{
"amount": {
"amount": 3595.53,
"currency": "YER"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.77,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 9.47,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 97.87,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.36,
"totalFreightDiscounts": 10.78,
"totalNetCharge": 180.1,
"totalNetChargeWithDutiesAndTaxes": 58.8,
"totalNetFedExCharge": 204.15,
"totalNetFreight": 192.83,
"totalRebates": 3.99,
"totalSurcharges": 12.55,
"totalTaxes": 4.22
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SGD",
"rate": 14.66
},
"dimDivisor": 270,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.31,
"description": "kkvuVYP1vG",
"percent": 17.57,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 8.65,
"legDestinationLocationId": "ITaq",
"minimumChargeType": "ACTUAL",
"pricingCode": "5NOzL",
"ratedWeightMethod": "DIM",
"rateScale": "0595",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "pXBsfk",
"surcharges": [
{
"amount": {
"amount": 467.56,
"currency": "MWK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4643.75,
"currency": "RON"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.42,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.58,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.59,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 131.62,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 40.28,
"totalFreightDiscounts": 14.71,
"totalNetCharge": 118.61,
"totalNetChargeWithDutiesAndTaxes": 101.5,
"totalNetFedExCharge": 122.8,
"totalNetFreight": 50.15,
"totalRebates": 1.63,
"totalSurcharges": 5.82,
"totalTaxes": 7.19
}
],
"surcharges": [
{
"amount": {
"amount": 1318.46,
"currency": "KPW"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.7,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.52,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.72,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.72,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 5.14,
"totalBaseCharge": 126.05,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.55,
"totalDutiesTaxesAndFees": 41.76,
"totalFreightDiscounts": 1.03,
"totalNetCharge": 191.41,
"totalNetChargeWithDutiesAndTaxes": 54.62,
"totalNetFedExCharge": 97.39,
"totalNetFreight": 162.31,
"totalRebates": 4.16,
"totalSurcharges": 6.4,
"totalTaxes": 6.06
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MYR",
"rate": 24.46
},
"dimDivisor": 162,
"freightDiscounts": [
{
"amount": 1.46,
"description": "18hYEmkAQK",
"percent": 5.66,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.3,
"description": "ih0GdK4LD9",
"percent": 15.87,
"rateDiscountType": "BONUS"
},
{
"amount": 3.95,
"description": "81TMVcxUbp",
"percent": 17.14,
"rateDiscountType": "BONUS"
},
{
"amount": 3.33,
"description": "KE0QxmtN34",
"percent": 11.45,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.83,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "41763",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "9f28NB",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "PYG",
"rate": 17.69
},
"dimDivisor": 175,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.69,
"description": "jWfAaEHsex",
"percent": 14.63,
"rateDiscountType": "BONUS"
},
{
"amount": 2.23,
"description": "BtCHuQq81B",
"percent": 10.43,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.39,
"description": "cKdkkNnJQ7",
"percent": 6.29,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.99,
"description": "WKJ7T753To",
"percent": 13.73,
"rateDiscountType": "BONUS"
},
{
"amount": 9.68,
"description": "674ZtrEoTT",
"percent": 13.39,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 11.65,
"legDestinationLocationId": "anLu",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "4l849",
"ratedWeightMethod": "DIM",
"rateScale": "9093",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "UhgW5Y",
"surcharges": [
{
"amount": {
"amount": 3060.3,
"currency": "ARS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3477.11,
"currency": "DOP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 994.28,
"currency": "SDG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3184.63,
"currency": "ANG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.53,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.09,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.51,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.45,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.05,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 154.23,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 14.53,
"totalFreightDiscounts": 5.82,
"totalNetCharge": 147.42,
"totalNetChargeWithDutiesAndTaxes": 231.63,
"totalNetFedExCharge": 138.91,
"totalNetFreight": 173.87,
"totalRebates": 0.96,
"totalSurcharges": 19.34,
"totalTaxes": 3.5
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KGS",
"rate": 23.66
},
"dimDivisor": 114,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.77,
"description": "fSGb5fr2Rn",
"percent": 17.53,
"rateDiscountType": "COUPON"
},
{
"amount": 4.21,
"description": "24JBMw04ec",
"percent": 10.76,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.5,
"description": "tUF8cTFjJp",
"percent": 11.29,
"rateDiscountType": "BONUS"
},
{
"amount": 1.92,
"description": "bFe8vp3fME",
"percent": 10.29,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.13,
"legDestinationLocationId": "oSKk",
"minimumChargeType": "ACTUAL",
"pricingCode": "iTZsQ",
"ratedWeightMethod": "DIM",
"rateScale": "6665",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "FO1wc2",
"surcharges": [
{
"amount": {
"amount": 2071.38,
"currency": "PGK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1598.07,
"currency": "LBP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3000.44,
"currency": "PGK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2051.45,
"currency": "KWD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 13.85,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.57,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 133.55,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 13.69,
"totalFreightDiscounts": 27.08,
"totalNetCharge": 53.65,
"totalNetChargeWithDutiesAndTaxes": 206.01,
"totalNetFedExCharge": 183.02,
"totalNetFreight": 174.52,
"totalRebates": 4.13,
"totalSurcharges": 8.14,
"totalTaxes": 6.54
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SRD",
"rate": 9.34
},
"dimDivisor": 198,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.85,
"description": "R0RDsNGp95",
"percent": 13.75,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.35,
"description": "q3fRZyjBOu",
"percent": 15.72,
"rateDiscountType": "BONUS"
},
{
"amount": 5.44,
"description": "dCmfr5wtc5",
"percent": 14.22,
"rateDiscountType": "BONUS"
},
{
"amount": 1.1,
"description": "IBAnnRXNKq",
"percent": 9.34,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.84,
"legDestinationLocationId": "ZrJv",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "y8w0j",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7390",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "HXIuLY",
"surcharges": [
{
"amount": {
"amount": 3204.01,
"currency": "BWP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2118.75,
"currency": "KGS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4864.21,
"currency": "AOA"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2665.8,
"currency": "UGX"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 5.11,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 85.16,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.81,
"totalFreightDiscounts": 0.03,
"totalNetCharge": 81.33,
"totalNetChargeWithDutiesAndTaxes": 71.34,
"totalNetFedExCharge": 238.65,
"totalNetFreight": 191.4,
"totalRebates": 1.04,
"totalSurcharges": 12.21,
"totalTaxes": 4.22
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "AUD",
"rate": 10.77
},
"dimDivisor": 119,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.5,
"description": "nHxL1kBFGQ",
"percent": 10.21,
"rateDiscountType": "BONUS"
},
{
"amount": 2.93,
"description": "8voh32IiUR",
"percent": 18.37,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 13.79,
"legDestinationLocationId": "tEdx",
"minimumChargeType": "ACTUAL",
"pricingCode": "IEMu2",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2325",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "6bDusm",
"surcharges": [
{
"amount": {
"amount": 2893.61,
"currency": "AWG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2989.09,
"currency": "YER"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1566.06,
"currency": "OMR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.24,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 142.48,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 25.33,
"totalFreightDiscounts": 32.92,
"totalNetCharge": 161.58,
"totalNetChargeWithDutiesAndTaxes": 193.25,
"totalNetFedExCharge": 146.44,
"totalNetFreight": 187.64,
"totalRebates": 3.31,
"totalSurcharges": 11.08,
"totalTaxes": 2.21
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "AFN",
"rate": 16.68
},
"dimDivisor": 282,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.12,
"description": "HUNteDzXsL",
"percent": 11.33,
"rateDiscountType": "EARNED"
},
{
"amount": 6,
"description": "E1n2HyyzVQ",
"percent": 5.62,
"rateDiscountType": "COUPON"
},
{
"amount": 3.38,
"description": "IC0HSrZNqw",
"percent": 17.65,
"rateDiscountType": "EARNED"
},
{
"amount": 6.58,
"description": "FAoHJLLY77",
"percent": 12.55,
"rateDiscountType": "EARNED"
},
{
"amount": 8.7,
"description": "mdomn8hQ0r",
"percent": 13.88,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.19,
"legDestinationLocationId": "AHjW",
"minimumChargeType": "ACTUAL",
"pricingCode": "J7UCE",
"ratedWeightMethod": "DIM",
"rateScale": "9769",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "ibt0M0",
"surcharges": [
{
"amount": {
"amount": 94.16,
"currency": "TTD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1258.96,
"currency": "ARS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.75,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.52,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.13,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.56,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 138.95,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.5,
"totalFreightDiscounts": 37.26,
"totalNetCharge": 67.27,
"totalNetChargeWithDutiesAndTaxes": 109.37,
"totalNetFedExCharge": 118.49,
"totalNetFreight": 123.01,
"totalRebates": 1.28,
"totalSurcharges": 7.81,
"totalTaxes": 5.26
}
],
"surcharges": [
{
"amount": {
"amount": 2960.16,
"currency": "AUD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.49,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.59,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 3.14,
"totalBaseCharge": 173.19,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.18,
"totalDutiesTaxesAndFees": 73.03,
"totalFreightDiscounts": 46.37,
"totalNetCharge": 110.2,
"totalNetChargeWithDutiesAndTaxes": 68.99,
"totalNetFedExCharge": 126.03,
"totalNetFreight": 105.64,
"totalRebates": 4.11,
"totalSurcharges": 3.43,
"totalTaxes": 7.46
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "694582062581",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 272.82,
"baseRateAmount": 356.97,
"codcollectionAmount": 155.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "399783"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "452765"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "763186"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "363735"
}
],
"masterTrackingNumber": "438274664358",
"netChargeAmount": 147.34,
"netDiscountAmount": 52.05,
"netRateAmount": 91.44,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "oGYQXPZitebtU3guIGU7",
"trackingNumber": "854895787092",
"url": "https://these-colonialism.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "lO4rdqVIlUELaaDbknrj",
"trackingNumber": "054055574112",
"url": "https://heavy-disk.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "JZN4ZBEd8a4ZY3ap6V2T",
"trackingNumber": "935111221933",
"url": "https://faint-management.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "7U9dTOWeV9Rtk2LzKHzO",
"trackingNumber": "850252784101",
"url": "https://shrill-captain.info/"
}
],
"trackingNumber": "257187318631"
},
{
"additionalChargesDiscount": 5.42,
"baseRateAmount": 376,
"codcollectionAmount": 442.85,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "305291"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "043083"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "090442"
}
],
"masterTrackingNumber": "503187825068",
"netChargeAmount": 27.49,
"netDiscountAmount": 65.74,
"netRateAmount": 81.75,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "QFiOa6j9Ix5obFlathuT",
"trackingNumber": "114933809010",
"url": "https://magnificent-armoire.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "JRJIvfxtTUKYlveSeWvf",
"trackingNumber": "286764601371",
"url": "https://back-order.com/"
}
],
"trackingNumber": "498079575365"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 49.47,
"baseRateAmount": 447.72,
"codcollectionAmount": 319.23,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "635073"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "488273"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "890349"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "014796"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "981428"
}
],
"masterTrackingNumber": "997119127945",
"netChargeAmount": 172.86,
"netDiscountAmount": 6.18,
"netRateAmount": 29.74,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "6p5ibrOlSBIvmsQowzpP",
"trackingNumber": "849659218861",
"url": "https://nutritious-armchair.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "uZnTXT455CWIlHprbV0Q",
"trackingNumber": "481360234831",
"url": "https://zesty-battle.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "JzibrbXCciAqyAD0w5LN",
"trackingNumber": "271885164832",
"url": "https://accurate-sunbeam.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "RXKHRAna7bgw2JtbEP46",
"trackingNumber": "515123421926",
"url": "https://shady-pearl.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "7lDBPTTSWK1kmPZPtlRD",
"trackingNumber": "466151917238",
"url": "https://insidious-loaf.org"
}
],
"trackingNumber": "541195598484"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx Ground",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2025-07-06T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 1,
"suggestions": [
{
"description": "Featuring Lawrencium-enhanced technology, our Cheese offers unparalleled white performance",
"harmonizedCode": "138862"
},
{
"description": "New Shirt model with 84 GB RAM, 900 GB storage, and common features",
"harmonizedCode": "744904"
}
]
},
{
"commodityIndex": 17,
"suggestions": [
{
"description": "Innovative Computer featuring biodegradable technology and Concrete construction",
"harmonizedCode": "873195"
},
{
"description": "Stylish Towels designed to make you stand out with lawful looks",
"harmonizedCode": "151607"
}
]
},
{
"commodityIndex": 16,
"suggestions": [
{
"description": "Rice, Boyle and Leannon's most advanced Sausages technology increases impressive capabilities",
"harmonizedCode": "031709"
},
{
"description": "The sleek and vague Salad comes with grey LED lighting for smart functionality",
"harmonizedCode": "443556"
},
{
"description": "The sleek and ecstatic Shirt comes with sky blue LED lighting for smart functionality",
"harmonizedCode": "730067"
}
]
},
{
"commodityIndex": 18,
"suggestions": [
{
"description": "Professional-grade Cheese perfect for energetic training and recreational use",
"harmonizedCode": "385169"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "BDasu",
"localizedText": "aEJmEqN91GsvGEkbwdxY",
"parameters": [
{
"id": "Uq7bU",
"value": "dwJ71OI4KY"
},
{
"id": "izOAT",
"value": "Tl9zoAehh2"
},
{
"id": "tYEno",
"value": "4MCkHVERXU"
}
],
"text": "iwYhh0LuWxfkG30"
},
"categories": [
"categories"
],
"commodityIndex": 7,
"derivedHarmonizedCode": "972582",
"source": "FTLfgqfHgj",
"status": "ACTIVE",
"type": "7sPbxNQrZK",
"waiver": {
"advisories": [
{
"code": "Udm17",
"localizedText": "SBRc7urYB4zyLT6st5WS",
"parameters": [
{
"id": "8OTMr",
"value": "0mbf8bxvft"
},
{
"id": "vEand",
"value": "CFDQg2ojgg"
},
{
"id": "5sQxP",
"value": "AqVPOZspaq"
}
],
"text": "3hfHggLeJ5yPnmT"
},
{
"code": "WIbDD",
"localizedText": "DVLNkyDqefKYUQqDeL21",
"parameters": [
{
"id": "XgVJ7",
"value": "10CxbVjHnK"
},
{
"id": "h72Fe",
"value": "d1qnsDHrYB"
},
{
"id": "K1F0e",
"value": "Fpt5g7q7OJ"
},
{
"id": "sN6Dz",
"value": "ha4kFe9CQ2"
},
{
"id": "5NJ4G",
"value": "AQwBhihLHR"
}
],
"text": "JFrYS07ykDHUsGM"
},
{
"code": "pkvJc",
"localizedText": "SbToi2gqNtYm4MtxwOOC",
"parameters": [
{
"id": "7GmbF",
"value": "pz8qNt0VHv"
}
],
"text": "yCOHg6uqGvTXLHy"
},
{
"code": "0PVtk",
"localizedText": "BsFruPauVngfdQ68WuRX",
"parameters": [
{
"id": "mLB0p",
"value": "weXTEeMNjY"
},
{
"id": "4Vpok",
"value": "zgXOeTAnLU"
}
],
"text": "EMyhc8vIRuKfNnn"
},
{
"code": "Z2aUf",
"localizedText": "ZRjHi44J6FZ0R6a0fMvJ",
"parameters": [
{
"id": "FQGzS",
"value": "18nsUqRM1I"
},
{
"id": "DCxtS",
"value": "sHD80VnNM5"
},
{
"id": "kIlyv",
"value": "9QohAHpkAW"
},
{
"id": "x6Eyf",
"value": "BzPQGyTowb"
},
{
"id": "p5ylM",
"value": "XKNq587apX"
}
],
"text": "wjvjBFD2tGAQvlS"
}
],
"description": "XfG6WL0MLV",
"id": "cCuUj"
}
},
{
"advisory": {
"code": "9SVzc",
"localizedText": "z7ETZ0pZDlbJILLSmNP5",
"parameters": [
{
"id": "a2CQU",
"value": "GpMcHdro3t"
},
{
"id": "uUU7u",
"value": "eru8MBDp2r"
},
{
"id": "mTT09",
"value": "SI4uhE8W5O"
},
{
"id": "C8lVQ",
"value": "K6bRDR4KnQ"
}
],
"text": "N39Idx6sB366HR7"
},
"categories": [
"categories"
],
"commodityIndex": 9,
"derivedHarmonizedCode": "977566",
"source": "tbXk2EU88M",
"status": "ACTIVE",
"type": "y9moydSWPs",
"waiver": {
"advisories": [
{
"code": "UP3sQ",
"localizedText": "9kNJsWHDerV0w9NrtOIs",
"parameters": [
{
"id": "NfSHW",
"value": "ffFYjTaXVu"
},
{
"id": "uvppd",
"value": "x2MBnjwNbc"
},
{
"id": "kvNLD",
"value": "HXNsGZsXvn"
},
{
"id": "SAqly",
"value": "H2hiRZFmRx"
}
],
"text": "5dOH7rNfEeu4Ie9"
}
],
"description": "aiEOEY0EYh",
"id": "WzeSV"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "UjuuhmNZEEvL3fY6lazP",
"trackingNumber": "088457478599",
"url": "https://stark-seal.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "hlPOfwis2zQ55Ob5T48e",
"trackingNumber": "285308013382",
"url": "https://lustrous-dividend.biz"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://paltry-clamp.net",
"password": "wHi7FE85",
"role": "Investor Identity Manager",
"userId": "ca696977-224d-4b59-b59c-5d3f48b4a234"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 3282.24,
"currency": "GEL"
}
},
"completedEtdDetail": {
"folderId": "Oruuf8mX3OR1gau5",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "PH8yYOX1TKvsvGpN"
},
{
"documentId": "T127dxbaG2aiuzyX"
},
{
"documentId": "nksogBbfg2A1LveA"
},
{
"documentId": "87gPAXakBaWolTL7"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "oRF8ih4VJC",
"hazardClass": "8",
"id": "UN2833",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A40",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 81.83,
"netExplosiveDetail": {
"amount": 8.53,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "WHlcczaB8O",
"hazardClass": "2.3",
"id": "UN8616",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 69.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "gpKzfzmCci"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.77,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.53,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.82,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.85,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "JXVHjLexBbkbeCk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.3,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.82,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.78
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Mxkp1iihYC",
"hazardClass": "8",
"id": "UN4608",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 91.28,
"netExplosiveDetail": {
"amount": 7.78,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ssBooOOo0x",
"hazardClass": "8",
"id": "UN9137",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 74.04,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OkforEyepf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.6,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.9,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 37.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.82,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 29.66,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "p2bnSfL1nKns9D0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.15,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 3,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "22OKGALWrt",
"hazardClass": "3",
"id": "UN4025",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 60.53,
"netExplosiveDetail": {
"amount": 4.69,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "4DZwWBRzus",
"hazardClass": "8",
"id": "UN3466",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 98.66,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "uFXXewdlnh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.62,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 15.63,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 13.09,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "7Y4OFIDBe3SaTfG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.37,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 47.86,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.7
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 3.08,
"referenceId": "862433",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "7988403124738583504145557415800486"
},
{
"type": "ADDRESS",
"value": "6008295375646179733402675140884076"
},
{
"type": "ADDRESS",
"value": "4583102318650440591860805832031541"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 17
},
{
"content": "THIS SIDE UP",
"number": 4
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 29.91,
"packageRateDetails": [
{
"baseCharge": 79.61,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 50.31,
"netFedExCharge": 62.79,
"netFreight": 97.35,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 991.56,
"currency": "SEK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1778.06,
"currency": "UZS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3596.39,
"currency": "BND"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1160.63,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1765.67,
"currency": "CUP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 27.69,
"totalRebates": 3.17,
"totalSurcharges": 14.24,
"totalTaxes": 5.24
},
{
"baseCharge": 56.09,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 80.95,
"netFedExCharge": 145.43,
"netFreight": 141.83,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4708.04,
"currency": "ISK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1470.46,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3834.1,
"currency": "BBD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 19.27,
"totalRebates": 0.57,
"totalSurcharges": 17.99,
"totalTaxes": 0.45
},
{
"baseCharge": 75.05,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 186.18,
"netFedExCharge": 179.02,
"netFreight": 65.08,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3161.57,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4097.81,
"currency": "GHS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2092.99,
"currency": "PGK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4846.23,
"currency": "GEL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3841.85,
"currency": "MXN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 40.7,
"totalRebates": 1.16,
"totalSurcharges": 18.05,
"totalTaxes": 3.88
},
{
"baseCharge": 123.83,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 132.77,
"netFedExCharge": 197.72,
"netFreight": 90.64,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 191.78,
"currency": "VUV"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 768.54,
"currency": "CVE"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3094.05,
"currency": "BBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 9.76,
"totalRebates": 3.04,
"totalSurcharges": 7.75,
"totalTaxes": 3.63
},
{
"baseCharge": 128.47,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 199.27,
"netFedExCharge": 153.56,
"netFreight": 47.77,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4865.73,
"currency": "KWD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1954.42,
"currency": "NIO"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1540.72,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.21,
"totalRebates": 0.96,
"totalSurcharges": 12.7,
"totalTaxes": 8.57
}
]
},
"sequenceNumber": 3,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "4164",
"trackingIdType": "GROUND",
"trackingNumber": "55928287186148217383",
"uspsApplicationId": "37"
},
{
"formId": "0850",
"trackingIdType": "GROUND",
"trackingNumber": "85569682119198346875",
"uspsApplicationId": "18"
},
{
"formId": "0140",
"trackingIdType": "EXPRESS",
"trackingNumber": "23005748319058505650",
"uspsApplicationId": "70"
},
{
"formId": "9872",
"trackingIdType": "FREIGHT",
"trackingNumber": "07580671544507177328",
"uspsApplicationId": "08"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "enS4orAXzf",
"hazardClass": "8",
"id": "UN3854",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A79",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 23.7,
"netExplosiveDetail": {
"amount": 5.03,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nqfCJDUvTh",
"hazardClass": "2.3",
"id": "UN2222",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 54.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "uOjHiTkDRD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 25.63,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.99,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.99,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.94,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vDYly1rscZQNPro",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.96,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 14.32,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "W1jjhMVv7f",
"hazardClass": "3",
"id": "UN3480",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A85",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 33.57,
"netExplosiveDetail": {
"amount": 8.24,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "vQg6m6EBBm",
"hazardClass": "8",
"id": "UN8883",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 68.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YtueQXlkgC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.57,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 19.05,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "OjuJFis6jaHQGaz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 15.18,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 39.2,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "HRppj1vlCi",
"hazardClass": "8",
"id": "UN4561",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A92",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 51.02,
"netExplosiveDetail": {
"amount": 1.97,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "fz92fXdtB1",
"hazardClass": "2.3",
"id": "UN5251",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 43.04,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bJpxmCoNsG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.49,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.7,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "el4242P6mO3HWoN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.15,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 4.82,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "EaHxPMyARc",
"hazardClass": "8",
"id": "UN8017",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 61.16,
"netExplosiveDetail": {
"amount": 4.85,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ey7jotx67X",
"hazardClass": "2.3",
"id": "UN8813",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 97.86,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TfiTIkxaQE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.6,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.91,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "lxRB4YVqAZxcTYS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.05,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.4
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fF6fRdb1bG",
"hazardClass": "3",
"id": "UN1437",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 56.73,
"netExplosiveDetail": {
"amount": 8.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "i9U2FU057Y",
"hazardClass": "8",
"id": "UN6570",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 88.03,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KPzukDfqXZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.89,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.04,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.9,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "2jpIS33PXj8Zjyo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.93,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 31.92,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.88
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "i9bBWrkTVr",
"hazardClass": "8",
"id": "UN9347",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A64",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 23,
"netExplosiveDetail": {
"amount": 6.83,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "zZRqVLSKbX",
"hazardClass": "8",
"id": "UN4162",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 14.01,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SdvYLbwHtj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.33,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "jIX8hxOYDtqSp2K",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.39,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 28.22,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.18
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 4.78,
"referenceId": "270175",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "9703923447252453220582167699416213"
},
{
"type": "GROUND",
"value": "6941899032893626299330064214642561"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 19
},
{
"content": "SECURED",
"number": 9
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 38.86,
"packageRateDetails": [
{
"baseCharge": 189.26,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 133.13,
"netFedExCharge": 133.35,
"netFreight": 74.92,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1617.59,
"currency": "ERN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3433.89,
"currency": "BSD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 99.84,
"currency": "IDR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3980.78,
"currency": "NGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4730.04,
"currency": "MKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 48.9,
"totalRebates": 4.33,
"totalSurcharges": 8.84,
"totalTaxes": 6.44
},
{
"baseCharge": 144.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 107.65,
"netFedExCharge": 141.33,
"netFreight": 133.55,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3679.83,
"currency": "MRU"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 979.57,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 18.68,
"totalRebates": 4.16,
"totalSurcharges": 4.56,
"totalTaxes": 5.68
},
{
"baseCharge": 68.74,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 185.34,
"netFedExCharge": 196.29,
"netFreight": 107.93,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2927.63,
"currency": "JOD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1495.15,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4772.35,
"currency": "PLN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 33.18,
"totalRebates": 4.92,
"totalSurcharges": 19.58,
"totalTaxes": 8.51
},
{
"baseCharge": 102.62,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 55.64,
"netFedExCharge": 175.21,
"netFreight": 45.83,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2487.37,
"currency": "SBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4566.29,
"currency": "DZD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1016.98,
"currency": "BDT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 72.32,
"currency": "AOA"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 31.53,
"totalRebates": 1.77,
"totalSurcharges": 16.99,
"totalTaxes": 2.34
}
]
},
"sequenceNumber": 8,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "0833",
"trackingIdType": "GROUND",
"trackingNumber": "08775979751035540501",
"uspsApplicationId": "95"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dtObcAwPUB",
"hazardClass": "8",
"id": "UN1593",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A29",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 17.91,
"netExplosiveDetail": {
"amount": 2.07,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "xIlxKaebKW",
"hazardClass": "2.3",
"id": "UN2674",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 62.78,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "oKhaohBIEb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.76,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "exvW3CP5iaZPqiP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.86,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 13.55,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "pJMqKIgPUB",
"hazardClass": "3",
"id": "UN1181",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 40.81,
"netExplosiveDetail": {
"amount": 5.92,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VG3ZhbXOQy",
"hazardClass": "3",
"id": "UN2182",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 46.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VakHJhnDEW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.82,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 35.82,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "YjgPWVHDjmwiZfm",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.45,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 15.5,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "raWGxHDD8u",
"hazardClass": "3",
"id": "UN6465",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 41.54,
"netExplosiveDetail": {
"amount": 1.74,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZufazRtibv",
"hazardClass": "8",
"id": "UN5582",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 37.64,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "fTEqdsmysY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.06,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.68,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.86,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.23,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "i6RXzE2qWhKKPRr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.21,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 47.42,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.41
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mujonP0R2q",
"hazardClass": "3",
"id": "UN0646",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A58",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 78.82,
"netExplosiveDetail": {
"amount": 4.48,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "cxmIhNAcOJ",
"hazardClass": "8",
"id": "UN3957",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 80.06,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lilINCGmyw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.71,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.88,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.66,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.35,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Wm7tPvn1gy60FHF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 15.38,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 2.49,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dvXpEHfqqO",
"hazardClass": "3",
"id": "UN4370",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 70.15,
"netExplosiveDetail": {
"amount": 7.79,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "v1rnMOfdJ0",
"hazardClass": "3",
"id": "UN6916",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 60.07,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kXsMWgDtHA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.28,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.36,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "UidNT6t4RXGzbd6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.97,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.57,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "cC1MB42gtt",
"hazardClass": "3",
"id": "UN2918",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 40.52,
"netExplosiveDetail": {
"amount": 9.65,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "oVqFfUjB0o",
"hazardClass": "2.3",
"id": "UN2454",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.31,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AHTrSymQRd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.2,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 24.02,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "SJBLlclCQkstoQO",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.63,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 5.64,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4wfIuhol66",
"hazardClass": "3",
"id": "UN5539",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 72.05,
"netExplosiveDetail": {
"amount": 3.35,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "c4OsZ2MR8Z",
"hazardClass": "8",
"id": "UN2644",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EOzBmvCKHh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.77,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.86,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.58,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "133WJBIJP0DtoTf",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.79,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XSbEz17rTy",
"hazardClass": "8",
"id": "UN5410",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 64.55,
"netExplosiveDetail": {
"amount": 2.74,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "2sNmQ86tML",
"hazardClass": "8",
"id": "UN8442",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 64.45,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "sUDMOjSRIh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 20.8,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.77,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "xbTp8BVtzF1WhIP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.67,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.11,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.94
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 6.11,
"referenceId": "018081",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "6259614387670684431966688149298795"
},
{
"type": "GROUND",
"value": "4028879189778857736693746360465991"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 11
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 2.77,
"packageRateDetails": [
{
"baseCharge": 168.52,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 68.74,
"netFedExCharge": 83.07,
"netFreight": 144.37,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3418.02,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1486.8,
"currency": "MUR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1231.31,
"currency": "BAM"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 13.14,
"totalRebates": 1.96,
"totalSurcharges": 10.99,
"totalTaxes": 4
}
]
},
"sequenceNumber": 7,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "0697",
"trackingIdType": "GROUND",
"trackingNumber": "57208676872384423164",
"uspsApplicationId": "41"
},
{
"formId": "2202",
"trackingIdType": "EXPRESS",
"trackingNumber": "13214666610951942353",
"uspsApplicationId": "91"
},
{
"formId": "0894",
"trackingIdType": "GROUND",
"trackingNumber": "82894504087671146053",
"uspsApplicationId": "89"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Wea1uVwrZY",
"hazardClass": "3",
"id": "UN6408",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A71",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 87.6,
"netExplosiveDetail": {
"amount": 4.27,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "SZpQONC6AR",
"hazardClass": "2.3",
"id": "UN7958",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.52,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CQwQnjiufy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.3,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.56,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.96,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.02,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ieQYfbO1XN29EIa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.5,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 9.2,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "TlVBUOdhdE",
"hazardClass": "8",
"id": "UN3035",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 51.9,
"netExplosiveDetail": {
"amount": 8.64,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "xq2KMRFZTY",
"hazardClass": "3",
"id": "UN5160",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.66,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TeesFKmpzd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.6,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "9V8ysrMO22gThZ3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.05,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 37.9,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "2CH4KJigkG",
"hazardClass": "8",
"id": "UN0037",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 27.93,
"netExplosiveDetail": {
"amount": 2.43,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "8tOmFQCuTV",
"hazardClass": "3",
"id": "UN5673",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 71.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cTXuSfifwB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.58,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.82,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.53,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CFK3kEH0whsYY7U",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.39,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.96
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rxxe7LUNt4",
"hazardClass": "3",
"id": "UN5491",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A85",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 40.21,
"netExplosiveDetail": {
"amount": 7.71,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Ka1qeXTklz",
"hazardClass": "2.3",
"id": "UN4765",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 31.88,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HKmcItTRYf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.3,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "o0Vt6dKBdPZv6k4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.66,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.93,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.15
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 0.33,
"referenceId": "150924",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "0949179198851495125093089874786718"
},
{
"type": "ADDRESS",
"value": "5923372406837366842909818372795064"
},
{
"type": "ADDRESS",
"value": "7810451866384457911268225599565973"
},
{
"type": "GROUND",
"value": "0894698916158357809199152339620948"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 14
},
{
"content": "THIS SIDE UP",
"number": 18
},
{
"content": "SECURED",
"number": 13
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 35.55,
"packageRateDetails": [
{
"baseCharge": 199.49,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 60.4,
"netFedExCharge": 151.8,
"netFreight": 66.41,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 597.3,
"currency": "SHP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2260.9,
"currency": "SHP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 315.34,
"currency": "IRR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 970.65,
"currency": "HTG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3851.03,
"currency": "RUB"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 30.61,
"totalRebates": 3.65,
"totalSurcharges": 4.13,
"totalTaxes": 2.76
},
{
"baseCharge": 147.65,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 175.62,
"netFedExCharge": 51.12,
"netFreight": 125.11,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3322.92,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 939.3,
"currency": "GMD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3172.18,
"currency": "AUD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4025.86,
"currency": "KES"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1894.9,
"currency": "BBD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 2.98,
"totalRebates": 0.34,
"totalSurcharges": 5.98,
"totalTaxes": 9.41
}
]
},
"sequenceNumber": 5,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "3323",
"trackingIdType": "EXPRESS",
"trackingNumber": "69912122602914565442",
"uspsApplicationId": "96"
},
{
"formId": "4177",
"trackingIdType": "EXPRESS",
"trackingNumber": "85284272032481899633",
"uspsApplicationId": "76"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "IbXGlODZET",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-04-22T00:00:00.0Z",
"expirationDate": "2026-07-05T00:00:00.0Z",
"number": "77572"
}
},
"dryIceDetail": {
"packageCount": 4,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 4
}
},
"masterTrackingId": {
"formId": "9736",
"trackingIdType": "GROUND",
"trackingNumber": "43171153252320072499",
"uspsApplicationId": "49"
},
"operationalDetail": {
"airportId": "ZIT",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "blJCfBaOpNcJWdI",
"commitDate": "2026-07-04T00:00:00.0Z",
"commitDay": "Tue",
"countryCode": "AS",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-06T00:00:00.0Z",
"deliveryDay": "Sun",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "VNfU",
"destinationLocationNumber": 440,
"destinationLocationStateOrProvinceCode": "ME",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "089",
"originLocationNumber": 223,
"originServiceArea": "C3",
"packagingCode": "83",
"postalCode": "78000",
"publishedDeliveryTime": "10:30A",
"scac": "FDXE",
"serviceCode": "677",
"stateOrProvinceCode": "VT",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "KK",
"ursaSuffixCode": "Yb"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "79",
"description": "Configurable methodical contingency",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "9KB"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "0UI"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "99nwrOaX2Lzg",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "6920",
"trackingIdType": "GROUND",
"trackingNumber": "95610893477744194013"
},
{
"formId": "0314",
"trackingIdType": "FREIGHT",
"trackingNumber": "71841210955823338349"
},
{
"formId": "2757",
"trackingIdType": "FREIGHT",
"trackingNumber": "70921017596160901125"
},
{
"formId": "2285",
"trackingIdType": "EXPRESS",
"trackingNumber": "19996588186734590776"
},
{
"formId": "3553",
"trackingIdType": "FREIGHT",
"trackingNumber": "69306852424110269637"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "4992",
"trackingIdType": "GROUND",
"trackingNumber": "19064279749820538186"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "1104",
"trackingIdType": "GROUND",
"trackingNumber": "53671421310639114207"
},
{
"formId": "9239",
"trackingIdType": "EXPRESS",
"trackingNumber": "99772695169577607742"
},
{
"formId": "5821",
"trackingIdType": "EXPRESS",
"trackingNumber": "73348353423436459700"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "SSP",
"value": "CUSTOMS_VALUE"
},
"description": "5chKKBG9IB",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"description": "69fmAypIUa",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "KPW",
"value": "CUSTOMS_VALUE"
},
"description": "JCeVoWhKsO",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"description": "vzxbAYnKJp",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"description": "wgx7SGS7PT",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TOP",
"rate": 28.53
},
"dutiesAndTaxes": [
{
"harmonizedCode": "660461",
"taxes": {
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "ZMkkkjO0li",
"id": "vtVUnt",
"name": "Sales Tax"
},
"description": "5fuA7oywX2",
"effectiveDate": "2025-09-13T00:00:00.0Z",
"formula": "bopPM68DiXMKzAK",
"name": "Sales Tax",
"taxableValue": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "XkDiR",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "133644",
"taxes": {
"amount": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "gkSrHFoMis",
"id": "Ih3oqW",
"name": "VAT"
},
"description": "7JCFiUzB1q",
"effectiveDate": "2025-07-19T00:00:00.0Z",
"formula": "fQtyQe8UFrJiIlg",
"name": "VAT",
"taxableValue": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"taxcode": "3A6XV",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"description": "7budu6DdOm",
"percent": 12.55,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
},
"description": "b81pHGnpMW",
"percent": 14.51,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "FJD",
"value": "CUSTOMS_VALUE"
},
"description": "7o5cKml87I",
"percent": 16.14,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"description": "rnw7qbO1kn",
"percent": 13.99,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "JOD",
"value": "CUSTOMS_VALUE"
},
"description": "onjmfThRUY",
"percent": 10.86,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 9.56,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "8ahDYXr0NG",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "PoBS2H",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
},
"description": "uDvAXJAmcI",
"percent": 4.96,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"description": "yolvKxdOqC",
"percent": 1.29,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "BAM",
"value": "CUSTOMS_VALUE"
},
"description": "1zLhEsBZXN",
"percent": 2.87,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "VND",
"value": "CUSTOMS_VALUE"
},
"description": "qjDwWcNpDT",
"percent": 4.66,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"description": "eBbnCSD86Z",
"percent": 1.39,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"description": "k6BPTstnxR",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"description": "yeumJtYx9j",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"description": "uCVZBAtCCz",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"description": "Vi4C3aT3Yp",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "UYU",
"value": "CUSTOMS_VALUE"
},
"description": "3ATcHajI6z",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "KHR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "GMD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "ARS",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NPR",
"rate": 25.84
},
"dimDivisor": 163,
"freightDiscounts": [
{
"amount": 4.29,
"description": "4PQWwnIInl",
"percent": 11.94,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.14,
"description": "oNgrtxSdU4",
"percent": 15.95,
"rateDiscountType": "COUPON"
},
{
"amount": 3.55,
"description": "7Zmm29zQCV",
"percent": 15.24,
"rateDiscountType": "COUPON"
},
{
"amount": 2.99,
"description": "RIWAREfr7U",
"percent": 13.09,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 12.02,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "43106",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "dwJsCJ",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "USD",
"rate": 11.31
},
"dimDivisor": 224,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.38,
"description": "si5ChP5fnG",
"percent": 8.66,
"rateDiscountType": "EARNED"
},
{
"amount": 3.98,
"description": "JdiRi32Qnj",
"percent": 12.5,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 6.79,
"legDestinationLocationId": "Jmrg",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ADaGh",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5552",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "Nc3oaQ",
"surcharges": [
{
"amount": {
"amount": 300.62,
"currency": "FKP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 555.92,
"currency": "CLP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3111.29,
"currency": "GBP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3665.88,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2182.83,
"currency": "VUV"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 4.1,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.62,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 116.39,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42.61,
"totalFreightDiscounts": 22.72,
"totalNetCharge": 153.83,
"totalNetChargeWithDutiesAndTaxes": 234.93,
"totalNetFedExCharge": 174.9,
"totalNetFreight": 71.09,
"totalRebates": 0.56,
"totalSurcharges": 14.55,
"totalTaxes": 6.97
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BTN",
"rate": 3.86
},
"dimDivisor": 162,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.56,
"description": "eJC9bYppQv",
"percent": 6,
"rateDiscountType": "BONUS"
},
{
"amount": 7.03,
"description": "A6PDZIAidh",
"percent": 19.09,
"rateDiscountType": "EARNED"
},
{
"amount": 3.35,
"description": "4AMCcgGJYd",
"percent": 9.93,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.21,
"description": "GXwL3qisyj",
"percent": 13.14,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.04,
"legDestinationLocationId": "Nedi",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "qbHC5",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1953",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "5044N1",
"surcharges": [
{
"amount": {
"amount": 929.95,
"currency": "AOA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1343.22,
"currency": "ALL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1270.84,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.59,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.62,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.99,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 87.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.12,
"totalFreightDiscounts": 39.19,
"totalNetCharge": 135.76,
"totalNetChargeWithDutiesAndTaxes": 233.98,
"totalNetFedExCharge": 167.8,
"totalNetFreight": 194.6,
"totalRebates": 3.84,
"totalSurcharges": 9.48,
"totalTaxes": 8.84
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "LSL",
"rate": 3.62
},
"dimDivisor": 190,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.36,
"description": "a1tF8BoHDk",
"percent": 5.11,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.67,
"legDestinationLocationId": "OuRw",
"minimumChargeType": "ACTUAL",
"pricingCode": "AGfPh",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1280",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "w0R3J2",
"surcharges": [
{
"amount": {
"amount": 2316.15,
"currency": "RWF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 957.86,
"currency": "BIF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 840.76,
"currency": "IRR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2328.01,
"currency": "TOP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1874.59,
"currency": "MZN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.31,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 12.29,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 152.06,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.03,
"totalFreightDiscounts": 21.15,
"totalNetCharge": 173.3,
"totalNetChargeWithDutiesAndTaxes": 240.44,
"totalNetFedExCharge": 78.18,
"totalNetFreight": 100.19,
"totalRebates": 4.62,
"totalSurcharges": 16.22,
"totalTaxes": 3.89
}
],
"surcharges": [
{
"amount": {
"amount": 4527.99,
"currency": "EUR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3027.1,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2782.51,
"currency": "FJD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1215.42,
"currency": "MUR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3129.13,
"currency": "PAB"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 16.53,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.6,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.18,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.38,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.93,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 13.83,
"totalBaseCharge": 161.67,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.1,
"totalDutiesTaxesAndFees": 91.85,
"totalFreightDiscounts": 5.23,
"totalNetCharge": 157.93,
"totalNetChargeWithDutiesAndTaxes": 148.58,
"totalNetFedExCharge": 200.64,
"totalNetFreight": 127.6,
"totalRebates": 4.34,
"totalSurcharges": 16.81,
"totalTaxes": 1.93
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "HKD",
"rate": 8.23
},
"dimDivisor": 197,
"freightDiscounts": [
{
"amount": 1.42,
"description": "gW30m8bXxK",
"percent": 14.15,
"rateDiscountType": "COUPON"
},
{
"amount": 2.16,
"description": "e06GXpIoGF",
"percent": 11.52,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 2.06,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "61255",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "8NI6oh",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RUB",
"rate": 1.59
},
"dimDivisor": 232,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.59,
"description": "3VKAj3Qx7t",
"percent": 5.83,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.26,
"description": "UUjrvE5Ng0",
"percent": 14.08,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7,
"legDestinationLocationId": "iEMk",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "YIKLK",
"ratedWeightMethod": "DIM",
"rateScale": "2795",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "MhEYam",
"surcharges": [
{
"amount": {
"amount": 1994.4,
"currency": "XAF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2710.38,
"currency": "TZS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 198.44,
"currency": "KES"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 499.51,
"currency": "BBD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2196.08,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.54,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.35,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 74.24,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 4.24,
"totalFreightDiscounts": 24.03,
"totalNetCharge": 113.41,
"totalNetChargeWithDutiesAndTaxes": 194.77,
"totalNetFedExCharge": 216.02,
"totalNetFreight": 96.03,
"totalRebates": 0.67,
"totalSurcharges": 13.46,
"totalTaxes": 8.4
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "DJF",
"rate": 21.91
},
"dimDivisor": 106,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.81,
"description": "nzTOl8SVMO",
"percent": 9.8,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 9.04,
"legDestinationLocationId": "mJig",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "s4UNO",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9848",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "0ZBsG9",
"surcharges": [
{
"amount": {
"amount": 4111.47,
"currency": "XPF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4952.71,
"currency": "AOA"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 102.48,
"currency": "SSP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1225.11,
"currency": "CNY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3260.76,
"currency": "RWF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.83,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.34,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 17.88,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.06,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 16.94,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 191.75,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.15,
"totalFreightDiscounts": 32.45,
"totalNetCharge": 138.43,
"totalNetChargeWithDutiesAndTaxes": 185.43,
"totalNetFedExCharge": 114.38,
"totalNetFreight": 138.91,
"totalRebates": 4.05,
"totalSurcharges": 6.53,
"totalTaxes": 2.86
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ISK",
"rate": 4.52
},
"dimDivisor": 282,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.27,
"description": "vAX5lOfrrV",
"percent": 9.28,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.73,
"description": "IHcdTCm7ej",
"percent": 17.58,
"rateDiscountType": "COUPON"
},
{
"amount": 4.88,
"description": "GNWPbHCd0O",
"percent": 15.69,
"rateDiscountType": "COUPON"
},
{
"amount": 7.89,
"description": "QcTYMDFraE",
"percent": 10.14,
"rateDiscountType": "EARNED"
},
{
"amount": 1.56,
"description": "5AJUL90N2B",
"percent": 7.69,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.84,
"legDestinationLocationId": "YbqH",
"minimumChargeType": "ACTUAL",
"pricingCode": "XrXJK",
"ratedWeightMethod": "DIM",
"rateScale": "5420",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "AwKrBV",
"surcharges": [
{
"amount": {
"amount": 3947.23,
"currency": "MVR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2036.66,
"currency": "BDT"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2255.52,
"currency": "GHS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.84,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.6,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.6,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 115,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.81,
"totalFreightDiscounts": 39.83,
"totalNetCharge": 66.64,
"totalNetChargeWithDutiesAndTaxes": 111.24,
"totalNetFedExCharge": 200.8,
"totalNetFreight": 166.1,
"totalRebates": 0.41,
"totalSurcharges": 0.45,
"totalTaxes": 2.77
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JMD",
"rate": 3.86
},
"dimDivisor": 247,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.65,
"description": "vWM5b1ieGF",
"percent": 12.77,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 13.58,
"legDestinationLocationId": "AnnL",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "fqhrP",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0527",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "v0NUs9",
"surcharges": [
{
"amount": {
"amount": 3310.04,
"currency": "AOA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1576.65,
"currency": "PHP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.59,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.44,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.2,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.61,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.46,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 191.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.72,
"totalFreightDiscounts": 37.29,
"totalNetCharge": 95.51,
"totalNetChargeWithDutiesAndTaxes": 240.47,
"totalNetFedExCharge": 165.56,
"totalNetFreight": 117.39,
"totalRebates": 4.53,
"totalSurcharges": 3.14,
"totalTaxes": 6.15
}
],
"surcharges": [
{
"amount": {
"amount": 3367.45,
"currency": "CZK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4419.46,
"currency": "EUR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4224.34,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1385.94,
"currency": "VND"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 503.54,
"currency": "KPW"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 4.98,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 9.62,
"totalBaseCharge": 195.49,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.83,
"totalDutiesTaxesAndFees": 36.35,
"totalFreightDiscounts": 10.63,
"totalNetCharge": 94.2,
"totalNetChargeWithDutiesAndTaxes": 180.79,
"totalNetFedExCharge": 68.15,
"totalNetFreight": 128.5,
"totalRebates": 3,
"totalSurcharges": 16.64,
"totalTaxes": 3.05
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MAD",
"rate": 16.67
},
"dimDivisor": 247,
"freightDiscounts": [
{
"amount": 6.56,
"description": "PEWD5OCPK8",
"percent": 9.31,
"rateDiscountType": "BONUS"
},
{
"amount": 6.65,
"description": "Rxd5nhfKeM",
"percent": 16.55,
"rateDiscountType": "BONUS"
},
{
"amount": 7.81,
"description": "6hmBvnZvdh",
"percent": 11.92,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.72,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "01719",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "MQsck4",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "EGP",
"rate": 10.41
},
"dimDivisor": 184,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.09,
"description": "mzmMf1l5Ry",
"percent": 6.17,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.22,
"description": "7IlZiDvNyn",
"percent": 8.15,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 2.83,
"legDestinationLocationId": "hlpu",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "EoQvg",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7641",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "FpiteS",
"surcharges": [
{
"amount": {
"amount": 1392.05,
"currency": "AUD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 243.83,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.52,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 120.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42.68,
"totalFreightDiscounts": 44.13,
"totalNetCharge": 82.6,
"totalNetChargeWithDutiesAndTaxes": 153,
"totalNetFedExCharge": 179.28,
"totalNetFreight": 188.7,
"totalRebates": 0.5,
"totalSurcharges": 4.47,
"totalTaxes": 0.47
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "JOD",
"rate": 12.29
},
"dimDivisor": 110,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.2,
"description": "QXIoDTYUDP",
"percent": 13.95,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7.25,
"legDestinationLocationId": "mkDV",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "d2Aow",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7169",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "idvQe0",
"surcharges": [
{
"amount": {
"amount": 393.02,
"currency": "XPF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.06,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 101.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 10.39,
"totalFreightDiscounts": 27.31,
"totalNetCharge": 104.15,
"totalNetChargeWithDutiesAndTaxes": 103.37,
"totalNetFedExCharge": 216.24,
"totalNetFreight": 52.95,
"totalRebates": 4.43,
"totalSurcharges": 5.3,
"totalTaxes": 2.92
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TND",
"rate": 15.57
},
"dimDivisor": 253,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.36,
"description": "gXuDXoXDK0",
"percent": 6.36,
"rateDiscountType": "EARNED"
},
{
"amount": 7.58,
"description": "QTjdsCbBpJ",
"percent": 8.99,
"rateDiscountType": "EARNED"
},
{
"amount": 5.62,
"description": "Y0oaQf0CcN",
"percent": 7.27,
"rateDiscountType": "EARNED"
},
{
"amount": 2.83,
"description": "FyNEItM5ZA",
"percent": 15.97,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.94,
"legDestinationLocationId": "lDzC",
"minimumChargeType": "ACTUAL",
"pricingCode": "lpRo7",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6687",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "vPKnYB",
"surcharges": [
{
"amount": {
"amount": 4300.74,
"currency": "GTQ"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1522.41,
"currency": "TOP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3047.91,
"currency": "RUB"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 16.32,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.09,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.6,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.47,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 149.19,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.59,
"totalFreightDiscounts": 30.17,
"totalNetCharge": 74.33,
"totalNetChargeWithDutiesAndTaxes": 113.24,
"totalNetFedExCharge": 96.69,
"totalNetFreight": 180.73,
"totalRebates": 0.98,
"totalSurcharges": 16.8,
"totalTaxes": 7.45
}
],
"surcharges": [
{
"amount": {
"amount": 121.29,
"currency": "DZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4778.47,
"currency": "ALL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4512.75,
"currency": "JPY"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3418.4,
"currency": "ZMW"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2602.37,
"currency": "DJF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.37,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.82,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.03,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.15,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 15.59,
"totalBaseCharge": 82.73,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.37,
"totalDutiesTaxesAndFees": 11.98,
"totalFreightDiscounts": 7.36,
"totalNetCharge": 177.74,
"totalNetChargeWithDutiesAndTaxes": 135.63,
"totalNetFedExCharge": 102.59,
"totalNetFreight": 192.19,
"totalRebates": 3.54,
"totalSurcharges": 8.47,
"totalTaxes": 7.92
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "108374305182",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 339.82,
"baseRateAmount": 369.02,
"codcollectionAmount": 645.14,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "352916"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "505460"
}
],
"masterTrackingNumber": "489782354666",
"netChargeAmount": 128.13,
"netDiscountAmount": 131.09,
"netRateAmount": 63,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "hqFxan0T1DGDdx1IVc4A",
"trackingNumber": "295678769793",
"url": "https://dramatic-chainstay.biz"
}
],
"trackingNumber": "516775663469"
},
{
"additionalChargesDiscount": 417.46,
"baseRateAmount": 321.98,
"codcollectionAmount": 931.72,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "138347"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "420189"
}
],
"masterTrackingNumber": "921421911654",
"netChargeAmount": 24.92,
"netDiscountAmount": 95.74,
"netRateAmount": 63.65,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "npKZmJsUQLQXCWpBZyrz",
"trackingNumber": "974468036870",
"url": "https://jittery-pension.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "GkrvfugK4hfXGgXTnLNB",
"trackingNumber": "774917426652",
"url": "https://petty-developmental.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "n6qNaSIP1bHZ4A6fjmc1",
"trackingNumber": "728770590328",
"url": "https://focused-agreement.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "pSfTBG2UH17uMuNSKdfp",
"trackingNumber": "092685467137",
"url": "https://favorite-pulse.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "10bBXvRkBuyhnYLnkWom",
"trackingNumber": "013869066633",
"url": "https://unfinished-import.name/"
}
],
"trackingNumber": "710174368100"
},
{
"additionalChargesDiscount": 446.91,
"baseRateAmount": 390.55,
"codcollectionAmount": 39.37,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "218220"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "223827"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "464487"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "419486"
}
],
"masterTrackingNumber": "360489907744",
"netChargeAmount": 86.44,
"netDiscountAmount": 28.92,
"netRateAmount": 25.98,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "Pj3xZbZzEgRK5rncSeL8",
"trackingNumber": "665571308047",
"url": "https://poor-peony.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "XR1sWlZfRHInXaV4QvXp",
"trackingNumber": "555463709655",
"url": "https://unkempt-brush.info"
}
],
"trackingNumber": "373252776797"
},
{
"additionalChargesDiscount": 315.99,
"baseRateAmount": 124.71,
"codcollectionAmount": 930.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "395038"
}
],
"masterTrackingNumber": "632889769193",
"netChargeAmount": 192.55,
"netDiscountAmount": 43.22,
"netRateAmount": 93.81,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "M6qBslG8VoAwT1O6IRfW",
"trackingNumber": "742570591177",
"url": "https://noxious-larva.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "OPvFEahXEcH85MkzIh4M",
"trackingNumber": "911846587837",
"url": "https://ambitious-guide.org"
}
],
"trackingNumber": "849725736140"
},
{
"additionalChargesDiscount": 13.6,
"baseRateAmount": 180.38,
"codcollectionAmount": 528.85,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "432121"
}
],
"masterTrackingNumber": "544962416533",
"netChargeAmount": 37.77,
"netDiscountAmount": 108.57,
"netRateAmount": 60.31,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "BNFE89au0Q2rMejnI2fn",
"trackingNumber": "132034351758",
"url": "https://functional-approach.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "1deo7ryQNdWwLJ0EsoR2",
"trackingNumber": "001603406717",
"url": "https://reckless-sightseeing.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "eDaiz4Uvu1eIA8fXC7RP",
"trackingNumber": "374930629084",
"url": "https://mammoth-pigpen.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "VCkrCxixkg8AigtFpxhw",
"trackingNumber": "954942203484",
"url": "https://slushy-license.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "H6bn3RlfgmNzRZjZbCpL",
"trackingNumber": "226431765565",
"url": "https://quick-witted-hubris.net"
}
],
"trackingNumber": "693499946942"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 350.35,
"baseRateAmount": 391.68,
"codcollectionAmount": 928.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "264232"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "635331"
}
],
"masterTrackingNumber": "469217433445",
"netChargeAmount": 10.91,
"netDiscountAmount": 115.54,
"netRateAmount": 15.14,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "dtWIl9nuC2W6H0qAMp0g",
"trackingNumber": "744191543453",
"url": "https://nifty-petticoat.org"
}
],
"trackingNumber": "672485247491"
}
]
}
],
"serviceCategory": "SMARTPOST",
"serviceName": "FedEx Ground",
"serviceType": "FEDEX_EXPRESS",
"shipDatestamp": "2026-06-19T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Experience the olive brilliance of our Gloves, perfect for sandy environments",
"harmonizedCode": "310417"
},
{
"description": "Luxurious Fish designed with Wooden for impossible performance",
"harmonizedCode": "526825"
},
{
"description": "The Fully-configurable cohesive intranet Chair offers reliable performance and authentic design",
"harmonizedCode": "472681"
},
{
"description": "Featuring Erbium-enhanced technology, our Car offers unparalleled arid performance",
"harmonizedCode": "376674"
},
{
"description": "Bespoke Keyboard designed with Aluminum for compassionate performance",
"harmonizedCode": "084829"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "3oS8N",
"localizedText": "jhc8TA0nf6lL0uiz3mWT",
"parameters": [
{
"id": "Oyp9b",
"value": "RwYv61z4t8"
},
{
"id": "hjkVU",
"value": "suibh5IJcf"
}
],
"text": "KYmucdsCCh0qj1H"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "943928",
"source": "0T914tUk61",
"status": "PENDING",
"type": "iTqO3oLVJb",
"waiver": {
"advisories": [
{
"code": "jccZt",
"localizedText": "FJs4POLzIGXeEwTjgIOi",
"parameters": [
{
"id": "xJOED",
"value": "Jo9nNd3GjZ"
},
{
"id": "oi9Ir",
"value": "o58bti6O0u"
},
{
"id": "VZujO",
"value": "kjecYLwgUj"
},
{
"id": "P294M",
"value": "bt7jEVUici"
},
{
"id": "r0R2A",
"value": "IurivM7kKP"
}
],
"text": "fuRn1VxVpmhdfPF"
},
{
"code": "OmnWR",
"localizedText": "pT99WzTvK3ac935LOlrK",
"parameters": [
{
"id": "TdeCN",
"value": "MAakeHdFO0"
},
{
"id": "kmqoW",
"value": "s3LcPvR1AP"
},
{
"id": "4TmFm",
"value": "si6RgpHf9d"
}
],
"text": "RpV6QL49KEI8Cu9"
},
{
"code": "a5VQz",
"localizedText": "2Ebxf8Eok6GSgntwyvGi",
"parameters": [
{
"id": "dUoyq",
"value": "SvbLmHBT9b"
}
],
"text": "J0VBirrsTayP2V6"
},
{
"code": "apfs5",
"localizedText": "d60cuj6s46YEigb3ac3M",
"parameters": [
{
"id": "MZd0d",
"value": "FrimDvI9aN"
},
{
"id": "gryGV",
"value": "3K2ulbKzeV"
},
{
"id": "lPqpb",
"value": "rmImAew73G"
},
{
"id": "SFjJU",
"value": "kBaSOdqzye"
},
{
"id": "AT6D0",
"value": "v31WoTNhxu"
}
],
"text": "j5hcbuSvCfqQ04K"
},
{
"code": "JOSUR",
"localizedText": "ZYrxftQvYFqRHz2oMTDV",
"parameters": [
{
"id": "25BGA",
"value": "rItyhDWqGZ"
}
],
"text": "G2fXI19h4J5kARf"
}
],
"description": "VvFrIOItkx",
"id": "WHObu"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "4sjGBM2imvUrv9btBJMR",
"trackingNumber": "726174705565",
"url": "https://agreeable-instance.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "f6WLeAPGiqIXESzmIR7n",
"trackingNumber": "853557419042",
"url": "https://those-molasses.info/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://unaware-ostrich.net",
"password": "bYAE6l8G",
"role": "Chief Paradigm Technician",
"userId": "01190281-c77b-4267-9ed7-13587f6a38f2"
},
{
"emailLabelUrl": "https://regal-cod.net/",
"password": "gOomkcFw",
"role": "Internal Data Architect",
"userId": "473b7029-97a7-417b-9c77-6a1e76417d74"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 3806.08,
"currency": "MOP"
}
},
"completedEtdDetail": {
"folderId": "MmlAE9HSEN71eHyY",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "zQCmTg8H4z9Ziusl"
},
{
"documentId": "zbqqRVvBRa1qRMPI"
},
{
"documentId": "mZ7EdKQQDWVx72jF"
},
{
"documentId": "5EZ9bSWLT1zoIwzM"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_STAFFED"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WarzD2bMxN",
"hazardClass": "3",
"id": "UN8586",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 29.88,
"netExplosiveDetail": {
"amount": 4.96,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "0Pcidr9zr9",
"hazardClass": "2.3",
"id": "UN5115",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 9.74,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YFjwGZxTQW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.22,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "IATw9E50xaLBTQT",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.25,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 9.81,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6PCRU9ikmo",
"hazardClass": "3",
"id": "UN7132",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 52.45,
"netExplosiveDetail": {
"amount": 4.94,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "PRchmGFYif",
"hazardClass": "3",
"id": "UN0194",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 31.69,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FhMsnABcJT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.33,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 30.18,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.03,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "wrr10gIUo4XHVrS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.16,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 11.67,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.12
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "3JIHTH2Fwi",
"hazardClass": "8",
"id": "UN2960",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 63.45,
"netExplosiveDetail": {
"amount": 8.36,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "HfhsI9Kp9h",
"hazardClass": "2.3",
"id": "UN1195",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 91.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NQrcJfwlJH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.01,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.75,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.81,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.33,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Q8LKrvsGLPseutc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.38,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 8.74,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.47
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1zFid3rcmM",
"hazardClass": "8",
"id": "UN9558",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A24",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 39.17,
"netExplosiveDetail": {
"amount": 4.68,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "96WsyKdLU0",
"hazardClass": "8",
"id": "UN5734",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 10.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "osuAZZoisg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.52,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 48.17,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.48,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "WsnHq0agOpIfuo6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.77,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 18.94,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Kij8qzALvS",
"hazardClass": "8",
"id": "UN9906",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A89",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 13.26,
"netExplosiveDetail": {
"amount": 4.24,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "U8gKPo6mKW",
"hazardClass": "3",
"id": "UN5678",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 43.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jSMmkpYoAL"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.98,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.48,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "NHdMFziEk8Eh1o1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.51,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 1.38,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "RJpuEGtVVz",
"hazardClass": "8",
"id": "UN9059",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 57.17,
"netExplosiveDetail": {
"amount": 8.67,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ARdVPKq0XB",
"hazardClass": "8",
"id": "UN4809",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 84.32,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qCAiqTQMnT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.71,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.01,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "qGjMMeNlMIHEsPB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.56,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 26.73,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.35
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 5.64,
"referenceId": "391477",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Standard",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "8543623708985736842353604939473946"
},
{
"type": "GROUND",
"value": "8450294243194147654978942297019548"
},
{
"type": "GROUND",
"value": "0536910189789328199484986436818791"
},
{
"type": "ADDRESS",
"value": "1303143664561291288549033250612845"
},
{
"type": "GROUND",
"value": "6843591085695386043375619690912643"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 11
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 22.14,
"packageRateDetails": [
{
"baseCharge": 61.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 209.53,
"netFedExCharge": 191.72,
"netFreight": 57.66,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3382.72,
"currency": "BYN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 19.94,
"totalRebates": 0.04,
"totalSurcharges": 4.68,
"totalTaxes": 1.86
}
]
},
"sequenceNumber": 7,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "1358",
"trackingIdType": "EXPRESS",
"trackingNumber": "86991777057671897718",
"uspsApplicationId": "82"
},
{
"formId": "3390",
"trackingIdType": "EXPRESS",
"trackingNumber": "16320723400923741773",
"uspsApplicationId": "19"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "TnmvGbzc5S",
"hazardClass": "8",
"id": "UN2277",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A67",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 77.28,
"netExplosiveDetail": {
"amount": 2.48,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "WkCBD9kJVU",
"hazardClass": "3",
"id": "UN7609",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 91.07,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BpqGUqwwCO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.96,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "KCej72Ly2jMSzEx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.38,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 1.2,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yo9S1BC0pX",
"hazardClass": "3",
"id": "UN9149",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 37.77,
"netExplosiveDetail": {
"amount": 9.41,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "j8vdqcyXYe",
"hazardClass": "3",
"id": "UN2964",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.48,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OHMnYKZles"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.02,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 31.04,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "yeaXfEUIm37PUdC",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.2,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 18.24,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.64
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 5.62,
"referenceId": "346637",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5120172212844050125703649228974722"
},
{
"type": "ADDRESS",
"value": "5747838335987077913264107221445123"
},
{
"type": "GROUND",
"value": "8903555322357958910592522527524105"
},
{
"type": "ADDRESS",
"value": "5249068776339518117206968490163798"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 12
},
{
"content": "THIS SIDE UP",
"number": 4
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 6.72,
"packageRateDetails": [
{
"baseCharge": 161.94,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 172.07,
"netFedExCharge": 151.01,
"netFreight": 50.7,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 828.6,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 23.03,
"totalRebates": 2.82,
"totalSurcharges": 16.55,
"totalTaxes": 5.38
},
{
"baseCharge": 195.24,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 57.25,
"netFedExCharge": 77.45,
"netFreight": 55.48,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2014.7,
"currency": "XCD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 10.81,
"totalRebates": 3.79,
"totalSurcharges": 10.31,
"totalTaxes": 0.92
},
{
"baseCharge": 161.25,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 180.9,
"netFedExCharge": 123.51,
"netFreight": 66.68,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1296.56,
"currency": "XOF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4879.58,
"currency": "PEN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4367.14,
"currency": "LRD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4983.1,
"currency": "PHP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1247.97,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 50,
"totalRebates": 4.36,
"totalSurcharges": 15.69,
"totalTaxes": 0.49
},
{
"baseCharge": 153.63,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 104.17,
"netFedExCharge": 56.71,
"netFreight": 149.66,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3419.29,
"currency": "BBD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 11.32,
"totalRebates": 3.75,
"totalSurcharges": 17.5,
"totalTaxes": 3.33
},
{
"baseCharge": 94.28,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 59.98,
"netFedExCharge": 106.32,
"netFreight": 131.5,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3044.41,
"currency": "MWK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2031.61,
"currency": "LKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2013.69,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3763.44,
"currency": "BAM"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 38.96,
"totalRebates": 3.93,
"totalSurcharges": 17.3,
"totalTaxes": 4.47
}
]
},
"sequenceNumber": 10,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "9511",
"trackingIdType": "EXPRESS",
"trackingNumber": "80512078442212601861",
"uspsApplicationId": "63"
},
{
"formId": "6541",
"trackingIdType": "FREIGHT",
"trackingNumber": "09174898300651662681",
"uspsApplicationId": "51"
},
{
"formId": "5139",
"trackingIdType": "EXPRESS",
"trackingNumber": "62338167484987866564",
"uspsApplicationId": "31"
},
{
"formId": "1954",
"trackingIdType": "EXPRESS",
"trackingNumber": "40478078902224368835",
"uspsApplicationId": "59"
},
{
"formId": "5753",
"trackingIdType": "FREIGHT",
"trackingNumber": "28354028675654906367",
"uspsApplicationId": "97"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "2kSaTRNCCl",
"hazardClass": "3",
"id": "UN1996",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A92",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 79.97,
"netExplosiveDetail": {
"amount": 5.59,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "blafFgf9q7",
"hazardClass": "2.3",
"id": "UN9782",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.54,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PHlPrQuqVI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.53,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 38.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.71,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "aSmgHJnVfTSSQAP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.7,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.57,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "81QJubYzmU",
"hazardClass": "8",
"id": "UN5419",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A80",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 54.06,
"netExplosiveDetail": {
"amount": 1.75,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "CJ1X0Xq8wy",
"hazardClass": "3",
"id": "UN9107",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.67,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LRROgsKbPQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.96,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 43.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.4,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "MMeW0OLL9BfIloi",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.87,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 2.24,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "k4kGvm9YHo",
"hazardClass": "8",
"id": "UN8495",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A27",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 80.81,
"netExplosiveDetail": {
"amount": 1.7,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ah8BQIwBDv",
"hazardClass": "2.3",
"id": "UN4547",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 10.12,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NBqCVUdtLh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.46,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.8,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "4qtxUCstc9cVCTH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.04,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.05,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "j8wHjNweIm",
"hazardClass": "3",
"id": "UN9079",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 72.92,
"netExplosiveDetail": {
"amount": 7.41,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "FfGmrfCTLt",
"hazardClass": "3",
"id": "UN9828",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 79.47,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CrDsLDknwK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.61,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "p0LVQxPjP0M3KTB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.88,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 40.52,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "velIZWFR6f",
"hazardClass": "8",
"id": "UN8369",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 77.81,
"netExplosiveDetail": {
"amount": 3.62,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Z8v3HHnc7D",
"hazardClass": "3",
"id": "UN3154",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 54.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xfxzqDOnlo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.71,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 32.96,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "m0Jhd8lCvRvBf7z",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.99,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 12.82,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.02
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "uFlCrzYw57",
"hazardClass": "8",
"id": "UN5518",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A41",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 35.29,
"netExplosiveDetail": {
"amount": 4.62,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "O9lYnTMzQA",
"hazardClass": "8",
"id": "UN4250",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 38.94,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xKAyYDQDCu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 16.45,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.67,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.3,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 1.86,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "jhzAhCbF2xcd27h",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.58,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 13.11,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "9yFicii1pZ",
"hazardClass": "8",
"id": "UN6589",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 57.13,
"netExplosiveDetail": {
"amount": 7.36,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "yAseV6E6rJ",
"hazardClass": "3",
"id": "UN0063",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 81.21,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yQLabRobQE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.04,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.47,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 49.6,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 37.29,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "luPNlArt5uztRje",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.78,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 8.18,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.68
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "x0dbEMQSWS",
"hazardClass": "3",
"id": "UN8474",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 17.66,
"netExplosiveDetail": {
"amount": 8.62,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "PkfFxxPVXr",
"hazardClass": "3",
"id": "UN0554",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 20.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XTCdPpBxZP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.27,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 27.51,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.45,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "dXsbnRcc0eYHaeB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.93,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 13.14,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "CYEmSXpBM3",
"hazardClass": "8",
"id": "UN2007",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A30",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 98.62,
"netExplosiveDetail": {
"amount": 7.43,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "1FTAOnxGkd",
"hazardClass": "3",
"id": "UN2159",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.95,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bNEgZiTtpD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.27,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "MYRi6a5bKZpdL2K",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.31,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.4,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5dZ8uLrqqG",
"hazardClass": "3",
"id": "UN6648",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A00",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 38.29,
"netExplosiveDetail": {
"amount": 2.21,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GcsN7obnGC",
"hazardClass": "3",
"id": "UN9691",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 68.8,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bwDOAmfZfh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.81,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.23,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "bVsauIQjOMmKDCH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.9,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 12.17,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "HktiJ3Kc9g",
"hazardClass": "8",
"id": "UN7418",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 50.05,
"netExplosiveDetail": {
"amount": 2.48,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ineIllTEbw",
"hazardClass": "2.3",
"id": "UN2633",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 36.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kyGyePkWcC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.39,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "gs2DxldUu2CDXbh",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.85,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 18.7,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.39
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "lTItxaKVoz",
"hazardClass": "8",
"id": "UN3507",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 11.45,
"netExplosiveDetail": {
"amount": 6.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "OxOJBY0rRc",
"hazardClass": "2.3",
"id": "UN0740",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FBotmurPfe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.36,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ev0cSrHFSxcHjWP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.74,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 27.07,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.13
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Q2dmRsrBtg",
"hazardClass": "8",
"id": "UN1273",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A08",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 96.08,
"netExplosiveDetail": {
"amount": 3.61,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "PBuAntY2Rp",
"hazardClass": "2.3",
"id": "UN7260",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 79.66,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OgHZpsDgTf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.15,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "isgsX1ZSwVQBPMq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.15,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 22.01,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XWr61rYBwy",
"hazardClass": "3",
"id": "UN9391",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 88.42,
"netExplosiveDetail": {
"amount": 9.86,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "lgynuhpN5z",
"hazardClass": "2.3",
"id": "UN5271",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 68.56,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cBDaGPAMld"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.94,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.84,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.15,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "8SJQvwKXV73QnFP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.15,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 9.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "kBv1B1MENZ",
"hazardClass": "8",
"id": "UN5702",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 29.23,
"netExplosiveDetail": {
"amount": 4.86,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Djkvd1bqvV",
"hazardClass": "8",
"id": "UN1372",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 44.15,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OOaoVoGxwV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.73,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.94,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "IVSwruZwsV7IAVi",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.48,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.14,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "uvwASiIgRU",
"hazardClass": "8",
"id": "UN6692",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 38.8,
"netExplosiveDetail": {
"amount": 4.55,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6Inxa3zmTH",
"hazardClass": "8",
"id": "UN8709",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.33,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UcdebkGJsn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.45,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0cj0LHxUOl1O0Bp",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.96,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 22.72,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Rhf3i29Xfa",
"hazardClass": "8",
"id": "UN1150",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A46",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 74.4,
"netExplosiveDetail": {
"amount": 4.94,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "AYJEtPbJ1l",
"hazardClass": "8",
"id": "UN7817",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 78.16,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YMKqqwImFA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.91,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "U4lhEGxGNUrhgj7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.71,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 49.05,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.04
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 0.04,
"referenceId": "457739",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "6948297730541234165475899508433994"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 7
},
{
"content": "THIS SIDE UP",
"number": 20
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 23.88,
"packageRateDetails": [
{
"baseCharge": 186.41,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 128.36,
"netFedExCharge": 112.73,
"netFreight": 76.22,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 472.79,
"currency": "COP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 36.5,
"totalRebates": 4.4,
"totalSurcharges": 13.02,
"totalTaxes": 1.46
}
]
},
"sequenceNumber": 1,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "4113",
"trackingIdType": "FREIGHT",
"trackingNumber": "40459854865545759319",
"uspsApplicationId": "78"
},
{
"formId": "8551",
"trackingIdType": "GROUND",
"trackingNumber": "72735779468129667473",
"uspsApplicationId": "26"
},
{
"formId": "6802",
"trackingIdType": "EXPRESS",
"trackingNumber": "58177859129856074045",
"uspsApplicationId": "52"
},
{
"formId": "3214",
"trackingIdType": "EXPRESS",
"trackingNumber": "08832584019738608605",
"uspsApplicationId": "85"
},
{
"formId": "5669",
"trackingIdType": "GROUND",
"trackingNumber": "79034199791192604234",
"uspsApplicationId": "45"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "ZzTPRYWeI7",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-26T00:00:00.0Z",
"expirationDate": "2026-12-09T00:00:00.0Z",
"number": "53353"
}
},
"dryIceDetail": {
"packageCount": 3,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 2
}
},
"masterTrackingId": {
"formId": "4665",
"trackingIdType": "GROUND",
"trackingNumber": "08397997166411638334",
"uspsApplicationId": "22"
},
"operationalDetail": {
"airportId": "ZFR",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "HOeHZn4bfnH10Li",
"commitDate": "2026-07-06T00:00:00.0Z",
"commitDay": "Sat",
"countryCode": "SO",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-02T00:00:00.0Z",
"deliveryDay": "Fri",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "xAQC",
"destinationLocationNumber": 185,
"destinationLocationStateOrProvinceCode": "OH",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "734",
"originLocationNumber": 432,
"originServiceArea": "C3",
"packagingCode": "14",
"postalCode": "56220",
"publishedDeliveryTime": "12:00P",
"scac": "FDXE",
"serviceCode": "132",
"stateOrProvinceCode": "RI",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "aM",
"ursaSuffixCode": "Kq"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "23",
"description": "Team-oriented client-server ability",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "KKu"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "fSf"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "5EB"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "iRW"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "JY67t8JV6u9j",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "3476",
"trackingIdType": "GROUND",
"trackingNumber": "91757650073045721275"
},
{
"formId": "0831",
"trackingIdType": "FREIGHT",
"trackingNumber": "24877523156103253853"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "5266",
"trackingIdType": "GROUND",
"trackingNumber": "41853758389125374003"
},
{
"formId": "5683",
"trackingIdType": "FREIGHT",
"trackingNumber": "78156008132410001266"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "0888",
"trackingIdType": "GROUND",
"trackingNumber": "35887674244905193019"
},
{
"formId": "1802",
"trackingIdType": "GROUND",
"trackingNumber": "80598800739147105356"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "8133",
"trackingIdType": "EXPRESS",
"trackingNumber": "91910940129379347258"
},
{
"formId": "1386",
"trackingIdType": "GROUND",
"trackingNumber": "16791814059798015990"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "3623",
"trackingIdType": "GROUND",
"trackingNumber": "38703318454884373248"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "KPW",
"value": "CUSTOMS_VALUE"
},
"description": "3wLN6MQwlz",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "UjEEeYjODt",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "ARS",
"rate": 12.62
},
"dutiesAndTaxes": [
{
"harmonizedCode": "351062",
"taxes": {
"amount": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "MOnIxXkYZX",
"id": "YsavaW",
"name": "GST"
},
"description": "42dv9izYWg",
"effectiveDate": "2025-10-05T00:00:00.0Z",
"formula": "06eFO8wi0wdIp2C",
"name": "GST",
"taxableValue": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "u310G",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SBD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "812712",
"taxes": {
"amount": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "uLhHcFrjiR",
"id": "5FL9Dz",
"name": "GST"
},
"description": "eDsgXaWfWz",
"effectiveDate": "2025-12-01T00:00:00.0Z",
"formula": "5zniGybmwJ3PNgq",
"name": "GST",
"taxableValue": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "DwwVN",
"taxRates": [
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "070798",
"taxes": {
"amount": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "Z2G6ngldb7",
"id": "KDxgBZ",
"name": "VAT"
},
"description": "lI9KlVsQg4",
"effectiveDate": "2026-01-18T00:00:00.0Z",
"formula": "EBEQ1TRkDwNWjVK",
"name": "VAT",
"taxableValue": {
"currency": "AUD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "y57sV",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"description": "mvdK0q1jLU",
"percent": 17.98,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"description": "kjqAlJ8oG6",
"percent": 19.81,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "SBD",
"value": "CUSTOMS_VALUE"
},
"description": "Pp3iiUS2az",
"percent": 18.65,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 4,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "8NGcGtU2Yu",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "XV037z",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"description": "MKU0jbwny6",
"percent": 4.89,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"description": "MsMxwCA036",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "h6ji97KKeQ",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"description": "dmg9rxbHFi",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"description": "3YeLKhiJYt",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"description": "lM1fIxoV6j",
"taxType": "VAT"
},
{
"amount": {
"currency": "HUF",
"value": "CUSTOMS_VALUE"
},
"description": "6rXdWADy5Y",
"taxType": "VAT"
},
{
"amount": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"description": "uYezZ4ctVk",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "TWD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "CVE",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "DKK",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "ERN",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "MZN",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "RON",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "EGP",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "JPY",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BGN",
"rate": 17.93
},
"dimDivisor": 291,
"freightDiscounts": [
{
"amount": 2.94,
"description": "dVsoSBsVLb",
"percent": 11.81,
"rateDiscountType": "EARNED"
},
{
"amount": 2.93,
"description": "fVQxhHgkdd",
"percent": 19.82,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.08,
"description": "GU0rD26vfr",
"percent": 15.95,
"rateDiscountType": "BONUS"
},
{
"amount": 2.51,
"description": "Hp42cqxYPO",
"percent": 17.96,
"rateDiscountType": "COUPON"
},
{
"amount": 9.24,
"description": "un3dj11fHu",
"percent": 10.92,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 8.33,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "25077",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "KL3gxZ",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MVR",
"rate": 20.84
},
"dimDivisor": 228,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.6,
"description": "DV5SB9BWCX",
"percent": 14.2,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.23,
"description": "Ibfjcva5h6",
"percent": 13.01,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.76,
"description": "7yULv9EyKA",
"percent": 11.83,
"rateDiscountType": "BONUS"
},
{
"amount": 6.09,
"description": "2Y4YlYCysX",
"percent": 9.69,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.81,
"legDestinationLocationId": "WtJj",
"minimumChargeType": "ACTUAL",
"pricingCode": "cdW96",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8372",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "STNlfR",
"surcharges": [
{
"amount": {
"amount": 210.94,
"currency": "RON"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.52,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 178.05,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 26.7,
"totalFreightDiscounts": 28.59,
"totalNetCharge": 170.59,
"totalNetChargeWithDutiesAndTaxes": 205.09,
"totalNetFedExCharge": 72.1,
"totalNetFreight": 68.01,
"totalRebates": 0.34,
"totalSurcharges": 6.91,
"totalTaxes": 0.44
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ETB",
"rate": 18.26
},
"dimDivisor": 289,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.85,
"description": "CmDYy1BtP7",
"percent": 12.83,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.22,
"description": "cMxW2WctgK",
"percent": 13.51,
"rateDiscountType": "BONUS"
},
{
"amount": 6.14,
"description": "AoQGY1nnHj",
"percent": 16.58,
"rateDiscountType": "EARNED"
},
{
"amount": 5.18,
"description": "wqHUBfQnUd",
"percent": 16.72,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 9.82,
"legDestinationLocationId": "dbVZ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ZTkDb",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9370",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "UBWyG2",
"surcharges": [
{
"amount": {
"amount": 3720.99,
"currency": "SAR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2419.13,
"currency": "BZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.33,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.93,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 10.2,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 61.52,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.93,
"totalFreightDiscounts": 6.47,
"totalNetCharge": 68.29,
"totalNetChargeWithDutiesAndTaxes": 54.24,
"totalNetFedExCharge": 74.06,
"totalNetFreight": 158.87,
"totalRebates": 3.7,
"totalSurcharges": 7.54,
"totalTaxes": 6.52
}
],
"surcharges": [
{
"amount": {
"amount": 1341.3,
"currency": "GTQ"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4021.72,
"currency": "VES"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4638.04,
"currency": "RWF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1535.57,
"currency": "MUR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4581.81,
"currency": "ILS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 4.89,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 3.97,
"totalBaseCharge": 67.29,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 18.4,
"totalDutiesTaxesAndFees": 79.86,
"totalFreightDiscounts": 30.71,
"totalNetCharge": 108.6,
"totalNetChargeWithDutiesAndTaxes": 208.36,
"totalNetFedExCharge": 108.51,
"totalNetFreight": 130.53,
"totalRebates": 0.18,
"totalSurcharges": 15.25,
"totalTaxes": 8.98
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SZL",
"rate": 11.88
},
"dimDivisor": 175,
"freightDiscounts": [
{
"amount": 5.37,
"description": "G5lykXotc7",
"percent": 17.96,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.05,
"description": "yvUAmNgfa1",
"percent": 9.25,
"rateDiscountType": "BONUS"
},
{
"amount": 3.62,
"description": "6rQK3KZCiO",
"percent": 14.86,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.09,
"description": "y09AI7HPC8",
"percent": 16.36,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.48,
"description": "vR8b2hzV9p",
"percent": 8.34,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.22,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "18493",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "ZAXn4H",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BHD",
"rate": 16.1
},
"dimDivisor": 225,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.32,
"description": "4KfO6sjBAP",
"percent": 13.16,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.11,
"description": "DKN2jxiHLG",
"percent": 6.53,
"rateDiscountType": "BONUS"
},
{
"amount": 1,
"description": "LhNd8IqYND",
"percent": 7.85,
"rateDiscountType": "COUPON"
},
{
"amount": 3.34,
"description": "bG3v5wjDdC",
"percent": 18.08,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.71,
"legDestinationLocationId": "Yror",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "oSOVf",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7795",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "0PyHTe",
"surcharges": [
{
"amount": {
"amount": 4720.58,
"currency": "PLN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2741.64,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2223.87,
"currency": "MNT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 10.9,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 114.73,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 14.35,
"totalFreightDiscounts": 27.85,
"totalNetCharge": 198.08,
"totalNetChargeWithDutiesAndTaxes": 146.96,
"totalNetFedExCharge": 63.29,
"totalNetFreight": 195.07,
"totalRebates": 1.86,
"totalSurcharges": 14.73,
"totalTaxes": 6.01
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GYD",
"rate": 17.18
},
"dimDivisor": 140,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.79,
"description": "8TIFpxJwbK",
"percent": 13.39,
"rateDiscountType": "EARNED"
},
{
"amount": 7.98,
"description": "YQbAJsdqmD",
"percent": 13.38,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.58,
"legDestinationLocationId": "xFZX",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "aG7vR",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1550",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "4xksWs",
"surcharges": [
{
"amount": {
"amount": 624.25,
"currency": "MWK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 791.83,
"currency": "KHR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.98,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.91,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 170.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.11,
"totalFreightDiscounts": 26.42,
"totalNetCharge": 195.27,
"totalNetChargeWithDutiesAndTaxes": 182.53,
"totalNetFedExCharge": 119.22,
"totalNetFreight": 52.42,
"totalRebates": 0.09,
"totalSurcharges": 14.01,
"totalTaxes": 7.59
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "RSD",
"rate": 14.76
},
"dimDivisor": 118,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.24,
"description": "Xv9E2utefU",
"percent": 5.63,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.36,
"legDestinationLocationId": "aYzx",
"minimumChargeType": "ACTUAL",
"pricingCode": "zU6N3",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5121",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bNNRnC",
"surcharges": [
{
"amount": {
"amount": 3811.18,
"currency": "BSD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3559.79,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4288.72,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2628.66,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2636.54,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 15.07,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 15.09,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 183.09,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 39.99,
"totalFreightDiscounts": 36.45,
"totalNetCharge": 191.89,
"totalNetChargeWithDutiesAndTaxes": 202.54,
"totalNetFedExCharge": 218.44,
"totalNetFreight": 177.98,
"totalRebates": 1.79,
"totalSurcharges": 16.62,
"totalTaxes": 6.92
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "FKP",
"rate": 4.46
},
"dimDivisor": 114,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.92,
"description": "oCxSfWZ9Ei",
"percent": 11.39,
"rateDiscountType": "EARNED"
},
{
"amount": 9.47,
"description": "QbO0mukSC5",
"percent": 15.82,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 6.84,
"legDestinationLocationId": "FyEy",
"minimumChargeType": "ACTUAL",
"pricingCode": "CGVXh",
"ratedWeightMethod": "DIM",
"rateScale": "8119",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "CR2EYF",
"surcharges": [
{
"amount": {
"amount": 4573.91,
"currency": "VUV"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3481.04,
"currency": "MZN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1592.07,
"currency": "SEK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.21,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 11.42,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.41,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 161.6,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 15.97,
"totalFreightDiscounts": 38.29,
"totalNetCharge": 176.44,
"totalNetChargeWithDutiesAndTaxes": 233.96,
"totalNetFedExCharge": 245.06,
"totalNetFreight": 192.08,
"totalRebates": 3.27,
"totalSurcharges": 7.06,
"totalTaxes": 1.51
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "FKP",
"rate": 22.37
},
"dimDivisor": 199,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.7,
"description": "oAVN4o8i22",
"percent": 15.87,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.25,
"description": "ntqcLOXAsb",
"percent": 15.32,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 10.33,
"legDestinationLocationId": "nESd",
"minimumChargeType": "ACTUAL",
"pricingCode": "whBLx",
"ratedWeightMethod": "DIM",
"rateScale": "6749",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "DWyPDh",
"surcharges": [
{
"amount": {
"amount": 64.57,
"currency": "KWD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4514.77,
"currency": "HKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 36.21,
"currency": "HTG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3490.68,
"currency": "NZD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1552.21,
"currency": "JPY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.1,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 6.63,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.96,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 193.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 11.93,
"totalFreightDiscounts": 5.49,
"totalNetCharge": 139.62,
"totalNetChargeWithDutiesAndTaxes": 53.53,
"totalNetFedExCharge": 219.77,
"totalNetFreight": 106.42,
"totalRebates": 3.82,
"totalSurcharges": 6.54,
"totalTaxes": 5.05
}
],
"surcharges": [
{
"amount": {
"amount": 1288.05,
"currency": "TOP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3751.09,
"currency": "SGD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.62,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.6,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.55,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.84,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 19.89,
"totalBaseCharge": 173.59,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.1,
"totalDutiesTaxesAndFees": 87.35,
"totalFreightDiscounts": 39.97,
"totalNetCharge": 55.05,
"totalNetChargeWithDutiesAndTaxes": 63.9,
"totalNetFedExCharge": 176.64,
"totalNetFreight": 66.69,
"totalRebates": 3.25,
"totalSurcharges": 12.67,
"totalTaxes": 1.53
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RON",
"rate": 22.04
},
"dimDivisor": 247,
"freightDiscounts": [
{
"amount": 1.46,
"description": "0ibPUjuPL2",
"percent": 14.33,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 9.48,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "91790",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "ZW714y",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "LSL",
"rate": 5.51
},
"dimDivisor": 253,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.09,
"description": "iAbZUx3oqD",
"percent": 8.93,
"rateDiscountType": "COUPON"
},
{
"amount": 6.5,
"description": "rIiHYlFSZ1",
"percent": 5.71,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 2.9,
"legDestinationLocationId": "WFDT",
"minimumChargeType": "ACTUAL",
"pricingCode": "H1iBV",
"ratedWeightMethod": "DIM",
"rateScale": "5613",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "9YrQDB",
"surcharges": [
{
"amount": {
"amount": 1072.27,
"currency": "SOS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1070.71,
"currency": "MAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1602.89,
"currency": "LKR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4718.22,
"currency": "XPF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2330.22,
"currency": "DZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.41,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.62,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.72,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 6.92,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 50.55,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 5.9,
"totalFreightDiscounts": 32.94,
"totalNetCharge": 141.89,
"totalNetChargeWithDutiesAndTaxes": 153.88,
"totalNetFedExCharge": 83.48,
"totalNetFreight": 80.95,
"totalRebates": 0.63,
"totalSurcharges": 12.51,
"totalTaxes": 4.93
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KES",
"rate": 6.31
},
"dimDivisor": 107,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.13,
"description": "cThctXuJTu",
"percent": 15.34,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.28,
"description": "towLb5Kibb",
"percent": 15.27,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.43,
"legDestinationLocationId": "bGOB",
"minimumChargeType": "ACTUAL",
"pricingCode": "bMoaL",
"ratedWeightMethod": "DIM",
"rateScale": "3987",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "u0cvUD",
"surcharges": [
{
"amount": {
"amount": 3975.64,
"currency": "CLP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1207.92,
"currency": "RWF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2529.91,
"currency": "SHP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2352.3,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 9.83,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 9.49,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.49,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 182.35,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.75,
"totalFreightDiscounts": 19.89,
"totalNetCharge": 126,
"totalNetChargeWithDutiesAndTaxes": 56.85,
"totalNetFedExCharge": 116.74,
"totalNetFreight": 68.56,
"totalRebates": 0.08,
"totalSurcharges": 17.32,
"totalTaxes": 3.04
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "YER",
"rate": 11.57
},
"dimDivisor": 280,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.18,
"description": "GrKOgHtNVL",
"percent": 13.77,
"rateDiscountType": "COUPON"
},
{
"amount": 2.55,
"description": "J7cEqCLStU",
"percent": 12.45,
"rateDiscountType": "BONUS"
},
{
"amount": 7.58,
"description": "SwJnSl31UE",
"percent": 11.68,
"rateDiscountType": "EARNED"
},
{
"amount": 1.38,
"description": "ZdhE8sJ6Rv",
"percent": 18.78,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.85,
"legDestinationLocationId": "Nxuy",
"minimumChargeType": "ACTUAL",
"pricingCode": "GpUbs",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2072",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "FeEvNl",
"surcharges": [
{
"amount": {
"amount": 3955.33,
"currency": "SSP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 6.14,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.29,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.87,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 182.24,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.73,
"totalFreightDiscounts": 6.6,
"totalNetCharge": 180.88,
"totalNetChargeWithDutiesAndTaxes": 112.58,
"totalNetFedExCharge": 152.77,
"totalNetFreight": 55.07,
"totalRebates": 1.55,
"totalSurcharges": 8.61,
"totalTaxes": 9.51
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "NZD",
"rate": 16.2
},
"dimDivisor": 240,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.72,
"description": "bzGIA6IQ3Z",
"percent": 9.07,
"rateDiscountType": "EARNED"
},
{
"amount": 2.8,
"description": "yd3POcrAPo",
"percent": 18.27,
"rateDiscountType": "EARNED"
},
{
"amount": 5.64,
"description": "9Ekkpa9D08",
"percent": 12.51,
"rateDiscountType": "COUPON"
},
{
"amount": 4.81,
"description": "hqrkPtyPv8",
"percent": 16.09,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.97,
"legDestinationLocationId": "RPjp",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "UZAAL",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4649",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "W9x2ex",
"surcharges": [
{
"amount": {
"amount": 1109.45,
"currency": "JPY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4796.36,
"currency": "CLP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 798.19,
"currency": "KPW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2760.55,
"currency": "HTG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4149.28,
"currency": "SAR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 17.09,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.56,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 67.94,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 18.45,
"totalFreightDiscounts": 33.48,
"totalNetCharge": 109.58,
"totalNetChargeWithDutiesAndTaxes": 182.5,
"totalNetFedExCharge": 246.56,
"totalNetFreight": 163.32,
"totalRebates": 1.3,
"totalSurcharges": 19.36,
"totalTaxes": 1.52
}
],
"surcharges": [
{
"amount": {
"amount": 2472.93,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 19.48,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.07,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.68,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.15,
"totalBaseCharge": 85.21,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.93,
"totalDutiesTaxesAndFees": 32.12,
"totalFreightDiscounts": 25.86,
"totalNetCharge": 172.98,
"totalNetChargeWithDutiesAndTaxes": 208.31,
"totalNetFedExCharge": 64.23,
"totalNetFreight": 80.39,
"totalRebates": 3.5,
"totalSurcharges": 1.99,
"totalTaxes": 2.16
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SYP",
"rate": 2.33
},
"dimDivisor": 295,
"freightDiscounts": [
{
"amount": 1.93,
"description": "pqcnCHZxFn",
"percent": 5.45,
"rateDiscountType": "COUPON"
},
{
"amount": 1.49,
"description": "om3a5h2r8d",
"percent": 18.59,
"rateDiscountType": "BONUS"
},
{
"amount": 3.16,
"description": "RIGrWJiLoT",
"percent": 13.83,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.41,
"description": "FC0YR2L671",
"percent": 19.24,
"rateDiscountType": "EARNED"
},
{
"amount": 1.37,
"description": "eESG0tFZN6",
"percent": 11.77,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 8.77,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "06029",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "q8plqf",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MVR",
"rate": 5.93
},
"dimDivisor": 285,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.85,
"description": "Lf137dd6vL",
"percent": 13.3,
"rateDiscountType": "EARNED"
},
{
"amount": 9.31,
"description": "LAElqfGLSR",
"percent": 19.42,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 8.86,
"legDestinationLocationId": "UxXx",
"minimumChargeType": "ACTUAL",
"pricingCode": "3bmCM",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7174",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "cxb5GX",
"surcharges": [
{
"amount": {
"amount": 4463.97,
"currency": "JOD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2969.05,
"currency": "KMF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 275.59,
"currency": "GHS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3198.39,
"currency": "PGK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2149.65,
"currency": "ZAR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 12.06,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.33,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.4,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.72,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 112.54,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.15,
"totalFreightDiscounts": 39.76,
"totalNetCharge": 105.57,
"totalNetChargeWithDutiesAndTaxes": 231.89,
"totalNetFedExCharge": 157.69,
"totalNetFreight": 50.86,
"totalRebates": 2.28,
"totalSurcharges": 13.63,
"totalTaxes": 4.87
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MXN",
"rate": 23.78
},
"dimDivisor": 284,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.29,
"description": "Mu2a296TDR",
"percent": 9.11,
"rateDiscountType": "COUPON"
},
{
"amount": 1.84,
"description": "EfpxyXt1zP",
"percent": 15.77,
"rateDiscountType": "EARNED"
},
{
"amount": 5.48,
"description": "WG6pEiYgey",
"percent": 18.03,
"rateDiscountType": "EARNED"
},
{
"amount": 6.62,
"description": "8rYYdNkcv9",
"percent": 11.44,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.17,
"description": "a2XYTN0edP",
"percent": 6.97,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.32,
"legDestinationLocationId": "iQZL",
"minimumChargeType": "ACTUAL",
"pricingCode": "Lkz7n",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1580",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "1cxNsK",
"surcharges": [
{
"amount": {
"amount": 1570.13,
"currency": "ETB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2107.72,
"currency": "LSL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1362.1,
"currency": "CLP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2628.12,
"currency": "BSD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.16,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.77,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.47,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 161.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.01,
"totalFreightDiscounts": 3.25,
"totalNetCharge": 156.87,
"totalNetChargeWithDutiesAndTaxes": 145.85,
"totalNetFedExCharge": 205.66,
"totalNetFreight": 91.2,
"totalRebates": 2.65,
"totalSurcharges": 12.89,
"totalTaxes": 3.71
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BDT",
"rate": 20.92
},
"dimDivisor": 124,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.29,
"description": "9L3x2bRcS0",
"percent": 9.97,
"rateDiscountType": "BONUS"
},
{
"amount": 8.04,
"description": "JGrCy08c3x",
"percent": 9.96,
"rateDiscountType": "COUPON"
},
{
"amount": 9.92,
"description": "hPIGX6VKls",
"percent": 17.06,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 2.23,
"legDestinationLocationId": "uxaa",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "qk8nN",
"ratedWeightMethod": "DIM",
"rateScale": "1935",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Metbw1",
"surcharges": [
{
"amount": {
"amount": 3859.93,
"currency": "CUP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4635.65,
"currency": "PKR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2209.95,
"currency": "BZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 1.48,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.93,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 183.13,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.77,
"totalFreightDiscounts": 3.45,
"totalNetCharge": 95.87,
"totalNetChargeWithDutiesAndTaxes": 77.37,
"totalNetFedExCharge": 63.1,
"totalNetFreight": 180.77,
"totalRebates": 0.3,
"totalSurcharges": 6.79,
"totalTaxes": 4.65
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MGA",
"rate": 24.67
},
"dimDivisor": 289,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.81,
"description": "SRdWw7Ua80",
"percent": 19.08,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.57,
"description": "loEl9lPnDl",
"percent": 15.73,
"rateDiscountType": "EARNED"
},
{
"amount": 1.58,
"description": "EeNZy4lk9M",
"percent": 7.01,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 1.57,
"legDestinationLocationId": "HwCC",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "Nkd4t",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9010",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "cVgx3P",
"surcharges": [
{
"amount": {
"amount": 3472.8,
"currency": "PEN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 4.78,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 162.46,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 15.5,
"totalFreightDiscounts": 31.45,
"totalNetCharge": 124.48,
"totalNetChargeWithDutiesAndTaxes": 148.58,
"totalNetFedExCharge": 83.97,
"totalNetFreight": 115.08,
"totalRebates": 2.53,
"totalSurcharges": 18.74,
"totalTaxes": 6.79
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BIF",
"rate": 9.68
},
"dimDivisor": 163,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.78,
"description": "1AOGNXKcKS",
"percent": 19.27,
"rateDiscountType": "BONUS"
},
{
"amount": 7.68,
"description": "nDh2WWfwIL",
"percent": 12.82,
"rateDiscountType": "EARNED"
},
{
"amount": 5.65,
"description": "8sZr5twqyX",
"percent": 6.8,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.48,
"description": "FnETAp7YI3",
"percent": 11.4,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.38,
"legDestinationLocationId": "JGyf",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "7t1qX",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3632",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "DB9j7A",
"surcharges": [
{
"amount": {
"amount": 482.6,
"currency": "BWP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4702.1,
"currency": "GEL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4571.31,
"currency": "HNL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.29,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.05,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.83,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.4,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 116.82,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.47,
"totalFreightDiscounts": 17.14,
"totalNetCharge": 161.66,
"totalNetChargeWithDutiesAndTaxes": 246.81,
"totalNetFedExCharge": 177.61,
"totalNetFreight": 156.06,
"totalRebates": 2.22,
"totalSurcharges": 13.9,
"totalTaxes": 6.7
}
],
"surcharges": [
{
"amount": {
"amount": 485.26,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4100.96,
"currency": "CAD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4270.37,
"currency": "GEL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 716.48,
"currency": "LYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 9.76,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 17.86,
"totalBaseCharge": 152.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.42,
"totalDutiesTaxesAndFees": 31.6,
"totalFreightDiscounts": 49.24,
"totalNetCharge": 52.58,
"totalNetChargeWithDutiesAndTaxes": 91.92,
"totalNetFedExCharge": 158.44,
"totalNetFreight": 163.65,
"totalRebates": 0.11,
"totalSurcharges": 3.5,
"totalTaxes": 3.16
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "AUD",
"rate": 7.17
},
"dimDivisor": 154,
"freightDiscounts": [
{
"amount": 1.33,
"description": "N56CKBIVPU",
"percent": 19.82,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.89,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "04823",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "EuWdPh",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TZS",
"rate": 26.3
},
"dimDivisor": 281,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.51,
"description": "54xu2yZcRt",
"percent": 17.72,
"rateDiscountType": "EARNED"
},
{
"amount": 2.24,
"description": "sqgoR3nJ5L",
"percent": 6.86,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.13,
"description": "UzIpd1Tyso",
"percent": 15.75,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.41,
"description": "wgjse7qQlg",
"percent": 15.2,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.76,
"legDestinationLocationId": "Jlyf",
"minimumChargeType": "ACTUAL",
"pricingCode": "fblQD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6749",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "LJ3Fjb",
"surcharges": [
{
"amount": {
"amount": 2605.34,
"currency": "PKR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2932.56,
"currency": "DZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1793.72,
"currency": "UAH"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1626.77,
"currency": "AED"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 641.2,
"currency": "DZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 17.1,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.89,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.24,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 55.65,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 34.04,
"totalFreightDiscounts": 41.55,
"totalNetCharge": 161.45,
"totalNetChargeWithDutiesAndTaxes": 130.44,
"totalNetFedExCharge": 249.56,
"totalNetFreight": 94.54,
"totalRebates": 2.91,
"totalSurcharges": 9.23,
"totalTaxes": 5.32
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SSP",
"rate": 27.3
},
"dimDivisor": 102,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.74,
"description": "jVijqFD3ID",
"percent": 12.09,
"rateDiscountType": "EARNED"
},
{
"amount": 3.32,
"description": "wUuvKQYUVW",
"percent": 9.04,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.79,
"description": "8U5wZgxnuF",
"percent": 15.73,
"rateDiscountType": "EARNED"
},
{
"amount": 5.15,
"description": "GY9Ka5MCdG",
"percent": 11.25,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 3.25,
"legDestinationLocationId": "hYGp",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "jvY6T",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0801",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "iJeVH2",
"surcharges": [
{
"amount": {
"amount": 391.5,
"currency": "LRD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2574.3,
"currency": "IDR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 903.17,
"currency": "KWD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4181,
"currency": "SEK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4167.18,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.54,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 99.52,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.44,
"totalFreightDiscounts": 5.49,
"totalNetCharge": 185.04,
"totalNetChargeWithDutiesAndTaxes": 62.66,
"totalNetFedExCharge": 65.36,
"totalNetFreight": 60.46,
"totalRebates": 1.55,
"totalSurcharges": 18.32,
"totalTaxes": 5.56
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "LBP",
"rate": 4.16
},
"dimDivisor": 220,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.47,
"description": "bXwiPspy9G",
"percent": 7.17,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.82,
"description": "ykS9xcLrAO",
"percent": 5.05,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.3,
"description": "EwL4c4nSRZ",
"percent": 7.24,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.42,
"legDestinationLocationId": "RutL",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "NUrzr",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0717",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "yWKTkH",
"surcharges": [
{
"amount": {
"amount": 3409.68,
"currency": "MXN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.52,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.1,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.75,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.73,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 16.24,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 57.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.42,
"totalFreightDiscounts": 18.82,
"totalNetCharge": 196.16,
"totalNetChargeWithDutiesAndTaxes": 166.14,
"totalNetFedExCharge": 100.72,
"totalNetFreight": 172.04,
"totalRebates": 1.6,
"totalSurcharges": 18.56,
"totalTaxes": 5.99
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "VES",
"rate": 7.53
},
"dimDivisor": 184,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.91,
"description": "1X9tJVOdZZ",
"percent": 11.78,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 1.59,
"legDestinationLocationId": "iQSy",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "zI5Am",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3712",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "CBOIed",
"surcharges": [
{
"amount": {
"amount": 2422.64,
"currency": "SYP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4420.7,
"currency": "ALL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 17.95,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.3,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.08,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.18,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.87,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 57.08,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.99,
"totalFreightDiscounts": 20.91,
"totalNetCharge": 119.65,
"totalNetChargeWithDutiesAndTaxes": 248.83,
"totalNetFedExCharge": 67.09,
"totalNetFreight": 56.31,
"totalRebates": 0.41,
"totalSurcharges": 5.92,
"totalTaxes": 9.97
}
],
"surcharges": [
{
"amount": {
"amount": 1778.75,
"currency": "AMD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1079.12,
"currency": "CHF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3831.62,
"currency": "SCR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1957.16,
"currency": "KHR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 2.34,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.57,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 16.38,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.84,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 14.73,
"totalBaseCharge": 67.5,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 31.4,
"totalDutiesTaxesAndFees": 21.06,
"totalFreightDiscounts": 9.07,
"totalNetCharge": 142.64,
"totalNetChargeWithDutiesAndTaxes": 233.03,
"totalNetFedExCharge": 102.36,
"totalNetFreight": 164.05,
"totalRebates": 2.76,
"totalSurcharges": 10.49,
"totalTaxes": 1.05
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "333066690617",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 144.98,
"baseRateAmount": 106.55,
"codcollectionAmount": 716.12,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "913252"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "673257"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "003072"
}
],
"masterTrackingNumber": "793774657691",
"netChargeAmount": 166.57,
"netDiscountAmount": 148.48,
"netRateAmount": 51.44,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "NbQbsGLAW82hqvwyWR8I",
"trackingNumber": "031808533373",
"url": "https://lighthearted-packaging.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "djJDMiM1ee93le2ehagR",
"trackingNumber": "034842405646",
"url": "https://insidious-corral.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "Xr6ltYU2Ml8KpNQlefIp",
"trackingNumber": "249046826429",
"url": "https://imaginary-sanity.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "XIyfssH6a4tWnpxZ9tTs",
"trackingNumber": "756594900904",
"url": "https://delirious-avalanche.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "CQ8l2UpgvAytec2xkt6h",
"trackingNumber": "174558228674",
"url": "https://sunny-filter.info"
}
],
"trackingNumber": "704835203555"
},
{
"additionalChargesDiscount": 435.48,
"baseRateAmount": 166.19,
"codcollectionAmount": 201.72,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "874188"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "230425"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "611011"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "890239"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "861350"
}
],
"masterTrackingNumber": "475014645923",
"netChargeAmount": 187.2,
"netDiscountAmount": 74.24,
"netRateAmount": 5,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "ieTdcJygNVMn3SLDgiyJ",
"trackingNumber": "610851779851",
"url": "https://dapper-kick.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "W5EjWWjThirbLX6Jg4SQ",
"trackingNumber": "855610695350",
"url": "https://shimmering-deed.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "uAyFxDZswYxeZczJemLp",
"trackingNumber": "304806756714",
"url": "https://fluffy-extent.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "WmvBlfjzYQ7hMz0hu7Cn",
"trackingNumber": "174234777346",
"url": "https://unrealistic-veto.biz/"
}
],
"trackingNumber": "089242394928"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 88.15,
"baseRateAmount": 199.75,
"codcollectionAmount": 345.99,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "490280"
}
],
"masterTrackingNumber": "963466356675",
"netChargeAmount": 147.82,
"netDiscountAmount": 24.63,
"netRateAmount": 56.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "1mLWwKqaGg4XXKbYeRvG",
"trackingNumber": "907107011014",
"url": "https://delirious-longboat.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "i2FgWEcdxlukcw8YqwpH",
"trackingNumber": "044657459273",
"url": "https://limping-scrap.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "G3vgIkMlfD7bgQeQh7lc",
"trackingNumber": "432515801020",
"url": "https://blaring-provider.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "rlKMGzUKnrwTIzfLSB86",
"trackingNumber": "819060679022",
"url": "https://steep-hope.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "H26pjxbHyIQv9e2IakLP",
"trackingNumber": "100958535275",
"url": "https://thorough-editor.com"
}
],
"trackingNumber": "552557928715"
},
{
"additionalChargesDiscount": 298.94,
"baseRateAmount": 422.61,
"codcollectionAmount": 303.03,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "863231"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "793350"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "852014"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "237953"
}
],
"masterTrackingNumber": "420670189894",
"netChargeAmount": 56.03,
"netDiscountAmount": 52.29,
"netRateAmount": 74.71,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "hWkNPTGMHboA1AaJmbo0",
"trackingNumber": "887201837973",
"url": "https://ornery-footrest.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "MAbLKY2u38fjBNLN1bf7",
"trackingNumber": "349993663440",
"url": "https://dense-giggle.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "OtZLsSNduZMaMEwPh6RY",
"trackingNumber": "424236388624",
"url": "https://prudent-scorpion.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "I37wNUsa68sJWUJMkOgS",
"trackingNumber": "050997746903",
"url": "https://lone-longboat.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "hKB3PgurMXdftF9BdMhY",
"trackingNumber": "738550944531",
"url": "https://scornful-hose.org"
}
],
"trackingNumber": "222684463264"
},
{
"additionalChargesDiscount": 380.1,
"baseRateAmount": 120.94,
"codcollectionAmount": 335.03,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "472075"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "369902"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "329834"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "317656"
}
],
"masterTrackingNumber": "361882283240",
"netChargeAmount": 135.17,
"netDiscountAmount": 141.7,
"netRateAmount": 46.89,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "xSI8gTpfh9kHabZybgIX",
"trackingNumber": "309833063695",
"url": "https://colorless-divine.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "krvHdMXg1RV0a4jT4g5k",
"trackingNumber": "449263885901",
"url": "https://shallow-monocle.info/"
}
],
"trackingNumber": "065442185152"
},
{
"additionalChargesDiscount": 488.57,
"baseRateAmount": 198.96,
"codcollectionAmount": 770.66,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "557981"
}
],
"masterTrackingNumber": "189097359423",
"netChargeAmount": 156.04,
"netDiscountAmount": 137.05,
"netRateAmount": 43.58,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "qqfD72hcE7yTjPEcGhIA",
"trackingNumber": "031155017699",
"url": "https://big-sushi.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "Cc55HOUuCH0dFvooDPB1",
"trackingNumber": "078814706160",
"url": "https://only-fibre.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "4ZbPG6cCHO3cGJM97YzO",
"trackingNumber": "776268067020",
"url": "https://yellow-wafer.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "aCWoLIlt1RyLzTCFHXEn",
"trackingNumber": "156322824969",
"url": "https://ugly-comestible.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "ZyYo0MT3orjYMiy6YDbR",
"trackingNumber": "660224773015",
"url": "https://calculating-requirement.com"
}
],
"trackingNumber": "728076127568"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 460.46,
"baseRateAmount": 419.98,
"codcollectionAmount": 341.62,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "186254"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "071659"
}
],
"masterTrackingNumber": "662257367134",
"netChargeAmount": 175.57,
"netDiscountAmount": 9.28,
"netRateAmount": 26.76,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "Xlz4rXAWmbmFFOoOsC63",
"trackingNumber": "168833783294",
"url": "https://good-account.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "jWxxd1xUNNzl3lq1NcUC",
"trackingNumber": "892752817726",
"url": "https://orderly-honesty.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "TeycKlF2tRFWerbDXjOP",
"trackingNumber": "743707431170",
"url": "https://live-acquaintance.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "7f0m1awK65VFp0VUzUlt",
"trackingNumber": "939954816837",
"url": "https://poor-testing.org/"
}
],
"trackingNumber": "627087763339"
},
{
"additionalChargesDiscount": 202.93,
"baseRateAmount": 374.89,
"codcollectionAmount": 31.58,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "907422"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "168419"
}
],
"masterTrackingNumber": "114003890722",
"netChargeAmount": 133.01,
"netDiscountAmount": 122.98,
"netRateAmount": 12.55,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "ciDYw8izphrKyX7cjNFW",
"trackingNumber": "578210975573",
"url": "https://puzzled-arcade.info/"
}
],
"trackingNumber": "292716204661"
},
{
"additionalChargesDiscount": 439.39,
"baseRateAmount": 494.5,
"codcollectionAmount": 679.74,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "329876"
}
],
"masterTrackingNumber": "963533633723",
"netChargeAmount": 194.41,
"netDiscountAmount": 97.63,
"netRateAmount": 92.92,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "dlJgYwDrUdG6wOtFYF6U",
"trackingNumber": "869455600854",
"url": "https://homely-possession.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "b1T55Ih8gsHOZvIz4g6m",
"trackingNumber": "160449783627",
"url": "https://beloved-scout.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "DsELnAcNCPRIIvrF8Atd",
"trackingNumber": "194812738823",
"url": "https://lustrous-baseboard.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "6cmgFGDk35VVAZZzZYFK",
"trackingNumber": "900749512010",
"url": "https://creative-monster.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "7lqqWPexwWYRbGaGLSCp",
"trackingNumber": "668310663882",
"url": "https://oddball-puritan.biz"
}
],
"trackingNumber": "309161645863"
},
{
"additionalChargesDiscount": 191.1,
"baseRateAmount": 343.95,
"codcollectionAmount": 310.76,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "641710"
}
],
"masterTrackingNumber": "276502170781",
"netChargeAmount": 137.52,
"netDiscountAmount": 47.12,
"netRateAmount": 19.13,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "cJuwmCCRpGNvvOLskTPb",
"trackingNumber": "231938196416",
"url": "https://rectangular-hydrolyse.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "QcH9uksFGpeRh2JG7ixw",
"trackingNumber": "182558636676",
"url": "https://precious-invite.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "ZgzXZVQalHaWvRoYMU07",
"trackingNumber": "716713473652",
"url": "https://shrill-dividend.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "v0NejwRMfbvm2GmQiRKF",
"trackingNumber": "984099845712",
"url": "https://neat-hubris.com"
}
],
"trackingNumber": "355930871344"
},
{
"additionalChargesDiscount": 404.36,
"baseRateAmount": 283.72,
"codcollectionAmount": 662.91,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "503510"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "367101"
}
],
"masterTrackingNumber": "736272737120",
"netChargeAmount": 45.67,
"netDiscountAmount": 84.34,
"netRateAmount": 67.63,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "EoTqDcWCE5JztNgI2U9R",
"trackingNumber": "178074948988",
"url": "https://kosher-instructor.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "1ywrXWd7NiRwSvU1MhYQ",
"trackingNumber": "686074904272",
"url": "https://idealistic-exploration.info"
}
],
"trackingNumber": "319187514310"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 206.4,
"baseRateAmount": 101.21,
"codcollectionAmount": 457.69,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "652506"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "064984"
}
],
"masterTrackingNumber": "333112744032",
"netChargeAmount": 163.61,
"netDiscountAmount": 25.76,
"netRateAmount": 27.83,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "DvoyGnaWSPGqtDCLN6rO",
"trackingNumber": "996517917039",
"url": "https://frank-marksman.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "iGkYlwhe6nHcwOFEZqP1",
"trackingNumber": "234169885577",
"url": "https://crazy-waterspout.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "IEL6Vdv0XVm0iZRBwnMj",
"trackingNumber": "158952172162",
"url": "https://damp-eternity.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "4JCiO5iM9gRNojKmkAGk",
"trackingNumber": "102924215562",
"url": "https://soupy-obesity.org"
}
],
"trackingNumber": "436652674095"
},
{
"additionalChargesDiscount": 292.45,
"baseRateAmount": 388.89,
"codcollectionAmount": 699.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "826839"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "155767"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "766361"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "435173"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "206303"
}
],
"masterTrackingNumber": "194485512237",
"netChargeAmount": 127.51,
"netDiscountAmount": 104.32,
"netRateAmount": 26.19,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "i15BlYSu2CXtmdID2G2D",
"trackingNumber": "787624091800",
"url": "https://accomplished-ecliptic.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "8AKCjRu0Xdgdn8tAgRZI",
"trackingNumber": "883180766673",
"url": "https://worst-airline.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "pc5h416h2VJ7Z2PWsyFE",
"trackingNumber": "754339720283",
"url": "https://granular-slide.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "cf8BnWtgteaASv93oYMG",
"trackingNumber": "436888547769",
"url": "https://indelible-sundae.biz/"
}
],
"trackingNumber": "903040205282"
},
{
"additionalChargesDiscount": 171.83,
"baseRateAmount": 464.23,
"codcollectionAmount": 991.94,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "119984"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "804986"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "829554"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "224073"
}
],
"masterTrackingNumber": "175843997219",
"netChargeAmount": 92.87,
"netDiscountAmount": 75.95,
"netRateAmount": 56.19,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "T6gyE49eJd6jHC3ckqz1",
"trackingNumber": "930803062851",
"url": "https://beloved-phrase.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "eiV2ZCFUgxqCR2FVj3tm",
"trackingNumber": "098725768615",
"url": "https://unwilling-plugin.biz"
}
],
"trackingNumber": "491146411698"
},
{
"additionalChargesDiscount": 173.72,
"baseRateAmount": 362.82,
"codcollectionAmount": 872.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "677944"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "017681"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "247779"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "528059"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "116274"
}
],
"masterTrackingNumber": "292650251107",
"netChargeAmount": 10.77,
"netDiscountAmount": 47.71,
"netRateAmount": 86.38,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "vhmPLqyLGnDEfrVDRyai",
"trackingNumber": "902258315694",
"url": "https://internal-reservation.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "CGcWRfDqIAV2EquF8Gbk",
"trackingNumber": "346753996818",
"url": "https://unripe-hornet.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "FP85fAnm8j5x48vi7A8F",
"trackingNumber": "453993886067",
"url": "https://victorious-translation.name/"
}
],
"trackingNumber": "677044261897"
},
{
"additionalChargesDiscount": 494.84,
"baseRateAmount": 166.46,
"codcollectionAmount": 254.52,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "030203"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "026377"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "690652"
}
],
"masterTrackingNumber": "555487711929",
"netChargeAmount": 130.04,
"netDiscountAmount": 45.97,
"netRateAmount": 72.06,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "sRhre5uyrx56miTATHyq",
"trackingNumber": "880426529525",
"url": "https://impish-stump.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "2goqt6o7rjCkwFXg8J0p",
"trackingNumber": "551313938892",
"url": "https://pertinent-design.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "E4sfwwCviWEzarC60liR",
"trackingNumber": "471146157709",
"url": "https://competent-hello.name"
}
],
"trackingNumber": "383327981096"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 307.41,
"baseRateAmount": 498.62,
"codcollectionAmount": 623.57,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "694936"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "147763"
}
],
"masterTrackingNumber": "586568865846",
"netChargeAmount": 72.61,
"netDiscountAmount": 20.72,
"netRateAmount": 28.76,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "TrVxY0c24wAniufX0fCg",
"trackingNumber": "944863445003",
"url": "https://sour-transom.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "v7fD72BnHTPx7Spfc0s0",
"trackingNumber": "482443479370",
"url": "https://colorful-march.org/"
}
],
"trackingNumber": "418215164497"
},
{
"additionalChargesDiscount": 479.16,
"baseRateAmount": 182.93,
"codcollectionAmount": 448.92,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "092205"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "628092"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "613669"
}
],
"masterTrackingNumber": "720584410637",
"netChargeAmount": 121.49,
"netDiscountAmount": 1.42,
"netRateAmount": 82.43,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "sU62H3UNYQhmhXlkMly3",
"trackingNumber": "894772615108",
"url": "https://imaginary-heroine.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "eZvi1MCcdhMbC2riJDmB",
"trackingNumber": "659305059026",
"url": "https://knotty-detective.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "dgm0LEJifDjAsa6nHvyU",
"trackingNumber": "453009820312",
"url": "https://twin-commercial.com"
}
],
"trackingNumber": "751609789163"
},
{
"additionalChargesDiscount": 389.23,
"baseRateAmount": 361.2,
"codcollectionAmount": 165.15,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "089787"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "681211"
}
],
"masterTrackingNumber": "579224849867",
"netChargeAmount": 22.44,
"netDiscountAmount": 51.34,
"netRateAmount": 81.98,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "Vj2LNAcLBLdYEeAptibv",
"trackingNumber": "305963296309",
"url": "https://trusty-councilman.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "S4POfZ0BeXTCUVp1qg4V",
"trackingNumber": "003733723067",
"url": "https://front-napkin.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "lDYlTl18EcBSV80h2n3q",
"trackingNumber": "145210303408",
"url": "https://breakable-trolley.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "Aqoc2Vi9aDqFQKZLJFnk",
"trackingNumber": "339631358060",
"url": "https://supportive-seafood.biz"
}
],
"trackingNumber": "568724586856"
},
{
"additionalChargesDiscount": 172.08,
"baseRateAmount": 268.06,
"codcollectionAmount": 721.76,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "111636"
}
],
"masterTrackingNumber": "036527487715",
"netChargeAmount": 140.26,
"netDiscountAmount": 49.77,
"netRateAmount": 9.49,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "mKoo5jXt7UZdBNcuAfbK",
"trackingNumber": "131153292221",
"url": "https://essential-median.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "ZCtwGwz5rIbLcEEEX08n",
"trackingNumber": "844314886535",
"url": "https://indolent-following.com/"
}
],
"trackingNumber": "924514014442"
},
{
"additionalChargesDiscount": 412.78,
"baseRateAmount": 372.22,
"codcollectionAmount": 798.04,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "948775"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "882536"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "493361"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "067656"
}
],
"masterTrackingNumber": "710954196662",
"netChargeAmount": 191.46,
"netDiscountAmount": 66.37,
"netRateAmount": 66.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "PbMHPHITJpZFbkE31H5r",
"trackingNumber": "690285824873",
"url": "https://lustrous-reconsideration.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "NZtAU49XdJGvKF5QbJs3",
"trackingNumber": "332087487535",
"url": "https://lawful-smog.name"
}
],
"trackingNumber": "082125513117"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2025-11-11T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 8,
"suggestions": [
{
"description": "The Vergie Chicken is the latest in a series of imaginary products from Ferry and Sons",
"harmonizedCode": "090770"
},
{
"description": "Featuring Tennessine-enhanced technology, our Bike offers unparalleled knotty performance",
"harmonizedCode": "582094"
},
{
"description": "The sleek and expert Chair comes with lavender LED lighting for smart functionality",
"harmonizedCode": "396756"
},
{
"description": "Ergonomic Car made with Steel for all-day shameless support",
"harmonizedCode": "933524"
}
]
},
{
"commodityIndex": 14,
"suggestions": [
{
"description": "Experience the fuchsia brilliance of our Gloves, perfect for hateful environments",
"harmonizedCode": "115121"
},
{
"description": "The Dean Chips is the latest in a series of knotty products from Terry - Weber",
"harmonizedCode": "642719"
},
{
"description": "The teal Bacon combines Antigua and Barbuda aesthetics with Nobelium-based durability",
"harmonizedCode": "990337"
}
]
},
{
"commodityIndex": 9,
"suggestions": [
{
"description": "Licensed Hat designed with Cotton for respectful performance",
"harmonizedCode": "197499"
}
]
},
{
"commodityIndex": 19,
"suggestions": [
{
"description": "The Kayla Fish is the latest in a series of alienated products from Cummings - Jakubowski",
"harmonizedCode": "790906"
},
{
"description": "Discover the stormy new Soap with an exciting mix of Bronze ingredients",
"harmonizedCode": "552784"
},
{
"description": "The Fundamental mobile archive Mouse offers reliable performance and handy design",
"harmonizedCode": "428897"
},
{
"description": "The Roman Chair is the latest in a series of clear-cut products from Yost - Goldner",
"harmonizedCode": "479169"
},
{
"description": "Savor the tangy essence in our Computer, designed for distant culinary adventures",
"harmonizedCode": "848722"
}
]
},
{
"commodityIndex": 9,
"suggestions": [
{
"description": "Innovative Cheese featuring boiling technology and Metal construction",
"harmonizedCode": "274027"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "Sxiw2",
"localizedText": "ywq4jBylAvbL4JMTXR3i",
"parameters": [
{
"id": "BY5vP",
"value": "RlOSwX3Alx"
}
],
"text": "8IL5F0HR0MIZb2d"
},
"categories": [
"categories"
],
"commodityIndex": 2,
"derivedHarmonizedCode": "295021",
"source": "sQQh0n6u2u",
"status": "ACTIVE",
"type": "zTaifWUAu9",
"waiver": {
"advisories": [
{
"code": "wW5tO",
"localizedText": "YRHsZpp63NJcqrfGd3vZ",
"parameters": [
{
"id": "0lTG5",
"value": "VD2oeBvHTN"
}
],
"text": "VJddhcxOCbtAwfo"
}
],
"description": "F7x0t6BK9k",
"id": "bhQ40"
}
},
{
"advisory": {
"code": "ryFbk",
"localizedText": "kinlXxU5mC4kxad1aXKq",
"parameters": [
{
"id": "BEyAk",
"value": "li8hBT8jqn"
},
{
"id": "t7neH",
"value": "tEgAgb87Ke"
},
{
"id": "enyoF",
"value": "CrDfZuz3OM"
}
],
"text": "rm9FB27tI15iGXI"
},
"categories": [
"categories"
],
"commodityIndex": 3,
"derivedHarmonizedCode": "260623",
"source": "vcqzcqzwnj",
"status": "ACTIVE",
"type": "yEAnExFXla",
"waiver": {
"advisories": [
{
"code": "2Obtm",
"localizedText": "1P4l5OgcwxET5cXZnOu2",
"parameters": [
{
"id": "tMPwd",
"value": "Dd3GwVWgwf"
},
{
"id": "AdTCX",
"value": "mGvyLZNzBV"
},
{
"id": "jmSOA",
"value": "qmtwNKyk5H"
},
{
"id": "ly4ZC",
"value": "tK4COvEppE"
}
],
"text": "F3Y1V6w1qND6S0s"
},
{
"code": "J452h",
"localizedText": "uKf1RbxBWFvP9KOk4Tp6",
"parameters": [
{
"id": "ooYco",
"value": "8Z4tubKLZy"
},
{
"id": "wOluR",
"value": "m4LrnaxLGw"
},
{
"id": "BRdEf",
"value": "1dZTNeLs9b"
},
{
"id": "46OTB",
"value": "YFK7ksqubW"
}
],
"text": "D2eojhqWp8L5YKY"
},
{
"code": "me8V5",
"localizedText": "scDmETjpykJeJVlrNN2W",
"parameters": [
{
"id": "tjdHb",
"value": "rPiYHrWzUM"
},
{
"id": "1yDjW",
"value": "xNB9skcPev"
},
{
"id": "HbArg",
"value": "0nK2Qllnsq"
},
{
"id": "shxHc",
"value": "7SLboz5zhx"
},
{
"id": "hS2UP",
"value": "241oD49AU4"
}
],
"text": "LVilkOiygVIvMWJ"
},
{
"code": "NzYau",
"localizedText": "rrRdPivX2Lcqi1vppc2u",
"parameters": [
{
"id": "WjdH0",
"value": "lC7ZsJE3Pe"
}
],
"text": "sOMoll8VVVkH5DS"
},
{
"code": "u2ATP",
"localizedText": "pgfaZv1fFtCzyrhVXHev",
"parameters": [
{
"id": "3odVc",
"value": "eFsAvyGk4x"
},
{
"id": "I1VPG",
"value": "4locr3WbEj"
},
{
"id": "Shd23",
"value": "gpEFD6O3zM"
},
{
"id": "MGxqC",
"value": "huG3ZS4oRQ"
},
{
"id": "eaRA3",
"value": "ljNczDVZDq"
}
],
"text": "odnHrlM9kFbVj4U"
}
],
"description": "61V7HYmNiS",
"id": "Rqvoe"
}
},
{
"advisory": {
"code": "Vo5H5",
"localizedText": "OBrBx5OmtzjfViXQBOtb",
"parameters": [
{
"id": "lxdUJ",
"value": "j2hH2mFWUS"
},
{
"id": "eqn8s",
"value": "2wDDsBqabE"
},
{
"id": "4Gj4b",
"value": "z9DNljc2vw"
}
],
"text": "qDtMOas7WjxJ9Kp"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "523587",
"source": "lv0uonErFL",
"status": "PENDING",
"type": "vmNt3ujasL",
"waiver": {
"advisories": [
{
"code": "am9Ci",
"localizedText": "9AkcfVfFZjcYBIexk5YS",
"parameters": [
{
"id": "kvRKH",
"value": "olgccKBrvd"
},
{
"id": "xrr3l",
"value": "nl3slYeMXZ"
}
],
"text": "6OQZZD5KCUvGfSu"
},
{
"code": "KPHPU",
"localizedText": "Deq0XVntYNosL8DlExk0",
"parameters": [
{
"id": "bwFpC",
"value": "FCxplt2mGQ"
},
{
"id": "EMhwK",
"value": "kZK9x95lfw"
},
{
"id": "IzjeE",
"value": "vymBLHMsV1"
},
{
"id": "cJXey",
"value": "TdFQeZ6tDO"
},
{
"id": "8ZrCv",
"value": "DYVoqBmiw2"
}
],
"text": "eT8wMLw7Dc2Hvpx"
},
{
"code": "DTWEc",
"localizedText": "vaRu1ZTpcaDq4SyTXN47",
"parameters": [
{
"id": "mU9EW",
"value": "6E1q3xtf9h"
},
{
"id": "CrISx",
"value": "ivopubTXHZ"
},
{
"id": "9TsP5",
"value": "vmJWHoIU85"
}
],
"text": "s8tPnlug17KqziU"
},
{
"code": "OsxXD",
"localizedText": "mjRU6pNJ07YmOiSzeQ9w",
"parameters": [
{
"id": "8E1FD",
"value": "NqJmM1Y7R0"
},
{
"id": "BC60y",
"value": "CMAJxkxybx"
},
{
"id": "EIOyq",
"value": "o181blh3Xp"
},
{
"id": "hY6Wd",
"value": "bxjpduNesD"
},
{
"id": "hjLx1",
"value": "E2iFCwNvuU"
}
],
"text": "vJLqAsNPtrGyhOw"
},
{
"code": "6fOuw",
"localizedText": "1zDLgo6AOQG0JtQtwIY4",
"parameters": [
{
"id": "aWfWY",
"value": "inie5AuRHp"
},
{
"id": "x0GfA",
"value": "SyFqmmNhVe"
},
{
"id": "pisUR",
"value": "4wNt2p6AFB"
},
{
"id": "dpj3t",
"value": "Cfe2K2UQh1"
},
{
"id": "Cfkv7",
"value": "ngnyqYl4cK"
}
],
"text": "TyCO8YyCKQhMLu4"
}
],
"description": "jUWc0Q2T0o",
"id": "sA1d8"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "ZR3XuTkfG5Zeb4wRHMIa",
"trackingNumber": "962845498084",
"url": "https://focused-premium.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "e1cN3yvAkisufEriTlgk",
"trackingNumber": "623087261797",
"url": "https://tidy-rawhide.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "vJP3hf6HAKmM3Gft5G4Z",
"trackingNumber": "277807610098",
"url": "https://low-swing.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "mgaHSbRGa0yzduUlnurr",
"trackingNumber": "921765834753",
"url": "https://nimble-grandson.net/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://lost-programme.org/",
"password": "TyEII_rW",
"role": "Corporate Creative Executive",
"userId": "a829d1a7-ed73-417a-9fd5-792d00bb2380"
},
{
"emailLabelUrl": "https://oddball-mallard.net",
"password": "ja7dA1xI",
"role": "Internal Creative Orchestrator",
"userId": "afec5200-d327-42ab-8b09-8436c5a39334"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2375.22,
"currency": "NIO"
}
},
"completedEtdDetail": {
"folderId": "JVBmsorry5F5k0MK",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "lDwVfAUZeq18LZJP"
},
{
"documentId": "7W4j8Doc8sHm6wTy"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_STAFFED"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ENcL8n4XLh",
"hazardClass": "3",
"id": "UN7062",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A34",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 92.63,
"netExplosiveDetail": {
"amount": 6.2,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "XxcfBg7h7C",
"hazardClass": "2.3",
"id": "UN7300",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 60.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hNFnOyDeNe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.41,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.42,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "90EARuKA3WgRXFJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.77,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.84,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Bt0wSjspTo",
"hazardClass": "8",
"id": "UN0810",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A08",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 77.43,
"netExplosiveDetail": {
"amount": 6.9,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "OfeEJaZLDq",
"hazardClass": "2.3",
"id": "UN8988",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 85.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ZrfETDoKrk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 23.87,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 5.22,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.58,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "a83s1sQZDvV1ht0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 46,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 42.08,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QeaEm2n6bA",
"hazardClass": "3",
"id": "UN0499",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 28.12,
"netExplosiveDetail": {
"amount": 1.64,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VXZwWvGyGO",
"hazardClass": "8",
"id": "UN9385",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 10.64,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "azrASTnnXY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 43.2,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.29,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.85,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "n443I1YxXkrj3L0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.21,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 33.85,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Djm88YQJVP",
"hazardClass": "8",
"id": "UN2244",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A81",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 14.77,
"netExplosiveDetail": {
"amount": 8.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6RdhQNiyD2",
"hazardClass": "8",
"id": "UN6994",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 63.9,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LFWZHtcRle"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.57,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.36,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 20.17,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 44.35,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.42,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "B96IDwnSwVSpzPY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 46.08,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 27.67,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.22
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "IpN5sk4csv",
"hazardClass": "3",
"id": "UN5343",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 3.7,
"netExplosiveDetail": {
"amount": 5.17,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "TDTHTWiklt",
"hazardClass": "2.3",
"id": "UN0594",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jooYXoeDJS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.97,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.27,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.31,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "7ACGXOx3KBLEf68",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.32,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 28.69,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yCpAcjMjZn",
"hazardClass": "8",
"id": "UN9791",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 60.35,
"netExplosiveDetail": {
"amount": 5.87,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "qIWWuMq59U",
"hazardClass": "2.3",
"id": "UN4373",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 66.26,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jVZeqPItYY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 23.63,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ZFXMkMnI9bcAy9q",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.13,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 40.8,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZTebyeJXxk",
"hazardClass": "3",
"id": "UN5938",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 23.51,
"netExplosiveDetail": {
"amount": 4.44,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "lSJYS0Mld5",
"hazardClass": "2.3",
"id": "UN0887",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 60.9,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aLXlnKekpZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.57,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 19.18,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "NjeZEibicVaStx1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.7,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.85,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1JQBfBipDv",
"hazardClass": "3",
"id": "UN8406",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A69",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 10.49,
"netExplosiveDetail": {
"amount": 4.34,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "occOZMm0Q9",
"hazardClass": "3",
"id": "UN8876",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MtQKwSLmYM"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.31,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "1Flmgsd8T7vJySt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.82,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 48.93,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.77
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WTgHBLHTs3",
"hazardClass": "8",
"id": "UN1247",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A84",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 12.84,
"netExplosiveDetail": {
"amount": 8.71,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "YtD67GHit3",
"hazardClass": "8",
"id": "UN7291",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 54.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SzKVmcZroJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.21,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 49.34,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "0c3dxZTIS7v3OMV",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.75,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 5.43,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hp0CnQg8HY",
"hazardClass": "8",
"id": "UN2622",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A52",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 28.89,
"netExplosiveDetail": {
"amount": 3.19,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "U0ZaxErwHS",
"hazardClass": "2.3",
"id": "UN3568",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VXaHzrseTo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.55,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 34.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 44.02,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "VPR7vhmCErT9Zll",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.52,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 49.63,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "bzGsZMuCyF",
"hazardClass": "3",
"id": "UN0052",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A37",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 99.78,
"netExplosiveDetail": {
"amount": 9.7,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "an2yokb50u",
"hazardClass": "8",
"id": "UN7225",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 63.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "eMfMqxLnRj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.01,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.7,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "zBx7l3AsINP5wwl",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.47,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 1.35,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.38
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yj8Ln5wOid",
"hazardClass": "3",
"id": "UN8979",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A56",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 87.79,
"netExplosiveDetail": {
"amount": 4.94,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "tI7RmqTnwa",
"hazardClass": "8",
"id": "UN8525",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 19.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TaHavdrlhD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.56,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.21,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.68,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.69,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vZAzmKSaDCDkCnY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.44,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 40.33,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GBNLpfwBX8",
"hazardClass": "8",
"id": "UN5810",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 44.78,
"netExplosiveDetail": {
"amount": 2.78,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "c6p9IGyVi8",
"hazardClass": "2.3",
"id": "UN8772",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "dEXbReKDbX"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.52,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 23.14,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "VTG1j7JQHdiyMZ9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.15,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 7.07,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "We7puSRGVa",
"hazardClass": "8",
"id": "UN5800",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A74",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 47.85,
"netExplosiveDetail": {
"amount": 2.27,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "K03eaRxcnF",
"hazardClass": "3",
"id": "UN3379",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 4.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xYAzkfAjIb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 48.86,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 8.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "uqPOt1KSfKmphP7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.12,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 43.77,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.65
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 4.34,
"referenceId": "114414",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "2670204056831690593461967028504247"
},
{
"type": "ADDRESS",
"value": "3670412792587949577694951648188154"
},
{
"type": "GROUND",
"value": "6167024433832225380740572426777347"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 13
},
{
"content": "DO NOT STACK",
"number": 11
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 26.27,
"packageRateDetails": [
{
"baseCharge": 63.87,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 168.97,
"netFedExCharge": 82.49,
"netFreight": 147.79,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4086.18,
"currency": "MXN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3600.46,
"currency": "DJF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1240.12,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 9.59,
"totalRebates": 3.97,
"totalSurcharges": 7.37,
"totalTaxes": 5.64
},
{
"baseCharge": 157.19,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 123.84,
"netFedExCharge": 164.32,
"netFreight": 137.71,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 474.37,
"currency": "MXN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1744.02,
"currency": "MVR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4855.06,
"currency": "STN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3679.02,
"currency": "GHS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 13.4,
"totalRebates": 2.08,
"totalSurcharges": 1.18,
"totalTaxes": 6.01
},
{
"baseCharge": 134.54,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 69.99,
"netFedExCharge": 65.63,
"netFreight": 72.5,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2465.39,
"currency": "BOB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 459.22,
"currency": "NAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 734.57,
"currency": "ZWL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 41.82,
"totalRebates": 1.24,
"totalSurcharges": 3.98,
"totalTaxes": 4.16
}
]
},
"sequenceNumber": 9,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "9998",
"trackingIdType": "GROUND",
"trackingNumber": "02202653483898792642",
"uspsApplicationId": "44"
},
{
"formId": "9026",
"trackingIdType": "EXPRESS",
"trackingNumber": "54635875344409248139",
"uspsApplicationId": "97"
},
{
"formId": "0209",
"trackingIdType": "FREIGHT",
"trackingNumber": "71414253440093827898",
"uspsApplicationId": "38"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ysoU7lfHgA",
"hazardClass": "8",
"id": "UN3689",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A57",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 19.39,
"netExplosiveDetail": {
"amount": 4.8,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "rsmfRXu3y7",
"hazardClass": "8",
"id": "UN8988",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 26.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IxCTdLMAeN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.96,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.62,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "HVjec25x5vU5s4x",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.09,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.2,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.99
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MSiKOzAKNF",
"hazardClass": "8",
"id": "UN9032",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 81.82,
"netExplosiveDetail": {
"amount": 9.59,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZlboYYjQf1",
"hazardClass": "3",
"id": "UN9160",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 93.54,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "agShmtZFuo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.1,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.54,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "l2YBm82FfItsW9M",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.23,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 17.04,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "889mbqsaWZ",
"hazardClass": "8",
"id": "UN3074",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A33",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 42.24,
"netExplosiveDetail": {
"amount": 5.48,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "A2MarBbRJh",
"hazardClass": "8",
"id": "UN9977",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XGYZDOAsFt"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 48.03,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21.34,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.44,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "1lOj61ZmrEYSjNs",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.07,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 28.7,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.23
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "DRrkx17elG",
"hazardClass": "8",
"id": "UN3196",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 96.24,
"netExplosiveDetail": {
"amount": 1.64,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "lV50hEaVPQ",
"hazardClass": "8",
"id": "UN0677",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.68,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qGgCQGuzZg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.42,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 26.16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.25,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 23.68,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 43.47,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "73iOTJITcfq7y2r",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.02,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 27.44,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "7LCwCKGnkP",
"hazardClass": "8",
"id": "UN0061",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A33",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 21.82,
"netExplosiveDetail": {
"amount": 5.65,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "dbknDQWVjP",
"hazardClass": "2.3",
"id": "UN4235",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 83.89,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UyzONFxnxH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.08,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 49.59,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "FTk3LGEldXLmwmf",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.72,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 19.52,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "n1KvQix3Pa",
"hazardClass": "3",
"id": "UN8263",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A53",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 39.98,
"netExplosiveDetail": {
"amount": 6.55,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GKwAx5qGqp",
"hazardClass": "3",
"id": "UN3256",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 47.43,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zvQOSNWCUk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.41,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 15.22,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.87,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.04,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "VNRwtWPTEPrDvem",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 44.64,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "kLuOUmvueO",
"hazardClass": "3",
"id": "UN9314",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 23.45,
"netExplosiveDetail": {
"amount": 9.8,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "UFL6drJPfx",
"hazardClass": "2.3",
"id": "UN6981",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 71.02,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NIcPRPAPVU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.78,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "245KhvyglB61oXD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.37,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 35.64,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.09
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "KojSoRyKQD",
"hazardClass": "3",
"id": "UN9229",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 46.1,
"netExplosiveDetail": {
"amount": 8.24,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "U66lbAk7Xn",
"hazardClass": "2.3",
"id": "UN3894",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 14.55,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "csXwxmtGwS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.26,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 35.11,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 22.99,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.98,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.37,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "z88sL1FPudIg7rF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 46.6,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5Sl4QOOyMj",
"hazardClass": "8",
"id": "UN8416",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 32.83,
"netExplosiveDetail": {
"amount": 6.93,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "l7BQNdvBe0",
"hazardClass": "3",
"id": "UN4396",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.72,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cECRQlztew"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.28,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.25,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "bgMgcmNCnJk32d0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.63,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 45.75,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "qRh1w77K9N",
"hazardClass": "3",
"id": "UN2976",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A75",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 55.42,
"netExplosiveDetail": {
"amount": 5.87,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Z5Q2OYWu56",
"hazardClass": "2.3",
"id": "UN7019",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 92.86,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AFTvDlnLcP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.14,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.05,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "M5EitcLuFQGPaZz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 5.11,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YDPtWbkeGc",
"hazardClass": "3",
"id": "UN7106",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A92",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 93.2,
"netExplosiveDetail": {
"amount": 2.02,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Y3uT4rf1Tj",
"hazardClass": "3",
"id": "UN9650",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 55.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IjeOPuJEnq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.3,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.93,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.74,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.56,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.88,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "FPlQU9Z8wk2qyru",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.72,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 36.27,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yppteF5GQC",
"hazardClass": "8",
"id": "UN9338",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 74.64,
"netExplosiveDetail": {
"amount": 1.02,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "qqnxNtW7YT",
"hazardClass": "8",
"id": "UN2433",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 95.47,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MlNHQwbIto"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.96,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.74,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40.21,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 2.88,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "UqssrKy57zRProq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.23,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 40.19,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.26
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 3.46,
"referenceId": "498857",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "6771611244094425877710069775998966"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 13
},
{
"content": "DO NOT STACK",
"number": 3
},
{
"content": "FRAGILE",
"number": 5
},
{
"content": "FRAGILE",
"number": 9
},
{
"content": "DO NOT STACK",
"number": 11
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 26.5,
"packageRateDetails": [
{
"baseCharge": 149.63,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 98.47,
"netFedExCharge": 177.21,
"netFreight": 117.04,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1729.35,
"currency": "EUR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4857.51,
"currency": "AED"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4288.45,
"currency": "CHF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 27,
"totalRebates": 3.03,
"totalSurcharges": 10.97,
"totalTaxes": 8.73
},
{
"baseCharge": 178.8,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 80.61,
"netFedExCharge": 173.95,
"netFreight": 122.6,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4395.45,
"currency": "AMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2747.94,
"currency": "MYR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 122.87,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2149.3,
"currency": "TND"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3317.08,
"currency": "BYN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.06,
"totalRebates": 2.05,
"totalSurcharges": 13.25,
"totalTaxes": 6.52
},
{
"baseCharge": 59.86,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 75.58,
"netFedExCharge": 72.66,
"netFreight": 74.68,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2806.6,
"currency": "SGD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1424.56,
"currency": "GHS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1075.44,
"currency": "MDL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.43,
"totalRebates": 4.47,
"totalSurcharges": 10.69,
"totalTaxes": 4.28
},
{
"baseCharge": 159.84,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 149.5,
"netFedExCharge": 180.74,
"netFreight": 116.5,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1269.25,
"currency": "TOP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1681.96,
"currency": "NIO"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1516.83,
"currency": "SSP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 9.44,
"totalRebates": 3.96,
"totalSurcharges": 5.3,
"totalTaxes": 6.02
}
]
},
"sequenceNumber": 6,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "0590",
"trackingIdType": "FREIGHT",
"trackingNumber": "33860867127242133914",
"uspsApplicationId": "80"
},
{
"formId": "7560",
"trackingIdType": "GROUND",
"trackingNumber": "17999479398807053662",
"uspsApplicationId": "19"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "p9Q72TVkYl",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-08-10T00:00:00.0Z",
"expirationDate": "2027-05-28T00:00:00.0Z",
"number": "75842"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 0
}
},
"masterTrackingId": {
"formId": "2419",
"trackingIdType": "EXPRESS",
"trackingNumber": "51116319301252869554",
"uspsApplicationId": "67"
},
"operationalDetail": {
"airportId": "JMS",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "bQ7Q1bUSITmCJfP",
"commitDate": "2026-07-02T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "JO",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-05T00:00:00.0Z",
"deliveryDay": "Mon",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "qTti",
"destinationLocationNumber": 957,
"destinationLocationStateOrProvinceCode": "ID",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "902",
"originLocationNumber": 648,
"originServiceArea": "B2",
"packagingCode": "17",
"postalCode": "60071",
"publishedDeliveryTime": "12:00P",
"scac": "FDXE",
"serviceCode": "227",
"stateOrProvinceCode": "OH",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "CJ",
"ursaSuffixCode": "Ck"
},
"packagingDescription": "crate",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "90",
"description": "Synchronised cohesive paradigm",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "tn3"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "PJr"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Z4P"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "XID"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "eyvQtQDAxx95",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "9920",
"trackingIdType": "EXPRESS",
"trackingNumber": "89579932955141943546"
},
{
"formId": "2044",
"trackingIdType": "EXPRESS",
"trackingNumber": "21752128610452409054"
},
{
"formId": "4819",
"trackingIdType": "GROUND",
"trackingNumber": "61075577747919781942"
},
{
"formId": "7125",
"trackingIdType": "FREIGHT",
"trackingNumber": "67642032082763692528"
},
{
"formId": "8509",
"trackingIdType": "FREIGHT",
"trackingNumber": "03653994624492088216"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "0074",
"trackingIdType": "GROUND",
"trackingNumber": "02504469943329011240"
},
{
"formId": "3463",
"trackingIdType": "EXPRESS",
"trackingNumber": "17483755752304708590"
},
{
"formId": "9477",
"trackingIdType": "FREIGHT",
"trackingNumber": "01542475072514310429"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "2474",
"trackingIdType": "GROUND",
"trackingNumber": "48121446201055762797"
},
{
"formId": "6054",
"trackingIdType": "EXPRESS",
"trackingNumber": "73068023757259863377"
},
{
"formId": "8043",
"trackingIdType": "FREIGHT",
"trackingNumber": "82481173515044768642"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"description": "MqxRDqxEoU",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "CZK",
"value": "CUSTOMS_VALUE"
},
"description": "5PFDDLOqAR",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"description": "G8sunq6IHF",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"description": "Cn3OAy2SKv",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "YER",
"value": "CUSTOMS_VALUE"
},
"description": "jcbh9Z7di9",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BHD",
"rate": 21.81
},
"dutiesAndTaxes": [
{
"harmonizedCode": "202254",
"taxes": {
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "NOSvYz7XeQ",
"id": "mRdJZr",
"name": "VAT"
},
"description": "Zd7CUWYfvx",
"effectiveDate": "2026-04-05T00:00:00.0Z",
"formula": "wGndX2KKV3CGAhu",
"name": "GST",
"taxableValue": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "JIvTr",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "883315",
"taxes": {
"amount": {
"currency": "BAM",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "7g6FHpnytV",
"id": "i1lLWd",
"name": "VAT"
},
"description": "F9NdD76P9Q",
"effectiveDate": "2026-05-14T00:00:00.0Z",
"formula": "nqpn1mPvfqUeyum",
"name": "GST",
"taxableValue": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "fNvQI",
"taxRates": [
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "AED",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "737732",
"taxes": {
"amount": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "2z80KXObi0",
"id": "yXkzNy",
"name": "Sales Tax"
},
"description": "dj4W13qXez",
"effectiveDate": "2026-01-19T00:00:00.0Z",
"formula": "dmnAPe0Mx7916Y5",
"name": "VAT",
"taxableValue": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"taxcode": "trgg4",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "687634",
"taxes": {
"amount": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "OSdK8NTnvB",
"id": "hNNPwh",
"name": "GST"
},
"description": "RIJ9ii3e7W",
"effectiveDate": "2025-08-22T00:00:00.0Z",
"formula": "ilSYTu34W0341np",
"name": "Sales Tax",
"taxableValue": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "qqt3h",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "698942",
"taxes": {
"amount": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "BnL2unxQny",
"id": "Wprgmi",
"name": "VAT"
},
"description": "MpMkaLeApE",
"effectiveDate": "2026-01-15T00:00:00.0Z",
"formula": "42DU20k0dp86ayT",
"name": "VAT",
"taxableValue": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"taxcode": "41sgM",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "NOK",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"description": "ZWr4ppqnnr",
"percent": 9.64,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"description": "fBeIt8WcID",
"percent": 11.93,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"description": "DeD6VGPQXm",
"percent": 13.86,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 8.14,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "uwImfKJT7L",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "tP7fzJ",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "PAB",
"value": "CUSTOMS_VALUE"
},
"description": "9lIUnEg4ba",
"percent": 4.93,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"description": "UqOXPxT3DH",
"percent": 1.21,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"description": "NIfu9ThN9j",
"percent": 4.64,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"description": "yiKIG5DxQ7",
"percent": 2.19,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"description": "3nd9vrwlrm",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"description": "r858BvLYY9",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BDT",
"value": "CUSTOMS_VALUE"
},
"description": "JHnn8pduS4",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "KPW",
"value": "CUSTOMS_VALUE"
},
"description": "M2tj8Ll5Iu",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "AED",
"value": "CUSTOMS_VALUE"
},
"description": "oFVrmRGD0f",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "CRC",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "PEN",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "LBP",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "BND",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "RON",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CNY",
"rate": 13.14
},
"dimDivisor": 128,
"freightDiscounts": [
{
"amount": 1.61,
"description": "bSYA6sC6LP",
"percent": 16.5,
"rateDiscountType": "COUPON"
},
{
"amount": 6.61,
"description": "VZqazdEI5B",
"percent": 10.8,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 11.06,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "51152",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "IqweVG",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CUP",
"rate": 8.23
},
"dimDivisor": 102,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.2,
"description": "AKhS1gFvmC",
"percent": 12.44,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.4,
"description": "1YyVmMWR6f",
"percent": 12.1,
"rateDiscountType": "EARNED"
},
{
"amount": 1,
"description": "XaC2pB8D1d",
"percent": 13.78,
"rateDiscountType": "EARNED"
},
{
"amount": 9.53,
"description": "wkX09iH4dd",
"percent": 15.78,
"rateDiscountType": "COUPON"
},
{
"amount": 6.87,
"description": "2rjR4XlEID",
"percent": 10.99,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 13.79,
"legDestinationLocationId": "pCdN",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "MlAm5",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9137",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "pVmunB",
"surcharges": [
{
"amount": {
"amount": 1457.23,
"currency": "PYG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 633.29,
"currency": "UAH"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.02,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 189.16,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 14.9,
"totalFreightDiscounts": 35.4,
"totalNetCharge": 193.64,
"totalNetChargeWithDutiesAndTaxes": 56.92,
"totalNetFedExCharge": 117.51,
"totalNetFreight": 109.9,
"totalRebates": 1.48,
"totalSurcharges": 12.24,
"totalTaxes": 5.67
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "LBP",
"rate": 15.8
},
"dimDivisor": 186,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.7,
"description": "iZS6yeUrwf",
"percent": 7.87,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.46,
"description": "7LoHoQgViF",
"percent": 7.68,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7.61,
"legDestinationLocationId": "eOLT",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "bISwu",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0364",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "naMSy5",
"surcharges": [
{
"amount": {
"amount": 4307.53,
"currency": "NAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 76.82,
"currency": "KWD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3481.39,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2984.48,
"currency": "MKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.99,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.86,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 186.14,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.5,
"totalFreightDiscounts": 44.86,
"totalNetCharge": 51.15,
"totalNetChargeWithDutiesAndTaxes": 152.89,
"totalNetFedExCharge": 123.42,
"totalNetFreight": 116.95,
"totalRebates": 0.72,
"totalSurcharges": 16.97,
"totalTaxes": 4.13
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "IDR",
"rate": 13.2
},
"dimDivisor": 151,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.8,
"description": "xVVPtM0R5c",
"percent": 12.16,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.29,
"description": "oN1TBpTRSe",
"percent": 8.59,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 12.85,
"legDestinationLocationId": "QAMZ",
"minimumChargeType": "ACTUAL",
"pricingCode": "6tLLz",
"ratedWeightMethod": "DIM",
"rateScale": "9348",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "T6abJW",
"surcharges": [
{
"amount": {
"amount": 773.1,
"currency": "AED"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2983.53,
"currency": "MUR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3233.62,
"currency": "JPY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 417.08,
"currency": "BYN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 9.79,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.94,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.77,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 110.17,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 40.13,
"totalFreightDiscounts": 20.56,
"totalNetCharge": 163.56,
"totalNetChargeWithDutiesAndTaxes": 98.87,
"totalNetFedExCharge": 107.16,
"totalNetFreight": 193.26,
"totalRebates": 2.4,
"totalSurcharges": 6.07,
"totalTaxes": 6.69
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "XPF",
"rate": 17.95
},
"dimDivisor": 209,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.42,
"description": "aZPD8gV6HB",
"percent": 7.54,
"rateDiscountType": "BONUS"
},
{
"amount": 4.5,
"description": "DjazIouOlZ",
"percent": 5.83,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 7.81,
"legDestinationLocationId": "fAEt",
"minimumChargeType": "ACTUAL",
"pricingCode": "h6w7q",
"ratedWeightMethod": "DIM",
"rateScale": "0631",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "xeTja5",
"surcharges": [
{
"amount": {
"amount": 1192.06,
"currency": "XCD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2897.27,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1917.33,
"currency": "RSD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4591.48,
"currency": "BOB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4081.48,
"currency": "SZL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.14,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.8,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.54,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 190.26,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.35,
"totalFreightDiscounts": 48.5,
"totalNetCharge": 71.91,
"totalNetChargeWithDutiesAndTaxes": 73.47,
"totalNetFedExCharge": 248.77,
"totalNetFreight": 180.23,
"totalRebates": 0.73,
"totalSurcharges": 0.22,
"totalTaxes": 4.88
}
],
"surcharges": [
{
"amount": {
"amount": 4704.44,
"currency": "BRL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2345.33,
"currency": "KGS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 991.89,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.35,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 8.86,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.22,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.09,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.77,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 3.72,
"totalBaseCharge": 96.85,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.3,
"totalDutiesTaxesAndFees": 95.72,
"totalFreightDiscounts": 21.3,
"totalNetCharge": 68.09,
"totalNetChargeWithDutiesAndTaxes": 90.22,
"totalNetFedExCharge": 204.55,
"totalNetFreight": 184.1,
"totalRebates": 1.63,
"totalSurcharges": 15.61,
"totalTaxes": 9.49
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KPW",
"rate": 3.73
},
"dimDivisor": 217,
"freightDiscounts": [
{
"amount": 2.76,
"description": "MzecVCeYEd",
"percent": 13.69,
"rateDiscountType": "EARNED"
},
{
"amount": 9.49,
"description": "PzUWs3QXqX",
"percent": 16.53,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.24,
"description": "XUdMKW66Zh",
"percent": 14.69,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 3.92,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "67270",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "Eq9pXG",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "DJF",
"rate": 29.18
},
"dimDivisor": 159,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.15,
"description": "FYWCT6LcEX",
"percent": 5.13,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.59,
"description": "dGI38fExk4",
"percent": 16.49,
"rateDiscountType": "EARNED"
},
{
"amount": 2.65,
"description": "JeFHMJtyIg",
"percent": 5.93,
"rateDiscountType": "COUPON"
},
{
"amount": 5.52,
"description": "Wdikivl8Aw",
"percent": 11.76,
"rateDiscountType": "COUPON"
},
{
"amount": 2.38,
"description": "BpAyavsQAM",
"percent": 9.49,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.34,
"legDestinationLocationId": "XIXH",
"minimumChargeType": "ACTUAL",
"pricingCode": "7TydU",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5943",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Nre7D5",
"surcharges": [
{
"amount": {
"amount": 3914.59,
"currency": "AFN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3604.16,
"currency": "SCR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 99.54,
"currency": "BAM"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.05,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 193.12,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.41,
"totalFreightDiscounts": 40.25,
"totalNetCharge": 87.82,
"totalNetChargeWithDutiesAndTaxes": 232.22,
"totalNetFedExCharge": 177.44,
"totalNetFreight": 60.65,
"totalRebates": 3.63,
"totalSurcharges": 15.26,
"totalTaxes": 1.05
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "NOK",
"rate": 20.63
},
"dimDivisor": 227,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.75,
"description": "gQHgCHrJCU",
"percent": 7.49,
"rateDiscountType": "BONUS"
},
{
"amount": 1.17,
"description": "FdcqZA8Jv4",
"percent": 8.51,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 5.01,
"legDestinationLocationId": "lQsW",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "V0sdI",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1292",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "N1eHeZ",
"surcharges": [
{
"amount": {
"amount": 2468.37,
"currency": "BZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1864.5,
"currency": "HUF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 6.99,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 99.84,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.64,
"totalFreightDiscounts": 47.54,
"totalNetCharge": 105.94,
"totalNetChargeWithDutiesAndTaxes": 111.72,
"totalNetFedExCharge": 179.16,
"totalNetFreight": 173.95,
"totalRebates": 0,
"totalSurcharges": 0.52,
"totalTaxes": 9.04
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BWP",
"rate": 13.76
},
"dimDivisor": 186,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.09,
"description": "Esr8r6A8jN",
"percent": 18.76,
"rateDiscountType": "BONUS"
},
{
"amount": 2.27,
"description": "YCVWs56S3g",
"percent": 13,
"rateDiscountType": "COUPON"
},
{
"amount": 3.37,
"description": "n3zBe4B0Ui",
"percent": 17.01,
"rateDiscountType": "EARNED"
},
{
"amount": 6,
"description": "QC24TxptiE",
"percent": 12.42,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 13.15,
"legDestinationLocationId": "cvAQ",
"minimumChargeType": "ACTUAL",
"pricingCode": "iOZQ6",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1742",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "V9eTXL",
"surcharges": [
{
"amount": {
"amount": 1811.74,
"currency": "PGK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 430.5,
"currency": "DZD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1395.85,
"currency": "BGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3493.1,
"currency": "ARS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.08,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 10.49,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.46,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 136.68,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.8,
"totalFreightDiscounts": 26.73,
"totalNetCharge": 129.18,
"totalNetChargeWithDutiesAndTaxes": 146.72,
"totalNetFedExCharge": 147.43,
"totalNetFreight": 178.4,
"totalRebates": 4.02,
"totalSurcharges": 16.5,
"totalTaxes": 4.25
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "YER",
"rate": 9.45
},
"dimDivisor": 190,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.89,
"description": "q0CGIkVtap",
"percent": 5.5,
"rateDiscountType": "EARNED"
},
{
"amount": 2.9,
"description": "M48FZZ40Mi",
"percent": 19.29,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.45,
"legDestinationLocationId": "KYok",
"minimumChargeType": "ACTUAL",
"pricingCode": "SH380",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8590",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Uh1yb9",
"surcharges": [
{
"amount": {
"amount": 1404.85,
"currency": "HTG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2451.52,
"currency": "RSD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.36,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.83,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.46,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.43,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 92.05,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 43.02,
"totalFreightDiscounts": 12.71,
"totalNetCharge": 63.84,
"totalNetChargeWithDutiesAndTaxes": 198.8,
"totalNetFedExCharge": 67.92,
"totalNetFreight": 186.96,
"totalRebates": 1.8,
"totalSurcharges": 12.34,
"totalTaxes": 9.5
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "STN",
"rate": 21.14
},
"dimDivisor": 293,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.6,
"description": "vvtmwZXrVo",
"percent": 12.17,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 10.99,
"legDestinationLocationId": "KTZn",
"minimumChargeType": "ACTUAL",
"pricingCode": "NxV5O",
"ratedWeightMethod": "DIM",
"rateScale": "6530",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "gQkAn8",
"surcharges": [
{
"amount": {
"amount": 3004.68,
"currency": "MZN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1190.98,
"currency": "CHF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 271.83,
"currency": "BAM"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 2.38,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.72,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.32,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.69,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.37,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 177.01,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.05,
"totalFreightDiscounts": 40.68,
"totalNetCharge": 176.41,
"totalNetChargeWithDutiesAndTaxes": 87.99,
"totalNetFedExCharge": 67.04,
"totalNetFreight": 89.24,
"totalRebates": 0.12,
"totalSurcharges": 15.93,
"totalTaxes": 7.94
}
],
"surcharges": [
{
"amount": {
"amount": 2779.97,
"currency": "SSP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.2,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 3.15,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 10.04,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.37,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 3.78,
"totalBaseCharge": 60.44,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.49,
"totalDutiesTaxesAndFees": 48.12,
"totalFreightDiscounts": 14.26,
"totalNetCharge": 157.53,
"totalNetChargeWithDutiesAndTaxes": 75.67,
"totalNetFedExCharge": 118.6,
"totalNetFreight": 67.37,
"totalRebates": 2.96,
"totalSurcharges": 0.86,
"totalTaxes": 9.15
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SCR",
"rate": 14.51
},
"dimDivisor": 300,
"freightDiscounts": [
{
"amount": 7.47,
"description": "wnKfbefLlr",
"percent": 18.04,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.13,
"description": "HSuB9xskxH",
"percent": 7.71,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 13.32,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "80647",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "pP5Nz2",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MZN",
"rate": 25.06
},
"dimDivisor": 124,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.95,
"description": "4dB7dGXbkv",
"percent": 10.5,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 9.79,
"legDestinationLocationId": "cGkZ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "65Rdk",
"ratedWeightMethod": "DIM",
"rateScale": "4097",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "TOzIyu",
"surcharges": [
{
"amount": {
"amount": 1630.34,
"currency": "MAD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2570.42,
"currency": "IQD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 566.9,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3130.03,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 7.7,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.19,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.27,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.31,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.13,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 87.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.58,
"totalFreightDiscounts": 37.59,
"totalNetCharge": 161.62,
"totalNetChargeWithDutiesAndTaxes": 153.45,
"totalNetFedExCharge": 110.73,
"totalNetFreight": 103.36,
"totalRebates": 4.17,
"totalSurcharges": 19.77,
"totalTaxes": 1.28
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "XPF",
"rate": 15.8
},
"dimDivisor": 190,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.72,
"description": "2NlMqPGLaa",
"percent": 13.05,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.77,
"legDestinationLocationId": "TIMR",
"minimumChargeType": "ACTUAL",
"pricingCode": "5UYC3",
"ratedWeightMethod": "DIM",
"rateScale": "2869",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "EmeTDG",
"surcharges": [
{
"amount": {
"amount": 1216.78,
"currency": "ZAR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2149.3,
"currency": "LSL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.29,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.79,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.01,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.15,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.81,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 155.49,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 37.48,
"totalFreightDiscounts": 32.14,
"totalNetCharge": 147.52,
"totalNetChargeWithDutiesAndTaxes": 56.22,
"totalNetFedExCharge": 183.8,
"totalNetFreight": 97.09,
"totalRebates": 2.2,
"totalSurcharges": 0.17,
"totalTaxes": 7.68
}
],
"surcharges": [
{
"amount": {
"amount": 3989.14,
"currency": "MRU"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 6.32,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.19,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 11.13,
"totalBaseCharge": 135.12,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.4,
"totalDutiesTaxesAndFees": 14.66,
"totalFreightDiscounts": 6.37,
"totalNetCharge": 179.63,
"totalNetChargeWithDutiesAndTaxes": 137.06,
"totalNetFedExCharge": 69.75,
"totalNetFreight": 64.94,
"totalRebates": 4.83,
"totalSurcharges": 2.27,
"totalTaxes": 9.03
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "AED",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "HTG",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "117725831293",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 144.3,
"baseRateAmount": 444.41,
"codcollectionAmount": 983.03,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "694213"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "849376"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "947103"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "867924"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "005897"
}
],
"masterTrackingNumber": "111774098909",
"netChargeAmount": 25.82,
"netDiscountAmount": 62.04,
"netRateAmount": 57.6,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "Wc5hTFJvBgcRMNxHG8c8",
"trackingNumber": "961884474420",
"url": "https://noteworthy-trench.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "RKq2AzExL05pGezAoCvQ",
"trackingNumber": "161866177217",
"url": "https://chubby-advancement.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "jGKcq6luEVtlwKxd0zo8",
"trackingNumber": "832242752976",
"url": "https://only-tomb.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "C1nZ8DeBsbP3Xqq3KlTW",
"trackingNumber": "255127281877",
"url": "https://electric-cook.info/"
}
],
"trackingNumber": "376717748274"
},
{
"additionalChargesDiscount": 493.74,
"baseRateAmount": 105.06,
"codcollectionAmount": 340.89,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "472443"
}
],
"masterTrackingNumber": "334183679828",
"netChargeAmount": 83.09,
"netDiscountAmount": 16.3,
"netRateAmount": 76.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "APduPPpKI0JlDZnhayBB",
"trackingNumber": "876276597468",
"url": "https://dapper-scholarship.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "M420MJDTt7mB8NKi2qil",
"trackingNumber": "827040288642",
"url": "https://cool-hovercraft.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "A47CpBYlWylbMiUjsE6E",
"trackingNumber": "474002225266",
"url": "https://frequent-overload.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "vzxpZzHdaydFTWdgyQfQ",
"trackingNumber": "617400330786",
"url": "https://biodegradable-omelet.org"
}
],
"trackingNumber": "917612832022"
}
]
}
],
"serviceCategory": "SMARTPOST",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_2_DAY_FREIGHT",
"shipDatestamp": "2025-12-31T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 16,
"suggestions": [
{
"description": "The sleek and big Shirt comes with tan LED lighting for smart functionality",
"harmonizedCode": "947329"
},
{
"description": "Discover the cat-like agility of our Table, perfect for flashy users",
"harmonizedCode": "583684"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "Fnb52",
"localizedText": "BN1qOUxVQjQy7o4RhtG9",
"parameters": [
{
"id": "7FKG2",
"value": "YUnWHE1b4s"
},
{
"id": "Iq1rM",
"value": "wyMigaRSD1"
},
{
"id": "q4eKU",
"value": "x99sqYeh4t"
},
{
"id": "mxeX2",
"value": "MqssThJmWc"
}
],
"text": "GORoPt9oGqbocRM"
},
"categories": [
"categories"
],
"commodityIndex": 6,
"derivedHarmonizedCode": "324075",
"source": "0ZFJ8TGdDj",
"status": "PENDING",
"type": "rlsdQxWKky",
"waiver": {
"advisories": [
{
"code": "JIpLL",
"localizedText": "uMHQZMEflRiT7P1tGGJ3",
"parameters": [
{
"id": "MEg6J",
"value": "Qgo2i276B5"
}
],
"text": "2ZhFJngz1459z7Q"
},
{
"code": "UY3N3",
"localizedText": "k9C3HFcUJxl3mQqFtUpU",
"parameters": [
{
"id": "5rSok",
"value": "1BViKjigdc"
},
{
"id": "f1MgN",
"value": "ovwtG5AxcZ"
},
{
"id": "x2QVP",
"value": "S6GWPJCXUf"
}
],
"text": "LdZd6VVvYR0mTvu"
},
{
"code": "IMeyQ",
"localizedText": "veHkr4AzTdjWrxiVlKYu",
"parameters": [
{
"id": "uExdu",
"value": "hfH3JbD8RH"
}
],
"text": "6NAUDhMN8v6pYsy"
}
],
"description": "6rESgozUgR",
"id": "O8YaI"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "SdlGpTZi77R0XGRKQkOh",
"trackingNumber": "054475529884",
"url": "https://animated-marksman.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "aQavSkKEPIOIDgU50cDq",
"trackingNumber": "062462318098",
"url": "https://sorrowful-effector.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "rk0vkJWZJgCYjSm3fDXz",
"trackingNumber": "342247235709",
"url": "https://damp-sustenance.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "cyMJBIHCwzJ4SheMCcqX",
"trackingNumber": "966898675320",
"url": "https://elderly-tomography.biz/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://worldly-scorpion.org/",
"password": "uWLPRidY",
"role": "Future Implementation Strategist",
"userId": "3c34899d-2e82-4f9d-b268-7a62ce291d12"
},
{
"emailLabelUrl": "https://substantial-crest.biz",
"password": "rX0mCHZn",
"role": "Legacy Directives Specialist",
"userId": "51a28211-6a11-4c9f-a7dc-ed9af0585491"
},
{
"emailLabelUrl": "https://writhing-version.com/",
"password": "jmzxvnPM",
"role": "Forward Program Manager",
"userId": "a41ebba6-43bb-413f-889d-d701c5be9857"
},
{
"emailLabelUrl": "https://slight-cross-contamination.net",
"password": "92gwkExF",
"role": "Human Brand Planner",
"userId": "720ea6df-5192-45d9-ad6a-3bf2e25b82c6"
},
{
"emailLabelUrl": "https://pale-hygienic.name/",
"password": "fxJHv64h",
"role": "Regional Directives Coordinator",
"userId": "ecdd45b9-7e4f-4b80-b9be-c51fb60b3d70"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 3494.65,
"currency": "LBP"
}
},
"completedEtdDetail": {
"folderId": "zX4HCGhjpffqak2w",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "mjoFC8qoK9XkEyUw"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_STAFFED"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mydDmRZfaq",
"hazardClass": "8",
"id": "UN8136",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 71.56,
"netExplosiveDetail": {
"amount": 8.98,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "GmoNU2K2hy",
"hazardClass": "8",
"id": "UN5212",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 20.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rscxueiiUo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.92,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 24.91,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.42,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.33,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.09,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "3xAKzY2MvyD7z6v",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.15,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 2.54,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "oWwrwg0jxc",
"hazardClass": "3",
"id": "UN0196",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 43.39,
"netExplosiveDetail": {
"amount": 6.34,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "dOxRccVgmF",
"hazardClass": "3",
"id": "UN0589",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 26.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UrhXfJbVMB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.55,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 30.96,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.39,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.6,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "5rX36Hm00jITlbi",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.19,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 45.65,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZMjNRRIoiJ",
"hazardClass": "3",
"id": "UN0817",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A53",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 58.77,
"netExplosiveDetail": {
"amount": 5.27,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "RASHy0eHY3",
"hazardClass": "8",
"id": "UN3446",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 94.01,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "amnCIDNMPd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.04,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.49,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "CCLtotr7nUIbLa4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.68,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.91,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YBGCcJBUuH",
"hazardClass": "3",
"id": "UN6232",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 37.12,
"netExplosiveDetail": {
"amount": 6.82,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Y4OIwbO6we",
"hazardClass": "3",
"id": "UN0593",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XPJegbedRT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.55,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "KSQSVO5abXFMdmQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.17,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.64,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "aVBXtyCJ7e",
"hazardClass": "3",
"id": "UN5418",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 85.84,
"netExplosiveDetail": {
"amount": 6.78,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "bM0lG1TATM",
"hazardClass": "3",
"id": "UN6194",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 51.88,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FHHJYjlKmP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.06,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.25,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 15.08,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "4oR4mv2ZT1xFKi8",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.65,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.56,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.14
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 2.73,
"referenceId": "837130",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5062825927067962041445288548209316"
},
{
"type": "ADDRESS",
"value": "6893584348908719990754652600915849"
},
{
"type": "GROUND",
"value": "2252626464403494993299503033442419"
},
{
"type": "GROUND",
"value": "0720359807166902391179020109075701"
},
{
"type": "GROUND",
"value": "6434300509477154875669549136485625"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 9
},
{
"content": "THIS SIDE UP",
"number": 20
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 41.1,
"packageRateDetails": [
{
"baseCharge": 72.24,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 190.38,
"netFedExCharge": 81.46,
"netFreight": 91.99,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1315.83,
"currency": "TJS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 488.64,
"currency": "TND"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2661.32,
"currency": "SEK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 0.97,
"totalRebates": 2.36,
"totalSurcharges": 0.01,
"totalTaxes": 5.63
},
{
"baseCharge": 186.19,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 168.78,
"netFedExCharge": 107.22,
"netFreight": 101.2,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2217.67,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4014.96,
"currency": "ALL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3856.17,
"currency": "PKR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 145.99,
"currency": "XCD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 3.82,
"totalRebates": 3.45,
"totalSurcharges": 17.61,
"totalTaxes": 0.65
}
]
},
"sequenceNumber": 8,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "7629",
"trackingIdType": "FREIGHT",
"trackingNumber": "21593466150480438143",
"uspsApplicationId": "17"
},
{
"formId": "6401",
"trackingIdType": "FREIGHT",
"trackingNumber": "18762126102964395370",
"uspsApplicationId": "98"
},
{
"formId": "8791",
"trackingIdType": "EXPRESS",
"trackingNumber": "10933007922901441772",
"uspsApplicationId": "28"
},
{
"formId": "1389",
"trackingIdType": "FREIGHT",
"trackingNumber": "98258535694577205510",
"uspsApplicationId": "11"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "qjO0eIzNyd",
"hazardClass": "8",
"id": "UN4125",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 85.34,
"netExplosiveDetail": {
"amount": 2.4,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "HZN0vUDuKy",
"hazardClass": "3",
"id": "UN2741",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 98.58,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XlMnQpwmeW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.02,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "wATI29F7DFeMmqI",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.87,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 23.26,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.74
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UYba1evnN5",
"hazardClass": "3",
"id": "UN1730",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A59",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 90.32,
"netExplosiveDetail": {
"amount": 3.24,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "MSvUEWGcPQ",
"hazardClass": "8",
"id": "UN6939",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 54.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "myLirfzxZu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.6,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 6.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.4,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ib5pVYHb3F3Tq24",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.78,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 26.61,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.94
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "405orN1KRg",
"hazardClass": "8",
"id": "UN3416",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 75.88,
"netExplosiveDetail": {
"amount": 9.08,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "hzIWDKWmLd",
"hazardClass": "8",
"id": "UN9108",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 88.95,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bRKJKBAiAb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "XfT5sEjhCoSPu1f",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.95,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 20.56,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jYHuP880uS",
"hazardClass": "8",
"id": "UN6655",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A75",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 66.99,
"netExplosiveDetail": {
"amount": 3.54,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "7s9uYkMQuB",
"hazardClass": "3",
"id": "UN3818",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 2.51,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ekXidDOIQH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.13,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "WjuPFkFba9rYYBC",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.81,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 26.19,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "OsM30ULPYw",
"hazardClass": "8",
"id": "UN1335",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 64.45,
"netExplosiveDetail": {
"amount": 3.33,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "qEO5Lk8Sgp",
"hazardClass": "2.3",
"id": "UN6376",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 35.02,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CeWzzyjHWx"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.32,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.58,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "QrRfiwNBkHY6E2i",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.97,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 16.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "OFy63DvE0X",
"hazardClass": "8",
"id": "UN8900",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A77",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 43.23,
"netExplosiveDetail": {
"amount": 5.83,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nKe7jRmNdU",
"hazardClass": "2.3",
"id": "UN1501",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 7.89,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kBZFJNkqBj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.91,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.06,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.73,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "LN4ipG0hegE6mKZ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 44.77,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.15,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.34
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5fVMnbB9pK",
"hazardClass": "8",
"id": "UN3232",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 12.53,
"netExplosiveDetail": {
"amount": 2.65,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZVMQiQEfyh",
"hazardClass": "8",
"id": "UN4125",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 20.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "dUfdSvQiNV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 1.09,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.7,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.45,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "A4L4tW1N3NR7TXo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.28,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 22.57,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GANKvB9N7q",
"hazardClass": "8",
"id": "UN9944",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A69",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 17.13,
"netExplosiveDetail": {
"amount": 6.81,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "AzwQOoV9uA",
"hazardClass": "2.3",
"id": "UN8921",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 28.93,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "dsEqWvHguk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.16,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "BF6sLHHfXqypDiG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.14,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 34.23,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "KR45AVz1yP",
"hazardClass": "3",
"id": "UN5231",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 35.71,
"netExplosiveDetail": {
"amount": 7.33,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "WXHMDrsxdO",
"hazardClass": "8",
"id": "UN7800",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 47.61,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DZciRtbCao"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 31.27,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.96,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 46.87,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.17,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ctwhV98sEdjtGMV",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.62,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 11.51,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zrSgxs2W83",
"hazardClass": "3",
"id": "UN6090",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 26.42,
"netExplosiveDetail": {
"amount": 1.5,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2ajpnkOelI",
"hazardClass": "3",
"id": "UN7500",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 40.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MWUFUMnsej"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 2.42,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 35.11,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.02,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0ceUBGH9Mvc7XDH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.66,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 43.83,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fHporioZsJ",
"hazardClass": "8",
"id": "UN9716",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A54",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 58.27,
"netExplosiveDetail": {
"amount": 9.64,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "RoN0OXzA8H",
"hazardClass": "3",
"id": "UN9910",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 35.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GWzfylxMBP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.79,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.15,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 16.25,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.77,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "vqT0T6O9JwK0148",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.55,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.79,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.1
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 6.91,
"referenceId": "554690",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5112239769330747826020330472178646"
},
{
"type": "ADDRESS",
"value": "2400532948354865248892573903883631"
},
{
"type": "GROUND",
"value": "2841087840710924508782574823306513"
},
{
"type": "ADDRESS",
"value": "2263092383547049257869012561548677"
},
{
"type": "GROUND",
"value": "3208016323138990067175915350422985"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 20
},
{
"content": "THIS SIDE UP",
"number": 19
},
{
"content": "DO NOT STACK",
"number": 2
},
{
"content": "THIS SIDE UP",
"number": 18
},
{
"content": "SECURED",
"number": 11
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 39.6,
"packageRateDetails": [
{
"baseCharge": 184.29,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 79.52,
"netFedExCharge": 59.36,
"netFreight": 103.49,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3637.42,
"currency": "VND"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1491.86,
"currency": "AZN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 18.1,
"totalRebates": 2.28,
"totalSurcharges": 13.67,
"totalTaxes": 3.59
},
{
"baseCharge": 51.54,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 128.21,
"netFedExCharge": 153.3,
"netFreight": 105.01,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1690.38,
"currency": "GIP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3854.83,
"currency": "GTQ"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 129.71,
"currency": "NGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 47.01,
"totalRebates": 4.08,
"totalSurcharges": 12.33,
"totalTaxes": 3.85
},
{
"baseCharge": 82.78,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 92.42,
"netFedExCharge": 57.78,
"netFreight": 121.6,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2110.58,
"currency": "SCR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 340.89,
"currency": "BMD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2597.52,
"currency": "STN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 872.88,
"currency": "MAD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 25.06,
"totalRebates": 1.52,
"totalSurcharges": 7.88,
"totalTaxes": 1.13
},
{
"baseCharge": 97.04,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 57.31,
"netFedExCharge": 162.61,
"netFreight": 122.64,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3972.22,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 988.45,
"currency": "CUP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 370.84,
"currency": "SLE"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1749.67,
"currency": "DKK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 45.62,
"totalRebates": 3.89,
"totalSurcharges": 16.89,
"totalTaxes": 1.18
},
{
"baseCharge": 57.33,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 89.94,
"netFedExCharge": 106.63,
"netFreight": 144.46,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 495.2,
"currency": "ZAR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4421.08,
"currency": "HTG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 32.54,
"totalRebates": 3.33,
"totalSurcharges": 1.35,
"totalTaxes": 7.73
}
]
},
"sequenceNumber": 9,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "6183",
"trackingIdType": "FREIGHT",
"trackingNumber": "50953119227246776004",
"uspsApplicationId": "19"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "s98FrnYJMR",
"hazardClass": "8",
"id": "UN3793",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 10.15,
"netExplosiveDetail": {
"amount": 3.13,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "F3skMR86Vs",
"hazardClass": "2.3",
"id": "UN7455",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EnUvyNudSM"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.9,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "oJG2BY28xcFOstb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 17.79,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.11,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "qZob8MCcvM",
"hazardClass": "8",
"id": "UN9336",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A34",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 6.46,
"netExplosiveDetail": {
"amount": 2.64,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Vfw1NRsEyF",
"hazardClass": "3",
"id": "UN0578",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 46.03,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KaIIKwuvzm"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.15,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "E6jIDbxzB4AmxKu",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.18,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 14.76,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "njetFyYGai",
"hazardClass": "8",
"id": "UN9678",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 25.26,
"netExplosiveDetail": {
"amount": 3.61,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "skuBJ8tEek",
"hazardClass": "3",
"id": "UN6134",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 66.84,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MJZubITvVE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 38.78,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "KovcUNCEAPdTP0u",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.22,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 4.24,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "82eke2J7sX",
"hazardClass": "3",
"id": "UN1866",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 80.65,
"netExplosiveDetail": {
"amount": 1.85,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "xzT52wjb5d",
"hazardClass": "2.3",
"id": "UN3370",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 17.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vPCxbohHqc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.83,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.53,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "LqsQYa9NZPUM0Av",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.72,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 33.01,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.97
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yEQTeEUt2c",
"hazardClass": "8",
"id": "UN6961",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 28.79,
"netExplosiveDetail": {
"amount": 2.56,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2molKEGw9e",
"hazardClass": "8",
"id": "UN6208",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 33.03,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MiQmENcYkk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.36,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.58,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 26.54,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 18.76,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "BQpUTsSCCdnjUJJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.72,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 30.84,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "M3TizEJl6Q",
"hazardClass": "8",
"id": "UN0499",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 87.04,
"netExplosiveDetail": {
"amount": 5.71,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "SeVcYaXlXj",
"hazardClass": "2.3",
"id": "UN5723",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 79.54,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vbJCRTjJHg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.03,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.99,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "TTVHr8Td60ma1kt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.02,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 11.92,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.69
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 6.1,
"referenceId": "170154",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "4874849958511309808223034165842678"
},
{
"type": "ADDRESS",
"value": "2340466443748904693970319028095304"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 1
},
{
"content": "THIS SIDE UP",
"number": 6
},
{
"content": "DO NOT STACK",
"number": 9
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 27.71,
"packageRateDetails": [
{
"baseCharge": 113.65,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 81.77,
"netFedExCharge": 194.8,
"netFreight": 135.19,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3525.52,
"currency": "QAR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 858.6,
"currency": "SGD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4720.69,
"currency": "JMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 45.76,
"totalRebates": 1.23,
"totalSurcharges": 17.98,
"totalTaxes": 3.18
},
{
"baseCharge": 98.66,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 196.44,
"netFedExCharge": 121.71,
"netFreight": 40.14,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4989.19,
"currency": "KPW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 6.47,
"totalRebates": 4.26,
"totalSurcharges": 19.87,
"totalTaxes": 1.54
},
{
"baseCharge": 102.13,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 90.85,
"netFedExCharge": 172.05,
"netFreight": 137.06,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3173.65,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 793.29,
"currency": "TZS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4861.47,
"currency": "MOP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 36.66,
"totalRebates": 2.18,
"totalSurcharges": 16.35,
"totalTaxes": 8.98
}
]
},
"sequenceNumber": 3,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "0373",
"trackingIdType": "EXPRESS",
"trackingNumber": "15245183113594995285",
"uspsApplicationId": "81"
},
{
"formId": "1380",
"trackingIdType": "GROUND",
"trackingNumber": "03114270675134789914",
"uspsApplicationId": "68"
},
{
"formId": "6715",
"trackingIdType": "FREIGHT",
"trackingNumber": "14757250852169968830",
"uspsApplicationId": "68"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1wIv5LrH21",
"hazardClass": "8",
"id": "UN0720",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 34.6,
"netExplosiveDetail": {
"amount": 9.65,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "9BY7KNPGO2",
"hazardClass": "3",
"id": "UN2472",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 14.59,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xRmhOViOPT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.33,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.64,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "E67XjWl1UvFtKch",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.77,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 2.35,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "3fokV6pdgI",
"hazardClass": "8",
"id": "UN7016",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A77",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 51.58,
"netExplosiveDetail": {
"amount": 2.29,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "adRZPRHhg5",
"hazardClass": "2.3",
"id": "UN5489",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 63.79,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WkRdZjYBwg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.51,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "HM5RDwVQlOxFKE2",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.19,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 36.46,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Q7mOWVqEuu",
"hazardClass": "3",
"id": "UN5372",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A52",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 27.23,
"netExplosiveDetail": {
"amount": 2.74,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JXcTuktSuY",
"hazardClass": "3",
"id": "UN8431",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 29.92,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OrdekzogRo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.56,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.94,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.16,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "pWOtVnQx2PBPexY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.09,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 30.71,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dDBE75grk5",
"hazardClass": "3",
"id": "UN9473",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 37.71,
"netExplosiveDetail": {
"amount": 3.61,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "XCd31UqrXo",
"hazardClass": "2.3",
"id": "UN5860",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 97.71,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "agMrQqQXBe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.7,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 43.45,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 21.11,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 18.17,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "x3DkfQ7yYv5DxcN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.63,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.58,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.63
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XM5t2dC26k",
"hazardClass": "8",
"id": "UN1797",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 45.73,
"netExplosiveDetail": {
"amount": 3.44,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6TN0nO6IOA",
"hazardClass": "3",
"id": "UN6240",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 91.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "sZexeJcjGT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 21.73,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 40.3,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.23,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.43,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "8fS0wjxyOpXQSYl",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.22,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.06,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Rk5wL74Zre",
"hazardClass": "8",
"id": "UN8902",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 52.23,
"netExplosiveDetail": {
"amount": 8.26,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "wYwsVlnLWp",
"hazardClass": "8",
"id": "UN4044",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 49.75,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DAySpQFxFz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 21.71,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "QLtU9Za8JeHebOm",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.82,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 34.35,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.36
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 0.46,
"referenceId": "089500",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "2913794908262277402168390379039326"
},
{
"type": "ADDRESS",
"value": "4757457161665020572267587808403611"
},
{
"type": "GROUND",
"value": "1588219925115787169050652173356459"
},
{
"type": "GROUND",
"value": "0877111474251885635741706559108025"
},
{
"type": "GROUND",
"value": "7688597504616431125605775609052188"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 20
},
{
"content": "THIS SIDE UP",
"number": 20
},
{
"content": "DO NOT STACK",
"number": 10
},
{
"content": "SECURED",
"number": 2
},
{
"content": "SECURED",
"number": 15
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 4.73,
"packageRateDetails": [
{
"baseCharge": 164.93,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 125.91,
"netFedExCharge": 136.68,
"netFreight": 71.61,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 913.1,
"currency": "GTQ"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1125.07,
"currency": "TRY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3039.98,
"currency": "BZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 12.92,
"totalRebates": 2.05,
"totalSurcharges": 14.21,
"totalTaxes": 0.2
},
{
"baseCharge": 170.89,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 183.49,
"netFedExCharge": 167.31,
"netFreight": 120.4,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 252.33,
"currency": "UGX"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 28.54,
"totalRebates": 3.12,
"totalSurcharges": 11.06,
"totalTaxes": 3.43
},
{
"baseCharge": 53.55,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 121.67,
"netFedExCharge": 154.64,
"netFreight": 87.82,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2025.92,
"currency": "JPY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 96.94,
"currency": "RSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2690.35,
"currency": "ILS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 18.66,
"totalRebates": 4.2,
"totalSurcharges": 16.61,
"totalTaxes": 3.39
},
{
"baseCharge": 148.87,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 80.19,
"netFedExCharge": 174.95,
"netFreight": 53.88,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3742.12,
"currency": "DJF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2188.99,
"currency": "SRD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3419.69,
"currency": "MOP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4271.14,
"currency": "HKD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 48.3,
"totalRebates": 1.04,
"totalSurcharges": 9.35,
"totalTaxes": 4.68
},
{
"baseCharge": 78.12,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 89.57,
"netFedExCharge": 186.36,
"netFreight": 65.29,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4147.97,
"currency": "TMT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3307.48,
"currency": "SOS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1315.29,
"currency": "ERN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 36.23,
"totalRebates": 0.98,
"totalSurcharges": 10.5,
"totalTaxes": 4.61
}
]
},
"sequenceNumber": 10,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "8101",
"trackingIdType": "EXPRESS",
"trackingNumber": "88540709609187588811",
"uspsApplicationId": "55"
},
{
"formId": "9629",
"trackingIdType": "EXPRESS",
"trackingNumber": "65265073107581178882",
"uspsApplicationId": "49"
},
{
"formId": "0493",
"trackingIdType": "FREIGHT",
"trackingNumber": "53443833306540741620",
"uspsApplicationId": "76"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "8jrkRlGdr7",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-03-04T00:00:00.0Z",
"expirationDate": "2027-03-06T00:00:00.0Z",
"number": "79099"
}
},
"dryIceDetail": {
"packageCount": 3,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 0
}
},
"masterTrackingId": {
"formId": "8217",
"trackingIdType": "FREIGHT",
"trackingNumber": "17472451609691398244",
"uspsApplicationId": "53"
},
"operationalDetail": {
"airportId": "HZT",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "F5x3PT0mYevWFb1",
"commitDate": "2026-07-03T00:00:00.0Z",
"commitDay": "Tue",
"countryCode": "RW",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-04T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "eKEo",
"destinationLocationNumber": 769,
"destinationLocationStateOrProvinceCode": "AZ",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "214",
"originLocationNumber": 277,
"originServiceArea": "B2",
"packagingCode": "87",
"postalCode": "95615-6859",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "762",
"stateOrProvinceCode": "SC",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Dq",
"ursaSuffixCode": "mQ"
},
"packagingDescription": "crate",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "57",
"description": "Sustainable responsive policy",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "kH7"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "44X"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Ow0"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "P7k"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "wGO"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "LZFWj1sIa7xN",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "3878",
"trackingIdType": "FREIGHT",
"trackingNumber": "30963774656265101352"
},
{
"formId": "8152",
"trackingIdType": "GROUND",
"trackingNumber": "57210377868378892981"
},
{
"formId": "1222",
"trackingIdType": "GROUND",
"trackingNumber": "47058679518295833519"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "5278",
"trackingIdType": "GROUND",
"trackingNumber": "32643983677524353792"
},
{
"formId": "5466",
"trackingIdType": "FREIGHT",
"trackingNumber": "96971135340560710658"
},
{
"formId": "6401",
"trackingIdType": "GROUND",
"trackingNumber": "29910552935732758418"
},
{
"formId": "6863",
"trackingIdType": "GROUND",
"trackingNumber": "36171740884501256651"
},
{
"formId": "1855",
"trackingIdType": "GROUND",
"trackingNumber": "79272048968302800130"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "2161",
"trackingIdType": "GROUND",
"trackingNumber": "32923490447860929663"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "ZUUz8PlZPm",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "XCD",
"value": "CUSTOMS_VALUE"
},
"description": "bsZRwKK4rX",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"description": "oXlP3xrfL9",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "DKK",
"rate": 16.36
},
"dutiesAndTaxes": [
{
"harmonizedCode": "993897",
"taxes": {
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "MYy4xfgF6R",
"id": "yHaSBt",
"name": "GST"
},
"description": "1wcnXzrNFt",
"effectiveDate": "2025-07-06T00:00:00.0Z",
"formula": "Sum5WSCxZGF6XGJ",
"name": "GST",
"taxableValue": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"taxcode": "BGYvi",
"taxRates": [
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "UYU",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "498995",
"taxes": {
"amount": {
"currency": "KPW",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "eDCyN6emdu",
"id": "74qJFZ",
"name": "GST"
},
"description": "0dmBNw9UzL",
"effectiveDate": "2026-06-29T00:00:00.0Z",
"formula": "oOLRoomHbSBntly",
"name": "Sales Tax",
"taxableValue": {
"currency": "ETB",
"value": "CUSTOMS_VALUE"
},
"taxcode": "fAe7E",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MZN",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "162958",
"taxes": {
"amount": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "YCSc7cZEeF",
"id": "a8FTT3",
"name": "Sales Tax"
},
"description": "p16DiNhB3R",
"effectiveDate": "2026-04-15T00:00:00.0Z",
"formula": "5lQLOL0ohA7I6TS",
"name": "Sales Tax",
"taxableValue": {
"currency": "FJD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "ea8NK",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "323776",
"taxes": {
"amount": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "1dCjEEwhSk",
"id": "0dqY6s",
"name": "Sales Tax"
},
"description": "FNo3qy3Xml",
"effectiveDate": "2025-10-04T00:00:00.0Z",
"formula": "BzbqUlrfLqVwQOI",
"name": "GST",
"taxableValue": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"taxcode": "7VJdl",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "410712",
"taxes": {
"amount": {
"currency": "PEN",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "nuURplqkRm",
"id": "xCk1Z5",
"name": "GST"
},
"description": "cpRpEJNfMe",
"effectiveDate": "2025-08-05T00:00:00.0Z",
"formula": "Mp5Osk1UuzZjYPg",
"name": "GST",
"taxableValue": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"taxcode": "jdTbh",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "STN",
"value": "CUSTOMS_VALUE"
},
"description": "b6596IkFKD",
"percent": 5.97,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 2.98,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "DWMuxCR6vh",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ArVDkt",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
},
"description": "yyWi1eFvPD",
"percent": 4.75,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SGD",
"value": "CUSTOMS_VALUE"
},
"description": "IXuv9j2jJw",
"percent": 2.5,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "RTTp3HYzrI",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"description": "QGTPBYjvzz",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"description": "I0fMeORQtF",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "CAD",
"value": "CUSTOMS_VALUE"
},
"description": "ULM5vveJwO",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
},
"description": "Vxh0Zw4A01",
"taxType": "VAT"
},
{
"amount": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"description": "KKyhl9h6Oh",
"taxType": "VAT"
},
{
"amount": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"description": "ozxGXQzAwm",
"taxType": "VAT"
},
{
"amount": {
"currency": "IRR",
"value": "CUSTOMS_VALUE"
},
"description": "D8KC5fwFyL",
"taxType": "VAT"
},
{
"amount": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"description": "A5QluVwSSG",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "XOF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "BBD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "SBD",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "BND",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "UAH",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "TWD",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "UYU",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MYR",
"rate": 12.89
},
"dimDivisor": 257,
"freightDiscounts": [
{
"amount": 4.85,
"description": "V5Cn31Y9HQ",
"percent": 12.57,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.71,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "75196",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "b0Jcn5",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SEK",
"rate": 13.16
},
"dimDivisor": 106,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.03,
"description": "fZ2uEYbeiA",
"percent": 13.82,
"rateDiscountType": "COUPON"
},
{
"amount": 3.44,
"description": "ubXifDrbUd",
"percent": 14.46,
"rateDiscountType": "COUPON"
},
{
"amount": 2.35,
"description": "r1UTs7GC0g",
"percent": 18.77,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 11.85,
"legDestinationLocationId": "rUwm",
"minimumChargeType": "ACTUAL",
"pricingCode": "7SYz0",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1995",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "HDmqrI",
"surcharges": [
{
"amount": {
"amount": 2674.1,
"currency": "NOK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3590.14,
"currency": "MVR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2284.24,
"currency": "AOA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1924.68,
"currency": "AFN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 270.26,
"currency": "BAM"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 15.47,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.6,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.88,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.17,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 138.95,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 34.77,
"totalFreightDiscounts": 30.91,
"totalNetCharge": 107.41,
"totalNetChargeWithDutiesAndTaxes": 151.24,
"totalNetFedExCharge": 114.95,
"totalNetFreight": 50.99,
"totalRebates": 0.09,
"totalSurcharges": 13.47,
"totalTaxes": 7.59
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "UAH",
"rate": 16.75
},
"dimDivisor": 193,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.46,
"description": "yvqGXDALZC",
"percent": 14.33,
"rateDiscountType": "BONUS"
},
{
"amount": 4.17,
"description": "xPzNybP7XH",
"percent": 16.36,
"rateDiscountType": "BONUS"
},
{
"amount": 9.43,
"description": "XHiPyxq50b",
"percent": 5.72,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.35,
"legDestinationLocationId": "kKCI",
"minimumChargeType": "ACTUAL",
"pricingCode": "ETEh3",
"ratedWeightMethod": "DIM",
"rateScale": "2063",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "ChbYYm",
"surcharges": [
{
"amount": {
"amount": 3034.67,
"currency": "VUV"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 636.43,
"currency": "JMD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.91,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.75,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 138.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.89,
"totalFreightDiscounts": 14.63,
"totalNetCharge": 182.93,
"totalNetChargeWithDutiesAndTaxes": 82.19,
"totalNetFedExCharge": 82.61,
"totalNetFreight": 144.31,
"totalRebates": 3.57,
"totalSurcharges": 5.74,
"totalTaxes": 1.66
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ZWL",
"rate": 21.14
},
"dimDivisor": 165,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.26,
"description": "0eMLD1aO8a",
"percent": 19.9,
"rateDiscountType": "COUPON"
},
{
"amount": 4.66,
"description": "swEIy4lPMi",
"percent": 6.46,
"rateDiscountType": "BONUS"
},
{
"amount": 4.68,
"description": "EeeYdhSmuy",
"percent": 18.13,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.45,
"legDestinationLocationId": "oABz",
"minimumChargeType": "ACTUAL",
"pricingCode": "kLc2O",
"ratedWeightMethod": "DIM",
"rateScale": "4872",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "A5u9Mc",
"surcharges": [
{
"amount": {
"amount": 4175.46,
"currency": "PEN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4639.23,
"currency": "TOP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 709.84,
"currency": "JOD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.22,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 17.43,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.1,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.07,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.82,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 70.36,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 43.64,
"totalFreightDiscounts": 13.3,
"totalNetCharge": 105.54,
"totalNetChargeWithDutiesAndTaxes": 57.71,
"totalNetFedExCharge": 128.86,
"totalNetFreight": 83.13,
"totalRebates": 3.83,
"totalSurcharges": 9,
"totalTaxes": 0.05
}
],
"surcharges": [
{
"amount": {
"amount": 2477.38,
"currency": "XAF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2386.82,
"currency": "CAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 493.57,
"currency": "YER"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2839.27,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.72,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.95,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.52,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 1.02,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 10.39,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 3.29,
"totalBaseCharge": 174.17,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.52,
"totalDutiesTaxesAndFees": 51.76,
"totalFreightDiscounts": 11.76,
"totalNetCharge": 128.58,
"totalNetChargeWithDutiesAndTaxes": 236.91,
"totalNetFedExCharge": 234.51,
"totalNetFreight": 138.29,
"totalRebates": 3.82,
"totalSurcharges": 11.52,
"totalTaxes": 3.45
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CUP",
"rate": 21
},
"dimDivisor": 255,
"freightDiscounts": [
{
"amount": 1.84,
"description": "5J4NXs2He0",
"percent": 11.07,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.98,
"description": "OKpaPirsgs",
"percent": 10.8,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.14,
"description": "CH9zogSwVd",
"percent": 16.31,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 9.03,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "07741",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "fq6wm1",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SAR",
"rate": 3.03
},
"dimDivisor": 171,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.81,
"description": "Q0Odi4CZYP",
"percent": 15.4,
"rateDiscountType": "BONUS"
},
{
"amount": 1,
"description": "rTRcPvYhoj",
"percent": 16.68,
"rateDiscountType": "BONUS"
},
{
"amount": 1.36,
"description": "FL4FreLeEE",
"percent": 16.68,
"rateDiscountType": "COUPON"
},
{
"amount": 5.29,
"description": "sfBKjb5I7X",
"percent": 9.34,
"rateDiscountType": "BONUS"
},
{
"amount": 8.33,
"description": "hwbwpzvWA5",
"percent": 17.59,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.28,
"legDestinationLocationId": "GUIO",
"minimumChargeType": "ACTUAL",
"pricingCode": "6VqDj",
"ratedWeightMethod": "DIM",
"rateScale": "3897",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "125TBS",
"surcharges": [
{
"amount": {
"amount": 4011.2,
"currency": "MGA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 466.92,
"currency": "RON"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3843.45,
"currency": "GHS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1596.12,
"currency": "RWF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1301.41,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 4.57,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 15.3,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.25,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.86,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.59,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 52.04,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.96,
"totalFreightDiscounts": 42.61,
"totalNetCharge": 117.31,
"totalNetChargeWithDutiesAndTaxes": 63.6,
"totalNetFedExCharge": 113.57,
"totalNetFreight": 159.85,
"totalRebates": 4.68,
"totalSurcharges": 5.94,
"totalTaxes": 2.17
}
],
"surcharges": [
{
"amount": {
"amount": 242.82,
"currency": "BGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.34,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.74,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 4.2,
"totalBaseCharge": 121.48,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 17.73,
"totalDutiesTaxesAndFees": 20.4,
"totalFreightDiscounts": 21.44,
"totalNetCharge": 199.28,
"totalNetChargeWithDutiesAndTaxes": 212.29,
"totalNetFedExCharge": 159.68,
"totalNetFreight": 81.9,
"totalRebates": 0.05,
"totalSurcharges": 2.96,
"totalTaxes": 3.38
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GYD",
"rate": 2.27
},
"dimDivisor": 169,
"freightDiscounts": [
{
"amount": 4.44,
"description": "skAEqE4DtM",
"percent": 13.9,
"rateDiscountType": "COUPON"
},
{
"amount": 4.29,
"description": "wXYCIBFMyh",
"percent": 15.48,
"rateDiscountType": "COUPON"
},
{
"amount": 2.38,
"description": "SZxWfYklEv",
"percent": 19.59,
"rateDiscountType": "COUPON"
},
{
"amount": 8.98,
"description": "A9zQMd3mGX",
"percent": 9.25,
"rateDiscountType": "BONUS"
},
{
"amount": 2.6,
"description": "M8FmS9yidl",
"percent": 17.85,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.68,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "91010",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "qN1cPl",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "UZS",
"rate": 12.02
},
"dimDivisor": 128,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.83,
"description": "crHmA76QQM",
"percent": 18.15,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 7.16,
"legDestinationLocationId": "aUHb",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "labDH",
"ratedWeightMethod": "DIM",
"rateScale": "5179",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "CxIv8s",
"surcharges": [
{
"amount": {
"amount": 420.12,
"currency": "SAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3637.48,
"currency": "BZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 390.92,
"currency": "LYD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 602.39,
"currency": "CVE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 10.68,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 14.81,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.08,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.44,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 90.51,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 18.14,
"totalFreightDiscounts": 39.29,
"totalNetCharge": 106.02,
"totalNetChargeWithDutiesAndTaxes": 187.78,
"totalNetFedExCharge": 246.7,
"totalNetFreight": 163.96,
"totalRebates": 2.7,
"totalSurcharges": 0.98,
"totalTaxes": 8.12
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "GBP",
"rate": 26.96
},
"dimDivisor": 230,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.03,
"description": "vaZyNrRpNb",
"percent": 10.88,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 13.01,
"legDestinationLocationId": "dWfP",
"minimumChargeType": "ACTUAL",
"pricingCode": "cFo70",
"ratedWeightMethod": "DIM",
"rateScale": "2729",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "067sj8",
"surcharges": [
{
"amount": {
"amount": 3300.12,
"currency": "USD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 11.07,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.99,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.47,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.48,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 60.11,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 39.77,
"totalFreightDiscounts": 4.03,
"totalNetCharge": 54.87,
"totalNetChargeWithDutiesAndTaxes": 77.78,
"totalNetFedExCharge": 156.67,
"totalNetFreight": 192.61,
"totalRebates": 2.27,
"totalSurcharges": 7.39,
"totalTaxes": 2.64
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "MNT",
"rate": 12.84
},
"dimDivisor": 297,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.3,
"description": "gpggtVWUXl",
"percent": 9.98,
"rateDiscountType": "BONUS"
},
{
"amount": 6.31,
"description": "tC5SWu2Q9n",
"percent": 17.78,
"rateDiscountType": "BONUS"
},
{
"amount": 5.23,
"description": "Zb32hkMTea",
"percent": 9.16,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.53,
"legDestinationLocationId": "zIRV",
"minimumChargeType": "ACTUAL",
"pricingCode": "zE6LF",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6013",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "Ue3XQA",
"surcharges": [
{
"amount": {
"amount": 4398.12,
"currency": "DOP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2745.7,
"currency": "LSL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 259.89,
"currency": "RSD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2607.78,
"currency": "QAR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4208.77,
"currency": "LKR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.99,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.8,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 194.6,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.85,
"totalFreightDiscounts": 49.35,
"totalNetCharge": 198.51,
"totalNetChargeWithDutiesAndTaxes": 217.4,
"totalNetFedExCharge": 74.95,
"totalNetFreight": 119.06,
"totalRebates": 1.56,
"totalSurcharges": 19.89,
"totalTaxes": 8.88
}
],
"surcharges": [
{
"amount": {
"amount": 1710.09,
"currency": "VUV"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1241.7,
"currency": "AFN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4013.86,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1144.18,
"currency": "ISK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2864.69,
"currency": "KZT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.81,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 11.32,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 18.33,
"totalBaseCharge": 154.4,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.16,
"totalDutiesTaxesAndFees": 6.9,
"totalFreightDiscounts": 19.93,
"totalNetCharge": 173.12,
"totalNetChargeWithDutiesAndTaxes": 161.42,
"totalNetFedExCharge": 75.61,
"totalNetFreight": 108.84,
"totalRebates": 4.85,
"totalSurcharges": 0.64,
"totalTaxes": 3.75
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"masterTrackingNumber": "777167637023",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 251.84,
"baseRateAmount": 353.91,
"codcollectionAmount": 482.27,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "458602"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "903588"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "448891"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "632524"
}
],
"masterTrackingNumber": "712365236206",
"netChargeAmount": 119.13,
"netDiscountAmount": 66.46,
"netRateAmount": 56.75,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "b6EwikamzJBIePtOwfRj",
"trackingNumber": "443561672849",
"url": "https://yellow-vibraphone.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "cHWNMo5l9EA5RuZOSVVr",
"trackingNumber": "278016184287",
"url": "https://only-advancement.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "xTg14ufiDhVcvsqR6O16",
"trackingNumber": "174402912147",
"url": "https://quixotic-secrecy.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "5un6dVKVeLIyFAegRDzY",
"trackingNumber": "252176366497",
"url": "https://dismal-icebreaker.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "IoGbLPrJyKcSw9S0xcaR",
"trackingNumber": "463341346078",
"url": "https://determined-wear.net/"
}
],
"trackingNumber": "920174480499"
},
{
"additionalChargesDiscount": 251.91,
"baseRateAmount": 248.21,
"codcollectionAmount": 329.97,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "548332"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "368019"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "434769"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "419038"
}
],
"masterTrackingNumber": "972033649753",
"netChargeAmount": 49.02,
"netDiscountAmount": 0.43,
"netRateAmount": 45.35,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "4uXfkb3fi88a6BbDRvfr",
"trackingNumber": "890656465595",
"url": "https://utilized-reward.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "5HcXR5VuCjtV0jKS7zkq",
"trackingNumber": "334260520152",
"url": "https://digital-aircraft.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "D9tRPy7rkTvvoOaxt1Mv",
"trackingNumber": "804311786598",
"url": "https://pretty-sideboard.info"
}
],
"trackingNumber": "264416295787"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 494.48,
"baseRateAmount": 153.54,
"codcollectionAmount": 929.8,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "699699"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "835465"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "781018"
}
],
"masterTrackingNumber": "251954965370",
"netChargeAmount": 159.21,
"netDiscountAmount": 70.65,
"netRateAmount": 86.13,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "NqTkSRCW6yPAyroW4Ity",
"trackingNumber": "321847174011",
"url": "https://sarcastic-character.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "tiyBtQL1Feh6QKUkAGKI",
"trackingNumber": "184187988607",
"url": "https://nifty-alliance.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "nJa1gso2XoZ1QUUMM1I7",
"trackingNumber": "384631240934",
"url": "https://jealous-spirit.name/"
}
],
"trackingNumber": "403958897329"
},
{
"additionalChargesDiscount": 251.74,
"baseRateAmount": 206.96,
"codcollectionAmount": 592.35,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "145146"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "817533"
}
],
"masterTrackingNumber": "488745734467",
"netChargeAmount": 89.09,
"netDiscountAmount": 26.07,
"netRateAmount": 44.14,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "Cun35O1d6XLPHG1IWDdK",
"trackingNumber": "504285355910",
"url": "https://neighboring-equal.info"
}
],
"trackingNumber": "798186390146"
},
{
"additionalChargesDiscount": 340.72,
"baseRateAmount": 269.82,
"codcollectionAmount": 114.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "143688"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "625378"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "995656"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "699402"
}
],
"masterTrackingNumber": "483843438488",
"netChargeAmount": 39.56,
"netDiscountAmount": 30.28,
"netRateAmount": 4.5,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "a1l1pFr5cQVaOBwBS0tD",
"trackingNumber": "350990676441",
"url": "https://another-vol.net/"
}
],
"trackingNumber": "149235787737"
},
{
"additionalChargesDiscount": 260.26,
"baseRateAmount": 305.63,
"codcollectionAmount": 713.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "925201"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "698195"
}
],
"masterTrackingNumber": "051478608425",
"netChargeAmount": 34.42,
"netDiscountAmount": 147.32,
"netRateAmount": 26.75,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "SyeRlCFjR75w1G9yphgE",
"trackingNumber": "139696126664",
"url": "https://rough-whack.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "3eh3O3pnvKWaG5VuZNPo",
"trackingNumber": "513918685618",
"url": "https://elderly-lace.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "Sk5BPw7s2K6kpo1ecgTw",
"trackingNumber": "337251017744",
"url": "https://lovely-flat.net/"
}
],
"trackingNumber": "180348113862"
},
{
"additionalChargesDiscount": 392.23,
"baseRateAmount": 481.54,
"codcollectionAmount": 318.48,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "151018"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "487083"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "603529"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "525814"
}
],
"masterTrackingNumber": "673537420267",
"netChargeAmount": 145.98,
"netDiscountAmount": 96.29,
"netRateAmount": 12.78,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "6J37YKHfgGBoJfpzAAp1",
"trackingNumber": "580882776111",
"url": "https://spiffy-collaboration.com/"
}
],
"trackingNumber": "186240886162"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 132.55,
"baseRateAmount": 224.24,
"codcollectionAmount": 135.53,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "842372"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "087611"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "715328"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "394295"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "853499"
}
],
"masterTrackingNumber": "698047263197",
"netChargeAmount": 159.31,
"netDiscountAmount": 138.29,
"netRateAmount": 24.85,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "GWiDL5OiTHtTmJnEgcQG",
"trackingNumber": "513095162423",
"url": "https://evil-character.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "kUTAGSjCjjcGRjAFQJL9",
"trackingNumber": "782485304833",
"url": "https://muted-toaster.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "ylTiJvDRcHCztiUiW5Aj",
"trackingNumber": "558918105031",
"url": "https://acceptable-citizen.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "G8906OSzWGGzMQWzTtbU",
"trackingNumber": "458998419048",
"url": "https://super-bookend.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "hRYvLzC7CvtBVxheW4fO",
"trackingNumber": "967405500956",
"url": "https://bleak-tapioca.com"
}
],
"trackingNumber": "227046703611"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2025-11-14T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Discover the icy new Cheese with an exciting mix of Aluminum ingredients",
"harmonizedCode": "839780"
},
{
"description": "Our gorilla-friendly Soap ensures passionate comfort for your pets",
"harmonizedCode": "358630"
},
{
"description": "Featuring Yttrium-enhanced technology, our Shoes offers unparalleled primary performance",
"harmonizedCode": "957193"
}
]
},
{
"commodityIndex": 13,
"suggestions": [
{
"description": "Innovative Fish featuring inconsequential technology and Plastic construction",
"harmonizedCode": "818791"
},
{
"description": "The turquoise Chair combines Northern Mariana Islands aesthetics with Meitnerium-based durability",
"harmonizedCode": "211199"
}
]
},
{
"commodityIndex": 13,
"suggestions": [
{
"description": "The Aisha Pizza is the latest in a series of official products from Cartwright - Anderson",
"harmonizedCode": "468032"
},
{
"description": "Savor the fluffy essence in our Towels, designed for fond culinary adventures",
"harmonizedCode": "799773"
}
]
},
{
"commodityIndex": 16,
"suggestions": [
{
"description": "Ergonomic Cheese made with Granite for all-day kooky support",
"harmonizedCode": "336945"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "mayHE",
"localizedText": "TEUDhkM1OCa2NmFGlgj1",
"parameters": [
{
"id": "qT9rr",
"value": "ONOevK46Te"
},
{
"id": "s3s4j",
"value": "FUmls0GrY2"
},
{
"id": "mLdxZ",
"value": "eNkJdK74RQ"
}
],
"text": "vd8jVzTD0ddCvSW"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "467700",
"source": "JE3TMvHhTH",
"status": "ACTIVE",
"type": "yJw5HN7K4j",
"waiver": {
"advisories": [
{
"code": "ooB9J",
"localizedText": "DRlw9CeZNwBeKS1Dpbfa",
"parameters": [
{
"id": "sEoNK",
"value": "cPlQTKgWco"
}
],
"text": "TuUTsFgjqW0I851"
},
{
"code": "GDF7m",
"localizedText": "C2deXSleJsBE9pClfFDT",
"parameters": [
{
"id": "XMZOD",
"value": "s7LFBmWFki"
},
{
"id": "oefCN",
"value": "w5vnZkDdaI"
},
{
"id": "s00gS",
"value": "vwncrw3p4G"
},
{
"id": "o2Dbj",
"value": "rmQkxiIs8H"
}
],
"text": "nXBwaccblmYO893"
},
{
"code": "YKO37",
"localizedText": "DvXjWZwqEazfZdR3nM3l",
"parameters": [
{
"id": "1uXKz",
"value": "BbiOI1ZVVw"
},
{
"id": "NJy8n",
"value": "liOmtS8kNh"
},
{
"id": "gkjpP",
"value": "C8CMMUbOQD"
},
{
"id": "YvyaX",
"value": "HyVTR3or1H"
},
{
"id": "YrziA",
"value": "Yf4h6CGmCY"
}
],
"text": "02Q3BXyOmgLbXE6"
}
],
"description": "tIFHMeD40L",
"id": "I9C1H"
}
},
{
"advisory": {
"code": "fQ8di",
"localizedText": "iw88FgeY30857hFy33jw",
"parameters": [
{
"id": "SFLbQ",
"value": "ehH1CujHEA"
},
{
"id": "w8stW",
"value": "113D8IK8n5"
},
{
"id": "qUouV",
"value": "7lewOPusGa"
}
],
"text": "z4wQAV9fWY0aF55"
},
"categories": [
"categories"
],
"commodityIndex": 5,
"derivedHarmonizedCode": "999039",
"source": "YyaammCvle",
"status": "PENDING",
"type": "ydj5McpsFQ",
"waiver": {
"advisories": [
{
"code": "zmDfI",
"localizedText": "hJZcKERUxLyKyy0hv6mm",
"parameters": [
{
"id": "gTw1J",
"value": "cnYzQXYw59"
},
{
"id": "SwiIO",
"value": "nm6xH2OX5x"
},
{
"id": "oYobP",
"value": "6r0lgitdAa"
},
{
"id": "5xIMm",
"value": "lZy7NCk5z4"
},
{
"id": "z6wtk",
"value": "cPyOP3ceBf"
}
],
"text": "ogTR7rnESkI6zeY"
},
{
"code": "e9KnW",
"localizedText": "awpaJLe9EJ99CiBcelEo",
"parameters": [
{
"id": "jPZBi",
"value": "B2Ly7FPrnL"
}
],
"text": "YAQTfqk8RJUf46t"
},
{
"code": "U6k65",
"localizedText": "kL5gEwgE7WbyX4zCNGmA",
"parameters": [
{
"id": "tYY5c",
"value": "AyZztjgD1R"
},
{
"id": "ZGkWL",
"value": "LTDvhzDpD7"
}
],
"text": "iJTO9C8tFEuJF8U"
},
{
"code": "fExJk",
"localizedText": "GRaBbkOLZ2Qti4pusrQk",
"parameters": [
{
"id": "UhC2v",
"value": "S8Ao1UGgNU"
},
{
"id": "7U2wy",
"value": "I3asgwZbvQ"
},
{
"id": "EKwcF",
"value": "2zAJiAy95c"
}
],
"text": "7on0BJkAtiUPeDS"
},
{
"code": "E4AKU",
"localizedText": "BQq7KcM8o8Oxcs6pydY3",
"parameters": [
{
"id": "izfaN",
"value": "EGbzhOWYJB"
}
],
"text": "oA28r2jXf5dEIS7"
}
],
"description": "q4QsgJ8sNZ",
"id": "gyos3"
}
},
{
"advisory": {
"code": "7IwMS",
"localizedText": "ZOgHcsXgXwZpmAxNem66",
"parameters": [
{
"id": "ucgo3",
"value": "C86NAD6Uw2"
},
{
"id": "pNjcy",
"value": "tbBFQSzA8M"
},
{
"id": "z3PQK",
"value": "TZ0DNTK2Tu"
},
{
"id": "Q1Xwf",
"value": "LvPCM5r5bA"
}
],
"text": "hhmqHpkkuwP1hKV"
},
"categories": [
"categories"
],
"commodityIndex": 6,
"derivedHarmonizedCode": "614905",
"source": "VCpsUx4vYK",
"status": "ACTIVE",
"type": "n4Kb24JJSP",
"waiver": {
"advisories": [
{
"code": "6gE1Q",
"localizedText": "fUQVNEb7LrIvEK5nYovp",
"parameters": [
{
"id": "wpvet",
"value": "hrMyXEG3Wm"
}
],
"text": "fZ92utcCnY4qPiD"
},
{
"code": "mxf8m",
"localizedText": "SR9uY5mTRM5mj3yvd1RU",
"parameters": [
{
"id": "Haa8O",
"value": "OgZvxGYX9u"
}
],
"text": "YFVLGwJpnP8LLRQ"
}
],
"description": "wB1DJKXyXs",
"id": "Orcxa"
}
},
{
"advisory": {
"code": "dko3T",
"localizedText": "CyGS0AQNrkp7q4Ac4H2b",
"parameters": [
{
"id": "QUqzx",
"value": "Twd4cAbrPr"
},
{
"id": "5TS60",
"value": "5q8mjsc06O"
}
],
"text": "OdgMR0uaD1qhqWF"
},
"categories": [
"categories"
],
"commodityIndex": 9,
"derivedHarmonizedCode": "111887",
"source": "bEHk8Oe3T9",
"status": "ACTIVE",
"type": "NrxKup5ump",
"waiver": {
"advisories": [
{
"code": "fEIKP",
"localizedText": "ojNHLCOhKvfvt1m0aBAO",
"parameters": [
{
"id": "9WoL9",
"value": "IIKQL4tdeM"
},
{
"id": "14vcr",
"value": "DRb8Mr5MOh"
},
{
"id": "VuDOr",
"value": "dYbERjLIWA"
}
],
"text": "0uNWJtUg0qYGQSH"
},
{
"code": "BySfG",
"localizedText": "RvSeqTtFoHBs0HLUo8nZ",
"parameters": [
{
"id": "gohHc",
"value": "LVMt5Iy1Kv"
},
{
"id": "5Sa1m",
"value": "d7D3W59UOF"
},
{
"id": "izrfA",
"value": "eOHzQYHFsa"
},
{
"id": "m1zIt",
"value": "dV2mLDixm3"
}
],
"text": "tGxHqEpRrKWdIRJ"
},
{
"code": "xn1Zg",
"localizedText": "26wP2rdyzCAch47fluwm",
"parameters": [
{
"id": "6Rdee",
"value": "TJBSYHuKor"
}
],
"text": "3a9wzufuurlkrQ5"
}
],
"description": "doSPWQh60S",
"id": "VtFuw"
}
},
{
"advisory": {
"code": "aCxuI",
"localizedText": "k921BJXOgLnjXhqKdLHo",
"parameters": [
{
"id": "aYu4z",
"value": "v4sHU1GbOy"
},
{
"id": "c46Ih",
"value": "B6GtPppncm"
},
{
"id": "Z4TTv",
"value": "y85aJJCeNl"
}
],
"text": "wkGUIe2xcYSwl9K"
},
"categories": [
"categories"
],
"commodityIndex": 3,
"derivedHarmonizedCode": "612232",
"source": "g0EuFBZWyg",
"status": "ACTIVE",
"type": "n1o1WXaEwN",
"waiver": {
"advisories": [
{
"code": "Nvd27",
"localizedText": "4KXkn71L8b6fq2eCJxQf",
"parameters": [
{
"id": "BCssK",
"value": "HtRNRNd9wM"
},
{
"id": "ek4m3",
"value": "XaAlt5eGR2"
},
{
"id": "WAk4w",
"value": "fkCLEI0aJH"
}
],
"text": "qQym4H2sm40nFA2"
},
{
"code": "pwchF",
"localizedText": "z0a7RlZUYe7gScjtH8QP",
"parameters": [
{
"id": "D1zM6",
"value": "jLcPCsslQr"
},
{
"id": "QQ3Az",
"value": "dBgqB50WFV"
},
{
"id": "dRMmn",
"value": "CNIr31OOhC"
},
{
"id": "CfMEH",
"value": "wP6zNaZ4tl"
},
{
"id": "zHQ19",
"value": "OaiNNctrVK"
}
],
"text": "EhXZ0gdUncVJIYC"
},
{
"code": "BAhfw",
"localizedText": "wUlIucm9KfjxfuSGk4OA",
"parameters": [
{
"id": "Gubqi",
"value": "FuVBSyffn7"
},
{
"id": "b8Zjb",
"value": "q5iOwT2QTf"
},
{
"id": "4Tyci",
"value": "is3vqB6kaI"
},
{
"id": "pfjIh",
"value": "k3XK7lOAlO"
}
],
"text": "aj5nQpxsmRpoz7D"
},
{
"code": "2RQ8y",
"localizedText": "2EEgO0EAssy5Y7mWQrqX",
"parameters": [
{
"id": "kgEu5",
"value": "7cg2KBbm7G"
},
{
"id": "7vvb5",
"value": "R2RVmMQuUL"
}
],
"text": "imUNHUAN8h0Gegj"
}
],
"description": "6y7s0m63CQ",
"id": "DNjNr"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "a7NxmUHPOPo6IZ1kvKPD",
"trackingNumber": "925675258160",
"url": "https://limping-nightlife.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "cv6LCvuZf58G1O7aA7gC",
"trackingNumber": "667737662093",
"url": "https://sleepy-veto.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "jrweISg573zwI3ahRvMM",
"trackingNumber": "113620454551",
"url": "https://husky-crocodile.biz/"
}
]
}
]
},
"transactionId": "b79567a3-bb44-42d1-9ae4-08354950751d"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "123456789"
},
"jobId": "XNTGibxlfDubQjDsVqtq",
"version": {
"major": 2,
"minor": 7,
"patch": 0
}
}{
"customerTransactionId": "QDE0RTFhk571C8W",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "YvF9Vlldo6",
"message": "cVoGXYTpphoQm9tVcfyN"
},
{
"alertType": "NOTE",
"code": "zVtKfqhEst",
"message": "dZ48C7DxT6qUHeiGUi2x"
},
{
"alertType": "NOTE",
"code": "Yo2n95v2qg",
"message": "4FtQwPf6lThv5Gdtr9zL"
}
],
"transactionShipments": [
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://subtle-godparent.info",
"password": "VfLZX5aE",
"role": "Chief Factors Designer",
"userId": "784835f2-4c32-4415-a00a-637d0c9065a3"
},
{
"emailLabelUrl": "https://grimy-bend.net/",
"password": "X7RQw3UA",
"role": "Senior Paradigm Designer",
"userId": "0f6001ee-06b1-4c9e-895c-a8e694b6c70a"
},
{
"emailLabelUrl": "https://terrible-programme.biz",
"password": "468OTAzr",
"role": "Human Solutions Administrator",
"userId": "9c2e5f33-5526-4829-b303-19bfb4c50337"
},
{
"emailLabelUrl": "https://good-doorpost.com",
"password": "MaZ2FyRk",
"role": "Regional Mobility Planner",
"userId": "bd1d2df2-a1e5-4d10-a84c-b0d4a1935c70"
},
{
"emailLabelUrl": "https://tedious-complication.info",
"password": "ItO5Lqla",
"role": "Customer Data Manager",
"userId": "abc5bf17-4f91-40e4-89ad-e532c388d15e"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2429.35,
"currency": "GMD"
}
},
"completedEtdDetail": {
"folderId": "MBca8qQb71FlpbGD",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "6zFyFYWrOm4c7rZ2"
},
{
"documentId": "gUjA6hNtgaNxjxk9"
},
{
"documentId": "9XLdJCJcORNdKDQH"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_STAFFED"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "lta325mBPN",
"hazardClass": "8",
"id": "UN4871",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A64",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 66.15,
"netExplosiveDetail": {
"amount": 7.32,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "w3S8b0nciv",
"hazardClass": "3",
"id": "UN1168",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 29.08,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DozGlmVsWn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.96,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.79,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 29.12,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.33,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "dMkccGJPdYCuEw1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.09,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.85,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "EuNcRrWRS4",
"hazardClass": "3",
"id": "UN7226",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 99.65,
"netExplosiveDetail": {
"amount": 6.91,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "CeBrCgTOyD",
"hazardClass": "2.3",
"id": "UN9658",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 62.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KKHwOUzsfk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.85,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.39,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.64,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.59,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "RAKuwE276BXiQGK",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.48,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 32.18,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "BfgAJNL2FT",
"hazardClass": "3",
"id": "UN0934",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A79",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 44.15,
"netExplosiveDetail": {
"amount": 3.74,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "mnbtIpWlbq",
"hazardClass": "8",
"id": "UN1906",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 8.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "uFnVRLiEYC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.2,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "y3EaA04XD8MBFdP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.37,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 3.84,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6NdpJws62h",
"hazardClass": "8",
"id": "UN4719",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 11.5,
"netExplosiveDetail": {
"amount": 4.75,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "m9WHhF6xN0",
"hazardClass": "8",
"id": "UN9654",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.87,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VAbmCvlHLS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.08,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.55,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21.92,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.78,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "flmprynVGH2hFfQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.61,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 9.71,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Kqik9eUB0C",
"hazardClass": "8",
"id": "UN7513",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A83",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 46.83,
"netExplosiveDetail": {
"amount": 6.4,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "TwU1BHwGXn",
"hazardClass": "8",
"id": "UN1848",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 98.32,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rCnIEhbPsQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.44,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 15.47,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.16,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "p70NDxQVSeglF0j",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.53,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 24.27,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.73
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "TqRMvaaVaU",
"hazardClass": "8",
"id": "UN8511",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 12.72,
"netExplosiveDetail": {
"amount": 5.44,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "A366spQEnQ",
"hazardClass": "8",
"id": "UN2540",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 81.2,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TxTFcepbvN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.82,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.38,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "4rEywf1awYTZRAf",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.01,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 25.36,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.82
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 9.7,
"referenceId": "207428",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "9387472391744183778361106836056084"
},
{
"type": "GROUND",
"value": "8759022408436340575506329897754266"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 9
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 17.64,
"packageRateDetails": [
{
"baseCharge": 176.32,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 181.78,
"netFedExCharge": 193.56,
"netFreight": 91.62,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 370.65,
"currency": "AWG"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 4.56,
"totalRebates": 1.46,
"totalSurcharges": 18.04,
"totalTaxes": 8.66
}
]
},
"sequenceNumber": 2,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "0793",
"trackingIdType": "EXPRESS",
"trackingNumber": "15862324569798896220",
"uspsApplicationId": "85"
},
{
"formId": "2945",
"trackingIdType": "EXPRESS",
"trackingNumber": "86325602179915263074",
"uspsApplicationId": "86"
},
{
"formId": "8127",
"trackingIdType": "FREIGHT",
"trackingNumber": "04717142815311137921",
"uspsApplicationId": "94"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FFsSCebNXy",
"hazardClass": "3",
"id": "UN2352",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 92.05,
"netExplosiveDetail": {
"amount": 5.67,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "t4B0WdgXFL",
"hazardClass": "2.3",
"id": "UN0328",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 31.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "RCPpBSPGbo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.25,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.72,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.62,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.26,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "j407VuZr6AX7mZ3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.03,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 9.12,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.42
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 1.75,
"referenceId": "863151",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "9353781254999362510676459749156341"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 2
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 39.5,
"packageRateDetails": [
{
"baseCharge": 159.68,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 68.25,
"netFedExCharge": 52.18,
"netFreight": 74.21,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2092.29,
"currency": "USD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2253.62,
"currency": "CRC"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 17.49,
"totalRebates": 0.73,
"totalSurcharges": 5.91,
"totalTaxes": 3
},
{
"baseCharge": 165.95,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 194.02,
"netFedExCharge": 191.4,
"netFreight": 54.48,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 398.36,
"currency": "GIP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4633.49,
"currency": "QAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2188.73,
"currency": "KES"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 46.7,
"totalRebates": 3.53,
"totalSurcharges": 3.23,
"totalTaxes": 4.57
},
{
"baseCharge": 169.3,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 60.54,
"netFedExCharge": 107.16,
"netFreight": 142.93,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 134.9,
"currency": "PKR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 633.37,
"currency": "GHS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 743.96,
"currency": "LAK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1139.63,
"currency": "SGD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 26.64,
"totalRebates": 3.77,
"totalSurcharges": 17.06,
"totalTaxes": 5.96
},
{
"baseCharge": 174.85,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 123.71,
"netFedExCharge": 128.25,
"netFreight": 55.16,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1551.39,
"currency": "MYR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2017.16,
"currency": "MUR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3694.98,
"currency": "VES"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4310,
"currency": "BIF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1244.5,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 12.02,
"totalRebates": 2.83,
"totalSurcharges": 9.15,
"totalTaxes": 1.09
},
{
"baseCharge": 74.76,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 87.47,
"netFedExCharge": 58.36,
"netFreight": 111.14,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3474.3,
"currency": "MDL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 70.21,
"currency": "ALL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 780.95,
"currency": "CNY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3752.53,
"currency": "GTQ"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 44.92,
"totalRebates": 3.76,
"totalSurcharges": 19.67,
"totalTaxes": 6.92
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "9909",
"trackingIdType": "EXPRESS",
"trackingNumber": "43088567421197532754",
"uspsApplicationId": "50"
},
{
"formId": "3517",
"trackingIdType": "FREIGHT",
"trackingNumber": "20006491469254530921",
"uspsApplicationId": "88"
},
{
"formId": "8737",
"trackingIdType": "GROUND",
"trackingNumber": "02190687238708266811",
"uspsApplicationId": "08"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "J7SbglF01g",
"hazardClass": "3",
"id": "UN5987",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 29.74,
"netExplosiveDetail": {
"amount": 2.78,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "yVeb16beKx",
"hazardClass": "3",
"id": "UN9876",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 29.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YgkvodijrT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.13,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 40.35,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "sfsv5AoNQLeqY1D",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.35,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 16.14,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "BY0R8kx1LY",
"hazardClass": "8",
"id": "UN6789",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A36",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 14.38,
"netExplosiveDetail": {
"amount": 1.92,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "n73VTtmJwH",
"hazardClass": "2.3",
"id": "UN1874",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 73.21,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ZmmZeZssGI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.63,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 30.09,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.32,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "FVMMhAuazQ4KZC9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.45,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 16.98,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "uZM0FofhCi",
"hazardClass": "3",
"id": "UN1539",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A52",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 3.03,
"netExplosiveDetail": {
"amount": 8.41,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "62lyuByIJs",
"hazardClass": "2.3",
"id": "UN0358",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 66.88,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BScQAFJBgq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.87,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 31.79,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "sUbX8dpID7ih9JQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 47.66,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.46
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "K6IbD13Buf",
"hazardClass": "3",
"id": "UN0432",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A24",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 92.75,
"netExplosiveDetail": {
"amount": 1.28,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "UaTkXhwZ6v",
"hazardClass": "2.3",
"id": "UN3050",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 8.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yuTxbmSSAe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.81,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "C7zVusACij9GbaO",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.74,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.22,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mqO4llwjxx",
"hazardClass": "8",
"id": "UN2778",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 89.96,
"netExplosiveDetail": {
"amount": 2.18,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "T07dWKDVxm",
"hazardClass": "3",
"id": "UN7588",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 56.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AgzMUZHNQS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.5,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.75,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.35,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "gD8HHYlIVZmRlfo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.96,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 12.44,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.8
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 1.33,
"referenceId": "401871",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "6449586871887822193986421657091357"
},
{
"type": "ADDRESS",
"value": "0238837397072756417665364747492080"
},
{
"type": "ADDRESS",
"value": "2879836298408230355478812456505062"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 18
},
{
"content": "THIS SIDE UP",
"number": 4
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 24.3,
"packageRateDetails": [
{
"baseCharge": 50.3,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 113.89,
"netFedExCharge": 189.12,
"netFreight": 119.06,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4626.1,
"currency": "RUB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 226.38,
"currency": "UAH"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4432.34,
"currency": "BMD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 156.28,
"currency": "HTG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 7.23,
"totalRebates": 1.26,
"totalSurcharges": 17.22,
"totalTaxes": 5.51
}
]
},
"sequenceNumber": 9,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "1096",
"trackingIdType": "FREIGHT",
"trackingNumber": "67644735086980934949",
"uspsApplicationId": "92"
},
{
"formId": "5507",
"trackingIdType": "GROUND",
"trackingNumber": "84278000695714894320",
"uspsApplicationId": "61"
},
{
"formId": "6576",
"trackingIdType": "GROUND",
"trackingNumber": "66547712937936136457",
"uspsApplicationId": "55"
},
{
"formId": "1820",
"trackingIdType": "FREIGHT",
"trackingNumber": "13045725590990936579",
"uspsApplicationId": "42"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nXlQK0FinZ",
"hazardClass": "8",
"id": "UN9818",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 87.95,
"netExplosiveDetail": {
"amount": 4.15,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "31XUHvhHKM",
"hazardClass": "8",
"id": "UN1329",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 72.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yMgrYUDfDe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 3.15,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "WLYeph7RNhJZg6t",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.23,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 19.68,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "HZvJgoCvpM",
"hazardClass": "8",
"id": "UN4947",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A27",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 46.03,
"netExplosiveDetail": {
"amount": 3.46,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "21khnSeuzE",
"hazardClass": "3",
"id": "UN6322",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.26,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xCqUKUgebY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 46,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 46.17,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.76,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.82,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.93,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "rfG8jAL3YJh016l",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.17,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.93
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 1.32,
"referenceId": "323249",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "3563698486816118598034966650731074"
},
{
"type": "ADDRESS",
"value": "8320588612551939895830790399620743"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 11
},
{
"content": "DO NOT STACK",
"number": 16
},
{
"content": "DO NOT STACK",
"number": 4
},
{
"content": "SECURED",
"number": 14
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 37.4,
"packageRateDetails": [
{
"baseCharge": 106.28,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 165.46,
"netFedExCharge": 55.83,
"netFreight": 54.18,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2734.21,
"currency": "MOP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 27.02,
"totalRebates": 3.77,
"totalSurcharges": 7.9,
"totalTaxes": 3.28
},
{
"baseCharge": 123.76,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 64.6,
"netFedExCharge": 100.39,
"netFreight": 108.39,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4655.39,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4913.45,
"currency": "AZN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1805.72,
"currency": "QAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4253.63,
"currency": "GYD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3648.24,
"currency": "RUB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.87,
"totalRebates": 0.49,
"totalSurcharges": 14.19,
"totalTaxes": 9.18
},
{
"baseCharge": 72.93,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 70.83,
"netFedExCharge": 93.34,
"netFreight": 134.31,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3494.57,
"currency": "ILS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1162.37,
"currency": "LAK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2527.97,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 8.11,
"totalRebates": 1.86,
"totalSurcharges": 4.51,
"totalTaxes": 6.88
},
{
"baseCharge": 58.17,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 57.53,
"netFedExCharge": 142.47,
"netFreight": 116.85,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1487.31,
"currency": "WST"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2790.05,
"currency": "KES"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 3.7,
"totalRebates": 3.64,
"totalSurcharges": 6.9,
"totalTaxes": 4.13
}
]
},
"sequenceNumber": 5,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "9367",
"trackingIdType": "FREIGHT",
"trackingNumber": "99612198432866540142",
"uspsApplicationId": "85"
},
{
"formId": "2170",
"trackingIdType": "FREIGHT",
"trackingNumber": "90925126928088206980",
"uspsApplicationId": "44"
},
{
"formId": "0135",
"trackingIdType": "EXPRESS",
"trackingNumber": "29379257694368914546",
"uspsApplicationId": "92"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "LNnk2sFLgf",
"hazardClass": "8",
"id": "UN5163",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A74",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 39.22,
"netExplosiveDetail": {
"amount": 1.17,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "K1bB9RDab4",
"hazardClass": "8",
"id": "UN5323",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.54,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kXqxysmuvv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.5,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "fr6b0tcMngZ7pe4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.89,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 45.91,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.32
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "opDHupFMNu",
"hazardClass": "8",
"id": "UN4020",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A62",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 87.31,
"netExplosiveDetail": {
"amount": 7.29,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "YGflrsjZ7f",
"hazardClass": "8",
"id": "UN0529",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 59.16,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "RibKyrJpDl"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.7,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.51,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.36,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "FzkuwKD3vwEJb0D",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.76,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 46.74,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wJUOIppLos",
"hazardClass": "8",
"id": "UN7276",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 55.75,
"netExplosiveDetail": {
"amount": 6.78,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "NeEGuYeJ75",
"hazardClass": "8",
"id": "UN3445",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.14,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PukcRKjKPL"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.74,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.26,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.96,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.36,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "hr8hunmnP376VRH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.59,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 14.67,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wMPsynyyx6",
"hazardClass": "3",
"id": "UN6611",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 24.7,
"netExplosiveDetail": {
"amount": 2.05,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "zLCPeE1b2Z",
"hazardClass": "3",
"id": "UN5251",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 68.72,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MJqTGCldjB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.49,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.87,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.95,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "QLKMZAjtFGM3qU7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 44.84,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 19.28,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ADhPzOqJ26",
"hazardClass": "8",
"id": "UN5541",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 50.03,
"netExplosiveDetail": {
"amount": 9.88,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "SKFnvyLfGO",
"hazardClass": "2.3",
"id": "UN1122",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 12.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bGebppdHpR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.57,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.93,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.8,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.26,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "l1xtiSJoWUEROMb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.7,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.74,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.26
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hhCgamOm07",
"hazardClass": "8",
"id": "UN8840",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A79",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 78.36,
"netExplosiveDetail": {
"amount": 4.39,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "0xkP2i8yio",
"hazardClass": "2.3",
"id": "UN0909",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 45.63,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EjEGVkRdsm"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.45,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "qVORlXlhvcIoSl1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.88,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 49.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "8np5byEdFM",
"hazardClass": "8",
"id": "UN8135",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 43.99,
"netExplosiveDetail": {
"amount": 2.9,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "98EvjBCig6",
"hazardClass": "2.3",
"id": "UN0585",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 87.72,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "STgpeITXiO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.05,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.05,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Pvb8cmH79zPGyGo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.26,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.77,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "EAF6Jhad4b",
"hazardClass": "8",
"id": "UN9371",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 97.62,
"netExplosiveDetail": {
"amount": 2.81,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "lhwWNS0IQk",
"hazardClass": "2.3",
"id": "UN3180",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.62,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LBOfLkkBNn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 29.69,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "br1uhDhqOCWd015",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.78,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 44.5,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "IZFsquTmxx",
"hazardClass": "3",
"id": "UN7121",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 29.98,
"netExplosiveDetail": {
"amount": 3.8,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "CVTPOfEX98",
"hazardClass": "3",
"id": "UN3153",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 66.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SydsMpgcaz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.14,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 15.46,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.48,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Q4dlYp9JgXbtN1d",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.59,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 7.02,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Z0nHsHvw03",
"hazardClass": "3",
"id": "UN8462",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 92.17,
"netExplosiveDetail": {
"amount": 1.97,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "GTBSvYa3Df",
"hazardClass": "2.3",
"id": "UN3580",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 67.45,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mzKOtauiPs"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.08,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.17,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Q3uKcdq5QJbub3I",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.23,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.01,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.96
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "B67rYc4YiX",
"hazardClass": "8",
"id": "UN3365",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 46.28,
"netExplosiveDetail": {
"amount": 6.39,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "uwwDrfaL5t",
"hazardClass": "3",
"id": "UN3469",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 24.02,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jViuPxuTFT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.49,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Q3mmtOwmusAhq3m",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.21,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 3.43,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "aHuWKt9lyF",
"hazardClass": "8",
"id": "UN8111",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A05",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 71.61,
"netExplosiveDetail": {
"amount": 8.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "JXuOziCcTv",
"hazardClass": "2.3",
"id": "UN4371",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 35.41,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "JuQVQuyZol"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.98,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.22,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "AW8VLkzplm197Nw",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.29,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 48,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UPMcErktwT",
"hazardClass": "8",
"id": "UN2993",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 76.77,
"netExplosiveDetail": {
"amount": 2.9,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "4T9OVqZQLe",
"hazardClass": "3",
"id": "UN8938",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 56.77,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MUjSFVunxW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.03,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.22,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.51,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.28,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "TfpUc58zcJfPR3R",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.84,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 9.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0scYm7YWOp",
"hazardClass": "3",
"id": "UN2277",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 37.32,
"netExplosiveDetail": {
"amount": 3.45,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "yL5jyKSJDz",
"hazardClass": "3",
"id": "UN9397",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 87.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ceBOzvnGmP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.39,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "OXGy3eKo1OXhvxL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.15,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.22,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "r9TpPaIPWa",
"hazardClass": "3",
"id": "UN8616",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A83",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 34.77,
"netExplosiveDetail": {
"amount": 5.23,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "11VrTvs0AI",
"hazardClass": "3",
"id": "UN8127",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 54.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "JfNDKdQKdB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.85,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.87,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.42,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "x91DUP18WPw1yCa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.97,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.61,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.58
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "McvOty48OF",
"hazardClass": "3",
"id": "UN6830",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 83.74,
"netExplosiveDetail": {
"amount": 2.26,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "oSOzjS4l0G",
"hazardClass": "3",
"id": "UN1551",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 37.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "emGcEcjDYj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 43.8,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Igqi7W643i3VBZN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.02,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 39.49,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mhsFl2lbri",
"hazardClass": "8",
"id": "UN6246",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 69.57,
"netExplosiveDetail": {
"amount": 4.03,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "qnDszp2nae",
"hazardClass": "2.3",
"id": "UN0137",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 79.56,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AmDQIlKdAH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.4,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.66,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Er1DwzZ0M67nlp6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.62,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.37,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "pJwVUT8TzW",
"hazardClass": "8",
"id": "UN3618",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 52.17,
"netExplosiveDetail": {
"amount": 1.14,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "bsAEHry6M6",
"hazardClass": "2.3",
"id": "UN0237",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 20.87,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "irCPuASjAL"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.37,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "K0A6jIJt1qRatCH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.14,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 23.54,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "AutJBXwpbX",
"hazardClass": "8",
"id": "UN5238",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 36.8,
"netExplosiveDetail": {
"amount": 6.09,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "k5pNx4je8B",
"hazardClass": "3",
"id": "UN4692",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DGZJAbBAoz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.78,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.66,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "GuXptHjGycdJGRY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.57,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 40.31,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.02
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 8.87,
"referenceId": "416615",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "5733011931853478519661531864781750"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 14
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 43.48,
"packageRateDetails": [
{
"baseCharge": 94.8,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 160.6,
"netFedExCharge": 111.26,
"netFreight": 105.28,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2986.84,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1615.61,
"currency": "LKR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 20.85,
"totalRebates": 3.16,
"totalSurcharges": 3.12,
"totalTaxes": 2.93
},
{
"baseCharge": 112.43,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 136.34,
"netFedExCharge": 189.17,
"netFreight": 96.01,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 278.32,
"currency": "GNF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 52.68,
"currency": "MVR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3831.62,
"currency": "OMR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 14.7,
"totalRebates": 4.85,
"totalSurcharges": 18.72,
"totalTaxes": 9.52
}
]
},
"sequenceNumber": 8,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "3668",
"trackingIdType": "EXPRESS",
"trackingNumber": "11491928297327008195",
"uspsApplicationId": "51"
},
{
"formId": "2046",
"trackingIdType": "EXPRESS",
"trackingNumber": "40017299694742877774",
"uspsApplicationId": "13"
},
{
"formId": "9222",
"trackingIdType": "EXPRESS",
"trackingNumber": "77361459390859832567",
"uspsApplicationId": "86"
},
{
"formId": "7102",
"trackingIdType": "GROUND",
"trackingNumber": "93355110301326210098",
"uspsApplicationId": "99"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "fJJtjzHxL0",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-30T00:00:00.0Z",
"expirationDate": "2027-06-21T00:00:00.0Z",
"number": "04182"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 8
}
},
"masterTrackingId": {
"formId": "1842",
"trackingIdType": "EXPRESS",
"trackingNumber": "18835686471462141158",
"uspsApplicationId": "28"
},
"operationalDetail": {
"airportId": "KXT",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "aFiu1T6E6DnnOOn",
"commitDate": "2026-07-04T00:00:00.0Z",
"commitDay": "Wed",
"countryCode": "CY",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-04T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "pXkU",
"destinationLocationNumber": 495,
"destinationLocationStateOrProvinceCode": "NV",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "297",
"originLocationNumber": 624,
"originServiceArea": "C3",
"packagingCode": "97",
"postalCode": "02613-0388",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "055",
"stateOrProvinceCode": "ME",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Si",
"ursaSuffixCode": "lw"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "99",
"description": "Automated local process improvement",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "3qp"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "sOb"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Fcc"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Zbn"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "CP2"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "xbHdkIL2VuuB",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "0130",
"trackingIdType": "FREIGHT",
"trackingNumber": "41484584122495478413"
},
{
"formId": "5692",
"trackingIdType": "FREIGHT",
"trackingNumber": "62134196729492058774"
},
{
"formId": "9513",
"trackingIdType": "GROUND",
"trackingNumber": "41653032117146987384"
},
{
"formId": "4418",
"trackingIdType": "FREIGHT",
"trackingNumber": "85394776911086655300"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "0902",
"trackingIdType": "FREIGHT",
"trackingNumber": "36390924843039283241"
},
{
"formId": "0420",
"trackingIdType": "GROUND",
"trackingNumber": "22835114399601096219"
},
{
"formId": "2951",
"trackingIdType": "EXPRESS",
"trackingNumber": "51217380217153255017"
},
{
"formId": "4227",
"trackingIdType": "GROUND",
"trackingNumber": "10107852183774088747"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "3520",
"trackingIdType": "FREIGHT",
"trackingNumber": "65276342420973537121"
},
{
"formId": "9547",
"trackingIdType": "EXPRESS",
"trackingNumber": "90044315317065871234"
},
{
"formId": "4121",
"trackingIdType": "EXPRESS",
"trackingNumber": "47618661808879903763"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"description": "7LMUFDngGB",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "xepxVwINbx",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"description": "ywRmpaFGOb",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "COP",
"rate": 28.93
},
"dutiesAndTaxes": [
{
"harmonizedCode": "971793",
"taxes": {
"amount": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "zFgyF3iDq8",
"id": "68HYt0",
"name": "VAT"
},
"description": "lrbfEIOVMb",
"effectiveDate": "2026-03-12T00:00:00.0Z",
"formula": "mBtxBE81TfLhaZW",
"name": "Sales Tax",
"taxableValue": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"taxcode": "Icf4q",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "399680",
"taxes": {
"amount": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "CFpKIdPnsy",
"id": "lmc0TP",
"name": "Sales Tax"
},
"description": "81EQxZ5F6q",
"effectiveDate": "2025-07-09T00:00:00.0Z",
"formula": "kNe1QJ5OgS21qLB",
"name": "GST",
"taxableValue": {
"currency": "SSP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "rP8oj",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "MNT",
"value": "CUSTOMS_VALUE"
},
"description": "llY3FU33Qj",
"percent": 16.04,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"description": "gwsh6LuwTs",
"percent": 18.04,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"description": "Jbr5nPkhGS",
"percent": 15.5,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
},
"description": "g3O8NN60AH",
"percent": 13.66,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 6.88,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "IdnDyxuHw4",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "04UGR9",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"description": "TJBATsdSzr",
"percent": 4.95,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"description": "E3d5qLCL4a",
"percent": 3.59,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"description": "xcXZVRgIBH",
"percent": 4.96,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "8wVYFP1qmQ",
"percent": 1.93,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"description": "JFEwbmLUSO",
"percent": 1.49,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"description": "CORWHt2Mue",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"description": "9lqX7s6mFd",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "BBD",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "QAR",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "SGD",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "EUR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MUR",
"rate": 21.41
},
"dimDivisor": 208,
"freightDiscounts": [
{
"amount": 5.72,
"description": "0MvXfr45nc",
"percent": 19.08,
"rateDiscountType": "BONUS"
},
{
"amount": 4.11,
"description": "dZJWO42ZtR",
"percent": 10.85,
"rateDiscountType": "EARNED"
},
{
"amount": 3.66,
"description": "5IhtCkQLmE",
"percent": 14.34,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 14.61,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "99574",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "bWXrf9",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GMD",
"rate": 27.23
},
"dimDivisor": 261,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.69,
"description": "2fv98AaKPb",
"percent": 5.44,
"rateDiscountType": "COUPON"
},
{
"amount": 1.6,
"description": "jrXBz2chTa",
"percent": 19.01,
"rateDiscountType": "COUPON"
},
{
"amount": 2.29,
"description": "baiXoj5wA0",
"percent": 16.64,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.85,
"legDestinationLocationId": "OXvn",
"minimumChargeType": "ACTUAL",
"pricingCode": "1aK3T",
"ratedWeightMethod": "DIM",
"rateScale": "0232",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "PSvKxi",
"surcharges": [
{
"amount": {
"amount": 840.93,
"currency": "BDT"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1910.59,
"currency": "COP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 557.58,
"currency": "ANG"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 963.39,
"currency": "BZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2955.53,
"currency": "KWD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.4,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.02,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.51,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 10.8,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 176.11,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.69,
"totalFreightDiscounts": 17.22,
"totalNetCharge": 79.72,
"totalNetChargeWithDutiesAndTaxes": 79.4,
"totalNetFedExCharge": 234.86,
"totalNetFreight": 57.3,
"totalRebates": 3.56,
"totalSurcharges": 4.28,
"totalTaxes": 4.92
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JOD",
"rate": 24.68
},
"dimDivisor": 225,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.39,
"description": "AD8iOMBHa9",
"percent": 6.3,
"rateDiscountType": "BONUS"
},
{
"amount": 2.54,
"description": "gwBebEV8tJ",
"percent": 9.91,
"rateDiscountType": "BONUS"
},
{
"amount": 2.49,
"description": "koz5AIminV",
"percent": 5.77,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.56,
"description": "7GbKs1VSoA",
"percent": 18.3,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.28,
"description": "HYPF36Z0de",
"percent": 12.43,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.43,
"legDestinationLocationId": "TMtg",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "AwuVM",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5315",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "yZnfBJ",
"surcharges": [
{
"amount": {
"amount": 3080.77,
"currency": "TZS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.57,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.47,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 158.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 20.07,
"totalFreightDiscounts": 25.85,
"totalNetCharge": 113.29,
"totalNetChargeWithDutiesAndTaxes": 125.35,
"totalNetFedExCharge": 235.34,
"totalNetFreight": 185.58,
"totalRebates": 3.88,
"totalSurcharges": 1,
"totalTaxes": 6.9
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "TND",
"rate": 27.43
},
"dimDivisor": 111,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.92,
"description": "2PSFAL8S43",
"percent": 10.19,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 10.12,
"legDestinationLocationId": "nbrH",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "qjDk9",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7180",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "LqB1ET",
"surcharges": [
{
"amount": {
"amount": 820.44,
"currency": "ANG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 806.33,
"currency": "BBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2666.38,
"currency": "BTN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4048.61,
"currency": "GNF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.98,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 12.57,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 101.65,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.31,
"totalFreightDiscounts": 7.44,
"totalNetCharge": 84.94,
"totalNetChargeWithDutiesAndTaxes": 203.17,
"totalNetFedExCharge": 163.8,
"totalNetFreight": 125.8,
"totalRebates": 4.82,
"totalSurcharges": 14.09,
"totalTaxes": 6.42
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "RWF",
"rate": 10.64
},
"dimDivisor": 154,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.57,
"description": "UGUbFbqSTg",
"percent": 15.26,
"rateDiscountType": "EARNED"
},
{
"amount": 7.08,
"description": "VQlQJ0yY7U",
"percent": 14.94,
"rateDiscountType": "EARNED"
},
{
"amount": 7.19,
"description": "WWvvCCWvYj",
"percent": 10.19,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.34,
"description": "EA5KdSNB9A",
"percent": 6.79,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.84,
"legDestinationLocationId": "wrVp",
"minimumChargeType": "ACTUAL",
"pricingCode": "tc7Ys",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5877",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "fNqA5b",
"surcharges": [
{
"amount": {
"amount": 2874.11,
"currency": "PKR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 7.56,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 114.62,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 17.95,
"totalFreightDiscounts": 33.54,
"totalNetCharge": 77.9,
"totalNetChargeWithDutiesAndTaxes": 118.88,
"totalNetFedExCharge": 95.84,
"totalNetFreight": 113.59,
"totalRebates": 3.96,
"totalSurcharges": 15.91,
"totalTaxes": 7.62
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IRR",
"rate": 15
},
"dimDivisor": 292,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.48,
"description": "KBdU13ata7",
"percent": 5.49,
"rateDiscountType": "COUPON"
},
{
"amount": 6.01,
"description": "lLxXm2hydx",
"percent": 6.28,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 12.49,
"legDestinationLocationId": "bzga",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "I753U",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7020",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ZWBwcZ",
"surcharges": [
{
"amount": {
"amount": 1734.18,
"currency": "TJS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 883.71,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 18.91,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.1,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.15,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 14.59,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 139.75,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 14.06,
"totalFreightDiscounts": 22.89,
"totalNetCharge": 121.57,
"totalNetChargeWithDutiesAndTaxes": 180.57,
"totalNetFedExCharge": 130.74,
"totalNetFreight": 91.41,
"totalRebates": 2.06,
"totalSurcharges": 17.22,
"totalTaxes": 1.21
}
],
"surcharges": [
{
"amount": {
"amount": 20.87,
"currency": "TMT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2109.04,
"currency": "VES"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 17.68,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 9.68,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 11.7,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 18.99,
"totalBaseCharge": 118.61,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 37.88,
"totalDutiesTaxesAndFees": 6.13,
"totalFreightDiscounts": 25.79,
"totalNetCharge": 69.34,
"totalNetChargeWithDutiesAndTaxes": 185.4,
"totalNetFedExCharge": 161.92,
"totalNetFreight": 135.42,
"totalRebates": 1.72,
"totalSurcharges": 12.19,
"totalTaxes": 4.89
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KES",
"rate": 1.47
},
"dimDivisor": 192,
"freightDiscounts": [
{
"amount": 3.64,
"description": "XLqOBIfKk1",
"percent": 16.99,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.26,
"description": "i41PCYyYMI",
"percent": 11.5,
"rateDiscountType": "EARNED"
},
{
"amount": 9.34,
"description": "3hAUv28oT4",
"percent": 19.73,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.63,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "08841",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "DPpXjR",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IDR",
"rate": 13.33
},
"dimDivisor": 129,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.99,
"description": "6rwvblAU36",
"percent": 5,
"rateDiscountType": "BONUS"
},
{
"amount": 3.6,
"description": "UobI4x5vOE",
"percent": 18.41,
"rateDiscountType": "COUPON"
},
{
"amount": 8.22,
"description": "OvOYM9zQIf",
"percent": 7.26,
"rateDiscountType": "COUPON"
},
{
"amount": 5.87,
"description": "Chp7zFaKJW",
"percent": 17.97,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.82,
"description": "dMb3by7B7z",
"percent": 18.21,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.79,
"legDestinationLocationId": "HUJl",
"minimumChargeType": "ACTUAL",
"pricingCode": "pNcEI",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3561",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "LOiwmN",
"surcharges": [
{
"amount": {
"amount": 780.88,
"currency": "LKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1821.96,
"currency": "DZD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.69,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 76.36,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.99,
"totalFreightDiscounts": 20.99,
"totalNetCharge": 113.34,
"totalNetChargeWithDutiesAndTaxes": 94.32,
"totalNetFedExCharge": 154.84,
"totalNetFreight": 158.91,
"totalRebates": 1,
"totalSurcharges": 4.5,
"totalTaxes": 6.89
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "CNY",
"rate": 26.56
},
"dimDivisor": 231,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.89,
"description": "6Q0GHU7D4z",
"percent": 12.35,
"rateDiscountType": "BONUS"
},
{
"amount": 4,
"description": "PGI8JT9Oy4",
"percent": 11,
"rateDiscountType": "EARNED"
},
{
"amount": 9.19,
"description": "DLSERbdBOq",
"percent": 18.83,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 3.42,
"legDestinationLocationId": "ajal",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "Q5u3N",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0058",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "mpMqSL",
"surcharges": [
{
"amount": {
"amount": 820.3,
"currency": "BIF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.11,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.32,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 14.63,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.46,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 80.57,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.38,
"totalFreightDiscounts": 49.48,
"totalNetCharge": 111.32,
"totalNetChargeWithDutiesAndTaxes": 107.05,
"totalNetFedExCharge": 112.4,
"totalNetFreight": 139.62,
"totalRebates": 4.73,
"totalSurcharges": 16.98,
"totalTaxes": 0.11
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SYP",
"rate": 14.09
},
"dimDivisor": 204,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.69,
"description": "0OviqM0n0H",
"percent": 7.04,
"rateDiscountType": "BONUS"
},
{
"amount": 6.9,
"description": "RfA4nGgKQM",
"percent": 9.12,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.17,
"description": "RysJovtfjn",
"percent": 15.81,
"rateDiscountType": "EARNED"
},
{
"amount": 6.65,
"description": "QR8gy6X15n",
"percent": 9.69,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 12.97,
"legDestinationLocationId": "phcT",
"minimumChargeType": "ACTUAL",
"pricingCode": "U9pDe",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3749",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "t5ABw2",
"surcharges": [
{
"amount": {
"amount": 3326.38,
"currency": "BGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.95,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 18.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 77.04,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.32,
"totalFreightDiscounts": 34.28,
"totalNetCharge": 155.65,
"totalNetChargeWithDutiesAndTaxes": 239.11,
"totalNetFedExCharge": 243.06,
"totalNetFreight": 73.16,
"totalRebates": 0.6,
"totalSurcharges": 0.5,
"totalTaxes": 7.37
}
],
"surcharges": [
{
"amount": {
"amount": 1546.9,
"currency": "BZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1242.2,
"currency": "GYD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3034.62,
"currency": "CZK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 12.38,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 14.77,
"totalBaseCharge": 124.21,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 23.37,
"totalDutiesTaxesAndFees": 52.38,
"totalFreightDiscounts": 7.82,
"totalNetCharge": 80.92,
"totalNetChargeWithDutiesAndTaxes": 216.47,
"totalNetFedExCharge": 241.05,
"totalNetFreight": 134.58,
"totalRebates": 4.89,
"totalSurcharges": 5.87,
"totalTaxes": 0.93
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "XPF",
"rate": 7.76
},
"dimDivisor": 123,
"freightDiscounts": [
{
"amount": 3.89,
"description": "JJ074XE8ku",
"percent": 16.96,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.55,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "25170",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "GwpMcI",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "CUP",
"rate": 26.18
},
"dimDivisor": 287,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.22,
"description": "WzGVsct61C",
"percent": 9.26,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.04,
"description": "WRMgmI6Sjg",
"percent": 15.5,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.47,
"description": "Jp6aytta6L",
"percent": 5.95,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.14,
"legDestinationLocationId": "dXbI",
"minimumChargeType": "ACTUAL",
"pricingCode": "sM9q8",
"ratedWeightMethod": "DIM",
"rateScale": "6609",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "YkgZey",
"surcharges": [
{
"amount": {
"amount": 4468.38,
"currency": "KZT"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1630.26,
"currency": "TJS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1455.16,
"currency": "USD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 11.95,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.56,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.18,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 14.57,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.26,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 96.37,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.21,
"totalFreightDiscounts": 31.92,
"totalNetCharge": 138.27,
"totalNetChargeWithDutiesAndTaxes": 184.38,
"totalNetFedExCharge": 237.96,
"totalNetFreight": 168.58,
"totalRebates": 3.12,
"totalSurcharges": 11.47,
"totalTaxes": 7.2
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BWP",
"rate": 16.74
},
"dimDivisor": 251,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.18,
"description": "YOIKYN5vAI",
"percent": 10.85,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.95,
"legDestinationLocationId": "RpAq",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "dMLcN",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0264",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "o8ap98",
"surcharges": [
{
"amount": {
"amount": 3971.15,
"currency": "LKR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2698.41,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3117.61,
"currency": "BRL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4528.17,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 65.6,
"currency": "SGD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.7,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 180.85,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.85,
"totalFreightDiscounts": 16.77,
"totalNetCharge": 171.22,
"totalNetChargeWithDutiesAndTaxes": 201.54,
"totalNetFedExCharge": 179.23,
"totalNetFreight": 108.12,
"totalRebates": 4.56,
"totalSurcharges": 6.87,
"totalTaxes": 7.82
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "LBP",
"rate": 25.28
},
"dimDivisor": 210,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.39,
"description": "3JV0C47bbD",
"percent": 11.03,
"rateDiscountType": "COUPON"
},
{
"amount": 5.53,
"description": "7B8S2uJtwo",
"percent": 17.4,
"rateDiscountType": "COUPON"
},
{
"amount": 7.21,
"description": "4EoFPG14DU",
"percent": 18.6,
"rateDiscountType": "BONUS"
},
{
"amount": 6.15,
"description": "xwak6IpFzw",
"percent": 10.37,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.1,
"legDestinationLocationId": "grzO",
"minimumChargeType": "ACTUAL",
"pricingCode": "hF9eu",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2972",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "DSb7tL",
"surcharges": [
{
"amount": {
"amount": 3371.49,
"currency": "MZN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3339.78,
"currency": "JOD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 763.55,
"currency": "XCD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3072.9,
"currency": "CVE"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 4.52,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 97.07,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.34,
"totalFreightDiscounts": 22.76,
"totalNetCharge": 154.54,
"totalNetChargeWithDutiesAndTaxes": 61.86,
"totalNetFedExCharge": 89.1,
"totalNetFreight": 128.43,
"totalRebates": 0.16,
"totalSurcharges": 16.8,
"totalTaxes": 5.9
}
],
"surcharges": [
{
"amount": {
"amount": 4224.36,
"currency": "EGP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.69,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 8.33,
"totalBaseCharge": 140.53,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.79,
"totalDutiesTaxesAndFees": 32.2,
"totalFreightDiscounts": 22.02,
"totalNetCharge": 165.22,
"totalNetChargeWithDutiesAndTaxes": 245.28,
"totalNetFedExCharge": 232.25,
"totalNetFreight": 80.81,
"totalRebates": 1.91,
"totalSurcharges": 4.37,
"totalTaxes": 9.52
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GHS",
"rate": 18.2
},
"dimDivisor": 263,
"freightDiscounts": [
{
"amount": 6.96,
"description": "MbRM22JW7h",
"percent": 13.72,
"rateDiscountType": "BONUS"
},
{
"amount": 3.57,
"description": "ayaArQiKgV",
"percent": 16.81,
"rateDiscountType": "COUPON"
},
{
"amount": 7.69,
"description": "RL7sbHjobB",
"percent": 17.45,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.23,
"description": "LMxeyAlywO",
"percent": 9.3,
"rateDiscountType": "BONUS"
},
{
"amount": 5.73,
"description": "JrMBy9Zn0e",
"percent": 13.77,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.92,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "82347",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "fm9laI",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BZD",
"rate": 5.05
},
"dimDivisor": 160,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.16,
"description": "rygY6EY4A5",
"percent": 11.91,
"rateDiscountType": "COUPON"
},
{
"amount": 2.66,
"description": "8E41ai1WXE",
"percent": 6.28,
"rateDiscountType": "EARNED"
},
{
"amount": 2.76,
"description": "J2Fn7a3s4S",
"percent": 14.94,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.61,
"legDestinationLocationId": "qClw",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "89Z7D",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2260",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "KsfztE",
"surcharges": [
{
"amount": {
"amount": 721.25,
"currency": "GNF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2350.6,
"currency": "GYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2682.69,
"currency": "USD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3031.18,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3493.85,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 13.32,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.08,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 50.43,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 14.32,
"totalFreightDiscounts": 40.63,
"totalNetCharge": 83.14,
"totalNetChargeWithDutiesAndTaxes": 125.46,
"totalNetFedExCharge": 90.74,
"totalNetFreight": 142.35,
"totalRebates": 3.09,
"totalSurcharges": 6.95,
"totalTaxes": 8.86
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MOP",
"rate": 6.86
},
"dimDivisor": 225,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.55,
"description": "3JJqQU5iIp",
"percent": 16.64,
"rateDiscountType": "BONUS"
},
{
"amount": 9.29,
"description": "EicCxqguAL",
"percent": 18.73,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.3,
"description": "8ekKAMbzam",
"percent": 17.02,
"rateDiscountType": "COUPON"
},
{
"amount": 3.65,
"description": "9c2AY47bHC",
"percent": 19.11,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 2.2,
"legDestinationLocationId": "LwPb",
"minimumChargeType": "ACTUAL",
"pricingCode": "1CttC",
"ratedWeightMethod": "DIM",
"rateScale": "4328",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "H3YvUs",
"surcharges": [
{
"amount": {
"amount": 1619.63,
"currency": "LBP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1063.97,
"currency": "RSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 15.1,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.12,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.03,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.64,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.9,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 185.4,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.37,
"totalFreightDiscounts": 39.18,
"totalNetCharge": 97.78,
"totalNetChargeWithDutiesAndTaxes": 122.46,
"totalNetFedExCharge": 105.72,
"totalNetFreight": 69.1,
"totalRebates": 3.35,
"totalSurcharges": 18.01,
"totalTaxes": 7.75
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NGN",
"rate": 27.68
},
"dimDivisor": 204,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.07,
"description": "kEnWLHW16f",
"percent": 9.41,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4,
"legDestinationLocationId": "hcBt",
"minimumChargeType": "ACTUAL",
"pricingCode": "DrlUa",
"ratedWeightMethod": "DIM",
"rateScale": "2705",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "ryxbrQ",
"surcharges": [
{
"amount": {
"amount": 4589.56,
"currency": "XOF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1366.29,
"currency": "BND"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3854.37,
"currency": "NGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1135.88,
"currency": "BOB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3854.01,
"currency": "MMK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.52,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 73.82,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 9.55,
"totalFreightDiscounts": 3.76,
"totalNetCharge": 91.17,
"totalNetChargeWithDutiesAndTaxes": 240.67,
"totalNetFedExCharge": 197.91,
"totalNetFreight": 89.68,
"totalRebates": 1.56,
"totalSurcharges": 18.75,
"totalTaxes": 6.17
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "DJF",
"rate": 10.04
},
"dimDivisor": 208,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.26,
"description": "swbBit4Nit",
"percent": 6.35,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.7,
"legDestinationLocationId": "FFyB",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "FAxGH",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9689",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "tzw0X4",
"surcharges": [
{
"amount": {
"amount": 4384.8,
"currency": "SOS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 732,
"currency": "HKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.95,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.89,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.98,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.54,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.85,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 189.84,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.69,
"totalFreightDiscounts": 10.24,
"totalNetCharge": 100.19,
"totalNetChargeWithDutiesAndTaxes": 242.18,
"totalNetFedExCharge": 148.28,
"totalNetFreight": 147.28,
"totalRebates": 3.56,
"totalSurcharges": 11.51,
"totalTaxes": 7.18
}
],
"surcharges": [
{
"amount": {
"amount": 4849.75,
"currency": "SSP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3692.71,
"currency": "BSD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.88,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.28,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 8.71,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 6.98,
"totalBaseCharge": 167.41,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.28,
"totalDutiesTaxesAndFees": 76.54,
"totalFreightDiscounts": 41.85,
"totalNetCharge": 195.43,
"totalNetChargeWithDutiesAndTaxes": 230.01,
"totalNetFedExCharge": 74.47,
"totalNetFreight": 182.65,
"totalRebates": 0.16,
"totalSurcharges": 10.59,
"totalTaxes": 7.56
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "TOP",
"rate": 16.27
},
"dimDivisor": 120,
"freightDiscounts": [
{
"amount": 3.84,
"description": "EnUFmYrWxQ",
"percent": 16.92,
"rateDiscountType": "EARNED"
},
{
"amount": 6.26,
"description": "onDJLnTDDd",
"percent": 19.7,
"rateDiscountType": "EARNED"
},
{
"amount": 3.76,
"description": "rPrcp4e7xt",
"percent": 11.14,
"rateDiscountType": "EARNED"
},
{
"amount": 4.42,
"description": "wH9zsitMvP",
"percent": 19.15,
"rateDiscountType": "BONUS"
},
{
"amount": 1.24,
"description": "36CmGiXjn5",
"percent": 5.83,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 9.31,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "59251",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "7wbBNA",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KZT",
"rate": 22.98
},
"dimDivisor": 231,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.54,
"description": "9UWwThWxEb",
"percent": 18.25,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.94,
"description": "XIFqbBg33h",
"percent": 19.53,
"rateDiscountType": "EARNED"
},
{
"amount": 2.03,
"description": "RW2HFCXVQQ",
"percent": 9.88,
"rateDiscountType": "EARNED"
},
{
"amount": 5.82,
"description": "h0TEPqOcfH",
"percent": 5.78,
"rateDiscountType": "BONUS"
},
{
"amount": 6.31,
"description": "4yd4s6z8La",
"percent": 16.76,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.19,
"legDestinationLocationId": "hiSz",
"minimumChargeType": "ACTUAL",
"pricingCode": "OP8Wl",
"ratedWeightMethod": "DIM",
"rateScale": "7764",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "arjrxf",
"surcharges": [
{
"amount": {
"amount": 2548.6,
"currency": "COP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 426.98,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2784.38,
"currency": "SEK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1651.86,
"currency": "VES"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 436.15,
"currency": "MZN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 12.26,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.1,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.41,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 99.61,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 43.76,
"totalFreightDiscounts": 3.05,
"totalNetCharge": 166.03,
"totalNetChargeWithDutiesAndTaxes": 150.42,
"totalNetFedExCharge": 173.75,
"totalNetFreight": 195.35,
"totalRebates": 2.44,
"totalSurcharges": 9.84,
"totalTaxes": 2.51
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "HNL",
"rate": 14.98
},
"dimDivisor": 192,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.38,
"description": "BxN1rcGcfU",
"percent": 19.87,
"rateDiscountType": "COUPON"
},
{
"amount": 4.72,
"description": "vYXITE3rD0",
"percent": 7.59,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.78,
"description": "VswhUoGueZ",
"percent": 19.44,
"rateDiscountType": "BONUS"
},
{
"amount": 4.82,
"description": "AkFnDPS0sU",
"percent": 6.54,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.68,
"legDestinationLocationId": "JdCt",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "kxops",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6004",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "tw98gZ",
"surcharges": [
{
"amount": {
"amount": 1471.09,
"currency": "SHP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4958.57,
"currency": "PEN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4683.32,
"currency": "HNL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2140.18,
"currency": "BHD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 375.87,
"currency": "CUP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.99,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.65,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.28,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 53.85,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.89,
"totalFreightDiscounts": 10.49,
"totalNetCharge": 133.54,
"totalNetChargeWithDutiesAndTaxes": 207.06,
"totalNetFedExCharge": 158.18,
"totalNetFreight": 121.28,
"totalRebates": 3.46,
"totalSurcharges": 9.9,
"totalTaxes": 4.44
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "AED",
"rate": 22.35
},
"dimDivisor": 279,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.65,
"description": "kthg9BZQJq",
"percent": 17.23,
"rateDiscountType": "EARNED"
},
{
"amount": 8.24,
"description": "Bb2PfxztAa",
"percent": 9.15,
"rateDiscountType": "BONUS"
},
{
"amount": 9.86,
"description": "nKyfdxh0Hr",
"percent": 19.31,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.2,
"legDestinationLocationId": "fwdQ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "4gob9",
"ratedWeightMethod": "DIM",
"rateScale": "4192",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "yNxqiV",
"surcharges": [
{
"amount": {
"amount": 3693.35,
"currency": "HKD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1732.06,
"currency": "NGN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4221.9,
"currency": "AWG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.71,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.4,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 69.48,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 5.78,
"totalFreightDiscounts": 37.24,
"totalNetCharge": 100.17,
"totalNetChargeWithDutiesAndTaxes": 65.94,
"totalNetFedExCharge": 126.25,
"totalNetFreight": 64.76,
"totalRebates": 3.88,
"totalSurcharges": 17.28,
"totalTaxes": 7.06
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KWD",
"rate": 4.02
},
"dimDivisor": 290,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.49,
"description": "WFnnAfqCl0",
"percent": 16.58,
"rateDiscountType": "COUPON"
},
{
"amount": 1.76,
"description": "1GFrIZdE2a",
"percent": 17.2,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.14,
"legDestinationLocationId": "INBW",
"minimumChargeType": "ACTUAL",
"pricingCode": "96Gqi",
"ratedWeightMethod": "DIM",
"rateScale": "5478",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "R64B4T",
"surcharges": [
{
"amount": {
"amount": 645.11,
"currency": "JOD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 13.67,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.64,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 57.72,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 31.53,
"totalFreightDiscounts": 24.4,
"totalNetCharge": 138.09,
"totalNetChargeWithDutiesAndTaxes": 208.67,
"totalNetFedExCharge": 149.58,
"totalNetFreight": 133.64,
"totalRebates": 2.73,
"totalSurcharges": 3.31,
"totalTaxes": 1.85
}
],
"surcharges": [
{
"amount": {
"amount": 594.37,
"currency": "NZD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 4.16,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.2,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 18.67,
"totalBaseCharge": 65.27,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 48.95,
"totalDutiesTaxesAndFees": 34.58,
"totalFreightDiscounts": 2.97,
"totalNetCharge": 167.47,
"totalNetChargeWithDutiesAndTaxes": 141.52,
"totalNetFedExCharge": 70.69,
"totalNetFreight": 190.8,
"totalRebates": 0.57,
"totalSurcharges": 5.53,
"totalTaxes": 1.22
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "916075735595",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 378.34,
"baseRateAmount": 160.18,
"codcollectionAmount": 408.79,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "018548"
}
],
"masterTrackingNumber": "286837005246",
"netChargeAmount": 12.31,
"netDiscountAmount": 127.4,
"netRateAmount": 85.03,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "xVXyjiP5Sm8PiYVHXhTY",
"trackingNumber": "122809709201",
"url": "https://admired-clamp.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "yCdtFoyD0CiR0r6JKSBe",
"trackingNumber": "122745516752",
"url": "https://trustworthy-median.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "1sPBNJkKEEuOdJlgwAyP",
"trackingNumber": "652071172998",
"url": "https://unknown-saloon.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "6B8TtlDNec3g4nTlATcZ",
"trackingNumber": "992904794422",
"url": "https://stable-siege.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "XkXFmWFdcsEO12ddNoPI",
"trackingNumber": "451164175922",
"url": "https://proper-hepatitis.net/"
}
],
"trackingNumber": "349578567789"
},
{
"additionalChargesDiscount": 38.31,
"baseRateAmount": 498.56,
"codcollectionAmount": 306.46,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "916985"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "551419"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "877234"
}
],
"masterTrackingNumber": "857546563501",
"netChargeAmount": 15.34,
"netDiscountAmount": 130.53,
"netRateAmount": 3.79,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "kXjfOUQS66MocDA3aJrQ",
"trackingNumber": "063519038798",
"url": "https://wee-louse.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "68wtqEy4S5mqe5aS0Khe",
"trackingNumber": "804636699277",
"url": "https://pessimistic-halt.name/"
}
],
"trackingNumber": "288225505060"
},
{
"additionalChargesDiscount": 131.41,
"baseRateAmount": 249.96,
"codcollectionAmount": 589.49,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "263857"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "440132"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "617081"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "072491"
}
],
"masterTrackingNumber": "622163910812",
"netChargeAmount": 122.91,
"netDiscountAmount": 79.06,
"netRateAmount": 56.31,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "BEr5BpjSA0ClLW6A68mO",
"trackingNumber": "144012187167",
"url": "https://overcooked-pilot.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "NlsqXcO84AyYPKtIhhhn",
"trackingNumber": "812497299054",
"url": "https://insecure-optimal.name"
}
],
"trackingNumber": "271082681351"
},
{
"additionalChargesDiscount": 57.81,
"baseRateAmount": 323.03,
"codcollectionAmount": 193.42,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "323460"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "561228"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "264347"
}
],
"masterTrackingNumber": "161666985689",
"netChargeAmount": 180.15,
"netDiscountAmount": 115.49,
"netRateAmount": 28.75,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "uBjuXK3euHMrug42Nuzk",
"trackingNumber": "886042235204",
"url": "https://spirited-smog.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "rlabpBAin72thjjppvPy",
"trackingNumber": "100698960911",
"url": "https://dead-translation.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "Il0RckTtsoIPn0U5uHRT",
"trackingNumber": "199155761906",
"url": "https://jittery-clamp.biz"
}
],
"trackingNumber": "020127442287"
},
{
"additionalChargesDiscount": 39.57,
"baseRateAmount": 490.14,
"codcollectionAmount": 707.72,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "551490"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "682347"
}
],
"masterTrackingNumber": "680294126577",
"netChargeAmount": 43.7,
"netDiscountAmount": 55.63,
"netRateAmount": 5.42,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "Ek8HKoltGn23UsViet1q",
"trackingNumber": "782181030074",
"url": "https://nervous-typeface.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "3R9teGvEgq4jR6ERZ7kH",
"trackingNumber": "430043322484",
"url": "https://comfortable-fisherman.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "5fNkLY7An78DBQqbfdOJ",
"trackingNumber": "019235342837",
"url": "https://acidic-decongestant.info"
}
],
"trackingNumber": "652701768932"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 84.28,
"baseRateAmount": 214.16,
"codcollectionAmount": 407.82,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "329350"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "947512"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "016347"
}
],
"masterTrackingNumber": "377106792786",
"netChargeAmount": 126.55,
"netDiscountAmount": 105.22,
"netRateAmount": 2.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "3Pg8nuP9K5GXnTGK5pFH",
"trackingNumber": "956895917262",
"url": "https://favorite-haircut.info/"
}
],
"trackingNumber": "409065004185"
},
{
"additionalChargesDiscount": 91.38,
"baseRateAmount": 219.33,
"codcollectionAmount": 272.19,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "491121"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "200171"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "438436"
}
],
"masterTrackingNumber": "662102169568",
"netChargeAmount": 43.92,
"netDiscountAmount": 111.35,
"netRateAmount": 3.87,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "1VOkBfmFnrlsb92VGjBc",
"trackingNumber": "007694300376",
"url": "https://glorious-bathhouse.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "L2ULXJoe4zBUNHXuBmNb",
"trackingNumber": "149400859415",
"url": "https://soggy-roundabout.biz"
}
],
"trackingNumber": "459566373229"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 124.35,
"baseRateAmount": 477.68,
"codcollectionAmount": 180.77,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "551445"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "019162"
}
],
"masterTrackingNumber": "462562290204",
"netChargeAmount": 190.24,
"netDiscountAmount": 35.95,
"netRateAmount": 96.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "oliZgd51tZEVaiAzb3BC",
"trackingNumber": "583816768781",
"url": "https://distant-approach.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "aXrjK7YBvwGBdqmLh5v0",
"trackingNumber": "967043655575",
"url": "https://grandiose-place.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "uzuWJ7d2wqk9tuCWA5M5",
"trackingNumber": "395202642931",
"url": "https://shabby-flu.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "ZSCVDLC0ZcY8c27efYxD",
"trackingNumber": "400503054191",
"url": "https://average-violin.net/"
}
],
"trackingNumber": "309276175767"
},
{
"additionalChargesDiscount": 270.72,
"baseRateAmount": 415.09,
"codcollectionAmount": 504.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "504992"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "449715"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "591849"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "441904"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "220030"
}
],
"masterTrackingNumber": "157306713005",
"netChargeAmount": 197.21,
"netDiscountAmount": 139.66,
"netRateAmount": 7.76,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "v81v4YePXk5fppA3uUGV",
"trackingNumber": "782499049307",
"url": "https://growing-stock.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "CPPHU5sZNbiqYsY3ecTA",
"trackingNumber": "280208778289",
"url": "https://excellent-tomography.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "i3mlZACxf1JVcLPuANIT",
"trackingNumber": "917238565040",
"url": "https://immense-thread.net/"
}
],
"trackingNumber": "674063339765"
},
{
"additionalChargesDiscount": 39.48,
"baseRateAmount": 357.02,
"codcollectionAmount": 655.46,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "895836"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "314301"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "270424"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "556579"
}
],
"masterTrackingNumber": "226323206719",
"netChargeAmount": 144.32,
"netDiscountAmount": 4.39,
"netRateAmount": 85.61,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "05lWroUOWcQUIIUjdXJV",
"trackingNumber": "297098706251",
"url": "https://tired-parsnip.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "mrYUr4Ux6VdXSCFJaRhl",
"trackingNumber": "155075031235",
"url": "https://impressive-ignorance.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "4TuIDWZvQ2l69BRqvTR8",
"trackingNumber": "921814620922",
"url": "https://wasteful-cutover.com"
}
],
"trackingNumber": "792415273408"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 388.74,
"baseRateAmount": 255.42,
"codcollectionAmount": 732.56,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "945614"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "552864"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "960172"
}
],
"masterTrackingNumber": "978341219589",
"netChargeAmount": 37.16,
"netDiscountAmount": 132.08,
"netRateAmount": 24.77,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "jh6xP6xrWnuTa3ZvFN2J",
"trackingNumber": "455072842440",
"url": "https://informal-forage.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "ltzZjZUOlBaYriRn6r69",
"trackingNumber": "240134000823",
"url": "https://cooperative-sand.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "pHHhfYKs408DSb9VKtnc",
"trackingNumber": "829197876528",
"url": "https://quarrelsome-moment.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "8i4bD1X9nPsWANHzR0Od",
"trackingNumber": "016090799926",
"url": "https://lumpy-disconnection.org/"
}
],
"trackingNumber": "990550811028"
},
{
"additionalChargesDiscount": 125.2,
"baseRateAmount": 156.31,
"codcollectionAmount": 674.71,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "966824"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "744686"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "651593"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "597818"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "586468"
}
],
"masterTrackingNumber": "622977345669",
"netChargeAmount": 60.01,
"netDiscountAmount": 114.66,
"netRateAmount": 94.2,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "SqIzJlpPUzseWW7iYi8A",
"trackingNumber": "249063275777",
"url": "https://tricky-fork.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "gm3C4XzuoTOd2TbOuT5R",
"trackingNumber": "764713414198",
"url": "https://suburban-fork.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "ksevte2E0ZuX6WyLXNb8",
"trackingNumber": "424281446221",
"url": "https://wiggly-approach.biz"
}
],
"trackingNumber": "699758898390"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 259.32,
"baseRateAmount": 154.59,
"codcollectionAmount": 214.66,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "185538"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "317191"
}
],
"masterTrackingNumber": "801368695326",
"netChargeAmount": 54.35,
"netDiscountAmount": 67.52,
"netRateAmount": 17.81,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "NfERuXh50u6QzznFGF84",
"trackingNumber": "325803595450",
"url": "https://general-issue.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "DRxu0kaIdZaMj0n9BQvU",
"trackingNumber": "928881372725",
"url": "https://menacing-diagram.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "7vX51Wbqs3npFJZLcOZD",
"trackingNumber": "886321262106",
"url": "https://soulful-mantua.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "g8wjRWGZs8ojUUDz0FaQ",
"trackingNumber": "208731601471",
"url": "https://miserable-characterization.biz/"
}
],
"trackingNumber": "260178730152"
},
{
"additionalChargesDiscount": 3.8,
"baseRateAmount": 419.41,
"codcollectionAmount": 579.11,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "982847"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "737701"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "885465"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "843237"
}
],
"masterTrackingNumber": "029539009116",
"netChargeAmount": 53.78,
"netDiscountAmount": 126.13,
"netRateAmount": 73.18,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "SLmrTuG05nIRQSEW8NkV",
"trackingNumber": "050723217109",
"url": "https://foolhardy-gazebo.com/"
}
],
"trackingNumber": "815209339524"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx 2 Day Freight",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2026-06-19T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 14,
"suggestions": [
{
"description": "New mint green Soap with ergonomic design for impressionable comfort",
"harmonizedCode": "030059"
},
{
"description": "Ergonomic Pants made with Plastic for all-day illiterate support",
"harmonizedCode": "300197"
}
]
},
{
"commodityIndex": 14,
"suggestions": [
{
"description": "Professional-grade Shoes perfect for lean training and recreational use",
"harmonizedCode": "910920"
},
{
"description": "The Justus Hat is the latest in a series of accurate products from Blick, Durgan and Keebler",
"harmonizedCode": "985708"
},
{
"description": "Stylish Chips designed to make you stand out with rusty looks",
"harmonizedCode": "400176"
}
]
},
{
"commodityIndex": 14,
"suggestions": [
{
"description": "Our bitter-inspired Tuna brings a taste of luxury to your shiny lifestyle",
"harmonizedCode": "643133"
},
{
"description": "Featuring Lutetium-enhanced technology, our Fish offers unparalleled elementary performance",
"harmonizedCode": "958656"
}
]
},
{
"commodityIndex": 18,
"suggestions": [
{
"description": "Featuring Nickel-enhanced technology, our Cheese offers unparalleled pretty performance",
"harmonizedCode": "472481"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "isMcR",
"localizedText": "b25Wm4YmXPsIvGQvtnma",
"parameters": [
{
"id": "IcepZ",
"value": "8WhL50tj3P"
}
],
"text": "LV4tBks4jlHJ94y"
},
"categories": [
"categories"
],
"commodityIndex": 5,
"derivedHarmonizedCode": "992560",
"source": "OK7EiNDUsn",
"status": "PENDING",
"type": "L5N9gizYiB",
"waiver": {
"advisories": [
{
"code": "UaEev",
"localizedText": "CaTUN84qMOWNR31GrXaD",
"parameters": [
{
"id": "h0vUA",
"value": "8Yr7Eov2qW"
},
{
"id": "JC5qq",
"value": "LbRxeRDchU"
},
{
"id": "1Dfb8",
"value": "bZMvci7UY9"
},
{
"id": "hKUnR",
"value": "GecI9C7qyI"
}
],
"text": "rjGCqiehhl0LOAw"
},
{
"code": "rXqEK",
"localizedText": "QhLD0SGg4lHJ3AWakwGL",
"parameters": [
{
"id": "SuQbf",
"value": "sBRthm3ZVA"
},
{
"id": "7d5FA",
"value": "NJpYNMQ5re"
},
{
"id": "mcOyN",
"value": "2s9CiA0WOm"
},
{
"id": "NILZG",
"value": "3IUJFy4TRn"
},
{
"id": "X7u4E",
"value": "a0kFk4zIn8"
}
],
"text": "zDtoGpA3bYerbED"
},
{
"code": "zvDlx",
"localizedText": "nkTpckJTA6P8S8VoJQrB",
"parameters": [
{
"id": "sgNwt",
"value": "lczdp5oOI8"
},
{
"id": "J2WRD",
"value": "tDUvtT2hjU"
}
],
"text": "d6Allla9E3XNJHj"
},
{
"code": "kuGJg",
"localizedText": "r8HEUwB3EsYOJNYua75X",
"parameters": [
{
"id": "B12SF",
"value": "2zbBN0Z85u"
}
],
"text": "blXbvlmKbw3VIip"
}
],
"description": "6R1bICSIGy",
"id": "sfSyX"
}
},
{
"advisory": {
"code": "DLYnz",
"localizedText": "Szdgp9FS15HtsINDFWHR",
"parameters": [
{
"id": "yd1Jk",
"value": "GeY639y6M5"
}
],
"text": "aUaWAJs6ME72ula"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "313414",
"source": "TIvCn0LQ5I",
"status": "ACTIVE",
"type": "lJ47t2PhM0",
"waiver": {
"advisories": [
{
"code": "0C3e7",
"localizedText": "arQ3u9vmM4sImDafgZDy",
"parameters": [
{
"id": "RQi82",
"value": "dRDf7ucwX8"
}
],
"text": "8ud1eHZsxJi8MIa"
},
{
"code": "sxC1y",
"localizedText": "Izm9O1mEiVwmvdRRhds3",
"parameters": [
{
"id": "JYZgy",
"value": "gm2Pcxr6wT"
},
{
"id": "whmuT",
"value": "YQp52fGmoK"
},
{
"id": "bBRj6",
"value": "TNqWmob2cL"
},
{
"id": "0P8Tw",
"value": "HWqs19E52u"
}
],
"text": "oGcpICqyegyoILA"
},
{
"code": "hkNvq",
"localizedText": "9HkaMpTkUDTTGMS8q7fn",
"parameters": [
{
"id": "OR8I4",
"value": "bVkSVX8U7Z"
},
{
"id": "7PmVV",
"value": "1FAukAgyn2"
},
{
"id": "ggf40",
"value": "3DHJ8QCXA5"
},
{
"id": "THLgj",
"value": "wy23hkbJkb"
}
],
"text": "XshnP95VGcZud4n"
},
{
"code": "OkHld",
"localizedText": "fTvMSjiHJuWbaLowiZo1",
"parameters": [
{
"id": "nzHXk",
"value": "S6QN0bkb5H"
},
{
"id": "MlGLN",
"value": "DF5cfNtNCu"
}
],
"text": "T3hpOjOnwUxnMdO"
},
{
"code": "rSFXU",
"localizedText": "kTcajpIHMuNnx4X02vBP",
"parameters": [
{
"id": "me53e",
"value": "VnFPDaBQ0n"
}
],
"text": "OWxYge9LjaHBtyg"
}
],
"description": "TbWq2AjUyG",
"id": "i3v8l"
}
},
{
"advisory": {
"code": "zeVuD",
"localizedText": "aJhklzOmKSUrHKw04nqW",
"parameters": [
{
"id": "fTPCl",
"value": "ItWWO0Vdx1"
},
{
"id": "aVeKA",
"value": "uFfYu3AAoc"
},
{
"id": "txmYM",
"value": "ZtdAbobICk"
},
{
"id": "I58iV",
"value": "m5GkWyIEAR"
},
{
"id": "UFfHY",
"value": "P5OduGokvz"
}
],
"text": "o3ATI49Zw90smJx"
},
"categories": [
"categories"
],
"commodityIndex": 5,
"derivedHarmonizedCode": "179420",
"source": "PyUk7NdXTi",
"status": "ACTIVE",
"type": "8oJvAft8iX",
"waiver": {
"advisories": [
{
"code": "kXtd5",
"localizedText": "h2qB4FJCgqnhhSGoy9qG",
"parameters": [
{
"id": "2GbAn",
"value": "JPiMWhKyQJ"
},
{
"id": "Mb0D0",
"value": "sgl6BJfSCx"
},
{
"id": "bSHXD",
"value": "pnwMcvnmwq"
}
],
"text": "MYX43a5hDbOrg59"
},
{
"code": "dM0tA",
"localizedText": "F20Fv2Lvqib5Ki4cNGK9",
"parameters": [
{
"id": "gVWPk",
"value": "4ttkHGkqTM"
}
],
"text": "SNqMDr0KifL35HN"
},
{
"code": "DkqDh",
"localizedText": "S1Y9FqkhY6DKOtA5d7EI",
"parameters": [
{
"id": "Mgwvk",
"value": "fIfp7slWp8"
},
{
"id": "M5cg9",
"value": "zQL79QvLEC"
},
{
"id": "5SVWz",
"value": "2DqSod2XqC"
},
{
"id": "d20Qf",
"value": "S7n7N0e8ZE"
}
],
"text": "UfNZPX3o1kqcXDY"
},
{
"code": "3cNT7",
"localizedText": "wn9FFGUq8p82gfzU5pnQ",
"parameters": [
{
"id": "g1Qjv",
"value": "xQw8M73o3V"
},
{
"id": "wVoW0",
"value": "VB1tkiuTzj"
},
{
"id": "6X8ZN",
"value": "ltVAsr6K74"
},
{
"id": "tarF9",
"value": "SNXglrQTmT"
},
{
"id": "XrNDs",
"value": "8tebp6354t"
}
],
"text": "0pXXOIeHyo60evT"
},
{
"code": "lir6u",
"localizedText": "gAaYCbZQLUlmutAOzNei",
"parameters": [
{
"id": "Ywh7R",
"value": "VowiFPrNOI"
},
{
"id": "YUSnY",
"value": "alMRkCJy6Z"
}
],
"text": "HcqmA6WZVi5Vz8V"
}
],
"description": "77ZjD2xhrm",
"id": "9TKZW"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "aNrDmzPJzHO1wuXmarJS",
"trackingNumber": "266079213921",
"url": "https://knotty-dusk.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "bhcsVxix56Z8UuZ4QBgl",
"trackingNumber": "596635214010",
"url": "https://smooth-hunger.org"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://gracious-mortise.com",
"password": "X3gsB6so",
"role": "Principal Web Developer",
"userId": "8bd91409-91b3-497b-80d5-9cb48a8a4ad6"
},
{
"emailLabelUrl": "https://subdued-chairperson.net/",
"password": "xe5x86P8",
"role": "Senior Operations Producer",
"userId": "4254aeff-c942-4001-8667-68beaabda9b2"
},
{
"emailLabelUrl": "https://rosy-lox.org/",
"password": "bAYCVIt6",
"role": "Forward Division Technician",
"userId": "984bf3be-5856-4ee4-b704-04ddabdac31f"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 148.16,
"currency": "LSL"
}
},
"completedEtdDetail": {
"folderId": "PMB5Yg82Pz5q9GN9",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "WBXuUwImfsuga1UJ"
},
{
"documentId": "uxQvYVhtZTJQfOo2"
},
{
"documentId": "fCObGz0vJo3t6NOP"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "VFUuaJecha",
"hazardClass": "3",
"id": "UN6281",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A09",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 1.64,
"netExplosiveDetail": {
"amount": 3.72,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "zlMpkaPWa9",
"hazardClass": "8",
"id": "UN2851",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 3.02,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QlqHSZlRlj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.65,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.73,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.92,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 18.94,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.55,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "p46CguXnDaXmjnk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.21,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 47.24,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "epQiFeiPV3",
"hazardClass": "8",
"id": "UN6279",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A81",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 36.26,
"netExplosiveDetail": {
"amount": 1.13,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "9PYR3827UG",
"hazardClass": "8",
"id": "UN1914",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 17.04,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "JZhMCInvqi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.43,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.68,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 46.33,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.24,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CdJX29cqDQyUfQ8",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.5,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 42.15,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.5
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jeaQxZReq3",
"hazardClass": "8",
"id": "UN8487",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A33",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 36.83,
"netExplosiveDetail": {
"amount": 7.13,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "XF8AEb53FT",
"hazardClass": "2.3",
"id": "UN2897",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.74,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vBdZfRnJbT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.47,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 22.34,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.58,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.14,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "hvWKQ7mhSBd8u5y",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.96,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 36.59,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.62
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.01,
"referenceId": "101860",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "5391448562848925157285260115721072"
},
{
"type": "ADDRESS",
"value": "0346927170642802749713351984214524"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 18
},
{
"content": "THIS SIDE UP",
"number": 1
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 18.06,
"packageRateDetails": [
{
"baseCharge": 167.73,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 129.25,
"netFedExCharge": 63.08,
"netFreight": 107.28,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 920.89,
"currency": "MDL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1926.27,
"currency": "XOF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2155.98,
"currency": "VND"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 45.55,
"totalRebates": 0.9,
"totalSurcharges": 14.71,
"totalTaxes": 1.39
},
{
"baseCharge": 184.83,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 142.65,
"netFedExCharge": 166.18,
"netFreight": 89.17,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3856.48,
"currency": "WST"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4489.61,
"currency": "DJF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1223.23,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2420.63,
"currency": "NPR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 28.13,
"totalRebates": 4.69,
"totalSurcharges": 11.7,
"totalTaxes": 8.25
}
]
},
"sequenceNumber": 4,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "2315",
"trackingIdType": "GROUND",
"trackingNumber": "79431941318643956712",
"uspsApplicationId": "93"
},
{
"formId": "8214",
"trackingIdType": "GROUND",
"trackingNumber": "02966973499194689605",
"uspsApplicationId": "83"
},
{
"formId": "6759",
"trackingIdType": "EXPRESS",
"trackingNumber": "02503926247164637328",
"uspsApplicationId": "29"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "dvX9pGbl2f",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-07-23T00:00:00.0Z",
"expirationDate": "2026-09-07T00:00:00.0Z",
"number": "70043"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 9
}
},
"masterTrackingId": {
"formId": "5015",
"trackingIdType": "GROUND",
"trackingNumber": "06716795910213582038",
"uspsApplicationId": "00"
},
"operationalDetail": {
"airportId": "HJE",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "VG7BxfEp7bCXBjF",
"commitDate": "2026-07-05T00:00:00.0Z",
"commitDay": "Sun",
"countryCode": "SZ",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-02T00:00:00.0Z",
"deliveryDay": "Sun",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "mrth",
"destinationLocationNumber": 290,
"destinationLocationStateOrProvinceCode": "NV",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "695",
"originLocationNumber": 646,
"originServiceArea": "C3",
"packagingCode": "42",
"postalCode": "78490-7111",
"publishedDeliveryTime": "12:00P",
"scac": "FDXE",
"serviceCode": "363",
"stateOrProvinceCode": "KS",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "dx",
"ursaSuffixCode": "nv"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "09",
"description": "Networked holistic data-warehouse",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "ObM"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "RAI"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "rHA"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "qMv"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "cxX3Bxz7J5BU",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "8444",
"trackingIdType": "FREIGHT",
"trackingNumber": "04728384133193959691"
},
{
"formId": "6851",
"trackingIdType": "EXPRESS",
"trackingNumber": "58333415754397353283"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "6438",
"trackingIdType": "EXPRESS",
"trackingNumber": "69619699597982718514"
},
{
"formId": "2560",
"trackingIdType": "GROUND",
"trackingNumber": "44028161250606303590"
},
{
"formId": "6901",
"trackingIdType": "GROUND",
"trackingNumber": "43598951078641090241"
},
{
"formId": "7659",
"trackingIdType": "GROUND",
"trackingNumber": "41694853184576868670"
},
{
"formId": "5092",
"trackingIdType": "EXPRESS",
"trackingNumber": "91026982761195232354"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "8556",
"trackingIdType": "EXPRESS",
"trackingNumber": "93214669263861007687"
},
{
"formId": "9801",
"trackingIdType": "FREIGHT",
"trackingNumber": "92169082271584959913"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "PAB",
"value": "CUSTOMS_VALUE"
},
"description": "S70RBP6HQ4",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"description": "SBl4ihRDmz",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KMF",
"rate": 4.06
},
"dutiesAndTaxes": [
{
"harmonizedCode": "077250",
"taxes": {
"amount": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "PtJhzkauE3",
"id": "Z65HCO",
"name": "Sales Tax"
},
"description": "BCFVV9Ed9F",
"effectiveDate": "2026-01-11T00:00:00.0Z",
"formula": "DtztLxbNQzIRsTQ",
"name": "GST",
"taxableValue": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"taxcode": "SvQyO",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "YER",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "343795",
"taxes": {
"amount": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "kXSPnz9MFc",
"id": "IOy1p7",
"name": "GST"
},
"description": "kPxj4gQHVA",
"effectiveDate": "2025-10-07T00:00:00.0Z",
"formula": "JSkJuNT3R5SDy2p",
"name": "Sales Tax",
"taxableValue": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"taxcode": "sQqc4",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "373945",
"taxes": {
"amount": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "roohV03ybz",
"id": "I7l9uL",
"name": "Sales Tax"
},
"description": "U4FnifaiOv",
"effectiveDate": "2025-10-17T00:00:00.0Z",
"formula": "UGrxbwLTDAOrnsr",
"name": "Sales Tax",
"taxableValue": {
"currency": "HTG",
"value": "CUSTOMS_VALUE"
},
"taxcode": "KwW0N",
"taxRates": [
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "KGS",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "240320",
"taxes": {
"amount": {
"currency": "KHR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "uU2280lpr5",
"id": "7nfU4O",
"name": "Sales Tax"
},
"description": "OLlhgDoD7S",
"effectiveDate": "2025-08-10T00:00:00.0Z",
"formula": "PPmcSGfQh1rqu3Z",
"name": "Sales Tax",
"taxableValue": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"taxcode": "r06KS",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"description": "xGyYT8GTm8",
"percent": 19.34,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
},
"description": "uaklGLpVvB",
"percent": 10.2,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"description": "2uJKNpsvAM",
"percent": 15.91,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 9.41,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "FdUip4owVd",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "vBHmLG",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"description": "j3J9t4SmfH",
"percent": 2.91,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
},
"description": "2ETw2zN57c",
"percent": 4.86,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SBD",
"value": "CUSTOMS_VALUE"
},
"description": "xk9jE20fHT",
"percent": 4.97,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "UAH",
"value": "CUSTOMS_VALUE"
},
"description": "GykokZEBvL",
"percent": 2.22,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"description": "Jp7wfW7OZM",
"percent": 4.92,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "STN",
"value": "CUSTOMS_VALUE"
},
"description": "oA6MScNjJu",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"description": "QDFrcz8suQ",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "KGS",
"value": "CUSTOMS_VALUE"
},
"description": "NRQmn0xXHH",
"taxType": "VAT"
},
{
"amount": {
"currency": "CRC",
"value": "CUSTOMS_VALUE"
},
"description": "UucH8VMagW",
"taxType": "VAT"
},
{
"amount": {
"currency": "VND",
"value": "CUSTOMS_VALUE"
},
"description": "J4mfrI66oF",
"taxType": "VAT"
},
{
"amount": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"description": "B73lOm9h4l",
"taxType": "VAT"
},
{
"amount": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"description": "nwNdhdBb5h",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "LSL",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "RSD",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "IRR",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "MZN",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "XOF",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KRW",
"rate": 2.53
},
"dimDivisor": 250,
"freightDiscounts": [
{
"amount": 3.38,
"description": "k20pZgDj7X",
"percent": 16.52,
"rateDiscountType": "COUPON"
},
{
"amount": 5.13,
"description": "vabrMjS8DO",
"percent": 19.82,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 8.87,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "47792",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "NlLpFT",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GYD",
"rate": 16.25
},
"dimDivisor": 289,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.73,
"description": "lREM5FJAMY",
"percent": 12.59,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.61,
"legDestinationLocationId": "FWbR",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "9wai4",
"ratedWeightMethod": "DIM",
"rateScale": "9047",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bqzzqq",
"surcharges": [
{
"amount": {
"amount": 4133.29,
"currency": "BBD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 785.76,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2753.84,
"currency": "HUF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1840.25,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 903.36,
"currency": "AWG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.3,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.1,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 3.13,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.97,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 192,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 20.6,
"totalFreightDiscounts": 11.95,
"totalNetCharge": 123.8,
"totalNetChargeWithDutiesAndTaxes": 97.59,
"totalNetFedExCharge": 160.86,
"totalNetFreight": 191.23,
"totalRebates": 4.72,
"totalSurcharges": 19.79,
"totalTaxes": 3.11
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NOK",
"rate": 24.32
},
"dimDivisor": 141,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.73,
"description": "FfZk8RU7UH",
"percent": 18.66,
"rateDiscountType": "COUPON"
},
{
"amount": 4.52,
"description": "Ra0E1XTZY6",
"percent": 5.3,
"rateDiscountType": "COUPON"
},
{
"amount": 1.25,
"description": "Mnh6APos1e",
"percent": 13.57,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 12.16,
"legDestinationLocationId": "KOly",
"minimumChargeType": "ACTUAL",
"pricingCode": "gPR6h",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1465",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "C5PVbb",
"surcharges": [
{
"amount": {
"amount": 1530.67,
"currency": "BOB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.92,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 11.45,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.91,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.17,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 171.49,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.29,
"totalFreightDiscounts": 11.21,
"totalNetCharge": 181.48,
"totalNetChargeWithDutiesAndTaxes": 69.71,
"totalNetFedExCharge": 151.67,
"totalNetFreight": 79.87,
"totalRebates": 4.35,
"totalSurcharges": 15.98,
"totalTaxes": 2.41
}
],
"surcharges": [
{
"amount": {
"amount": 2965.37,
"currency": "KGS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.09,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.86,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.39,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 11.36,
"totalBaseCharge": 185.86,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.16,
"totalDutiesTaxesAndFees": 19.85,
"totalFreightDiscounts": 41.27,
"totalNetCharge": 178.57,
"totalNetChargeWithDutiesAndTaxes": 73.11,
"totalNetFedExCharge": 105.2,
"totalNetFreight": 72.3,
"totalRebates": 4.92,
"totalSurcharges": 7.69,
"totalTaxes": 2.49
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CUP",
"rate": 10.38
},
"dimDivisor": 186,
"freightDiscounts": [
{
"amount": 1.79,
"description": "MTItUGaSrl",
"percent": 16,
"rateDiscountType": "BONUS"
},
{
"amount": 8.07,
"description": "j0iumC34xF",
"percent": 7.05,
"rateDiscountType": "COUPON"
},
{
"amount": 7,
"description": "bq68j2D1se",
"percent": 7.75,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.64,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "91330",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "JZycdi",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BYN",
"rate": 29.86
},
"dimDivisor": 120,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.77,
"description": "33398D2xAK",
"percent": 19.25,
"rateDiscountType": "EARNED"
},
{
"amount": 4.7,
"description": "Zno4WEuk9z",
"percent": 17.13,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 1.31,
"legDestinationLocationId": "IZye",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "EiMU1",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4604",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ZEZaVZ",
"surcharges": [
{
"amount": {
"amount": 3781.39,
"currency": "JMD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3293.34,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1586.48,
"currency": "BAM"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3090.3,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.32,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.85,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.79,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.24,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.3,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 58.14,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 48.57,
"totalFreightDiscounts": 43.14,
"totalNetCharge": 112.46,
"totalNetChargeWithDutiesAndTaxes": 229.56,
"totalNetFedExCharge": 190.53,
"totalNetFreight": 192.97,
"totalRebates": 1.39,
"totalSurcharges": 7.03,
"totalTaxes": 6.93
}
],
"surcharges": [
{
"amount": {
"amount": 4872.38,
"currency": "CVE"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.09,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 7.12,
"totalBaseCharge": 51.25,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 46.65,
"totalDutiesTaxesAndFees": 6.53,
"totalFreightDiscounts": 12.28,
"totalNetCharge": 83.87,
"totalNetChargeWithDutiesAndTaxes": 157.07,
"totalNetFedExCharge": 202.57,
"totalNetFreight": 199.04,
"totalRebates": 3.94,
"totalSurcharges": 0.28,
"totalTaxes": 8.12
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"masterTrackingNumber": "839882755889",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 385.88,
"baseRateAmount": 447.55,
"codcollectionAmount": 357.81,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "093993"
}
],
"masterTrackingNumber": "395581785479",
"netChargeAmount": 85.5,
"netDiscountAmount": 30.92,
"netRateAmount": 15.06,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "hWyig7i55QCa7K50Po3t",
"trackingNumber": "670084714216",
"url": "https://purple-wasabi.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "TsYA0XwtVCfIPSiMgS3s",
"trackingNumber": "756384594327",
"url": "https://alarmed-custody.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "MT7JV7VNPj6tkL8ukeee",
"trackingNumber": "141124518414",
"url": "https://distinct-footrest.info/"
}
],
"trackingNumber": "517164844422"
},
{
"additionalChargesDiscount": 427.11,
"baseRateAmount": 367.51,
"codcollectionAmount": 755.42,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "795948"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "686675"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "649556"
}
],
"masterTrackingNumber": "942314308430",
"netChargeAmount": 166.41,
"netDiscountAmount": 58.75,
"netRateAmount": 80.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "LeP45jpSbtksdkLK2e7I",
"trackingNumber": "864152011228",
"url": "https://defenseless-stool.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "WBLXaxx217AEs3yre6dw",
"trackingNumber": "992616435025",
"url": "https://immense-vein.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "xeoElxg3sZQPD0enLuvw",
"trackingNumber": "645821156147",
"url": "https://emotional-forgery.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "mHtp5QxzEPFkHrZj7Lwj",
"trackingNumber": "198921539663",
"url": "https://bright-godfather.biz/"
}
],
"trackingNumber": "972908713424"
},
{
"additionalChargesDiscount": 461.98,
"baseRateAmount": 211.48,
"codcollectionAmount": 750.13,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "727041"
}
],
"masterTrackingNumber": "453574421125",
"netChargeAmount": 15.37,
"netDiscountAmount": 95.26,
"netRateAmount": 80.08,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "xsTo9pFhj58r8R2Z6mSA",
"trackingNumber": "962015246056",
"url": "https://each-costume.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "LnETlZuWwf3hhcxA9krF",
"trackingNumber": "353407501276",
"url": "https://fruitful-sticker.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "BEtezJwFq9Cz6olGDqzs",
"trackingNumber": "234928387949",
"url": "https://cuddly-vision.name/"
}
],
"trackingNumber": "891045544270"
},
{
"additionalChargesDiscount": 389.64,
"baseRateAmount": 314.06,
"codcollectionAmount": 467.36,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "283111"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "321390"
}
],
"masterTrackingNumber": "947300619973",
"netChargeAmount": 69.17,
"netDiscountAmount": 86.39,
"netRateAmount": 33.83,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "md4pWovdU458qobtokoF",
"trackingNumber": "704740136886",
"url": "https://fragrant-guide.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "mBKCfoXtitmQrpAXttGm",
"trackingNumber": "316401969319",
"url": "https://helpful-pilot.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "HVmlNopqwQh303LDrdTW",
"trackingNumber": "667639641683",
"url": "https://lanky-underneath.com/"
}
],
"trackingNumber": "950344412287"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 380.8,
"baseRateAmount": 247.43,
"codcollectionAmount": 186.72,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "980777"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "694372"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "195575"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "874600"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "417211"
}
],
"masterTrackingNumber": "339922942329",
"netChargeAmount": 57.14,
"netDiscountAmount": 45.07,
"netRateAmount": 18.86,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "u1BBw8Q84RYqyvJUeuik",
"trackingNumber": "527816698560",
"url": "https://direct-cornet.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "IvqYw3jydQyzgmp3jNMj",
"trackingNumber": "362189851745",
"url": "https://circular-stitcher.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "ikuJlrNLd6TTGNpMPdEh",
"trackingNumber": "732194261379",
"url": "https://tepid-lobster.name"
}
],
"trackingNumber": "377353245435"
},
{
"additionalChargesDiscount": 238.11,
"baseRateAmount": 154.94,
"codcollectionAmount": 659.31,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "442526"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "510783"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "179141"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "844186"
}
],
"masterTrackingNumber": "624921243919",
"netChargeAmount": 61.61,
"netDiscountAmount": 4.17,
"netRateAmount": 31.75,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "CMbSOC7InFWxh9RIX84J",
"trackingNumber": "016384902314",
"url": "https://reckless-piglet.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "typkSAgxhLQLLi252Awh",
"trackingNumber": "369346381134",
"url": "https://white-napkin.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "t7fKWm2sRR3HtR1erzP3",
"trackingNumber": "255048915392",
"url": "https://puny-order.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "duT7vZX1HLqLCNT5AKm0",
"trackingNumber": "865234277011",
"url": "https://confused-monasticism.org/"
}
],
"trackingNumber": "245502918057"
},
{
"additionalChargesDiscount": 312.54,
"baseRateAmount": 265.55,
"codcollectionAmount": 162.6,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "220297"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "255512"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "527639"
}
],
"masterTrackingNumber": "209893724844",
"netChargeAmount": 15.79,
"netDiscountAmount": 102.42,
"netRateAmount": 13.02,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "RiNI7GU1bX7L4s8slUgm",
"trackingNumber": "936012404454",
"url": "https://sturdy-trolley.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "E14B0AGMCtsnX8EQogtL",
"trackingNumber": "768135683756",
"url": "https://superb-mobility.net/"
}
],
"trackingNumber": "102217149277"
},
{
"additionalChargesDiscount": 472.97,
"baseRateAmount": 496.18,
"codcollectionAmount": 73.68,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "845813"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "765626"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "627047"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "346839"
}
],
"masterTrackingNumber": "014436841285",
"netChargeAmount": 107.25,
"netDiscountAmount": 33.21,
"netRateAmount": 60.11,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "wKDcj8hN8oRW2MQjx8HR",
"trackingNumber": "172255220211",
"url": "https://thorny-vibraphone.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "dTcUtppFDj6UKnhin5Zk",
"trackingNumber": "196085686941",
"url": "https://natural-fedora.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "APh6KzCGnTU65PlHuYWx",
"trackingNumber": "268640617695",
"url": "https://old-fashioned-order.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "LIhnjNZjcBTPMa8hVQaE",
"trackingNumber": "938302712866",
"url": "https://spanish-schnitzel.com"
}
],
"trackingNumber": "546826494995"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 38.61,
"baseRateAmount": 334.04,
"codcollectionAmount": 406.58,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "244640"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "831024"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "983253"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "448348"
}
],
"masterTrackingNumber": "522709594900",
"netChargeAmount": 38.62,
"netDiscountAmount": 41.98,
"netRateAmount": 89.78,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "SgsP9cXrG8LcnEuqa1ks",
"trackingNumber": "544719646264",
"url": "https://meager-thread.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "9kMu6uVN4vljxNufBd3c",
"trackingNumber": "041781925321",
"url": "https://general-metal.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "u8XcCuhRxWXCBi6720yO",
"trackingNumber": "871850689806",
"url": "https://annual-minority.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "x95ujdlmTduCvdfzI1Lj",
"trackingNumber": "681356329830",
"url": "https://gullible-tool.biz"
}
],
"trackingNumber": "607690846858"
},
{
"additionalChargesDiscount": 321.13,
"baseRateAmount": 373.91,
"codcollectionAmount": 687.53,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "752821"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "417806"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "271298"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "902343"
}
],
"masterTrackingNumber": "194033165675",
"netChargeAmount": 14.57,
"netDiscountAmount": 148.87,
"netRateAmount": 63.79,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "sFw9LI2IsxdYRK9heKoG",
"trackingNumber": "644578283341",
"url": "https://husky-fun.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "efZFUwE4h0YHIUjIbBy9",
"trackingNumber": "924061333172",
"url": "https://carefree-metabolite.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "ekvmc5Cl7Rdy2zaFNzOh",
"trackingNumber": "857568444929",
"url": "https://defensive-tributary.info/"
}
],
"trackingNumber": "598311728512"
},
{
"additionalChargesDiscount": 182.51,
"baseRateAmount": 389.96,
"codcollectionAmount": 218.02,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "963737"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "273105"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "310019"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "543940"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "921152"
}
],
"masterTrackingNumber": "700462692946",
"netChargeAmount": 44.86,
"netDiscountAmount": 20.41,
"netRateAmount": 63.23,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "j9ell1ZWVv9kfOsaadIT",
"trackingNumber": "203519744017",
"url": "https://oily-tuba.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "Om2m3t6N3jTHiOgush01",
"trackingNumber": "250747394025",
"url": "https://unselfish-rosemary.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "kzO2sRbQkKsaTDvPtrc2",
"trackingNumber": "053973240591",
"url": "https://unhappy-transparency.name"
}
],
"trackingNumber": "513196778195"
},
{
"additionalChargesDiscount": 463.79,
"baseRateAmount": 381.69,
"codcollectionAmount": 32.24,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "137256"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "404305"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "849373"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "322044"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "853136"
}
],
"masterTrackingNumber": "401503600867",
"netChargeAmount": 145.92,
"netDiscountAmount": 88.3,
"netRateAmount": 61.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "oFNi8ou1EXwcIZATJaB6",
"trackingNumber": "652702900041",
"url": "https://sunny-window.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "nhmn3UF1mDeu1FG3fqf3",
"trackingNumber": "816873137757",
"url": "https://mediocre-lace.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "Z42slFT4oz1rU7RG4s8B",
"trackingNumber": "886171689269",
"url": "https://flimsy-hydrolyse.com/"
}
],
"trackingNumber": "618689636054"
},
{
"additionalChargesDiscount": 452.95,
"baseRateAmount": 201.4,
"codcollectionAmount": 433.23,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "365290"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "353495"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "221044"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "600514"
}
],
"masterTrackingNumber": "702274995809",
"netChargeAmount": 91.22,
"netDiscountAmount": 64.82,
"netRateAmount": 88.37,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "8L8r6Sw9tlNdfMMXJWoS",
"trackingNumber": "724686297838",
"url": "https://everlasting-mathematics.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "DONFxg2OpY4H5gORIIWZ",
"trackingNumber": "565424681352",
"url": "https://jealous-louse.name/"
}
],
"trackingNumber": "348412567164"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx 2 Day Freight",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2026-01-16T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 10,
"suggestions": [
{
"description": "The Streamlined intangible support Car offers reliable performance and buttery design",
"harmonizedCode": "100864"
},
{
"description": "Professional-grade Keyboard perfect for phony training and recreational use",
"harmonizedCode": "335531"
},
{
"description": "Discover the bear-like agility of our Chips, perfect for eminent users",
"harmonizedCode": "046128"
},
{
"description": "Savor the creamy essence in our Keyboard, designed for idealistic culinary adventures",
"harmonizedCode": "345869"
},
{
"description": "The Decentralized encompassing strategy Chicken offers reliable performance and foolish design",
"harmonizedCode": "452435"
}
]
},
{
"commodityIndex": 14,
"suggestions": [
{
"description": "Professional-grade Shoes perfect for total training and recreational use",
"harmonizedCode": "102947"
}
]
},
{
"commodityIndex": 5,
"suggestions": [
{
"description": "Discover the true new Car with an exciting mix of Wooden ingredients",
"harmonizedCode": "640865"
},
{
"description": "Professional-grade Towels perfect for majestic training and recreational use",
"harmonizedCode": "905643"
}
]
},
{
"commodityIndex": 12,
"suggestions": [
{
"description": "Introducing the Peru-inspired Mouse, blending baggy style with local craftsmanship",
"harmonizedCode": "177735"
},
{
"description": "Innovative Ball featuring yellow technology and Granite construction",
"harmonizedCode": "230050"
},
{
"description": "The blue Cheese combines Romania aesthetics with Fermium-based durability",
"harmonizedCode": "515755"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "4HUAj",
"localizedText": "3yI39fUIq3JJG30Uyf9z",
"parameters": [
{
"id": "GbNiZ",
"value": "LRSTxt4xiJ"
},
{
"id": "4vxF7",
"value": "2IpMhmYYOc"
},
{
"id": "KHiPQ",
"value": "3zzFiCng4O"
},
{
"id": "BiKBj",
"value": "WGSHwZFpjW"
},
{
"id": "cxPW6",
"value": "CaAFJgCCFl"
}
],
"text": "EmPiXVAWFeau860"
},
"categories": [
"categories"
],
"commodityIndex": 3,
"derivedHarmonizedCode": "836040",
"source": "CoACxr1JiH",
"status": "ACTIVE",
"type": "AuNhCajWki",
"waiver": {
"advisories": [
{
"code": "PM6h3",
"localizedText": "FEE3AbPOTDARKl1DNTuG",
"parameters": [
{
"id": "ecSNc",
"value": "CH6goIgSkM"
},
{
"id": "wAnkZ",
"value": "Qp0qnH7NvH"
},
{
"id": "6uSN2",
"value": "YAtynNzNTJ"
},
{
"id": "7nXoR",
"value": "sZoLnPyBkA"
},
{
"id": "DHcXM",
"value": "pXBVyJA9wb"
}
],
"text": "GXzGG6BVIFu9v4n"
},
{
"code": "WcZEL",
"localizedText": "VhSMg4wOsVqyf3xiOPsa",
"parameters": [
{
"id": "Ll0NF",
"value": "DVQbnjK0Ew"
},
{
"id": "yEstt",
"value": "wV3pNJtRVA"
},
{
"id": "HVu5o",
"value": "6nrqi4bfr6"
},
{
"id": "RIgbM",
"value": "97KKIzvAlo"
},
{
"id": "Ew6ax",
"value": "Kd2Vcl2sP3"
}
],
"text": "dJUyCSIG5SuvMaP"
},
{
"code": "r4q1y",
"localizedText": "9zeGXO3apzYI8i9EM1YS",
"parameters": [
{
"id": "i2oom",
"value": "NQcNmVoQxg"
},
{
"id": "feOv5",
"value": "fYs6JRdYOX"
}
],
"text": "yh2vj974ZgTVZtd"
},
{
"code": "sfH4w",
"localizedText": "4tVfAYJz55TekJygRqSN",
"parameters": [
{
"id": "7ZbCN",
"value": "Vfyh5k3H2W"
},
{
"id": "9czG0",
"value": "Sth2caoqXX"
},
{
"id": "8dmXh",
"value": "YeMJfsWc0W"
},
{
"id": "ifHRP",
"value": "RirNuSnSQN"
}
],
"text": "VuodfRohWCJGvaI"
}
],
"description": "pcQfuJK1i4",
"id": "gJNcI"
}
},
{
"advisory": {
"code": "pniZy",
"localizedText": "vp1gSmwHpu3tb7My174L",
"parameters": [
{
"id": "63yf3",
"value": "PFB2Fc3cgd"
},
{
"id": "8qwjg",
"value": "UPMXdo9cMi"
},
{
"id": "n38uN",
"value": "uPbhy6Mv6d"
}
],
"text": "cX7AhkMDgjGAKfc"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "745394",
"source": "777ICYKThM",
"status": "PENDING",
"type": "78ybVd6DUz",
"waiver": {
"advisories": [
{
"code": "fWe8p",
"localizedText": "r3ewVQvdRUH9q2jQHZia",
"parameters": [
{
"id": "vSjKf",
"value": "73KXe96UEQ"
},
{
"id": "kFarC",
"value": "dF97L3KnDv"
},
{
"id": "RFpgT",
"value": "XXFysxGLVL"
}
],
"text": "HI4vYN1sQSYWJcN"
},
{
"code": "rSDts",
"localizedText": "aNZHFZwGlzlceyBNEYoA",
"parameters": [
{
"id": "zBsET",
"value": "6L9kVYZFea"
},
{
"id": "A6cQs",
"value": "w22qUEGnRx"
},
{
"id": "QZD2D",
"value": "NIVo98m0HW"
},
{
"id": "6pZpi",
"value": "I0zWtWob0F"
}
],
"text": "idKLLYuWigEzzzy"
}
],
"description": "D3xIU81etL",
"id": "ZgcgU"
}
},
{
"advisory": {
"code": "nWlN9",
"localizedText": "TtP5IMPPGXRY4aFauKlO",
"parameters": [
{
"id": "omgmL",
"value": "dzmLPH6C5P"
},
{
"id": "Yg7L8",
"value": "rHRtxnoId0"
}
],
"text": "REO8j9E1U59SIuF"
},
"categories": [
"categories"
],
"commodityIndex": 7,
"derivedHarmonizedCode": "331253",
"source": "OThGJaiQMD",
"status": "ACTIVE",
"type": "5ByhyBGb8Z",
"waiver": {
"advisories": [
{
"code": "W11yh",
"localizedText": "bUZddyQLSPBhnGJVe9TI",
"parameters": [
{
"id": "xnoXD",
"value": "oBaOMZ3izd"
},
{
"id": "ICpYu",
"value": "dxLPHMCQk2"
},
{
"id": "Rp34Z",
"value": "IRD9CYs91P"
},
{
"id": "qm4i7",
"value": "HDTbHknQFh"
}
],
"text": "oGEKkf0I4CGODVy"
},
{
"code": "1TOgT",
"localizedText": "pms6SGCLNh1JwNvv4Qy6",
"parameters": [
{
"id": "nTXQx",
"value": "SE6wC40wax"
},
{
"id": "I3r0C",
"value": "BPIobRFAn6"
},
{
"id": "tsl2B",
"value": "UgdtdvbcIE"
}
],
"text": "8YiidVC1Zua3q3S"
},
{
"code": "0wCJe",
"localizedText": "xKbmqThBZp0RIUAuqZef",
"parameters": [
{
"id": "iAQC6",
"value": "9DqMG9wvu8"
},
{
"id": "2mT6S",
"value": "1zvJc7shW5"
},
{
"id": "T6gzj",
"value": "TfF6Hplgpp"
},
{
"id": "Zipfw",
"value": "PLVgQt8uaS"
},
{
"id": "erDFb",
"value": "8ic13Kq4Ku"
}
],
"text": "J7HOAezBEUWewVf"
},
{
"code": "U1AYF",
"localizedText": "y06fwJHBICu6Ptm1DiXN",
"parameters": [
{
"id": "BF97T",
"value": "Xf3gZLV5O8"
},
{
"id": "PBTz7",
"value": "4NiTIDLXIb"
},
{
"id": "h5p1w",
"value": "fWZw04OuAw"
},
{
"id": "lmnFy",
"value": "kbSoGQNoaW"
},
{
"id": "RPyuE",
"value": "oaMNpsg9Ex"
}
],
"text": "QrhvWAc1I9c9Ri9"
},
{
"code": "OVdKW",
"localizedText": "eFQcRJ6ZSqvxIi9LULt8",
"parameters": [
{
"id": "iorzy",
"value": "d8qZ6bmIQk"
},
{
"id": "OcWOI",
"value": "S7KmjvxFoJ"
},
{
"id": "qrXpc",
"value": "j1vwL9e6AX"
},
{
"id": "hoYTh",
"value": "ipTZxKQ1cB"
}
],
"text": "bPEQnQNRnbY4cna"
}
],
"description": "cveQjZAulN",
"id": "8CqCP"
}
},
{
"advisory": {
"code": "4rxpW",
"localizedText": "UVN6hgNjjXN0bAfcroAg",
"parameters": [
{
"id": "ydDez",
"value": "dEUpiaiRlT"
},
{
"id": "3EMyM",
"value": "wLrkgBW3SI"
},
{
"id": "V9kX8",
"value": "mVyO7H7Paa"
}
],
"text": "AkutrqKEuDWeItD"
},
"categories": [
"categories"
],
"commodityIndex": 8,
"derivedHarmonizedCode": "247913",
"source": "Hvsprn6TPn",
"status": "PENDING",
"type": "axuWC1uFRp",
"waiver": {
"advisories": [
{
"code": "qVuAT",
"localizedText": "4Mv5yJsA7vRbnMgaMcqO",
"parameters": [
{
"id": "RHf3c",
"value": "zvfJipSpEA"
},
{
"id": "otzUd",
"value": "qdiXbGTYvU"
}
],
"text": "YjuEifjf1AVL87B"
},
{
"code": "MEisF",
"localizedText": "rm1GY3wZUsZQl96bH9SO",
"parameters": [
{
"id": "zWFtB",
"value": "deyL9pwdtn"
},
{
"id": "fXcpx",
"value": "RyVliFXqY5"
},
{
"id": "lsYsA",
"value": "LasBIR8qOe"
},
{
"id": "tFF3O",
"value": "jQEkKqmrCk"
},
{
"id": "3jXLD",
"value": "P8g6xLYziV"
}
],
"text": "z4LPdwjM2wjiBke"
},
{
"code": "lfyza",
"localizedText": "udx7xjVKkRMjgPTK3QL5",
"parameters": [
{
"id": "tpYHf",
"value": "M7TbV69c5i"
},
{
"id": "DPMch",
"value": "qkuc5ImD8W"
},
{
"id": "KffoE",
"value": "iQHCiCRD7L"
},
{
"id": "LQ1fE",
"value": "ypzsjIFKCx"
},
{
"id": "yRwgo",
"value": "pHxeNWZcqa"
}
],
"text": "Pcn5Kk3AUfwH6Qn"
}
],
"description": "OLfl30n7hJ",
"id": "HEtml"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "SHHa9bM0Ad99IVxao4ob",
"trackingNumber": "702154185943",
"url": "https://messy-confusion.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "DqFq9aV2m4CzY7214MCg",
"trackingNumber": "879709232846",
"url": "https://soft-schedule.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "VQLwBmjKdLDowxY8CZzl",
"trackingNumber": "027335807941",
"url": "https://pricey-chasuble.name/"
}
]
}
]
},
"transactionId": "6eaa741d-22d4-4e6f-9094-884ad29c0c49"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SHIPMENT.JOBID.INVALID",
"message": "Error with entered JobId. Please verify the entered JobId."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
authorization* | "Bearer XXXXX" |
content-type* | "application/json" |
{
"accountNumber": {
"value": "XXXXX2842"
},
"consolidationKey": {
"date": "2022-08-08",
"index": "794862920477",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"edtRequestType": "ALL",
"labelSpecification": {
"imageType": "PNG",
"labelFormatType": "COMMON2D",
"labelStockType": "PAPER_7X475"
},
"processingOptionType": "ALLOW_ASYNCHRONOUS"
}{
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "HItgF3ZgxM",
"message": "dxIO4Vhoaa7AWXFcBPP3"
}
],
"completedConsolidationDetail": {
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://ripe-grouper.biz/",
"password": "59bHegpu",
"role": "Principal Data Developer",
"userId": "33293499-a032-46f6-98af-ad40f9e2b5ca"
},
{
"emailLabelUrl": "https://negligible-heartbeat.net/",
"password": "xg0Hjvuz",
"role": "District Marketing Strategist",
"userId": "fc7d5a8a-6d45-4d8b-a65e-6e5e2bdfd51e"
},
{
"emailLabelUrl": "https://slow-stock.name/",
"password": "lKtk2EY6",
"role": "Investor Intranet Administrator",
"userId": "a9dc084f-4504-412f-9df8-d52794864154"
},
{
"emailLabelUrl": "https://pessimistic-interchange.org/",
"password": "3QvofikZ",
"role": "National Marketing Orchestrator",
"userId": "24eb1046-cae5-4546-a480-1ed8e6094eaf"
},
{
"emailLabelUrl": "https://worthless-hydrolyze.net",
"password": "ELR7EJOZ",
"role": "Human Metrics Architect",
"userId": "ef945b1f-b65a-423d-b34d-5d006c061dbe"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2578.67,
"currency": "XOF"
}
},
"completedEtdDetail": {
"folderId": "0NyZsFnQi8NtACOQ",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "KUNXD1oo9l0ajQoZ"
},
{
"documentId": "3OJe84q7TtjvjfYy"
},
{
"documentId": "xdVE8w8jkvKLJQmq"
},
{
"documentId": "29UAiDxja9p8lsfO"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mzE4QssLte",
"hazardClass": "3",
"id": "UN5556",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A37",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 12.39,
"netExplosiveDetail": {
"amount": 4.26,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "9FiujPhVOt",
"hazardClass": "3",
"id": "UN1134",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 26.51,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "fothYfQTqM"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.05,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 32.49,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "mFz1h0R7BMKmFeb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 44.24,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 23.77,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.11
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GwvSPZRooa",
"hazardClass": "8",
"id": "UN8373",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A80",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 56.97,
"netExplosiveDetail": {
"amount": 8.74,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "kLcbWjw7WQ",
"hazardClass": "2.3",
"id": "UN8244",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 30.71,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CVURmvSxfD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.89,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.99,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vTQHvIncEN08Z7C",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.76,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 17.23,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Nu5sLeVnSI",
"hazardClass": "3",
"id": "UN7224",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 26.13,
"netExplosiveDetail": {
"amount": 8.68,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Mjc5TzYIgG",
"hazardClass": "2.3",
"id": "UN7793",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 89.81,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mmHDUwzsDG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.51,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.87,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.12,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.58,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "g1X12ih7GdNNmbh",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.98,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 3.19,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mRh6mx9u6y",
"hazardClass": "8",
"id": "UN0821",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A73",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 74.17,
"netExplosiveDetail": {
"amount": 1.66,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "EHDaPuAKrL",
"hazardClass": "2.3",
"id": "UN4409",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 62.43,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ExhRxDwBwc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.41,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.08,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.46,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ODXfLsxrbYuD4St",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 15.74,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 45.19,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zs2u1azbgA",
"hazardClass": "8",
"id": "UN3562",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 61.17,
"netExplosiveDetail": {
"amount": 9.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GTOY23KH48",
"hazardClass": "3",
"id": "UN5863",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 59.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "apWXGMgIZv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 34.81,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.13,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 19.3,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "4wdfJjT62OeQLKx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.48,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 4.98,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.15
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "br7hgURUfv",
"hazardClass": "3",
"id": "UN0187",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A85",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 71.89,
"netExplosiveDetail": {
"amount": 8.39,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "z4CwsYmZ6N",
"hazardClass": "2.3",
"id": "UN8636",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 79.21,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PXYKqNFImF"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.07,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 18.24,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.72,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ZjtbtiluqRx78Em",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.68,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 24.6,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nOIRgLq9F0",
"hazardClass": "8",
"id": "UN7835",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A10",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 35.58,
"netExplosiveDetail": {
"amount": 8.36,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Wc38nQVRdm",
"hazardClass": "3",
"id": "UN9222",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 87.53,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KetxBvhZGj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.9,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.5,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.74,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CJ3lcV6FyDALj5s",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.05,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 26.88,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.5
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "cXL82Bux35",
"hazardClass": "3",
"id": "UN8240",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 93.23,
"netExplosiveDetail": {
"amount": 4.8,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "0wpdhBqGDw",
"hazardClass": "2.3",
"id": "UN6336",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 45.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "eyawdfCfcr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.7,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "y4OLLcpivZZPfBQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.21,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.38,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4GIb2xM2jP",
"hazardClass": "3",
"id": "UN9737",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A31",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 61.6,
"netExplosiveDetail": {
"amount": 9.41,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "eQiiLhXFUu",
"hazardClass": "3",
"id": "UN7688",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 44.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zMTphReKek"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.27,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 18.66,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 23.75,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 19.83,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 49.84,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "NiuxtlSWxYmGMAx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.33,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 5.37,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nRN5xVlPiM",
"hazardClass": "3",
"id": "UN7888",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 45.35,
"netExplosiveDetail": {
"amount": 2.77,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ZcMvGzjVzQ",
"hazardClass": "8",
"id": "UN8313",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 26.95,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QvcCIDlXpD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.4,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 28.14,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.28,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "LY0kNMMeI8dPFxo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.94,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 32.92,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.48
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "3ZH8axfPpy",
"hazardClass": "8",
"id": "UN0441",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 57.09,
"netExplosiveDetail": {
"amount": 6.31,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "4zMWWphU67",
"hazardClass": "2.3",
"id": "UN8469",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 67.62,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BnbBCEBwtk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.66,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.86,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "2UqxMHe5r0TNMfa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.93,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 48.95,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZuvUh2Xlqx",
"hazardClass": "8",
"id": "UN8259",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 66.34,
"netExplosiveDetail": {
"amount": 7.05,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "hVf8hOswHG",
"hazardClass": "8",
"id": "UN0087",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 24.72,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hJJMQIEyxX"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.88,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 6.26,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 8.65,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 44.29,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.24,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "wr417fh5RLULBf1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.42,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.71,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "PxCCVqHZKZ",
"hazardClass": "3",
"id": "UN8619",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 5.57,
"netExplosiveDetail": {
"amount": 9.1,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "eUK8aHqjux",
"hazardClass": "2.3",
"id": "UN4705",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 59.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PKgDgJEnCW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.81,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.91,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.92,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "7MHnz5Tg7An63VD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.03,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 42.1,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.81
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 5.26,
"referenceId": "035998",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "9855668303855745137183135794038141"
},
{
"type": "GROUND",
"value": "2293338916412136688821762818987137"
},
{
"type": "GROUND",
"value": "8059562157697769187550696765853981"
},
{
"type": "GROUND",
"value": "6502020522227801330514479352016589"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 7
},
{
"content": "DO NOT STACK",
"number": 18
},
{
"content": "THIS SIDE UP",
"number": 8
},
{
"content": "DO NOT STACK",
"number": 4
},
{
"content": "FRAGILE",
"number": 9
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 32.57,
"packageRateDetails": [
{
"baseCharge": 73.74,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 58.09,
"netFedExCharge": 137.97,
"netFreight": 149.12,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 239.34,
"currency": "MYR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4737.45,
"currency": "DZD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3640.27,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 23,
"totalRebates": 0.27,
"totalSurcharges": 13.22,
"totalTaxes": 6.06
},
{
"baseCharge": 195.82,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 145.52,
"netFedExCharge": 161.96,
"netFreight": 71.73,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2180.46,
"currency": "QAR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 47.4,
"totalRebates": 0.55,
"totalSurcharges": 10.85,
"totalTaxes": 4.34
},
{
"baseCharge": 84.41,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 122.22,
"netFedExCharge": 150.89,
"netFreight": 133.11,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 649.14,
"currency": "BIF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 885.27,
"currency": "MUR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3342.96,
"currency": "PGK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 29.4,
"totalRebates": 3.5,
"totalSurcharges": 16.48,
"totalTaxes": 1.69
},
{
"baseCharge": 92.73,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 197.95,
"netFedExCharge": 164.34,
"netFreight": 40.04,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 695.07,
"currency": "BGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1068.88,
"currency": "CHF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 36.31,
"totalRebates": 4.91,
"totalSurcharges": 9.78,
"totalTaxes": 1.7
}
]
},
"sequenceNumber": 4,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "6774",
"trackingIdType": "FREIGHT",
"trackingNumber": "87956736321878212141",
"uspsApplicationId": "96"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "frKDfQdCNP",
"hazardClass": "3",
"id": "UN5688",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 57.18,
"netExplosiveDetail": {
"amount": 4.03,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "NesKh6r0xU",
"hazardClass": "8",
"id": "UN7217",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 36.5,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CEmgDhufTp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.01,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.15,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.49,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "lvpbSoMS0siJx4j",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.22,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 43.52,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "cd4uPfkprl",
"hazardClass": "3",
"id": "UN8710",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 76.38,
"netExplosiveDetail": {
"amount": 9.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "KSiyJeDRVm",
"hazardClass": "8",
"id": "UN0727",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 18.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QvtdEqBaLi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.24,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.42,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 32.27,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "xrhSM49A1JJJAi4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.29,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 32.12,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Nf51Gm0FgL",
"hazardClass": "8",
"id": "UN6071",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 80.9,
"netExplosiveDetail": {
"amount": 8.85,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "n9LAEnKXjm",
"hazardClass": "2.3",
"id": "UN0834",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 44.75,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KKqEmXldOw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 20.61,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 8.48,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "C9Lm2xIl3bRGBKo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.01,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.72,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.98
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "lCCqpSsG88",
"hazardClass": "3",
"id": "UN6797",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 98.4,
"netExplosiveDetail": {
"amount": 9.69,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2ZBQvdUwGB",
"hazardClass": "2.3",
"id": "UN4050",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 6.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kFQoQeqlcf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.59,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "8dvWRt7pbhyEzzz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.99,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 10.08,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.92
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "awGlr8XcC8",
"hazardClass": "8",
"id": "UN0559",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A34",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 10.97,
"netExplosiveDetail": {
"amount": 5.19,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "iUZ18zwfqs",
"hazardClass": "3",
"id": "UN4028",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 80.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QFfRePbKIr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.08,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.1,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.99,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.77,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 4.04,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "mCopAsQk0RetwhU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.86,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 43.25,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rozFLjxooC",
"hazardClass": "3",
"id": "UN0278",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 11.62,
"netExplosiveDetail": {
"amount": 7.24,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "UR1yqfkn8f",
"hazardClass": "2.3",
"id": "UN3638",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "tphmDcBGgv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.22,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5wgB8fuRNEl4xJ4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 19.61,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.06
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FJp9dkXfpT",
"hazardClass": "3",
"id": "UN6066",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 15.52,
"netExplosiveDetail": {
"amount": 9.2,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "gsGbvBElFH",
"hazardClass": "8",
"id": "UN4867",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.96,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EVDjhhnLRk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.09,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 23.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.52,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.74,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Ighy2KAMdi0KG3G",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.06,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.83,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ixAEQhIgke",
"hazardClass": "8",
"id": "UN2087",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A34",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 17.43,
"netExplosiveDetail": {
"amount": 8.35,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ox5N3E58DN",
"hazardClass": "8",
"id": "UN8636",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 61.45,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ypmUlrFFAM"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.79,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "OmebePWO0DnQBCR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 15.54,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MJD5PtpDLr",
"hazardClass": "8",
"id": "UN8401",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 69.97,
"netExplosiveDetail": {
"amount": 7.57,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "s7DCNITwoO",
"hazardClass": "2.3",
"id": "UN9643",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 71.62,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ECXBHgmMXp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.96,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "TmadhqmD4EmbQiy",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.28,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 42.92,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "aQHTI6qPVz",
"hazardClass": "3",
"id": "UN1302",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 90.45,
"netExplosiveDetail": {
"amount": 1.08,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "AxDHJDKQ6s",
"hazardClass": "3",
"id": "UN4622",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 89.81,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mdHHbbgjki"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.41,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 12.97,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 41.89,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 14.66,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.59,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CjbEkIQ0WKZrGLQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.31,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 24.96,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.76
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 7.04,
"referenceId": "367564",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "0908076970650586484447149285706932"
},
{
"type": "ADDRESS",
"value": "9611258577524675596257738312680894"
},
{
"type": "GROUND",
"value": "8944085644061005724272566245728175"
},
{
"type": "GROUND",
"value": "1209613492366240484439875284368234"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 16
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 33.92,
"packageRateDetails": [
{
"baseCharge": 64.44,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 164.68,
"netFedExCharge": 66.98,
"netFreight": 98.56,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 252.45,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 75.09,
"currency": "TOP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4668.15,
"currency": "KMF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2562.74,
"currency": "MYR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 20.56,
"totalRebates": 2.32,
"totalSurcharges": 1.74,
"totalTaxes": 5.97
}
]
},
"sequenceNumber": 2,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "2503",
"trackingIdType": "FREIGHT",
"trackingNumber": "92016890528935875353",
"uspsApplicationId": "05"
},
{
"formId": "9676",
"trackingIdType": "EXPRESS",
"trackingNumber": "63028659761115689594",
"uspsApplicationId": "61"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "57tCalXrmW",
"hazardClass": "8",
"id": "UN9014",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 35.55,
"netExplosiveDetail": {
"amount": 2.14,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "cizHZDELUS",
"hazardClass": "3",
"id": "UN9542",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 7.73,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cUDPwHjIke"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.65,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 49.2,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.24,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.83,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "L8btNfGc2ToleTL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.62,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 40.86,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "bMLD3nK8jE",
"hazardClass": "8",
"id": "UN3828",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A13",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 37.04,
"netExplosiveDetail": {
"amount": 10,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "tlP0dWvXSu",
"hazardClass": "8",
"id": "UN8594",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 29.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "meytISuunm"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.85,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 14.31,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 28.96,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Bx554KtTTpMgAda",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.6,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 21.5,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.34
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "o0pbA3Kjgy",
"hazardClass": "3",
"id": "UN6085",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A64",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 66.03,
"netExplosiveDetail": {
"amount": 9.95,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "umbJ4Qu3CL",
"hazardClass": "2.3",
"id": "UN5944",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LIOzloGUYH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.29,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "p4YzBHXWKp4xWUG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.42,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 8.21,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "JVjy4loCie",
"hazardClass": "8",
"id": "UN2645",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A94",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 39.81,
"netExplosiveDetail": {
"amount": 3.9,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "7CA6CMqtbB",
"hazardClass": "2.3",
"id": "UN7509",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 61.95,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zWQMVqKhzW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 21.39,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 5.09,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 15.31,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.38,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5il2zeZsvZ0xqMa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.87,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 41.76,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "DsqkCGubxv",
"hazardClass": "3",
"id": "UN3062",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 49.52,
"netExplosiveDetail": {
"amount": 5.87,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "0HZsjYBUrQ",
"hazardClass": "3",
"id": "UN1513",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 14.15,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HvlHCGYsXJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.9,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 26.18,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.36,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.09,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "wZrmkp0YVZHC1iG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.3,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.32,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UU63xuP4is",
"hazardClass": "3",
"id": "UN0436",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 19,
"netExplosiveDetail": {
"amount": 1.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "sWbeuC1dYA",
"hazardClass": "3",
"id": "UN6617",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 24.02,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mLIsbjIrpQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.43,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 11.61,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 6.83,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.57,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.6,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "8u4lCHohPijyVWC",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.16,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 16.87,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.56
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 7.93,
"referenceId": "440519",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "7014761823596349246134032840499898"
},
{
"type": "ADDRESS",
"value": "9298505463731520566850472761758530"
},
{
"type": "GROUND",
"value": "8269245262313552615807426666160597"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 1
},
{
"content": "FRAGILE",
"number": 13
},
{
"content": "FRAGILE",
"number": 13
},
{
"content": "FRAGILE",
"number": 9
},
{
"content": "SECURED",
"number": 5
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 42.37,
"packageRateDetails": [
{
"baseCharge": 190.46,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 78.2,
"netFedExCharge": 186.1,
"netFreight": 78.41,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 784.27,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4150.77,
"currency": "LAK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1.43,
"currency": "IQD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 796.44,
"currency": "ARS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1866.04,
"currency": "KWD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 35.79,
"totalRebates": 2.35,
"totalSurcharges": 9,
"totalTaxes": 4.28
}
]
},
"sequenceNumber": 10,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "5298",
"trackingIdType": "GROUND",
"trackingNumber": "54352739622521004606",
"uspsApplicationId": "06"
},
{
"formId": "1296",
"trackingIdType": "FREIGHT",
"trackingNumber": "85139001823545451991",
"uspsApplicationId": "85"
},
{
"formId": "5636",
"trackingIdType": "GROUND",
"trackingNumber": "49812062818712237540",
"uspsApplicationId": "27"
},
{
"formId": "5397",
"trackingIdType": "FREIGHT",
"trackingNumber": "70546469824984093000",
"uspsApplicationId": "99"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "J0cvOaYm52",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-04-29T00:00:00.0Z",
"expirationDate": "2026-08-13T00:00:00.0Z",
"number": "75443"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 2
}
},
"masterTrackingId": {
"formId": "6835",
"trackingIdType": "GROUND",
"trackingNumber": "52339184882848670070",
"uspsApplicationId": "58"
},
"operationalDetail": {
"airportId": "ROO",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "IAdM5v2am43iGuN",
"commitDate": "2026-07-03T00:00:00.0Z",
"commitDay": "Tue",
"countryCode": "MV",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-06T00:00:00.0Z",
"deliveryDay": "Tue",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "Wqgx",
"destinationLocationNumber": 727,
"destinationLocationStateOrProvinceCode": "VT",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "356",
"originLocationNumber": 984,
"originServiceArea": "B2",
"packagingCode": "93",
"postalCode": "28364",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "144",
"stateOrProvinceCode": "IA",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Dd",
"ursaSuffixCode": "Nv"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "22",
"description": "Integrated analyzing alliance",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "z6z"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "n8l"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "wN8"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "DyQlXqOVGfp4",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "2565",
"trackingIdType": "EXPRESS",
"trackingNumber": "68755092694158064597"
},
{
"formId": "8286",
"trackingIdType": "FREIGHT",
"trackingNumber": "16075017093770298700"
},
{
"formId": "5121",
"trackingIdType": "EXPRESS",
"trackingNumber": "56160763322124825716"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
},
"description": "5Y810fPLTq",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GBP",
"rate": 16.32
},
"dutiesAndTaxes": [
{
"harmonizedCode": "953279",
"taxes": {
"amount": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "NJuZym8pg2",
"id": "nxRG9o",
"name": "Sales Tax"
},
"description": "FAkf8p7rj6",
"effectiveDate": "2025-09-10T00:00:00.0Z",
"formula": "rQrOzgVOnGgfQDM",
"name": "Sales Tax",
"taxableValue": {
"currency": "GMD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "4q0Ov",
"taxRates": [
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"description": "4r8aEiI9L1",
"percent": 19.68,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "BND",
"value": "CUSTOMS_VALUE"
},
"description": "RcoPisnxZG",
"percent": 10.41,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 12.01,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "SBp8Owo5iZ",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "XsxVmR",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"description": "XbCvNr1KnU",
"percent": 4.01,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"description": "r3ucmpJKmo",
"percent": 3.52,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "yESroZ0iOK",
"percent": 2.95,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"description": "IliIcMK8BL",
"percent": 2.14,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"description": "g8E8vOqohg",
"percent": 2.27,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"description": "BsML1DBHvi",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"description": "Cj7JQSkJVk",
"taxType": "VAT"
},
{
"amount": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"description": "Sygiwap6sQ",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "MNT",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "ANG",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "UYU",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "COP",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "ZWL",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "ARS",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JOD",
"rate": 17.44
},
"dimDivisor": 139,
"freightDiscounts": [
{
"amount": 1.29,
"description": "shCcY6RMT6",
"percent": 10.59,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.2,
"description": "j6qz6ijpO3",
"percent": 8.01,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 1.11,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "13313",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "AKW1NB",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "NOK",
"rate": 3.43
},
"dimDivisor": 189,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.83,
"description": "4JZaOT4DTo",
"percent": 17.47,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 2.93,
"legDestinationLocationId": "xJip",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "Tmr6R",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1209",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "zEnyUS",
"surcharges": [
{
"amount": {
"amount": 4484.99,
"currency": "UYU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4161.55,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2042.5,
"currency": "THB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 15.35,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.68,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.23,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.4,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 80.6,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 8.2,
"totalFreightDiscounts": 42.11,
"totalNetCharge": 72.91,
"totalNetChargeWithDutiesAndTaxes": 100.71,
"totalNetFedExCharge": 222.33,
"totalNetFreight": 82.8,
"totalRebates": 1.4,
"totalSurcharges": 3.36,
"totalTaxes": 5.67
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KRW",
"rate": 13.14
},
"dimDivisor": 135,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.11,
"description": "EAqOU5G49t",
"percent": 19.76,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.8,
"description": "kNbkPd6wgx",
"percent": 10.73,
"rateDiscountType": "COUPON"
},
{
"amount": 1.11,
"description": "UWBPs9q25G",
"percent": 8.88,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.13,
"description": "VIfR12OJn5",
"percent": 15.08,
"rateDiscountType": "EARNED"
},
{
"amount": 3.35,
"description": "rZJKmvI6pk",
"percent": 19.16,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 10.62,
"legDestinationLocationId": "Umbq",
"minimumChargeType": "ACTUAL",
"pricingCode": "zSJYf",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4105",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "H0xycX",
"surcharges": [
{
"amount": {
"amount": 3991.46,
"currency": "BMD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4289.89,
"currency": "USD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 473.63,
"currency": "MUR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4928.86,
"currency": "AWG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 2.67,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.77,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.8,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 124.71,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.27,
"totalFreightDiscounts": 17.56,
"totalNetCharge": 139.42,
"totalNetChargeWithDutiesAndTaxes": 226.96,
"totalNetFedExCharge": 165.57,
"totalNetFreight": 120.43,
"totalRebates": 4.16,
"totalSurcharges": 12.28,
"totalTaxes": 2.5
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BOB",
"rate": 29.9
},
"dimDivisor": 143,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.73,
"description": "j97TlkKSJG",
"percent": 8.8,
"rateDiscountType": "BONUS"
},
{
"amount": 8.06,
"description": "mgDbwhImUm",
"percent": 18.18,
"rateDiscountType": "EARNED"
},
{
"amount": 9.47,
"description": "bIp4GILkUe",
"percent": 6.09,
"rateDiscountType": "BONUS"
},
{
"amount": 4.23,
"description": "yN3541HHDe",
"percent": 15.16,
"rateDiscountType": "EARNED"
},
{
"amount": 4.67,
"description": "tI8fPBinMc",
"percent": 18.38,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.14,
"legDestinationLocationId": "QtGK",
"minimumChargeType": "ACTUAL",
"pricingCode": "bfIsq",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7801",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "B5NIYq",
"surcharges": [
{
"amount": {
"amount": 3772.69,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2939.44,
"currency": "PYG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3286.79,
"currency": "GTQ"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.31,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.28,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.26,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 146.8,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.03,
"totalFreightDiscounts": 12.53,
"totalNetCharge": 172.1,
"totalNetChargeWithDutiesAndTaxes": 87.23,
"totalNetFedExCharge": 234.65,
"totalNetFreight": 92.51,
"totalRebates": 1.46,
"totalSurcharges": 11.2,
"totalTaxes": 7.16
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "NPR",
"rate": 6.34
},
"dimDivisor": 251,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.32,
"description": "5rsj1C8NxM",
"percent": 16.54,
"rateDiscountType": "COUPON"
},
{
"amount": 2.38,
"description": "ibQRYWZfpR",
"percent": 17.96,
"rateDiscountType": "EARNED"
},
{
"amount": 6.95,
"description": "Uqwcw6nrFe",
"percent": 19.19,
"rateDiscountType": "COUPON"
},
{
"amount": 3.98,
"description": "CuA18cURZk",
"percent": 14.81,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.49,
"description": "6IrRdN7NXe",
"percent": 9,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 1.94,
"legDestinationLocationId": "tcUf",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "wN9Ee",
"ratedWeightMethod": "DIM",
"rateScale": "9489",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "PLBLXM",
"surcharges": [
{
"amount": {
"amount": 2133.22,
"currency": "AWG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.66,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.28,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 1.12,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.72,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 121.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.98,
"totalFreightDiscounts": 18.21,
"totalNetCharge": 105.85,
"totalNetChargeWithDutiesAndTaxes": 131.02,
"totalNetFedExCharge": 136.24,
"totalNetFreight": 62.78,
"totalRebates": 3.01,
"totalSurcharges": 11.31,
"totalTaxes": 0.03
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CRC",
"rate": 5.88
},
"dimDivisor": 240,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.75,
"description": "rWzk14GOtF",
"percent": 7.73,
"rateDiscountType": "BONUS"
},
{
"amount": 1.59,
"description": "so898vKNHD",
"percent": 9.6,
"rateDiscountType": "BONUS"
},
{
"amount": 6.1,
"description": "Ih8HkSaMRK",
"percent": 13.41,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.03,
"legDestinationLocationId": "oFyu",
"minimumChargeType": "ACTUAL",
"pricingCode": "qPOq1",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0217",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "J3FjZI",
"surcharges": [
{
"amount": {
"amount": 3763.25,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 16.5,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.93,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.06,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.1,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 102.95,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.67,
"totalFreightDiscounts": 49.28,
"totalNetCharge": 98.54,
"totalNetChargeWithDutiesAndTaxes": 237.17,
"totalNetFedExCharge": 179.46,
"totalNetFreight": 71.56,
"totalRebates": 0.18,
"totalSurcharges": 1.95,
"totalTaxes": 2.02
}
],
"surcharges": [
{
"amount": {
"amount": 736.88,
"currency": "AOA"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4437.26,
"currency": "XOF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2939.56,
"currency": "JOD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.88,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.52,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.11,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.09,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.41,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 2.94,
"totalBaseCharge": 115.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.82,
"totalDutiesTaxesAndFees": 21.02,
"totalFreightDiscounts": 7.68,
"totalNetCharge": 87.68,
"totalNetChargeWithDutiesAndTaxes": 217.28,
"totalNetFedExCharge": 160.89,
"totalNetFreight": 144.89,
"totalRebates": 4.45,
"totalSurcharges": 19.38,
"totalTaxes": 5.78
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ZMW",
"rate": 18.51
},
"dimDivisor": 224,
"freightDiscounts": [
{
"amount": 3.58,
"description": "8BYaRUruo6",
"percent": 10.2,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.39,
"description": "fDYU7VM935",
"percent": 7.02,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 1.35,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "08599",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "c7y7Al",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SOS",
"rate": 17.39
},
"dimDivisor": 230,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 6.07,
"description": "x0GyIe8GWP",
"percent": 5.85,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.21,
"description": "Yy3DQtAdit",
"percent": 6.76,
"rateDiscountType": "COUPON"
},
{
"amount": 4.78,
"description": "p2uHRvwnxC",
"percent": 17.87,
"rateDiscountType": "EARNED"
},
{
"amount": 8.25,
"description": "8WZ8T5SUI4",
"percent": 11.64,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.22,
"legDestinationLocationId": "WLxp",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "UUEJ9",
"ratedWeightMethod": "DIM",
"rateScale": "5546",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Lm2GSU",
"surcharges": [
{
"amount": {
"amount": 4892.12,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1236.66,
"currency": "BYN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1447.22,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.3,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 122.26,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.14,
"totalFreightDiscounts": 8.41,
"totalNetCharge": 68.72,
"totalNetChargeWithDutiesAndTaxes": 226.63,
"totalNetFedExCharge": 84.12,
"totalNetFreight": 184.5,
"totalRebates": 0.76,
"totalSurcharges": 11.17,
"totalTaxes": 6.84
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KMF",
"rate": 16.45
},
"dimDivisor": 137,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.5,
"description": "24jmVEf9QD",
"percent": 11.69,
"rateDiscountType": "COUPON"
},
{
"amount": 9.17,
"description": "3tf0mWhsRp",
"percent": 15.25,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.19,
"legDestinationLocationId": "fCqU",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "20of7",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1445",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "ww9RWO",
"surcharges": [
{
"amount": {
"amount": 1453.44,
"currency": "TMT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2221.49,
"currency": "SYP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1906.04,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 687.07,
"currency": "VUV"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.5,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.67,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.7,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.24,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.44,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 183.59,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 28.83,
"totalFreightDiscounts": 20.76,
"totalNetCharge": 172.36,
"totalNetChargeWithDutiesAndTaxes": 119,
"totalNetFedExCharge": 157.81,
"totalNetFreight": 78.89,
"totalRebates": 0.79,
"totalSurcharges": 1.8,
"totalTaxes": 1.86
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "XPF",
"rate": 11.8
},
"dimDivisor": 196,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.95,
"description": "KxuopOzH1j",
"percent": 17.67,
"rateDiscountType": "COUPON"
},
{
"amount": 4.69,
"description": "VEUi6fTavZ",
"percent": 7.03,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 3.85,
"legDestinationLocationId": "TiwH",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "tJxWQ",
"ratedWeightMethod": "DIM",
"rateScale": "3050",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "LzTM3O",
"surcharges": [
{
"amount": {
"amount": 3301.11,
"currency": "SZL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2807.59,
"currency": "MZN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1868.21,
"currency": "CRC"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.7,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.95,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 129.9,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.09,
"totalFreightDiscounts": 36.95,
"totalNetCharge": 146.01,
"totalNetChargeWithDutiesAndTaxes": 119.88,
"totalNetFedExCharge": 140.08,
"totalNetFreight": 118.58,
"totalRebates": 2.72,
"totalSurcharges": 16.64,
"totalTaxes": 7.94
}
],
"surcharges": [
{
"amount": {
"amount": 3842.86,
"currency": "MAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3138.6,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 7.88,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 2.64,
"totalBaseCharge": 129.91,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 37.76,
"totalDutiesTaxesAndFees": 84.44,
"totalFreightDiscounts": 5.88,
"totalNetCharge": 96.26,
"totalNetChargeWithDutiesAndTaxes": 216.31,
"totalNetFedExCharge": 207.43,
"totalNetFreight": 79.14,
"totalRebates": 4.57,
"totalSurcharges": 7.64,
"totalTaxes": 5.3
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "UYU",
"rate": 23.98
},
"dimDivisor": 232,
"freightDiscounts": [
{
"amount": 4.9,
"description": "jZedpgnhHe",
"percent": 19.88,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.69,
"description": "iKlcguwWH0",
"percent": 7.97,
"rateDiscountType": "EARNED"
},
{
"amount": 3.43,
"description": "263XlzaPtw",
"percent": 14,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 9.54,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "41084",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "keuUgD",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KHR",
"rate": 19.08
},
"dimDivisor": 118,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.11,
"description": "ekc1QNrmqk",
"percent": 15.44,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.76,
"description": "DmVHbLCcWS",
"percent": 13.71,
"rateDiscountType": "BONUS"
},
{
"amount": 2.17,
"description": "g1aMzkohts",
"percent": 5.06,
"rateDiscountType": "EARNED"
},
{
"amount": 9.91,
"description": "aZ3HsqvMMG",
"percent": 16.15,
"rateDiscountType": "COUPON"
},
{
"amount": 9.18,
"description": "uateokg8JH",
"percent": 7.06,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 6.87,
"legDestinationLocationId": "KDhy",
"minimumChargeType": "ACTUAL",
"pricingCode": "Dj00r",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5744",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "fcuPHa",
"surcharges": [
{
"amount": {
"amount": 518.17,
"currency": "BSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2675.46,
"currency": "ALL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3760.19,
"currency": "CVE"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3421.15,
"currency": "TZS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.02,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 156.72,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 33.47,
"totalFreightDiscounts": 40.6,
"totalNetCharge": 104.82,
"totalNetChargeWithDutiesAndTaxes": 127.03,
"totalNetFedExCharge": 79.66,
"totalNetFreight": 84.86,
"totalRebates": 4.19,
"totalSurcharges": 5.54,
"totalTaxes": 8.67
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IQD",
"rate": 11.53
},
"dimDivisor": 266,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.16,
"description": "doUU0iWhnr",
"percent": 7.88,
"rateDiscountType": "EARNED"
},
{
"amount": 4.79,
"description": "ewbLF1L7OC",
"percent": 8.75,
"rateDiscountType": "BONUS"
},
{
"amount": 2.25,
"description": "6PswiMAVnP",
"percent": 10.37,
"rateDiscountType": "BONUS"
},
{
"amount": 5.15,
"description": "nj3RQrEtVH",
"percent": 15.18,
"rateDiscountType": "BONUS"
},
{
"amount": 1.55,
"description": "bEaS8EJQow",
"percent": 15.4,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 9.6,
"legDestinationLocationId": "nPwo",
"minimumChargeType": "ACTUAL",
"pricingCode": "FzYB2",
"ratedWeightMethod": "DIM",
"rateScale": "5745",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "7zlFJI",
"surcharges": [
{
"amount": {
"amount": 2104.09,
"currency": "SDG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4966.7,
"currency": "EGP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.8,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.36,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.32,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 116.96,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 37.82,
"totalFreightDiscounts": 26.57,
"totalNetCharge": 177.92,
"totalNetChargeWithDutiesAndTaxes": 185.48,
"totalNetFedExCharge": 172.29,
"totalNetFreight": 54.46,
"totalRebates": 1.84,
"totalSurcharges": 16.44,
"totalTaxes": 2.19
}
],
"surcharges": [
{
"amount": {
"amount": 3411.51,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.54,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.35,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 13.84,
"totalBaseCharge": 118.34,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.71,
"totalDutiesTaxesAndFees": 67.96,
"totalFreightDiscounts": 46.37,
"totalNetCharge": 195.55,
"totalNetChargeWithDutiesAndTaxes": 107.16,
"totalNetFedExCharge": 194.61,
"totalNetFreight": 125.83,
"totalRebates": 4.53,
"totalSurcharges": 14.01,
"totalTaxes": 3.48
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "OMR",
"rate": 25.66
},
"dimDivisor": 230,
"freightDiscounts": [
{
"amount": 1.47,
"description": "9ZbceAMBhy",
"percent": 10.79,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.44,
"description": "OYQMKfloCF",
"percent": 16.6,
"rateDiscountType": "COUPON"
},
{
"amount": 1.28,
"description": "R2cy41fTna",
"percent": 12.81,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.1,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "41239",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "hrkoOI",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "UYU",
"rate": 16.79
},
"dimDivisor": 116,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.11,
"description": "EyAt45j2Jg",
"percent": 7.27,
"rateDiscountType": "EARNED"
},
{
"amount": 1.45,
"description": "NmUbZp7v1Q",
"percent": 10.5,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.93,
"legDestinationLocationId": "uzST",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "YqsSL",
"ratedWeightMethod": "DIM",
"rateScale": "7911",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "q1Ln0J",
"surcharges": [
{
"amount": {
"amount": 4614.06,
"currency": "LYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 695.88,
"currency": "BTN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4426.44,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2868.86,
"currency": "TOP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.48,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 13.23,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 18.54,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 125.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.79,
"totalFreightDiscounts": 44.82,
"totalNetCharge": 137.88,
"totalNetChargeWithDutiesAndTaxes": 235.11,
"totalNetFedExCharge": 128.75,
"totalNetFreight": 60.39,
"totalRebates": 2.35,
"totalSurcharges": 11.67,
"totalTaxes": 1.8
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "XOF",
"rate": 15.22
},
"dimDivisor": 282,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.16,
"description": "95FpY4oAFW",
"percent": 10.25,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.64,
"description": "u1d5Vjpnf9",
"percent": 11.56,
"rateDiscountType": "COUPON"
},
{
"amount": 9.8,
"description": "6ho2tL52Qq",
"percent": 6.91,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.04,
"description": "UaWs9TnkI1",
"percent": 14.4,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 3.87,
"legDestinationLocationId": "MbhU",
"minimumChargeType": "ACTUAL",
"pricingCode": "BwO15",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8966",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "NEwGMI",
"surcharges": [
{
"amount": {
"amount": 3984.67,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 72.38,
"currency": "NAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3878.93,
"currency": "AOA"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2009.8,
"currency": "MXN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 4.99,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.05,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.64,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.9,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.12,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 80.49,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.35,
"totalFreightDiscounts": 40.15,
"totalNetCharge": 66.78,
"totalNetChargeWithDutiesAndTaxes": 228.48,
"totalNetFedExCharge": 163.97,
"totalNetFreight": 121.48,
"totalRebates": 0.61,
"totalSurcharges": 2.32,
"totalTaxes": 0.3
}
],
"surcharges": [
{
"amount": {
"amount": 2330.98,
"currency": "NIO"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.23,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 6.8,
"totalBaseCharge": 155.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 13.37,
"totalDutiesTaxesAndFees": 59.97,
"totalFreightDiscounts": 34.75,
"totalNetCharge": 80.13,
"totalNetChargeWithDutiesAndTaxes": 189.17,
"totalNetFedExCharge": 89.53,
"totalNetFreight": 182.57,
"totalRebates": 0.99,
"totalSurcharges": 12.75,
"totalTaxes": 6.13
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "XAF",
"rate": 19.69
},
"dimDivisor": 170,
"freightDiscounts": [
{
"amount": 2.53,
"description": "XdNQqGo3OK",
"percent": 18.81,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 1.09,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "13990",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "XPJOct",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IQD",
"rate": 20.7
},
"dimDivisor": 225,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.25,
"description": "1WfznHdkdz",
"percent": 15.58,
"rateDiscountType": "EARNED"
},
{
"amount": 1.61,
"description": "GUgLdaS6W9",
"percent": 13.17,
"rateDiscountType": "COUPON"
},
{
"amount": 7.84,
"description": "rCuheHnOsK",
"percent": 10.24,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.53,
"description": "YryKDsxFkP",
"percent": 15.28,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.41,
"description": "xCRisHe8C4",
"percent": 19.89,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 7.82,
"legDestinationLocationId": "alJL",
"minimumChargeType": "ACTUAL",
"pricingCode": "6NBOF",
"ratedWeightMethod": "DIM",
"rateScale": "0711",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "1jCP9d",
"surcharges": [
{
"amount": {
"amount": 4893.97,
"currency": "CVE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 524.78,
"currency": "ARS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1135.58,
"currency": "LAK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.13,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 179.29,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.6,
"totalFreightDiscounts": 18.66,
"totalNetCharge": 178.11,
"totalNetChargeWithDutiesAndTaxes": 149.5,
"totalNetFedExCharge": 65.82,
"totalNetFreight": 197.07,
"totalRebates": 1.35,
"totalSurcharges": 13.69,
"totalTaxes": 8.9
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "WST",
"rate": 25.48
},
"dimDivisor": 180,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.19,
"description": "ddondDwzoS",
"percent": 5.51,
"rateDiscountType": "BONUS"
},
{
"amount": 6.8,
"description": "1kPBAFuwaf",
"percent": 11.37,
"rateDiscountType": "EARNED"
},
{
"amount": 5.6,
"description": "HoTteBb7Px",
"percent": 7.55,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 3.19,
"legDestinationLocationId": "lVZQ",
"minimumChargeType": "ACTUAL",
"pricingCode": "0iXhd",
"ratedWeightMethod": "DIM",
"rateScale": "4293",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "BEnfQp",
"surcharges": [
{
"amount": {
"amount": 2260.07,
"currency": "BRL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2893.01,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 6.89,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 9.86,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 133.21,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.95,
"totalFreightDiscounts": 30.41,
"totalNetCharge": 126.8,
"totalNetChargeWithDutiesAndTaxes": 78.9,
"totalNetFedExCharge": 225.66,
"totalNetFreight": 123.35,
"totalRebates": 3.07,
"totalSurcharges": 5.42,
"totalTaxes": 3.76
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SZL",
"rate": 18.74
},
"dimDivisor": 116,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.96,
"description": "UWl1OyD2DD",
"percent": 19.76,
"rateDiscountType": "COUPON"
},
{
"amount": 1.93,
"description": "ynsGnR3NNf",
"percent": 19.72,
"rateDiscountType": "EARNED"
},
{
"amount": 2.77,
"description": "7JMx2IMsak",
"percent": 8.15,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.11,
"description": "z26JrDNUcF",
"percent": 18.45,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 2.75,
"legDestinationLocationId": "ougb",
"minimumChargeType": "ACTUAL",
"pricingCode": "njvkB",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3032",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "x4NyvG",
"surcharges": [
{
"amount": {
"amount": 808.31,
"currency": "MDL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3547.47,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.45,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 15.14,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.12,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.45,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 88.84,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.49,
"totalFreightDiscounts": 18.62,
"totalNetCharge": 70.03,
"totalNetChargeWithDutiesAndTaxes": 127.48,
"totalNetFedExCharge": 240.1,
"totalNetFreight": 105.37,
"totalRebates": 1.76,
"totalSurcharges": 14.98,
"totalTaxes": 2.59
}
],
"surcharges": [
{
"amount": {
"amount": 1199.8,
"currency": "NZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4928.86,
"currency": "BTN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1063.18,
"currency": "WST"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3707.25,
"currency": "DKK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 2.7,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 4.86,
"totalBaseCharge": 133.11,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.29,
"totalDutiesTaxesAndFees": 10.6,
"totalFreightDiscounts": 46.73,
"totalNetCharge": 57.72,
"totalNetChargeWithDutiesAndTaxes": 126.48,
"totalNetFedExCharge": 176.53,
"totalNetFreight": 183.37,
"totalRebates": 2.97,
"totalSurcharges": 3.63,
"totalTaxes": 1.63
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "QAR",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FXCC",
"completedPackageDetail": {
"groupNumber": 4,
"label": {
"copiesToPrint": 1,
"imageType": "DOC",
"parts": {
"documentPartSequenceNumber": 1,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 201,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
"operationalDetail": {
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "0840288163140656875804619178105635"
},
{
"type": "GROUND",
"value": "9051775028652933754306829762017213"
},
{
"type": "ADDRESS",
"value": "9563786861374112633026512437543190"
}
]
},
"operationalInstructions": {
"content": "THIS SIDE UP",
"number": 11
}
},
"packageDocuments": [
{
"copiesToPrint": 1,
"imageType": "RTF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "aQyEgqsPwpECruuCaucS"
},
{
"documentPartSequenceNumber": 2,
"image": "zSjdYE9OTnAF4PLsyHJT"
},
{
"documentPartSequenceNumber": 2,
"image": "GSJwJ3KQYvOvd67Rkz7A"
},
{
"documentPartSequenceNumber": 1,
"image": "zyFoLZdwgtrnnmN0rQeo"
},
{
"documentPartSequenceNumber": 2,
"image": "3Z4ahd20JtTNKb9cQpnV"
}
],
"resolution": 313,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 2,
"imageType": "PDF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "gdqedLdjYEBlUypnHDwl"
}
],
"resolution": 417,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
}
],
"sequenceNumber": 45,
"signatureOptions": "NO_SIGNATURE_REQUIRED",
"trackingId": {
"formId": "8839",
"trackingIdType": "EXPRESS",
"trackingNumber": "60309382550971600974"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 4,
"type": "USMCA_CERTIFICATION_OF_ORIGIN"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "V9mg1Z",
"masterTrackingId": {
"formId": "9050",
"trackingIdType": "GROUND",
"trackingNumber": "99090662253201620578"
},
"operationalDetail": {
"airportId": "LHN",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "1uX0CNMxdXpG5zK",
"commitDate": "2026-07-03T00:00:00.0Z",
"commitDay": "Tue",
"countryCode": "AR",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-05T00:00:00.0Z",
"deliveryDay": "Tue",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "WTVf",
"destinationLocationNumber": 181,
"destinationLocationStateOrProvinceCode": "AK",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "533",
"originLocationNumber": 316,
"originServiceArea": "A1",
"packagingCode": "04",
"postalCode": "83568-5166",
"publishedDeliveryTime": "10:30A",
"scac": "FDXE",
"serviceCode": "896",
"stateOrProvinceCode": "HI",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "lQ",
"ursaSuffixCode": "zg"
},
"packageDescription": {
"astraDescription": "SMART POST",
"code": "96",
"description": "gdxDLSHgYz",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "8co"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "0eM"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "o1J"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "rs7"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "80",
"description": "Monitored maximized knowledge base",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "fev"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "osBWmug6E2tl",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "OH7B8",
"id": "73485",
"type": "ke9AB"
},
"names": {
"encoding": "utf-8",
"type": "short",
"value": "v4YHm7pJdY"
}
},
"usDomestic": true
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "0466",
"currency": "USD"
},
"totalPackageCount": 16,
"totalUniqueAddressCount": 2,
"totalWeight": {
"units": "KG",
"value": "841"
}
}
},
"relationshipTimeStamp": "2025-10-26T00:00:00.0Z",
"role": "CONSOLIDATION_DOCUMENTS_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "FEDX",
"payment": {
"amount": {
"amount": 149.11,
"currency": "VND"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Victorville",
"classification": "BUSINESS",
"countryCode": "GL",
"countryName": "Sweden",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "70356",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "LB"
},
"contact": {
"companyName": "Ferry Inc",
"emailAddress": "August_Ziemann41@yahoo.com",
"faxNumber": "5719965598",
"pagerNumber": "8184365",
"personName": {
"firstName": "Conrad",
"lastName": "Boyer",
"middleName": "Ryan",
"prefix": "Dr.",
"suffix": "DDS",
"title": "Manager"
},
"phoneExtension": "40",
"phoneNumber": "3879689952",
"phoneNumberAreaCode": "196",
"phoneNumberCountryCode": "42",
"title": "Ms"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2027-09-05T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-08-25T00:00:00.0Z",
"number": "5573-0566-2471-7367",
"verificationCode": "993"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "x99hngGoXs",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "KVrRSZLh2VkFy2OO9Yf8",
"ipAddress": "206.156.13.30"
},
"payorAuthenticationCode": "9dx54L4pQ",
"payorAuthenticationSessionId": "9201271",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 104.71,
"currency": "GMD"
},
"creditCardExpirationDate": "2027-01-25T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "717040826",
"address": {
"city": "Lake Salvatorecester",
"classification": "BUSINESS",
"countryCode": "AW",
"countryName": "Bulgaria",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "90726-6068",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "fm"
},
"contact": {
"companyName": "Quitzon, Baumbach and Abbott",
"contactId": "633",
"emailAddress": "Assunta_Heller54@hotmail.com",
"faxNumber": "9088630503",
"pagerNumber": "6146752",
"personName": "Edmund Larkin",
"phoneExtension": "61",
"phoneNumber": "1743623345",
"title": "Mr",
"tollFreePhoneNumber": "6422570"
},
"tins": [
{
"effectiveDate": "2024-12-27T00:00:00.0Z",
"expirationDate": "2028-06-25T00:00:00.0Z",
"number": "774632",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2025-01-17T00:00:00.0Z",
"expirationDate": "2028-06-24T00:00:00.0Z",
"number": "625949",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-09-05T00:00:00.0Z",
"expirationDate": "2028-01-10T00:00:00.0Z",
"number": "314812",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-05-29T00:00:00.0Z",
"expirationDate": "2027-07-17T00:00:00.0Z",
"number": "983139",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 3,
"expressPacakgeCount": 8,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 672
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 54
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 302
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 395
},
"groundPackageCount": 38,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 257
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 953
},
"numberOfUnconsolidatedCommodities": 13
}
},
"type": "TRANSBORDER_DISTRIBUTION"
},
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "7055"
},
"declarationStatement": "0fFu08npU4hsKqIxRBrl",
"freightCharge": {
"amount": 120.23,
"currency": "DJF"
},
"handlingCosts": {
"amount": 12.27,
"currency": "BGN"
},
"originatorName": "Jackie Lebsack",
"packingCosts": {
"amount": 1.41,
"currency": "BTN"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "CbrpR2hoDIhf7lU",
"taxesOrMiscellaneousCharge": {
"amount": 19.84,
"currency": "LBP"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DDP"
},
"commodities": [
{
"cIMarksAndNumbers": "mNUXoCzwtU",
"clearanceItemDetail": [
{
"address": {
"city": "Santa Maria",
"countryCode": "AI",
"postalCode": "80392",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Feil - Kshlerin"
},
"id": "ca5jHak7Fp",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Labadiefort",
"countryCode": "NL",
"postalCode": "20825-1528",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kilback Group"
},
"id": "m96fTfWBwI",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Schuppeborough",
"countryCode": "AW",
"postalCode": "60749-6509",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Turcotte - Reichert"
},
"id": "HctitDoJsa",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Emilyworth",
"countryCode": "MF",
"postalCode": "24523-6408",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Schimmel, Thiel and Bailey"
},
"id": "Hd8103txo2",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Ellsworth",
"countryCode": "MH",
"postalCode": "86349",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Huels - Grimes"
},
"id": "8ueI9pjMS6",
"role": "MANUFACTURER"
}
],
"commodityId": "eWBWmQ",
"countryOfManufacture": "CH",
"customsValue": {
"amount": 4644.12,
"currency": "JOD"
},
"description": "Our lion-friendly Chips ensures miserly comfort for your pets",
"name": "Soft Concrete Pants",
"numberOfPieces": 65,
"quantity": 1,
"quantityUnits": "EA",
"unitPrice": {
"amount": 1111.07,
"currency": "TWD"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "IgcuK3R6To",
"clearanceItemDetail": [
{
"address": {
"city": "Roobside",
"countryCode": "CK",
"postalCode": "63616",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Towne Inc"
},
"id": "rgxOuP0vOz",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Santa Fe",
"countryCode": "BM",
"postalCode": "76215-8500",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Pfannerstill, Quigley and Nicolas"
},
"id": "OfwZ0zA358",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Reinholdfurt",
"countryCode": "MY",
"postalCode": "55477",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Mayert, Hoppe and Lehner"
},
"id": "dI0H8Eeqks",
"role": "MANUFACTURER"
}
],
"commodityId": "lJy4FK",
"countryOfManufacture": "PS",
"customsValue": {
"amount": 4687.55,
"currency": "DOP"
},
"description": "Our fish-friendly Pants ensures junior comfort for your pets",
"name": "Fantastic Metal Sausages",
"numberOfPieces": 10,
"quantity": 15,
"quantityUnits": "EA",
"unitPrice": {
"amount": 3779.73,
"currency": "JOD"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "EmoxlgFgxv",
"clearanceItemDetail": [
{
"address": {
"city": "Fort Trevor",
"countryCode": "GB",
"postalCode": "30938-5513",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Greenfelder LLC"
},
"id": "XVOcWZcldH",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Josefa",
"countryCode": "WS",
"postalCode": "36655-4209",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Walter, Satterfield and Johnson"
},
"id": "LdKRAayoOR",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Quinnfurt",
"countryCode": "PA",
"postalCode": "67572-4616",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Luettgen Group"
},
"id": "bIxXuE6cYz",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Trever",
"countryCode": "SD",
"postalCode": "42963",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "O'Connell - Macejkovic"
},
"id": "92BwW0xmg0",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Lawrence",
"countryCode": "NL",
"postalCode": "22768-2824",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Rau, Yundt and Hoppe"
},
"id": "gipQ1Fd7AM",
"role": "MANUFACTURER"
}
],
"commodityId": "3cxiWN",
"countryOfManufacture": "BI",
"customsValue": {
"amount": 2797.64,
"currency": "KMF"
},
"description": "Experience the grey brilliance of our Ball, perfect for direct environments",
"name": "Oriental Wooden Gloves",
"numberOfPieces": 47,
"quantity": 15,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 740.7,
"currency": "BGN"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement1",
"Statement2"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Fort Karelle",
"countryCode": "GA",
"postalCode": "29543",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Victoria Brekke",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "eFAIg4akxXInuIvG",
"permitNumber": "63617"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 3376.09,
"currency": "BZD"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "509"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 683.41,
"currency": "VES"
}
},
"dropOffType": "REQUEST_COURIER",
"edtRequestTypes": "NONE",
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
"labelStockType": "PAPER_7X475"
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Pacocha and Sons",
"emailAddress": "Colin.Stark@yahoo.com",
"personName": "Henry DuBuque",
"phoneExtension": "25",
"phoneNumber": "(339) 338-8902"
}
},
"packagingType": "YOUR_PACKAGING",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "RATED",
"recipient": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2024-07-17T00:00:00.0Z",
"expirationDate": "2026-09-02T00:00:00.0Z",
"number": "005922",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2022-02-03T00:00:00.0Z",
"expirationDate": "2028-06-07T00:00:00.0Z",
"number": "867189",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2023-08-19T00:00:00.0Z",
"expirationDate": "2030-11-27T00:00:00.0Z",
"number": "705033",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2022-10-21T00:00:00.0Z",
"expirationDate": "2030-08-25T00:00:00.0Z",
"number": "866932",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"recipientLocationNumber": "non",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "GY2tXToZ2w"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "35",
"groupPackageCount": "3",
"sequenceNumber": "42",
"trackingId": {
"formId": "1807",
"trackindIdType": "GROUND",
"trackingNumber": "655520857257157"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "STANDARD_OVERNIGHT",
"shipDatestamp": "2026-07-02T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Larson, Dare and Friesen",
"emailAddress": "Cary.Lakin35@yahoo.com",
"personName": "Henry Hamill",
"phoneExtension": "06",
"phoneNumber": "(633) 664-2506"
},
"tins": [
{
"effectiveDate": "2024-08-08T00:00:00.0Z",
"expirationDate": "2030-11-02T00:00:00.0Z",
"number": "249520",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2021-10-06T00:00:00.0Z",
"expirationDate": "2028-10-22T00:00:00.0Z",
"number": "694384",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "CRN_SHIPMENT"
}
},
"jobId": "xRVVQMVr",
"processingOptionType": "ASYNCHRONOUSLY_PROCESSED"
}
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "XXXXX8189"
},
"jobId": "24c385e5032f5057bc3198898"
}{
"customerTransactionId": "dujSj3ASR29PijU",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "Id7PpsmDRJ",
"message": "NH5T7wvJYbZZDEz9lmfb"
}
],
"jobId": "QhHnpltx",
"processingOptionType": "ASYNCHRONOUSLY_PROCESSED",
"transactionConsolidations": [
{
"completedConsolidationDetail": {
"consolidationDocumentTypes": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT",
"COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"CONDENSED_CRN_REPORT",
"CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"CONSOLIDATED_PARTY_REPORT",
"CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"CUSTOM_CONSOLIDATION_DOCUMENT",
"CERTIFICATE_OF_ORIGIN",
"COMMERCIAL_INVOICE",
"CUSTOM_PACKAGE_DOCUMENT",
"CUSTOM_SHIPMENT_DOCUMENT",
"CUSTOMER_SPECIFIED_LABELS",
"DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"EXPORT_DECLARATION",
"FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"GENERAL_AGENCY_AGREEMENT",
"LABEL",
"USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"USMCA_CERTIFICATION_OF_ORIGIN",
"OP_900",
"PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"PRO_FORMA_INVOICE",
"RETURN_INSTRUCTIONS",
"VICS_BILL_OF_LADING"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://rural-meatloaf.org",
"password": "R2qZNbWz",
"role": "Regional Assurance Analyst",
"userId": "65942a23-6a8a-4b9a-8400-6678d579f0cd"
},
{
"emailLabelUrl": "https://orange-settler.org/",
"password": "JHtSuJeU",
"role": "Customer Factors Agent",
"userId": "09202a7d-a095-4d9c-8bdd-7e732c0da2ca"
},
{
"emailLabelUrl": "https://astonishing-glider.net",
"password": "22BGAeeM",
"role": "Product Implementation Planner",
"userId": "92b06c6e-7728-4605-ab8d-7bca85140034"
},
{
"emailLabelUrl": "https://immaculate-provision.com",
"password": "PFHI6CDz",
"role": "Lead Infrastructure Facilitator",
"userId": "5dca753c-e10c-4990-819c-476661e4be2d"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 1669.69,
"currency": "GTQ"
}
},
"completedEtdDetail": {
"folderId": "UPhnEWUVVdfBnDVO",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "eB9Wt3aqd3gBxxSr"
},
{
"documentId": "uxpwmSZN8zr0qL1F"
},
{
"documentId": "U6TdnpvCLQgK8mse"
},
{
"documentId": "9Nqjdj2ZwYSf2G2z"
},
{
"documentId": "JoxO63058IywcivR"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tdxgvlIb3M",
"hazardClass": "3",
"id": "UN1787",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A02",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 36.29,
"netExplosiveDetail": {
"amount": 6.85,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "FssULY9qqZ",
"hazardClass": "8",
"id": "UN6834",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 38.88,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MUlyIIuTVC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.47,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.29,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "gB9owO1fIuZ6teJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.53,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 1.74,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "LL30hhf6Eb",
"hazardClass": "3",
"id": "UN7598",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A77",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 11.36,
"netExplosiveDetail": {
"amount": 7.82,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "4qXil3jFqy",
"hazardClass": "8",
"id": "UN3612",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 26.74,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AgvfMkgUue"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.38,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "xcgCNsXzmHXTLha",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.3,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.13,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.49
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "OpojjaRDjj",
"hazardClass": "3",
"id": "UN7143",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 67.51,
"netExplosiveDetail": {
"amount": 6.54,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "5ws9coW8IZ",
"hazardClass": "3",
"id": "UN8414",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 15.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "uUbrGBVrnb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.29,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.19,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.28,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.37,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.49,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "c9V3BstllMqGXm9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 21.93,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YNrRtNEAOE",
"hazardClass": "8",
"id": "UN1701",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A20",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 48.19,
"netExplosiveDetail": {
"amount": 8.14,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "oRibHT9ioS",
"hazardClass": "2.3",
"id": "UN9186",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.72,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "fEuNZwpNYo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.1,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "hrci3zlfw2pHbWe",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.71,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 36.8,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ni17kjkWK7",
"hazardClass": "3",
"id": "UN0628",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A29",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 48.02,
"netExplosiveDetail": {
"amount": 9.52,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "qU2igM3KWS",
"hazardClass": "8",
"id": "UN7029",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.87,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NaFxGZiIVH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.32,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.74,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.49,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "hmLJZpOTEVf5INH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.54,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 11.88,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "SybxoHYhAu",
"hazardClass": "8",
"id": "UN9902",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 1.08,
"netExplosiveDetail": {
"amount": 9.42,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ue96fKT63w",
"hazardClass": "3",
"id": "UN9158",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 19.1,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yfdHimwZtv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.57,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 3.83,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.78,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 26.21,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.64,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Oh9f7QWXERHLuF1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 17.07,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 25.29,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XtXHerGTwS",
"hazardClass": "3",
"id": "UN0370",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A73",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 67.74,
"netExplosiveDetail": {
"amount": 9.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "FrwEs3eiuZ",
"hazardClass": "2.3",
"id": "UN6978",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 61.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qKKzZWYSbR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.66,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.59,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.45,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "rUvk4W8GPzaFMi8",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.86,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 34.13,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.94
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wTVADtugjx",
"hazardClass": "8",
"id": "UN4673",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A10",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 85.66,
"netExplosiveDetail": {
"amount": 9.75,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2Vf0UMhCEQ",
"hazardClass": "2.3",
"id": "UN1731",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 65.45,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yaninAQALJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.76,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.52,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.78,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 26.27,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "190nqjAJljN0VM0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.05,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 29.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WWxdQbExJt",
"hazardClass": "3",
"id": "UN8544",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A23",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 84.14,
"netExplosiveDetail": {
"amount": 9.47,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "6rmPxjxwMu",
"hazardClass": "8",
"id": "UN8647",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bnVuLApeuD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.95,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CcMQYbHtk6EHXpO",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.89,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 34.92,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "EF0I382orJ",
"hazardClass": "3",
"id": "UN4556",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A28",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 17.38,
"netExplosiveDetail": {
"amount": 5.96,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "LbeOwG49rI",
"hazardClass": "2.3",
"id": "UN3013",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 1.58,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HwzbhGXCsc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.5,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 18.92,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.05,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0xheoWvgGAwSzVt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.54,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 7.81,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "xXhSxM0zFz",
"hazardClass": "3",
"id": "UN8289",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A79",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 78.39,
"netExplosiveDetail": {
"amount": 2.57,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "eHmyOXJzal",
"hazardClass": "3",
"id": "UN3318",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 72.51,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HvctmgBkat"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 18.19,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "2oTueISOVChRsvy",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.14,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 42.63,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.91
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 4.31,
"referenceId": "445463",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "3680597091234668474059296547832743"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 15
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 2.79,
"packageRateDetails": [
{
"baseCharge": 80.66,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 67.9,
"netFedExCharge": 52.78,
"netFreight": 116.1,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3191.76,
"currency": "BTN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4199.7,
"currency": "CHF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 277.14,
"currency": "CAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 877.87,
"currency": "RWF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 24.37,
"totalRebates": 3.81,
"totalSurcharges": 6.61,
"totalTaxes": 7.94
}
]
},
"sequenceNumber": 1,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "5953",
"trackingIdType": "EXPRESS",
"trackingNumber": "58237062036746399171",
"uspsApplicationId": "76"
},
{
"formId": "4215",
"trackingIdType": "GROUND",
"trackingNumber": "11154672658205528845",
"uspsApplicationId": "41"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "tYNYUBG75H",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-17T00:00:00.0Z",
"expirationDate": "2027-05-28T00:00:00.0Z",
"number": "69063"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 1
}
},
"masterTrackingId": {
"formId": "2475",
"trackingIdType": "EXPRESS",
"trackingNumber": "78203666009659669909",
"uspsApplicationId": "92"
},
"operationalDetail": {
"airportId": "BCU",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "QsSQn8FyMNJBJ6Q",
"commitDate": "2026-07-04T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "PS",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-04T00:00:00.0Z",
"deliveryDay": "Mon",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "pAGt",
"destinationLocationNumber": 236,
"destinationLocationStateOrProvinceCode": "MO",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "162",
"originLocationNumber": 248,
"originServiceArea": "A1",
"packagingCode": "70",
"postalCode": "87172-4417",
"publishedDeliveryTime": "12:00P",
"scac": "FDXE",
"serviceCode": "253",
"stateOrProvinceCode": "AR",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "lo",
"ursaSuffixCode": "ry"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "00",
"description": "Digitized empowering website",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "xds"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "mIU"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "C5G"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "3C0"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "3psj62Y6HJo9",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "8535",
"trackingIdType": "EXPRESS",
"trackingNumber": "90068966853933916498"
},
{
"formId": "6860",
"trackingIdType": "FREIGHT",
"trackingNumber": "10198412371079195289"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "6372",
"trackingIdType": "EXPRESS",
"trackingNumber": "29458281350601140251"
},
{
"formId": "4840",
"trackingIdType": "GROUND",
"trackingNumber": "98588108628599963286"
},
{
"formId": "2094",
"trackingIdType": "FREIGHT",
"trackingNumber": "23054381162887149876"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "2459",
"trackingIdType": "GROUND",
"trackingNumber": "95767326624648258901"
},
{
"formId": "8325",
"trackingIdType": "GROUND",
"trackingNumber": "46855781581835521704"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"description": "wb0Bvnr61p",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BGN",
"rate": 11.38
},
"dutiesAndTaxes": [
{
"harmonizedCode": "879876",
"taxes": {
"amount": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "eF4bM7Imsi",
"id": "cP7h1p",
"name": "VAT"
},
"description": "BqnajuSEkC",
"effectiveDate": "2025-08-11T00:00:00.0Z",
"formula": "MJqn0s9RxySWCZo",
"name": "GST",
"taxableValue": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"taxcode": "0A3Bq",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"description": "8Vp08XSDnr",
"percent": 9.13,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"description": "WUQQaVCa0q",
"percent": 7.46,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"description": "XAtRAehEcP",
"percent": 18.68,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 1.88,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "CbxrQh9O1W",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "YOI8vP",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"description": "JydstFmNnS",
"percent": 3.18,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "JPY",
"value": "CUSTOMS_VALUE"
},
"description": "DKGXjp0J8Z",
"percent": 2.04,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "FOR0Y3SvWQ",
"percent": 2.68,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"description": "7fS33a3EJW",
"percent": 2.7,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"description": "IvwmaMPJGk",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"description": "mIjgWIT4ra",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
},
"description": "EUDX9R94BS",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"description": "zzmOroGNmP",
"taxType": "VAT"
},
{
"amount": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"description": "WQh6lpyM0T",
"taxType": "VAT"
},
{
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"description": "CMna9C6yp2",
"taxType": "VAT"
},
{
"amount": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"description": "pSbmoBLWes",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "MOP",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "JPY",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "CVE",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "XCD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "HKD",
"rate": 18.45
},
"dimDivisor": 129,
"freightDiscounts": [
{
"amount": 3.13,
"description": "MBSCcvBgQH",
"percent": 19.46,
"rateDiscountType": "COUPON"
},
{
"amount": 8.69,
"description": "GmAytbLZAA",
"percent": 6.59,
"rateDiscountType": "BONUS"
},
{
"amount": 1.27,
"description": "8eaiJQjOTJ",
"percent": 12.91,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 12.96,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "30607",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "3KiEnd",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BGN",
"rate": 20.85
},
"dimDivisor": 299,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.17,
"description": "OxQZIDn56R",
"percent": 7.15,
"rateDiscountType": "COUPON"
},
{
"amount": 7.35,
"description": "my3nhXc98W",
"percent": 13.77,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7.67,
"legDestinationLocationId": "qVWa",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "bDr9I",
"ratedWeightMethod": "DIM",
"rateScale": "6241",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "LjCsmM",
"surcharges": [
{
"amount": {
"amount": 4977.63,
"currency": "FKP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3359.61,
"currency": "JMD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2951.39,
"currency": "ZWL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2156.26,
"currency": "NOK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4333.99,
"currency": "TND"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.73,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.02,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.2,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 108.21,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 9.84,
"totalFreightDiscounts": 13.06,
"totalNetCharge": 188.17,
"totalNetChargeWithDutiesAndTaxes": 67.91,
"totalNetFedExCharge": 152.75,
"totalNetFreight": 126.66,
"totalRebates": 1.44,
"totalSurcharges": 16.85,
"totalTaxes": 7.28
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "PKR",
"rate": 6.25
},
"dimDivisor": 138,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.11,
"description": "KwwTCZRIei",
"percent": 6.16,
"rateDiscountType": "COUPON"
},
{
"amount": 5.89,
"description": "L5koYxDfwr",
"percent": 9.03,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.14,
"legDestinationLocationId": "RpXG",
"minimumChargeType": "ACTUAL",
"pricingCode": "VpH93",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6412",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "jXcb5O",
"surcharges": [
{
"amount": {
"amount": 393.01,
"currency": "SAR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4175.07,
"currency": "BYN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 975.28,
"currency": "PYG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.01,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.78,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.52,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 149.73,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.53,
"totalFreightDiscounts": 11.34,
"totalNetCharge": 86.71,
"totalNetChargeWithDutiesAndTaxes": 97.52,
"totalNetFedExCharge": 179.08,
"totalNetFreight": 124.61,
"totalRebates": 4,
"totalSurcharges": 4.36,
"totalTaxes": 0.65
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TJS",
"rate": 4.77
},
"dimDivisor": 250,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.43,
"description": "Ikn0ULPWO4",
"percent": 6.57,
"rateDiscountType": "EARNED"
},
{
"amount": 6.93,
"description": "vK2XkbJT9N",
"percent": 12.31,
"rateDiscountType": "EARNED"
},
{
"amount": 8.4,
"description": "PyGH87iFpV",
"percent": 11.25,
"rateDiscountType": "EARNED"
},
{
"amount": 3.29,
"description": "DZWlTvGkkQ",
"percent": 15.08,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.48,
"legDestinationLocationId": "XPKR",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "zh292",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3898",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "GXwn3v",
"surcharges": [
{
"amount": {
"amount": 2634.48,
"currency": "BND"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.2,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 88.69,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.31,
"totalFreightDiscounts": 27.02,
"totalNetCharge": 75.82,
"totalNetChargeWithDutiesAndTaxes": 110.54,
"totalNetFedExCharge": 210.67,
"totalNetFreight": 161.01,
"totalRebates": 3.66,
"totalSurcharges": 6.32,
"totalTaxes": 0.44
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SLE",
"rate": 19.63
},
"dimDivisor": 102,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.48,
"description": "UEjRTvZHOn",
"percent": 14,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 2.39,
"legDestinationLocationId": "Dzvq",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "QVtmW",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8416",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ETornJ",
"surcharges": [
{
"amount": {
"amount": 4897.02,
"currency": "JOD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3690.91,
"currency": "MYR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1342.6,
"currency": "GMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 16.13,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.16,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.86,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 134.94,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 39.98,
"totalFreightDiscounts": 11.65,
"totalNetCharge": 71.43,
"totalNetChargeWithDutiesAndTaxes": 234.22,
"totalNetFedExCharge": 109.13,
"totalNetFreight": 154.14,
"totalRebates": 4.96,
"totalSurcharges": 3.61,
"totalTaxes": 8.21
}
],
"surcharges": [
{
"amount": {
"amount": 2246.35,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.01,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.39,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 13.63,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.23,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 7.12,
"totalBaseCharge": 84.35,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 8.27,
"totalDutiesTaxesAndFees": 50.81,
"totalFreightDiscounts": 46.43,
"totalNetCharge": 188.43,
"totalNetChargeWithDutiesAndTaxes": 154.75,
"totalNetFedExCharge": 76.5,
"totalNetFreight": 100.24,
"totalRebates": 4.45,
"totalSurcharges": 12.42,
"totalTaxes": 0.6
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BOB",
"rate": 4.33
},
"dimDivisor": 240,
"freightDiscounts": [
{
"amount": 7.65,
"description": "F6gCc1XtjC",
"percent": 8.52,
"rateDiscountType": "COUPON"
},
{
"amount": 7.72,
"description": "n9LlWmmZoK",
"percent": 19.28,
"rateDiscountType": "BONUS"
},
{
"amount": 1.44,
"description": "lXpOGVo9zU",
"percent": 7.63,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 7.73,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "28921",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "qbGCuY",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "EUR",
"rate": 28.04
},
"dimDivisor": 200,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.22,
"description": "zpqWklQfO0",
"percent": 14.63,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 14.54,
"legDestinationLocationId": "mEqI",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "FtMsn",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6262",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "3iyYkv",
"surcharges": [
{
"amount": {
"amount": 1960.34,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1459.13,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3096.85,
"currency": "TOP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3185.71,
"currency": "PYG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.14,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.39,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.59,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.91,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.25,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 156.28,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.99,
"totalFreightDiscounts": 2.76,
"totalNetCharge": 138.82,
"totalNetChargeWithDutiesAndTaxes": 224.73,
"totalNetFedExCharge": 221.98,
"totalNetFreight": 101.19,
"totalRebates": 0.27,
"totalSurcharges": 8.07,
"totalTaxes": 7.99
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ILS",
"rate": 0.99
},
"dimDivisor": 175,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.56,
"description": "FoMFr6eZLW",
"percent": 16.88,
"rateDiscountType": "BONUS"
},
{
"amount": 5.48,
"description": "pUcTKrqKeo",
"percent": 5.59,
"rateDiscountType": "BONUS"
},
{
"amount": 6.95,
"description": "hLI03gLsiP",
"percent": 8.59,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.08,
"legDestinationLocationId": "kHtm",
"minimumChargeType": "ACTUAL",
"pricingCode": "RDSx6",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4574",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "PCZjly",
"surcharges": [
{
"amount": {
"amount": 2243.34,
"currency": "MZN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.16,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.89,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.7,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 14.66,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.87,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 104.74,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 28.49,
"totalFreightDiscounts": 35.79,
"totalNetCharge": 142.62,
"totalNetChargeWithDutiesAndTaxes": 68.76,
"totalNetFedExCharge": 233.9,
"totalNetFreight": 74.44,
"totalRebates": 4.67,
"totalSurcharges": 7.5,
"totalTaxes": 6.13
}
],
"surcharges": [
{
"amount": {
"amount": 1943.7,
"currency": "SHP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.94,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.71,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 15.94,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.56,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 0.52,
"totalBaseCharge": 91.3,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.08,
"totalDutiesTaxesAndFees": 66.57,
"totalFreightDiscounts": 37.39,
"totalNetCharge": 80.5,
"totalNetChargeWithDutiesAndTaxes": 235.23,
"totalNetFedExCharge": 69.55,
"totalNetFreight": 139.39,
"totalRebates": 3.09,
"totalSurcharges": 13.08,
"totalTaxes": 7.08
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BIF",
"rate": 13.65
},
"dimDivisor": 229,
"freightDiscounts": [
{
"amount": 5.32,
"description": "lZPnhaAuQ5",
"percent": 14.17,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.82,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "91504",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "nZ0V9i",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TWD",
"rate": 8.48
},
"dimDivisor": 156,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.12,
"description": "OLVCzYusAt",
"percent": 9.08,
"rateDiscountType": "EARNED"
},
{
"amount": 1.07,
"description": "WGNuu7TfC6",
"percent": 8.06,
"rateDiscountType": "COUPON"
},
{
"amount": 5.46,
"description": "4tVm4yzmJ2",
"percent": 9.6,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.26,
"description": "bOMopR8nU3",
"percent": 19.73,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.87,
"legDestinationLocationId": "pDnn",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "PXfvH",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8923",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "sxv0wL",
"surcharges": [
{
"amount": {
"amount": 4235.07,
"currency": "BHD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.65,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 139.74,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42.72,
"totalFreightDiscounts": 2.11,
"totalNetCharge": 51.86,
"totalNetChargeWithDutiesAndTaxes": 56.76,
"totalNetFedExCharge": 172.66,
"totalNetFreight": 196.81,
"totalRebates": 1.35,
"totalSurcharges": 6.53,
"totalTaxes": 8.15
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MNT",
"rate": 12.79
},
"dimDivisor": 108,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.19,
"description": "rcwcSkbKaU",
"percent": 12.75,
"rateDiscountType": "BONUS"
},
{
"amount": 5.81,
"description": "ZXLUmkO9SJ",
"percent": 5.63,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 14.09,
"legDestinationLocationId": "RHGL",
"minimumChargeType": "ACTUAL",
"pricingCode": "vLHBT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8961",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "4uFhVW",
"surcharges": [
{
"amount": {
"amount": 211.38,
"currency": "VUV"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1519.21,
"currency": "CZK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4340.02,
"currency": "ARS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1855.83,
"currency": "BBD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2040.04,
"currency": "ETB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 16.24,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 13.48,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.39,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.71,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 190.68,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.27,
"totalFreightDiscounts": 18.29,
"totalNetCharge": 120.95,
"totalNetChargeWithDutiesAndTaxes": 148.52,
"totalNetFedExCharge": 113.55,
"totalNetFreight": 163.31,
"totalRebates": 2.37,
"totalSurcharges": 3.06,
"totalTaxes": 2.97
}
],
"surcharges": [
{
"amount": {
"amount": 742.46,
"currency": "SRD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1162.2,
"currency": "THB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1678.54,
"currency": "ERN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 338.57,
"currency": "JPY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 9.13,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 18.92,
"totalBaseCharge": 141.26,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 11.04,
"totalDutiesTaxesAndFees": 25.82,
"totalFreightDiscounts": 33.25,
"totalNetCharge": 85.12,
"totalNetChargeWithDutiesAndTaxes": 56.63,
"totalNetFedExCharge": 112.07,
"totalNetFreight": 135.64,
"totalRebates": 4.45,
"totalSurcharges": 18.7,
"totalTaxes": 8.03
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"consolidationRequestedShipments": {
"blockinsightVisibility": false,
"completedShipmentDetail": {
"carrierCode": "FDXG",
"completedPackageDetail": {
"groupNumber": 4,
"label": {
"copiesToPrint": 2,
"imageType": "DOC",
"parts": {
"documentPartSequenceNumber": 2,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 465,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
"operationalDetail": {
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5662565963651075893961116308499079"
},
{
"type": "GROUND",
"value": "5981964142877723145912502996791959"
},
{
"type": "ADDRESS",
"value": "9832462408385556252764238951628455"
}
]
},
"operationalInstructions": {
"content": "THIS SIDE UP",
"number": 7
}
},
"packageDocuments": [
{
"copiesToPrint": 2,
"imageType": "EPL2",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "La8ffhQFwkDOO0wDFTN8"
},
{
"documentPartSequenceNumber": 1,
"image": "mcQoUrjF86OnxfhYFn8W"
},
{
"documentPartSequenceNumber": 2,
"image": "LhMdSXXpIERH6fNf4XIT"
}
],
"resolution": 270,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 3,
"imageType": "GIF",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "a4JnHS8ccJqOoUgyjm0W"
},
{
"documentPartSequenceNumber": 2,
"image": "sLZ9laVx63yu4QaWLKGG"
},
{
"documentPartSequenceNumber": 2,
"image": "UNqEPkLcj2v1IUA75JLq"
},
{
"documentPartSequenceNumber": 1,
"image": "pBwPUpJkbhfbEAl39s4z"
},
{
"documentPartSequenceNumber": 2,
"image": "ftPJYU1a8HsvdA1DfZq6"
}
],
"resolution": 299,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 1,
"imageType": "DPL",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "GiHDKLkiyebY6LIivBQJ"
},
{
"documentPartSequenceNumber": 1,
"image": "OxZoXZkLZlDvcI1mOFvp"
},
{
"documentPartSequenceNumber": 1,
"image": "uUUvELrgZOccEio2IdU0"
}
],
"resolution": 213,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 3,
"imageType": "RTF",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "FL1G4qXm2BgB3firCOdD"
},
{
"documentPartSequenceNumber": 1,
"image": "1i4PUfWf0py2PWEMsizz"
},
{
"documentPartSequenceNumber": 2,
"image": "TCHSeh3vH2FHPbrH6dxi"
},
{
"documentPartSequenceNumber": 2,
"image": "8FpGPKAlBSlyVkc4z33C"
},
{
"documentPartSequenceNumber": 1,
"image": "PCbN7LlRbZiNDb6P1SvR"
}
],
"resolution": 287,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 2,
"imageType": "ZPLII",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "Fl5pPmyj8u3C8aeaBur9"
},
{
"documentPartSequenceNumber": 2,
"image": "F5JxCXBtdY8dF3m38KIq"
}
],
"resolution": 404,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
}
],
"sequenceNumber": 38,
"signatureOptions": "SERVICE_DEFAULT",
"trackingId": {
"formId": "5676",
"trackingIdType": "EXPRESS",
"trackingNumber": "05092109044858830114"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 4,
"type": "PRO_FORMA_INVOICE"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "uITiyD",
"masterTrackingId": {
"formId": "1536",
"trackingIdType": "GROUND",
"trackingNumber": "14997696366674498825"
},
"operationalDetail": {
"airportId": "ULY",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "8q4uUhkfWz65JNS",
"commitDate": "2026-07-05T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "KR",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-06T00:00:00.0Z",
"deliveryDay": "Sun",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "HljZ",
"destinationLocationNumber": 115,
"destinationLocationStateOrProvinceCode": "TN",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "713",
"originLocationNumber": 835,
"originServiceArea": "C3",
"packagingCode": "45",
"postalCode": "19952",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "185",
"stateOrProvinceCode": "ME",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "MY",
"ursaSuffixCode": "Uy"
},
"packageDescription": {
"astraDescription": "2 DAY FRT",
"code": "77",
"description": "QXyc90SDkc",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "lyN"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "QSV"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "19",
"description": "Monitored human-resource encoding",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "MdU"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "mFIoBtzsUS2O",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "3eAEx",
"id": "92657",
"type": "xsuYH"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "AHKr41bIjX"
}
},
"usDomestic": true
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "6833",
"currency": "USD"
},
"totalPackageCount": 31,
"totalUniqueAddressCount": 1,
"totalWeight": {
"units": "LB",
"value": "250"
}
}
},
"relationshipTimeStamp": "2026-05-14T00:00:00.0Z",
"role": "CRN_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "SAIA",
"payment": {
"amount": {
"amount": 66.05,
"currency": "VUV"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Parker",
"classification": "BUSINESS",
"countryCode": "SY",
"countryName": "Bosnia and Herzegovina",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "15077",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "gH"
},
"contact": {
"companyName": "Klocko, Kshlerin and Smitham",
"emailAddress": "Christophe_Ryan55@yahoo.com",
"faxNumber": "6949503531",
"pagerNumber": "9868541",
"personName": {
"firstName": "Ellsworth",
"lastName": "Jakubowski",
"middleName": "Jordan",
"prefix": "Mrs.",
"suffix": "Jr.",
"title": "Mayor"
},
"phoneExtension": "77",
"phoneNumber": "3759570360",
"phoneNumberAreaCode": "432",
"phoneNumberCountryCode": "74",
"title": "Mr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2028-01-05T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2026-04-24T00:00:00.0Z",
"number": "4984-6780-6738-7204",
"verificationCode": "967"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "8aVcTQ5Fcg",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "iUjS6AjkWh6X3gL3T0PF",
"ipAddress": "152.163.56.74"
},
"payorAuthenticationCode": "7E4dXxh8o",
"payorAuthenticationSessionId": "7493886",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 190.28,
"currency": "MRU"
},
"creditCardExpirationDate": "2027-05-30T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "655446992",
"address": {
"city": "Overland Park",
"classification": "BUSINESS",
"countryCode": "FO",
"countryName": "Niue",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "13034",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "jX"
},
"contact": {
"companyName": "Schroeder - Streich",
"contactId": "615",
"emailAddress": "Dominic.Jast3@yahoo.com",
"faxNumber": "0145068702",
"pagerNumber": "2274730",
"personName": "Gayle Lind II",
"phoneExtension": "89",
"phoneNumber": "5040486047",
"title": "Mr",
"tollFreePhoneNumber": "8088973"
},
"tins": [
{
"effectiveDate": "2026-05-17T00:00:00.0Z",
"expirationDate": "2027-07-07T00:00:00.0Z",
"number": "166160",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-09-14T00:00:00.0Z",
"expirationDate": "2027-10-06T00:00:00.0Z",
"number": "847279",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-08-25T00:00:00.0Z",
"expirationDate": "2027-07-02T00:00:00.0Z",
"number": "146342",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-09-12T00:00:00.0Z",
"expirationDate": "2028-05-29T00:00:00.0Z",
"number": "577040",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-11-08T00:00:00.0Z",
"expirationDate": "2027-07-12T00:00:00.0Z",
"number": "519511",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 1,
"expressPacakgeCount": 5,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 1861
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 598
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 406
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 93
},
"groundPackageCount": 46,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 150
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 96
},
"numberOfUnconsolidatedCommodities": 20
}
},
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "9490"
},
"declarationStatement": "0XUuZHTbaGLYK51iXgWL",
"freightCharge": {
"amount": 16.98,
"currency": "BYN"
},
"handlingCosts": {
"amount": 10.19,
"currency": "KHR"
},
"originatorName": "Ivan Dooley",
"packingCosts": {
"amount": 3.62,
"currency": "HUF"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "t8DJPEujUzG13gv",
"taxesOrMiscellaneousCharge": {
"amount": 7.75,
"currency": "TND"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DDP"
},
"commodities": [
{
"cIMarksAndNumbers": "diJNruYC8X",
"clearanceItemDetail": [
{
"address": {
"city": "East Ebonystead",
"countryCode": "DK",
"postalCode": "82956-2781",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Ebert - Ledner"
},
"id": "3i5Z6lk5r5",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Placentia",
"countryCode": "SD",
"postalCode": "00078",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Heidenreich, Dickens and Leuschke"
},
"id": "udVouHwGlf",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Heberborough",
"countryCode": "CC",
"postalCode": "24711",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Abshire Group"
},
"id": "D8qBsV89k1",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Ames",
"countryCode": "GI",
"postalCode": "93584-0152",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Emard, Ferry and Veum"
},
"id": "7MnF8puz1o",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Ignatius",
"countryCode": "DJ",
"postalCode": "61270",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Carroll, Nikolaus and Rempel"
},
"id": "NCzPzv1BwY",
"role": "MANUFACTURER"
}
],
"commodityId": "HdryaV",
"countryOfManufacture": "JO",
"customsValue": {
"amount": 2566.04,
"currency": "MKD"
},
"description": "The azure Computer combines United States Minor Outlying Islands aesthetics with Rutherfordium-based durability",
"name": "Ergonomic Metal Fish",
"numberOfPieces": 21,
"quantity": 14,
"quantityUnits": "EA",
"unitPrice": {
"amount": 4222.81,
"currency": "USD"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "tWyDpuKZJ8",
"clearanceItemDetail": [
{
"address": {
"city": "Pharr",
"countryCode": "PS",
"postalCode": "42640-5931",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Hoeger LLC"
},
"id": "WKPHwqgHpe",
"role": "MANUFACTURER"
}
],
"commodityId": "e47tle",
"countryOfManufacture": "BY",
"customsValue": {
"amount": 1313.36,
"currency": "BMD"
},
"description": "Ullrich - Monahan's most advanced Bike technology increases blaring capabilities",
"name": "Modern Plastic Car",
"numberOfPieces": 81,
"quantity": 17,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 4703.7,
"currency": "DZD"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement2",
"Statement1"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Wainostad",
"countryCode": "GL",
"postalCode": "99139-5830",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Georgia Weissnat",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "bfQkoGcHho1wj8xB",
"permitNumber": "06830"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 1088.7,
"currency": "KES"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "157"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4864.52,
"currency": "USD"
}
},
"dropOffType": "REQUEST_COURIER",
"edtRequestTypes": "ALL",
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelPrintingOrientation": "BOTTOM_EDGE_OF_TEXT_FIRST",
"labelStockType": "PAPER_7X475"
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Dietrich and Sons",
"emailAddress": "Harmony58@yahoo.com",
"personName": "Bennie Dicki",
"phoneExtension": "40",
"phoneNumber": "(955) 607-8178"
}
},
"packagingType": "YOUR_PACKAGING",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "LIST",
"recipient": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2026-06-14T00:00:00.0Z",
"expirationDate": "2029-12-10T00:00:00.0Z",
"number": "012282",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2025-10-06T00:00:00.0Z",
"expirationDate": "2030-05-10T00:00:00.0Z",
"number": "130005",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2025-04-01T00:00:00.0Z",
"expirationDate": "2030-01-21T00:00:00.0Z",
"number": "947376",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2021-07-26T00:00:00.0Z",
"expirationDate": "2027-12-07T00:00:00.0Z",
"number": "438712",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"recipientLocationNumber": "commodo occaecat",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "1vvtV0d5Tn"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "94",
"groupPackageCount": "4",
"sequenceNumber": "60",
"trackingId": {
"formId": "5999",
"trackindIdType": "INTERNAL",
"trackingNumber": "462856608942072"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "STANDARD_OVERNIGHT",
"shipDatestamp": "2026-07-06T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Mertz Inc",
"emailAddress": "Annette_Heathcote@hotmail.com",
"personName": "Ms. Shari Breitenberg",
"phoneExtension": "72",
"phoneNumber": "(277) 566-2528"
},
"tins": [
{
"effectiveDate": "2025-01-30T00:00:00.0Z",
"expirationDate": "2027-10-03T00:00:00.0Z",
"number": "079956",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2025-06-23T00:00:00.0Z",
"expirationDate": "2026-10-11T00:00:00.0Z",
"number": "505480",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2023-05-05T00:00:00.0Z",
"expirationDate": "2029-09-02T00:00:00.0Z",
"number": "677778",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2026-06-28T00:00:00.0Z",
"expirationDate": "2031-04-19T00:00:00.0Z",
"number": "700796",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "CRN_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 325.96,
"baseRateAmount": 159.45,
"codcollectionAmount": 189.3,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "143856"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "938859"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "891900"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "597197"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "310573"
}
],
"masterTrackingNumber": "235219240932",
"netChargeAmount": 69.06,
"netDiscountAmount": 6.05,
"netRateAmount": 44.82,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "tJR8YXm2ecUhmgqwMzXg",
"trackingNumber": "165894322629",
"url": "https://gleaming-coal.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "hW45tfVO86x307T84TFp",
"trackingNumber": "559672358566",
"url": "https://gentle-drug.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "BEUMlC5kIusEGQx9fj8O",
"trackingNumber": "136293099840",
"url": "https://worse-newsprint.net"
}
],
"trackingNumber": "456766983237"
},
{
"additionalChargesDiscount": 484.76,
"baseRateAmount": 163.36,
"codcollectionAmount": 51.79,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "550053"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "630637"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "780157"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "322638"
}
],
"masterTrackingNumber": "764104513690",
"netChargeAmount": 54.36,
"netDiscountAmount": 46.4,
"netRateAmount": 39.48,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "LQYmVLJXoD54YgfbT97L",
"trackingNumber": "368144545989",
"url": "https://growing-partridge.name"
}
],
"trackingNumber": "968491423949"
},
{
"additionalChargesDiscount": 385.9,
"baseRateAmount": 489.12,
"codcollectionAmount": 804.53,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "755229"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "619071"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "948273"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "072236"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "128043"
}
],
"masterTrackingNumber": "843716233899",
"netChargeAmount": 30.16,
"netDiscountAmount": 97.01,
"netRateAmount": 66.48,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "GeFVnZCMflmksb3ezdFg",
"trackingNumber": "412610148134",
"url": "https://polished-tarragon.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "1QxgkaTwZCVvc6TLEsSF",
"trackingNumber": "057152153791",
"url": "https://glittering-advertisement.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "B1Cjx8fIksF0qF9jqqnT",
"trackingNumber": "706208016011",
"url": "https://expensive-colon.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "U8V9ua1DwFMYjoBT9oPW",
"trackingNumber": "718041037502",
"url": "https://grubby-birth.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "zizEUDMGx2hNLPZ0ImgD",
"trackingNumber": "720102724368",
"url": "https://noted-millet.info/"
}
],
"trackingNumber": "319249095173"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 245.78,
"baseRateAmount": 457.65,
"codcollectionAmount": 252.69,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "666972"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "989493"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "556017"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "561627"
}
],
"masterTrackingNumber": "564866879700",
"netChargeAmount": 27.69,
"netDiscountAmount": 115.7,
"netRateAmount": 7.41,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "fP5NVl9jBQ9WmLbvPlkY",
"trackingNumber": "582851648252",
"url": "https://somber-giant.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "4p1UuMv9UFJtK9AuIITv",
"trackingNumber": "979599942139",
"url": "https://babyish-bandwidth.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "sZMMIV9vOgjRLGcn9Oty",
"trackingNumber": "123161384986",
"url": "https://troubled-tenement.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "OJqTNVfl9Aa08cSACBYd",
"trackingNumber": "215868772164",
"url": "https://silver-underpants.info/"
}
],
"trackingNumber": "881766540194"
},
{
"additionalChargesDiscount": 18.24,
"baseRateAmount": 280.9,
"codcollectionAmount": 654.14,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "991924"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "534382"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "130905"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "165299"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "511243"
}
],
"masterTrackingNumber": "907831885450",
"netChargeAmount": 99.51,
"netDiscountAmount": 108.99,
"netRateAmount": 70.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "jahov7kQfCAOAtS04wrc",
"trackingNumber": "177228891593",
"url": "https://definitive-meadow.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "EtaWClkyr8n6OMcgjMeA",
"trackingNumber": "086339753830",
"url": "https://interesting-thigh.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "fzTfA0FB2DEPBt7lPF2i",
"trackingNumber": "145099667450",
"url": "https://bulky-widow.org/"
}
],
"trackingNumber": "976695863311"
},
{
"additionalChargesDiscount": 482.24,
"baseRateAmount": 125.77,
"codcollectionAmount": 987.36,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "052630"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "401765"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "340710"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "855922"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "779439"
}
],
"masterTrackingNumber": "253945506018",
"netChargeAmount": 9.62,
"netDiscountAmount": 32.61,
"netRateAmount": 78.29,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "OzECqfo8WegdMk8yF22i",
"trackingNumber": "131739174256",
"url": "https://bitter-cutover.org"
}
],
"trackingNumber": "400295712614"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 109.84,
"baseRateAmount": 380.14,
"codcollectionAmount": 39.15,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "641500"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "766434"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "779839"
}
],
"masterTrackingNumber": "970327034726",
"netChargeAmount": 159.95,
"netDiscountAmount": 36.29,
"netRateAmount": 72.95,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "vJ3cSZIFR1aKBS5kljPB",
"trackingNumber": "936057178211",
"url": "https://apprehensive-platypus.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "E9di1s34gqmMByCUo8zT",
"trackingNumber": "357110832553",
"url": "https://unripe-pillow.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "NRXr5i0AyIpNE1Yf0Xgr",
"trackingNumber": "714586910630",
"url": "https://enchanting-bonfire.biz"
}
],
"trackingNumber": "830293916090"
},
{
"additionalChargesDiscount": 167.93,
"baseRateAmount": 337.2,
"codcollectionAmount": 946.34,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "832440"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "796226"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "936280"
}
],
"masterTrackingNumber": "913333005016",
"netChargeAmount": 75.26,
"netDiscountAmount": 21.26,
"netRateAmount": 79.09,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "tzFQaJw0M1NDD4NXt3og",
"trackingNumber": "079618743264",
"url": "https://which-lace.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "GU6sG9KzYho2INQaDKse",
"trackingNumber": "770419461078",
"url": "https://these-secret.com/"
}
],
"trackingNumber": "945876906928"
},
{
"additionalChargesDiscount": 364.38,
"baseRateAmount": 271.67,
"codcollectionAmount": 314.12,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "637420"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "296771"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "971921"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "496085"
}
],
"masterTrackingNumber": "814253067947",
"netChargeAmount": 155.3,
"netDiscountAmount": 44.58,
"netRateAmount": 39.12,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "t0mtDEZKPd2sSyIwW9kI",
"trackingNumber": "218092207319",
"url": "https://grandiose-daughter.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "VOAz7ocKmoBgl5VW7laD",
"trackingNumber": "386432761391",
"url": "https://content-hose.org"
}
],
"trackingNumber": "672813879916"
},
{
"additionalChargesDiscount": 468.88,
"baseRateAmount": 162.56,
"codcollectionAmount": 975.81,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "844707"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "930284"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "503977"
}
],
"masterTrackingNumber": "815453137417",
"netChargeAmount": 156.2,
"netDiscountAmount": 55.89,
"netRateAmount": 54.26,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "jT9RbqhHkxP34FgGVIId",
"trackingNumber": "821648481539",
"url": "https://unkempt-conservative.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "jap4Le9OG14iqlYsD24E",
"trackingNumber": "896802310974",
"url": "https://watery-repeat.info/"
}
],
"trackingNumber": "016585711391"
},
{
"additionalChargesDiscount": 332.74,
"baseRateAmount": 102.27,
"codcollectionAmount": 322.41,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "012577"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "234147"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "373516"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "813373"
}
],
"masterTrackingNumber": "349788285279",
"netChargeAmount": 71.14,
"netDiscountAmount": 29.02,
"netRateAmount": 65.95,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "n4Zp63saSsoq3W9mgitG",
"trackingNumber": "929869363458",
"url": "https://fussy-solvency.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "LQXEwcmdsqbZEz6t2B0C",
"trackingNumber": "854272221038",
"url": "https://hospitable-ethyl.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "nRiLmDE0JIK2k0Nm3OU2",
"trackingNumber": "405448250375",
"url": "https://passionate-sauerkraut.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "Nb4i4xJlrjjmiC1Wjqh7",
"trackingNumber": "573769897510",
"url": "https://thick-space.name"
}
],
"trackingNumber": "781869856725"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 159.31,
"baseRateAmount": 296.48,
"codcollectionAmount": 424.67,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "779892"
}
],
"masterTrackingNumber": "338718978122",
"netChargeAmount": 74.49,
"netDiscountAmount": 89.64,
"netRateAmount": 97.26,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "43HTqeK5XGReIUwPt0Yy",
"trackingNumber": "530486505936",
"url": "https://personal-outset.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "rxvaPoXMxONo5Y5ibot6",
"trackingNumber": "601630495764",
"url": "https://joyful-department.com/"
}
],
"trackingNumber": "083899230377"
},
{
"additionalChargesDiscount": 34.33,
"baseRateAmount": 377.64,
"codcollectionAmount": 650.71,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "579258"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "000776"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "973971"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "768509"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "110013"
}
],
"masterTrackingNumber": "830361978918",
"netChargeAmount": 103.89,
"netDiscountAmount": 20.55,
"netRateAmount": 13.89,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "OMspdBYYRaX7TR5zDoi4",
"trackingNumber": "032426200278",
"url": "https://neat-character.com"
}
],
"trackingNumber": "012237912322"
},
{
"additionalChargesDiscount": 274.23,
"baseRateAmount": 304.78,
"codcollectionAmount": 928.21,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "140336"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "525882"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "272023"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "330482"
}
],
"masterTrackingNumber": "249763987974",
"netChargeAmount": 45.05,
"netDiscountAmount": 68.77,
"netRateAmount": 45.98,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "8P3XSDLp0Pc55tphbs3U",
"trackingNumber": "394642790522",
"url": "https://selfish-ceramic.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "mhESLZGNMd4VSKdXFq1l",
"trackingNumber": "643246792295",
"url": "https://icy-wombat.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "WyuOfHQ2KUjhPYbHrFre",
"trackingNumber": "150705440973",
"url": "https://distant-puritan.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "ZN8NDtnwziTYvnQCAkJ6",
"trackingNumber": "717798287602",
"url": "https://qualified-roadway.org/"
}
],
"trackingNumber": "696098673997"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "AP6EFJSjFF7JnVAu6Hf9",
"trackingNumber": "303898171017",
"url": "https://agile-replacement.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "6gVQmAXRW4m2xnLN8aAp",
"trackingNumber": "884540396086",
"url": "https://unhealthy-petticoat.com/"
}
]
},
{
"completedConsolidationDetail": {
"consolidationDocumentTypes": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT",
"COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"CONDENSED_CRN_REPORT",
"CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"CONSOLIDATED_PARTY_REPORT",
"CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"CUSTOM_CONSOLIDATION_DOCUMENT",
"CERTIFICATE_OF_ORIGIN",
"COMMERCIAL_INVOICE",
"CUSTOM_PACKAGE_DOCUMENT",
"CUSTOM_SHIPMENT_DOCUMENT",
"CUSTOMER_SPECIFIED_LABELS",
"DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"EXPORT_DECLARATION",
"FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"GENERAL_AGENCY_AGREEMENT",
"LABEL",
"USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"USMCA_CERTIFICATION_OF_ORIGIN",
"OP_900",
"PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"PRO_FORMA_INVOICE",
"RETURN_INSTRUCTIONS",
"VICS_BILL_OF_LADING"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://unlawful-lady.biz",
"password": "_GBzn9_w",
"role": "Internal Integration Strategist",
"userId": "75383fda-9cd4-4d80-ba24-9764f6b9178f"
},
{
"emailLabelUrl": "https://impressive-juggernaut.org/",
"password": "Ni0qdRUz",
"role": "Lead Branding Planner",
"userId": "68409a02-7b6d-4aba-bf9b-0c9dccc7c89f"
},
{
"emailLabelUrl": "https://worthy-simple.org/",
"password": "WTj3U6Ak",
"role": "Customer Markets Supervisor",
"userId": "499c566c-6684-4f52-9a04-d9226e187bff"
},
{
"emailLabelUrl": "https://reckless-attraction.net/",
"password": "nP2tNHu6",
"role": "Product Research Facilitator",
"userId": "80aa414d-dc9e-43de-a48c-54299cdfef15"
},
{
"emailLabelUrl": "https://live-swordfish.info",
"password": "FpDHTiGX",
"role": "Forward Markets Representative",
"userId": "53448ee0-23cf-4bb0-aefc-d64c68d9373a"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2845.42,
"currency": "KWD"
}
},
"completedEtdDetail": {
"folderId": "DSBaQWGVLDMddEWU",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "sIudiHae92jYIlbI"
},
{
"documentId": "Y93d95tBJTsTUy4f"
},
{
"documentId": "PzP2CKSzkO5xOSLX"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jHSnlTaHzO",
"hazardClass": "3",
"id": "UN6268",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 54.98,
"netExplosiveDetail": {
"amount": 4.5,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "59ilVMahJY",
"hazardClass": "2.3",
"id": "UN5509",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 58.28,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lRlhipESyR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.64,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45.98,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.87,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.84,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "c57hLm8DkKxemnt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.84,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 28.84,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.67
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "BgWFFwbfHv",
"hazardClass": "3",
"id": "UN5799",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A53",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 44.98,
"netExplosiveDetail": {
"amount": 6.76,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "iBsr6Jd5gY",
"hazardClass": "8",
"id": "UN8865",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 61.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kGaDuDcjDn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.33,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.76,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 14.22,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.93,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "iASo3rSZ4SpGakN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 17.15,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 7.13,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "b3xFPaKW8X",
"hazardClass": "3",
"id": "UN6732",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 27.32,
"netExplosiveDetail": {
"amount": 2.54,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "aGTkI1AIhO",
"hazardClass": "8",
"id": "UN2993",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 24.9,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vNdBvoxZSY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.6,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.5,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "lkT307ObGhdkqMK",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.77,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 34.4,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Ir78p0JRQu",
"hazardClass": "3",
"id": "UN0851",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A73",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 11,
"netExplosiveDetail": {
"amount": 8.91,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "vYnKu4s7J5",
"hazardClass": "2.3",
"id": "UN9752",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 44.51,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LqjuiJieRw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.95,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.54,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "sXLpzUz1tpZMGRS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.18,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 13.63,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.55
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "vfppZBvK3Y",
"hazardClass": "3",
"id": "UN7339",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 75.66,
"netExplosiveDetail": {
"amount": 7.67,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "MZO8lzoSCf",
"hazardClass": "3",
"id": "UN0013",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 97.98,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EShiFkvIGU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.44,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.65,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "eXN5F6bz0tmcIiy",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.38,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.45,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "PIzAs6wJUV",
"hazardClass": "3",
"id": "UN2910",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 45.63,
"netExplosiveDetail": {
"amount": 9.53,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "4osKai4K3V",
"hazardClass": "2.3",
"id": "UN2820",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XUFACNBvFF"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.31,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.76,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "FvSIXXmMlHBbPyQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.74,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 3.95,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0A3OJC87wR",
"hazardClass": "8",
"id": "UN6145",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A27",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 43.66,
"netExplosiveDetail": {
"amount": 1.27,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "BSUTTW1BbW",
"hazardClass": "3",
"id": "UN6113",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 84.63,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "nJLoWinwHm"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.88,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "YLtkubdRcGhe9b4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.52,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 2.58,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "E24h6ayU9r",
"hazardClass": "8",
"id": "UN1799",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 10,
"netExplosiveDetail": {
"amount": 5.17,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "x2yY3kbf3e",
"hazardClass": "2.3",
"id": "UN6353",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 51.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lhXaakWEhp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.93,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "wfbWAdxpV8ajMSz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 28.1,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.07
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 1.98,
"referenceId": "665097",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "4266946480592459184581422054943639"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 4
},
{
"content": "THIS SIDE UP",
"number": 5
},
{
"content": "DO NOT STACK",
"number": 19
},
{
"content": "FRAGILE",
"number": 17
},
{
"content": "THIS SIDE UP",
"number": 5
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 31.13,
"packageRateDetails": [
{
"baseCharge": 193.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 53.38,
"netFedExCharge": 118.11,
"netFreight": 66.74,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2731.58,
"currency": "AOA"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3523.69,
"currency": "KMF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3693.19,
"currency": "PLN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2723.17,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2399.11,
"currency": "TJS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 17.61,
"totalRebates": 3.88,
"totalSurcharges": 16.25,
"totalTaxes": 6.4
},
{
"baseCharge": 98.4,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 61.73,
"netFedExCharge": 127.12,
"netFreight": 90.77,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 145,
"currency": "GBP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 29.63,
"totalRebates": 1.77,
"totalSurcharges": 19.53,
"totalTaxes": 2.51
},
{
"baseCharge": 162.32,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 56.4,
"netFedExCharge": 83.29,
"netFreight": 130.58,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 810.26,
"currency": "XAF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 570.17,
"currency": "XOF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 2.48,
"totalRebates": 2.82,
"totalSurcharges": 7.66,
"totalTaxes": 8.26
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "1710",
"trackingIdType": "FREIGHT",
"trackingNumber": "01189248618303625606",
"uspsApplicationId": "58"
},
{
"formId": "9231",
"trackingIdType": "GROUND",
"trackingNumber": "52206241263063311881",
"uspsApplicationId": "45"
},
{
"formId": "4961",
"trackingIdType": "GROUND",
"trackingNumber": "96214602595003326713",
"uspsApplicationId": "67"
},
{
"formId": "2665",
"trackingIdType": "EXPRESS",
"trackingNumber": "22541437643162639056",
"uspsApplicationId": "73"
},
{
"formId": "8291",
"trackingIdType": "GROUND",
"trackingNumber": "93122537339669113368",
"uspsApplicationId": "11"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "35A2CeSH66",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-12-31T00:00:00.0Z",
"expirationDate": "2026-12-11T00:00:00.0Z",
"number": "49318"
}
},
"dryIceDetail": {
"packageCount": 3,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 7
}
},
"masterTrackingId": {
"formId": "4494",
"trackingIdType": "GROUND",
"trackingNumber": "79143079637328772366",
"uspsApplicationId": "21"
},
"operationalDetail": {
"airportId": "FVM",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "lkZllgKadFoEFtq",
"commitDate": "2026-07-03T00:00:00.0Z",
"commitDay": "Sat",
"countryCode": "MF",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-04T00:00:00.0Z",
"deliveryDay": "Mon",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "YYBj",
"destinationLocationNumber": 558,
"destinationLocationStateOrProvinceCode": "ID",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "941",
"originLocationNumber": 465,
"originServiceArea": "A1",
"packagingCode": "69",
"postalCode": "96153",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "754",
"stateOrProvinceCode": "WI",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "ri",
"ursaSuffixCode": "BD"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "79",
"description": "Progressive responsive database",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "yz4"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "FEg"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "5Ga"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "jLo"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "pZL"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "f0a3u1AEUe4v",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "3401",
"trackingIdType": "EXPRESS",
"trackingNumber": "67873900517633923064"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "7289",
"trackingIdType": "EXPRESS",
"trackingNumber": "91396803427773667969"
},
{
"formId": "7425",
"trackingIdType": "FREIGHT",
"trackingNumber": "15279457727337498536"
},
{
"formId": "0295",
"trackingIdType": "GROUND",
"trackingNumber": "44826475008245382112"
},
{
"formId": "7218",
"trackingIdType": "EXPRESS",
"trackingNumber": "22267720072602316233"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "8537",
"trackingIdType": "EXPRESS",
"trackingNumber": "30015587830413845278"
},
{
"formId": "1714",
"trackingIdType": "EXPRESS",
"trackingNumber": "24945789582206620183"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "6865",
"trackingIdType": "EXPRESS",
"trackingNumber": "53973426215475053228"
},
{
"formId": "6068",
"trackingIdType": "GROUND",
"trackingNumber": "43516545519371956260"
},
{
"formId": "4752",
"trackingIdType": "EXPRESS",
"trackingNumber": "61031297369079522959"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "2215",
"trackingIdType": "EXPRESS",
"trackingNumber": "93059906208916056931"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "PEN",
"value": "CUSTOMS_VALUE"
},
"description": "zr6f2bhjLa",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "DZD",
"rate": 6.83
},
"dutiesAndTaxes": [
{
"harmonizedCode": "889293",
"taxes": {
"amount": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "eOpqn5ARrf",
"id": "tlajEz",
"name": "VAT"
},
"description": "piKdX9lMFV",
"effectiveDate": "2025-12-11T00:00:00.0Z",
"formula": "EcBfSuYhtFMvWkE",
"name": "VAT",
"taxableValue": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "WuYK6",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "646767",
"taxes": {
"amount": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "zsOqjvAA4Z",
"id": "iQpQfI",
"name": "GST"
},
"description": "1k06MhlIvd",
"effectiveDate": "2026-01-10T00:00:00.0Z",
"formula": "O0G1m7LXDn3lx8x",
"name": "GST",
"taxableValue": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"taxcode": "3u7kW",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "394934",
"taxes": {
"amount": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "gFaG5wkj3J",
"id": "63G7Yr",
"name": "GST"
},
"description": "qtXFyHpZVW",
"effectiveDate": "2026-06-04T00:00:00.0Z",
"formula": "a2Ky4OS0uOIX0Kd",
"name": "GST",
"taxableValue": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"taxcode": "LRTBy",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"description": "XGmWNvDH9z",
"percent": 12.51,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 2.34,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "VG0E5Ly16d",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "C6KNbT",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"description": "8Ks4lMEOvU",
"percent": 3.99,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
},
"description": "10yQg2VObZ",
"percent": 4.78,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"description": "sf5ixNuKQs",
"percent": 4.25,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"description": "LRpJBGItvd",
"percent": 2.94,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"description": "rc6Ks052Nt",
"percent": 2.99,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "AUD",
"value": "CUSTOMS_VALUE"
},
"description": "DwENOwtumr",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"description": "f5cxwUps9G",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"description": "wy2r2ZmHWn",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "KGS",
"value": "CUSTOMS_VALUE"
},
"description": "fGkBUYaOIT",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"description": "kcpOg9hYHn",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"description": "zT78FSDME8",
"taxType": "VAT"
},
{
"amount": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"description": "ilcktOesPq",
"taxType": "VAT"
},
{
"amount": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"description": "gyhDsJvo82",
"taxType": "VAT"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "9drBkypq0c",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "SGD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "XCD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "ZWL",
"rate": 22.08
},
"dimDivisor": 205,
"freightDiscounts": [
{
"amount": 9.83,
"description": "xBjJiznjKi",
"percent": 19.78,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.15,
"description": "4IApjQhmNP",
"percent": 16.05,
"rateDiscountType": "EARNED"
},
{
"amount": 4.71,
"description": "HMl2wT8JKJ",
"percent": 6.62,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.29,
"description": "en0rVuHLKx",
"percent": 6.71,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.03,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "02806",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "tYesQ3",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CNY",
"rate": 20.34
},
"dimDivisor": 116,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 6.43,
"description": "EdF18yZQvj",
"percent": 8.03,
"rateDiscountType": "BONUS"
},
{
"amount": 8.39,
"description": "AaHTMs4cmp",
"percent": 7.43,
"rateDiscountType": "BONUS"
},
{
"amount": 2.18,
"description": "5PaNPRR1zf",
"percent": 10.63,
"rateDiscountType": "EARNED"
},
{
"amount": 1.04,
"description": "UaD9GY3PDb",
"percent": 6.59,
"rateDiscountType": "COUPON"
},
{
"amount": 4.35,
"description": "yApdV9HMXo",
"percent": 14.44,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.41,
"legDestinationLocationId": "emPr",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "HUCFs",
"ratedWeightMethod": "DIM",
"rateScale": "6531",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "JZXKnN",
"surcharges": [
{
"amount": {
"amount": 269.27,
"currency": "DKK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3816.39,
"currency": "HUF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2877.78,
"currency": "HKD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.5,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.18,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.03,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 176.34,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 13.91,
"totalFreightDiscounts": 39.76,
"totalNetCharge": 66.22,
"totalNetChargeWithDutiesAndTaxes": 98.24,
"totalNetFedExCharge": 85.34,
"totalNetFreight": 62.22,
"totalRebates": 4.75,
"totalSurcharges": 7.89,
"totalTaxes": 0.05
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JPY",
"rate": 20.89
},
"dimDivisor": 182,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.65,
"description": "J8neOsdkO4",
"percent": 14.01,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.37,
"legDestinationLocationId": "KWmk",
"minimumChargeType": "ACTUAL",
"pricingCode": "ECYkz",
"ratedWeightMethod": "DIM",
"rateScale": "3815",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "E2QNmf",
"surcharges": [
{
"amount": {
"amount": 27.96,
"currency": "BDT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2805.58,
"currency": "BOB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3558.25,
"currency": "BSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3124.02,
"currency": "EGP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 950.66,
"currency": "RUB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.15,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 140.26,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 49.8,
"totalFreightDiscounts": 11.12,
"totalNetCharge": 58.09,
"totalNetChargeWithDutiesAndTaxes": 104.54,
"totalNetFedExCharge": 174.58,
"totalNetFreight": 56.95,
"totalRebates": 0.17,
"totalSurcharges": 0.06,
"totalTaxes": 0.23
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RON",
"rate": 6.48
},
"dimDivisor": 110,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.27,
"description": "YLmNlzcXQL",
"percent": 11.42,
"rateDiscountType": "EARNED"
},
{
"amount": 8.32,
"description": "GyMad6WmXn",
"percent": 17.57,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.31,
"description": "IA2lgTQc72",
"percent": 14.2,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 3.22,
"legDestinationLocationId": "sAuk",
"minimumChargeType": "ACTUAL",
"pricingCode": "6ODbE",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8556",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "jn7qHW",
"surcharges": [
{
"amount": {
"amount": 1346.36,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1072.48,
"currency": "MNT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 683.23,
"currency": "ETB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2461.93,
"currency": "TRY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 19.23,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.95,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.84,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 76.57,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.54,
"totalFreightDiscounts": 14.5,
"totalNetCharge": 129.78,
"totalNetChargeWithDutiesAndTaxes": 136.86,
"totalNetFedExCharge": 117.16,
"totalNetFreight": 189.23,
"totalRebates": 0.02,
"totalSurcharges": 4.88,
"totalTaxes": 4.25
}
],
"surcharges": [
{
"amount": {
"amount": 1604.46,
"currency": "TRY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.59,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.14,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.66,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.59,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.16,
"totalBaseCharge": 130.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0,
"totalDutiesTaxesAndFees": 75.13,
"totalFreightDiscounts": 29.3,
"totalNetCharge": 80.19,
"totalNetChargeWithDutiesAndTaxes": 242.15,
"totalNetFedExCharge": 78.38,
"totalNetFreight": 174.84,
"totalRebates": 2.23,
"totalSurcharges": 12.79,
"totalTaxes": 8.45
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NZD",
"rate": 21.25
},
"dimDivisor": 214,
"freightDiscounts": [
{
"amount": 1.39,
"description": "EipZms6aGH",
"percent": 12.04,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.32,
"description": "qhZcMekjKf",
"percent": 11.89,
"rateDiscountType": "EARNED"
},
{
"amount": 9.94,
"description": "boT3TA5L4j",
"percent": 19.22,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.28,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "34601",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "jarTA3",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "HUF",
"rate": 5.23
},
"dimDivisor": 247,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.86,
"description": "r3aZtK8Pnu",
"percent": 16.19,
"rateDiscountType": "EARNED"
},
{
"amount": 3.64,
"description": "BwH4pqeGz4",
"percent": 6.28,
"rateDiscountType": "COUPON"
},
{
"amount": 7.96,
"description": "IFMW7U86E5",
"percent": 10.99,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 3.02,
"legDestinationLocationId": "uhms",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "0sD9y",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5807",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "3WDpiI",
"surcharges": [
{
"amount": {
"amount": 3593.5,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4730.79,
"currency": "SHP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 517.5,
"currency": "TRY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.96,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.51,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.23,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 166.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 48.69,
"totalFreightDiscounts": 1.61,
"totalNetCharge": 136.62,
"totalNetChargeWithDutiesAndTaxes": 216.11,
"totalNetFedExCharge": 114.05,
"totalNetFreight": 183.01,
"totalRebates": 3.27,
"totalSurcharges": 9.18,
"totalTaxes": 0.55
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "LKR",
"rate": 5.61
},
"dimDivisor": 249,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.88,
"description": "5MZUmV72xQ",
"percent": 15.87,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.13,
"legDestinationLocationId": "MYXY",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "wq4Sd",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8902",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "6EVQ4A",
"surcharges": [
{
"amount": {
"amount": 507.04,
"currency": "UAH"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 19.53,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 3.87,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 194.84,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.48,
"totalFreightDiscounts": 7.24,
"totalNetCharge": 84.77,
"totalNetChargeWithDutiesAndTaxes": 115.85,
"totalNetFedExCharge": 138.4,
"totalNetFreight": 74.85,
"totalRebates": 2.58,
"totalSurcharges": 10.97,
"totalTaxes": 8.4
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "NIO",
"rate": 9.15
},
"dimDivisor": 298,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.16,
"description": "CBMggv9T4P",
"percent": 13.52,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.21,
"description": "7WiaZDQ3Eu",
"percent": 13.15,
"rateDiscountType": "COUPON"
},
{
"amount": 4.03,
"description": "Qz8N9sYXAg",
"percent": 14.02,
"rateDiscountType": "EARNED"
},
{
"amount": 8.61,
"description": "g0S2oGAw7O",
"percent": 14.31,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.15,
"legDestinationLocationId": "iFUI",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "bzKkC",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8061",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "gWrp15",
"surcharges": [
{
"amount": {
"amount": 3277.89,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.82,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.55,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.79,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.58,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.58,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 164.83,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.07,
"totalFreightDiscounts": 28.12,
"totalNetCharge": 130.03,
"totalNetChargeWithDutiesAndTaxes": 141.21,
"totalNetFedExCharge": 196.19,
"totalNetFreight": 181.81,
"totalRebates": 4.53,
"totalSurcharges": 2.86,
"totalTaxes": 1.72
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BBD",
"rate": 29.26
},
"dimDivisor": 265,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.83,
"description": "x9DPXT3Dmc",
"percent": 9.5,
"rateDiscountType": "EARNED"
},
{
"amount": 4.74,
"description": "UwiYKa6kMS",
"percent": 15.91,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.33,
"description": "7CtkLIZV1k",
"percent": 5.06,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.82,
"legDestinationLocationId": "CBGL",
"minimumChargeType": "ACTUAL",
"pricingCode": "q2Dio",
"ratedWeightMethod": "DIM",
"rateScale": "6099",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "sDwKFR",
"surcharges": [
{
"amount": {
"amount": 46.8,
"currency": "LBP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 18.33,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 166.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 46.06,
"totalFreightDiscounts": 14.73,
"totalNetCharge": 67.94,
"totalNetChargeWithDutiesAndTaxes": 187.15,
"totalNetFedExCharge": 142.67,
"totalNetFreight": 53.88,
"totalRebates": 4.23,
"totalSurcharges": 4.33,
"totalTaxes": 3.41
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SGD",
"rate": 24.81
},
"dimDivisor": 291,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.9,
"description": "quT88yBUrO",
"percent": 5.68,
"rateDiscountType": "BONUS"
},
{
"amount": 6.23,
"description": "HBakbk7wFb",
"percent": 18.67,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.96,
"legDestinationLocationId": "MaML",
"minimumChargeType": "ACTUAL",
"pricingCode": "ebu81",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1801",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "VFmjdl",
"surcharges": [
{
"amount": {
"amount": 3572.81,
"currency": "BIF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3643.59,
"currency": "PLN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 273.02,
"currency": "KYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1803.04,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4635.5,
"currency": "TND"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.36,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.23,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.41,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.73,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 163.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.28,
"totalFreightDiscounts": 34.64,
"totalNetCharge": 126.7,
"totalNetChargeWithDutiesAndTaxes": 133.6,
"totalNetFedExCharge": 198.32,
"totalNetFreight": 104.86,
"totalRebates": 1.66,
"totalSurcharges": 19.86,
"totalTaxes": 0.46
}
],
"surcharges": [
{
"amount": {
"amount": 2435.81,
"currency": "IRR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2058.88,
"currency": "AFN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1616.23,
"currency": "HTG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.53,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 15.27,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.29,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 17.55,
"totalBaseCharge": 90.17,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 34.36,
"totalDutiesTaxesAndFees": 81.6,
"totalFreightDiscounts": 5.12,
"totalNetCharge": 110.9,
"totalNetChargeWithDutiesAndTaxes": 61.39,
"totalNetFedExCharge": 228.31,
"totalNetFreight": 81.99,
"totalRebates": 1.16,
"totalSurcharges": 4.52,
"totalTaxes": 1.01
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "COP",
"rate": 15.98
},
"dimDivisor": 268,
"freightDiscounts": [
{
"amount": 3.86,
"description": "Ef5WgBa9rr",
"percent": 10.92,
"rateDiscountType": "EARNED"
},
{
"amount": 5.62,
"description": "wSz4cWzU4q",
"percent": 14.85,
"rateDiscountType": "COUPON"
},
{
"amount": 2.66,
"description": "ppWRcwfEPP",
"percent": 13,
"rateDiscountType": "BONUS"
},
{
"amount": 8.79,
"description": "uOS4ed0uZr",
"percent": 5.82,
"rateDiscountType": "EARNED"
},
{
"amount": 5.12,
"description": "eTuC80J3J5",
"percent": 10.48,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 13.22,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "68362",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "pL2ZMA",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GNF",
"rate": 16.85
},
"dimDivisor": 156,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.76,
"description": "ufrOZm4LM4",
"percent": 8.32,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.15,
"description": "bayXupMsKc",
"percent": 6.21,
"rateDiscountType": "COUPON"
},
{
"amount": 9.26,
"description": "boMP297Bdi",
"percent": 8.4,
"rateDiscountType": "BONUS"
},
{
"amount": 7.73,
"description": "zo3KdUlYST",
"percent": 11.32,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 10.34,
"legDestinationLocationId": "ajGH",
"minimumChargeType": "ACTUAL",
"pricingCode": "nmGn9",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9314",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "pVx8Jy",
"surcharges": [
{
"amount": {
"amount": 509,
"currency": "XPF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.71,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.66,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 138.62,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 48.56,
"totalFreightDiscounts": 2.98,
"totalNetCharge": 141.81,
"totalNetChargeWithDutiesAndTaxes": 211.36,
"totalNetFedExCharge": 198.03,
"totalNetFreight": 171.65,
"totalRebates": 1.24,
"totalSurcharges": 14.57,
"totalTaxes": 3.89
}
],
"surcharges": [
{
"amount": {
"amount": 3898.71,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 686.75,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1474.74,
"currency": "MGA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 9.52,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.77,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.87,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.94,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 8.22,
"totalBaseCharge": 181.55,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.33,
"totalDutiesTaxesAndFees": 9.96,
"totalFreightDiscounts": 9.54,
"totalNetCharge": 81.29,
"totalNetChargeWithDutiesAndTaxes": 81.6,
"totalNetFedExCharge": 232.2,
"totalNetFreight": 138.59,
"totalRebates": 2.25,
"totalSurcharges": 11.24,
"totalTaxes": 6.64
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "UZS",
"rate": 2.62
},
"dimDivisor": 129,
"freightDiscounts": [
{
"amount": 7.27,
"description": "zd18wFC4o0",
"percent": 16.98,
"rateDiscountType": "EARNED"
},
{
"amount": 7,
"description": "r5suZautkx",
"percent": 10.41,
"rateDiscountType": "COUPON"
},
{
"amount": 9.34,
"description": "s0I0ZVX4GS",
"percent": 5.21,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.52,
"description": "HCuXuLUuza",
"percent": 15.74,
"rateDiscountType": "EARNED"
},
{
"amount": 8.05,
"description": "hiFGZnOHrx",
"percent": 6.26,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.2,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "44727",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "9xHqe8",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "LYD",
"rate": 1.38
},
"dimDivisor": 291,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.87,
"description": "VCXS2D58Jc",
"percent": 14.51,
"rateDiscountType": "BONUS"
},
{
"amount": 6.79,
"description": "sJqj0KqOyP",
"percent": 13.1,
"rateDiscountType": "EARNED"
},
{
"amount": 2.47,
"description": "f4k7Y4VWIl",
"percent": 6.87,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.88,
"description": "lV1Bi5ZJ91",
"percent": 17.35,
"rateDiscountType": "EARNED"
},
{
"amount": 1.09,
"description": "N8osXRp45c",
"percent": 5.42,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.01,
"legDestinationLocationId": "BDqp",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "O3q3C",
"ratedWeightMethod": "DIM",
"rateScale": "0847",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "BCJO7x",
"surcharges": [
{
"amount": {
"amount": 3864.68,
"currency": "TZS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 620.08,
"currency": "STN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2818.8,
"currency": "KYD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4603.63,
"currency": "GNF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.14,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.6,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.39,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 1.09,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 165.92,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.59,
"totalFreightDiscounts": 37.47,
"totalNetCharge": 53.53,
"totalNetChargeWithDutiesAndTaxes": 206.15,
"totalNetFedExCharge": 168.14,
"totalNetFreight": 89.76,
"totalRebates": 3.83,
"totalSurcharges": 18.43,
"totalTaxes": 2.33
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "HNL",
"rate": 13.74
},
"dimDivisor": 255,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.71,
"description": "rgHTdOAwet",
"percent": 16.84,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.97,
"legDestinationLocationId": "CFzt",
"minimumChargeType": "ACTUAL",
"pricingCode": "BgUxw",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4601",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "nWOAiR",
"surcharges": [
{
"amount": {
"amount": 1393.31,
"currency": "MAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.63,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.36,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 11.89,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 104.4,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 41.44,
"totalFreightDiscounts": 17.45,
"totalNetCharge": 87.42,
"totalNetChargeWithDutiesAndTaxes": 212.26,
"totalNetFedExCharge": 228.72,
"totalNetFreight": 183.15,
"totalRebates": 1.09,
"totalSurcharges": 7.06,
"totalTaxes": 7.96
}
],
"surcharges": [
{
"amount": {
"amount": 1595.03,
"currency": "AZN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4986.27,
"currency": "RWF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.3,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.61,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.84,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.9,
"totalBaseCharge": 53.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.32,
"totalDutiesTaxesAndFees": 98.28,
"totalFreightDiscounts": 46.09,
"totalNetCharge": 84.01,
"totalNetChargeWithDutiesAndTaxes": 180.38,
"totalNetFedExCharge": 137.54,
"totalNetFreight": 52.22,
"totalRebates": 2.98,
"totalSurcharges": 5.56,
"totalTaxes": 7.58
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "XAF",
"rate": 3.7
},
"dimDivisor": 164,
"freightDiscounts": [
{
"amount": 7.43,
"description": "VJ3f4ZaJwc",
"percent": 19.19,
"rateDiscountType": "COUPON"
},
{
"amount": 8.06,
"description": "HyfTfyyuh3",
"percent": 14.84,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.88,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "79641",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "njhVbj",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SZL",
"rate": 6.1
},
"dimDivisor": 221,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.46,
"description": "Hm7NOemcZx",
"percent": 8.58,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.17,
"description": "Crg6T8hxKo",
"percent": 11.24,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 14.46,
"legDestinationLocationId": "Swzt",
"minimumChargeType": "ACTUAL",
"pricingCode": "LGfy6",
"ratedWeightMethod": "DIM",
"rateScale": "0442",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "jvQONv",
"surcharges": [
{
"amount": {
"amount": 4393.79,
"currency": "PYG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4009.71,
"currency": "MRU"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 6.45,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 10.81,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.65,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 56.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 25.95,
"totalFreightDiscounts": 33.69,
"totalNetCharge": 125.78,
"totalNetChargeWithDutiesAndTaxes": 193.83,
"totalNetFedExCharge": 96.68,
"totalNetFreight": 182.76,
"totalRebates": 3.83,
"totalSurcharges": 4.12,
"totalTaxes": 9.23
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "UAH",
"rate": 14.23
},
"dimDivisor": 122,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.8,
"description": "FIlgehYrMb",
"percent": 7.14,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.47,
"description": "8LNaTPP20c",
"percent": 15.64,
"rateDiscountType": "BONUS"
},
{
"amount": 4.14,
"description": "Q3fqyOXK7n",
"percent": 11.87,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.96,
"legDestinationLocationId": "LDBQ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "DKH5P",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5075",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "NzjzJ7",
"surcharges": [
{
"amount": {
"amount": 4224.07,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2288.77,
"currency": "XAF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 16.2,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 10.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 174.38,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.19,
"totalFreightDiscounts": 49.16,
"totalNetCharge": 118.12,
"totalNetChargeWithDutiesAndTaxes": 180.7,
"totalNetFedExCharge": 99.14,
"totalNetFreight": 192.24,
"totalRebates": 4.97,
"totalSurcharges": 6.17,
"totalTaxes": 9.73
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "IQD",
"rate": 1.41
},
"dimDivisor": 273,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.39,
"description": "Gpn2Kz5vWn",
"percent": 16.92,
"rateDiscountType": "EARNED"
},
{
"amount": 5,
"description": "AmpkgWM4tI",
"percent": 12.43,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.23,
"description": "86eUEB6Dei",
"percent": 10,
"rateDiscountType": "BONUS"
},
{
"amount": 7.92,
"description": "GQTrDnDzvz",
"percent": 16.29,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 6.72,
"legDestinationLocationId": "eSLH",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "eiErL",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5091",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "qBykpN",
"surcharges": [
{
"amount": {
"amount": 635.1,
"currency": "BHD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3750.26,
"currency": "LRD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.96,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 137.91,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.04,
"totalFreightDiscounts": 18.6,
"totalNetCharge": 79.18,
"totalNetChargeWithDutiesAndTaxes": 222,
"totalNetFedExCharge": 213.51,
"totalNetFreight": 185.76,
"totalRebates": 3.67,
"totalSurcharges": 12.13,
"totalTaxes": 9.26
}
],
"surcharges": [
{
"amount": {
"amount": 1075.98,
"currency": "BOB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 596.67,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3930.08,
"currency": "IDR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 815.21,
"currency": "SLE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 541.02,
"currency": "MOP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.34,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.04,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.7,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 0.16,
"totalBaseCharge": 149.72,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.85,
"totalDutiesTaxesAndFees": 53.44,
"totalFreightDiscounts": 6.15,
"totalNetCharge": 178.24,
"totalNetChargeWithDutiesAndTaxes": 148.76,
"totalNetFedExCharge": 167.34,
"totalNetFreight": 106.3,
"totalRebates": 4.07,
"totalSurcharges": 5.72,
"totalTaxes": 8.38
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "CVE",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"consolidationRequestedShipments": {
"blockinsightVisibility": false,
"completedShipmentDetail": {
"carrierCode": "FXFR",
"completedPackageDetail": {
"groupNumber": 1,
"label": {
"copiesToPrint": 3,
"imageType": "PDF",
"parts": {
"documentPartSequenceNumber": 2,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 213,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
"operationalDetail": {
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5415317824815552896932762517172599"
},
{
"type": "ADDRESS",
"value": "0885702460685197953196064503316530"
},
{
"type": "GROUND",
"value": "5578011687513501296759793012639001"
},
{
"type": "GROUND",
"value": "3324901374604938022568201335268083"
}
]
},
"operationalInstructions": {
"content": "SECURED",
"number": 3
}
},
"packageDocuments": [
{
"copiesToPrint": 2,
"imageType": "DPL",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "FGUTpV96lvbTSGbYNHTZ"
},
{
"documentPartSequenceNumber": 1,
"image": "HzXa56pSq6gn5Hr6PAyp"
}
],
"resolution": 277,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 3,
"imageType": "GIF",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "mjvi2jl01xt2w4Vy8TXW"
},
{
"documentPartSequenceNumber": 2,
"image": "VRxqOZTRkXpX4OJgtlF4"
},
{
"documentPartSequenceNumber": 1,
"image": "KqpoM9z6FeCyHe56RBEz"
},
{
"documentPartSequenceNumber": 2,
"image": "UKDg5jgbNrWg0US1rYUO"
},
{
"documentPartSequenceNumber": 1,
"image": "gACqxQZkyxBM90W7tNjK"
}
],
"resolution": 526,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 2,
"imageType": "PDF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "CeAWrbaYMDwr8YzDFZI6"
},
{
"documentPartSequenceNumber": 2,
"image": "tzcPRO27QAEjCq884JgU"
},
{
"documentPartSequenceNumber": 1,
"image": "bjdJKwUm3yXks9i6j5sQ"
},
{
"documentPartSequenceNumber": 2,
"image": "hqEqzYbcfOSNHliwcAEY"
},
{
"documentPartSequenceNumber": 2,
"image": "IUO9m94KtLioDhyfNsRN"
}
],
"resolution": 527,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 1,
"imageType": "GIF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "13dp9CAHjGg4gCEUqigr"
}
],
"resolution": 382,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
}
],
"sequenceNumber": 100,
"signatureOptions": "INDIRECT",
"trackingId": {
"formId": "9736",
"trackingIdType": "GROUND",
"trackingNumber": "76737444461936896498"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 1,
"type": "AIR_WAYBILL"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "OsvMLi",
"masterTrackingId": {
"formId": "5055",
"trackingIdType": "EXPRESS",
"trackingNumber": "81494308442660727803"
},
"operationalDetail": {
"airportId": "JCE",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "Vnxo3b1ofSrzWGG",
"commitDate": "2026-07-04T00:00:00.0Z",
"commitDay": "Sat",
"countryCode": "SI",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-05T00:00:00.0Z",
"deliveryDay": "Tue",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "BQeF",
"destinationLocationNumber": 829,
"destinationLocationStateOrProvinceCode": "MD",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "054",
"originLocationNumber": 538,
"originServiceArea": "B2",
"packagingCode": "65",
"postalCode": "19110-7291",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "058",
"stateOrProvinceCode": "RI",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "Wi",
"ursaSuffixCode": "Sj"
},
"packageDescription": {
"astraDescription": "SMART POST",
"code": "47",
"description": "4sgOHkEMMv",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "vW0"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "mip"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "GjK"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "1hZ"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "98",
"description": "Integrated asymmetric application",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "N2z"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "ORp1wXuV5xSA",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "dj9DG",
"id": "02731",
"type": "5YEQp"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "Et8dreExx4"
}
},
"usDomestic": false
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "7551",
"currency": "USD"
},
"totalPackageCount": 33,
"totalUniqueAddressCount": 5,
"totalWeight": {
"units": "KG",
"value": "013"
}
}
},
"relationshipTimeStamp": "2025-07-06T00:00:00.0Z",
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "YRCW",
"payment": {
"amount": {
"amount": 243.55,
"currency": "STN"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Breannastad",
"classification": "BUSINESS",
"countryCode": "SE",
"countryName": "Kiribati",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "16536",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "Ti"
},
"contact": {
"companyName": "Mayert - Wuckert",
"emailAddress": "Blaise_Lockman51@hotmail.com",
"faxNumber": "2985345805",
"pagerNumber": "6756450",
"personName": {
"firstName": "Kirstin",
"lastName": "Ruecker",
"middleName": "Corey",
"prefix": "Dr.",
"suffix": "II",
"title": "Owner"
},
"phoneExtension": "66",
"phoneNumber": "9364560558",
"phoneNumberAreaCode": "273",
"phoneNumberCountryCode": "70",
"title": "Dr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2028-05-27T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-11-24T00:00:00.0Z",
"number": "3408-950680-41062",
"verificationCode": "165"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "zGm9UcykHo",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "DE786yS7xs88otdmfrFO",
"ipAddress": "137.131.244.143"
},
"payorAuthenticationCode": "BU3f0aDNW",
"payorAuthenticationSessionId": "6023394",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 212.94,
"currency": "SDG"
},
"creditCardExpirationDate": "2027-03-04T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "186573112",
"address": {
"city": "Alenahaven",
"classification": "BUSINESS",
"countryCode": "MK",
"countryName": "Sweden",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "81934-6278",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "2a"
},
"contact": {
"companyName": "Mayer - Feeney",
"contactId": "024",
"emailAddress": "Darion_Cole59@yahoo.com",
"faxNumber": "4685249764",
"pagerNumber": "0555325",
"personName": "Katherine Brakus",
"phoneExtension": "67",
"phoneNumber": "2450179300",
"title": "Ms",
"tollFreePhoneNumber": "4668465"
},
"tins": [
{
"effectiveDate": "2025-01-15T00:00:00.0Z",
"expirationDate": "2027-02-20T00:00:00.0Z",
"number": "471920",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 1,
"expressPacakgeCount": 1,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 1635
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 1661
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 202
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 102
},
"groundPackageCount": 28,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 80
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 921
},
"numberOfUnconsolidatedCommodities": 9
}
},
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "7628"
},
"declarationStatement": "M5bEwslRZsx0dixEH3Oy",
"freightCharge": {
"amount": 9.7,
"currency": "BSD"
},
"handlingCosts": {
"amount": 16.3,
"currency": "BGN"
},
"originatorName": "Dolores Schuster",
"packingCosts": {
"amount": 0.65,
"currency": "ILS"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "fj3m6NwJrkhyE2v",
"taxesOrMiscellaneousCharge": {
"amount": 42.43,
"currency": "DZD"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FCA"
},
"commodities": [
{
"cIMarksAndNumbers": "xOhBZ9ucKw",
"clearanceItemDetail": [
{
"address": {
"city": "Schmidtfort",
"countryCode": "BW",
"postalCode": "46832",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kirlin, Beatty and Schroeder"
},
"id": "XDGBQoQwng",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Ritaburgh",
"countryCode": "KW",
"postalCode": "02942",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Dicki, Medhurst and Lesch"
},
"id": "UKkhrYeLOO",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Nicholas",
"countryCode": "AW",
"postalCode": "86517",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kovacek and Sons"
},
"id": "o9qKuvEsCc",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Euclid",
"countryCode": "NG",
"postalCode": "70020",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "McClure, Ernser and Russel"
},
"id": "bBi3H3LvJm",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Arnoldton",
"countryCode": "PH",
"postalCode": "55832-2164",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "VonRueden - Kiehn"
},
"id": "PdzTxv98aa",
"role": "MANUFACTURER"
}
],
"commodityId": "dVa9QQ",
"countryOfManufacture": "PL",
"customsValue": {
"amount": 1050.85,
"currency": "TRY"
},
"description": "Innovative Shoes featuring likely technology and Cotton construction",
"name": "Gorgeous Granite Car",
"numberOfPieces": 31,
"quantity": 9,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 1892.87,
"currency": "HUF"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "58mGvbzs2S",
"clearanceItemDetail": [
{
"address": {
"city": "Fort Napoleon",
"countryCode": "NP",
"postalCode": "48999-5386",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Gleason - Roob"
},
"id": "5vi1zy2wkT",
"role": "MANUFACTURER"
},
{
"address": {
"city": "East Albertafort",
"countryCode": "NO",
"postalCode": "41993-9425",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Smitham, Gerhold and Kuhlman"
},
"id": "jyh7TQNahj",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Kuphalstead",
"countryCode": "VG",
"postalCode": "10890-7142",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Windler, Hintz and Kunze"
},
"id": "Vmb40hesd6",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Aliciastead",
"countryCode": "NO",
"postalCode": "50723",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Koch, Yost and Ebert"
},
"id": "FMGvtF3X6j",
"role": "MANUFACTURER"
}
],
"commodityId": "7DKJiK",
"countryOfManufacture": "ES",
"customsValue": {
"amount": 861.38,
"currency": "SRD"
},
"description": "Small Fish designed with Cotton for outgoing performance",
"name": "Frozen Metal Fish",
"numberOfPieces": 47,
"quantity": 39,
"quantityUnits": "EA",
"unitPrice": {
"amount": 542.31,
"currency": "MYR"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "0DpHLpGJ0s",
"clearanceItemDetail": [
{
"address": {
"city": "Elijahport",
"countryCode": "AT",
"postalCode": "34606",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Adams - Powlowski"
},
"id": "mxPtPdV6d7",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Quintontown",
"countryCode": "CD",
"postalCode": "25079-9464",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "MacGyver, Baumbach and Jast"
},
"id": "nLaBBJUYOP",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Velvashire",
"countryCode": "TF",
"postalCode": "95725-2791",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "D'Amore, Morissette and Hartmann"
},
"id": "YQm5b85EBm",
"role": "MANUFACTURER"
},
{
"address": {
"city": "East Lue",
"countryCode": "CL",
"postalCode": "52123-3146",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Koch and Sons"
},
"id": "9DI2lzWpPE",
"role": "MANUFACTURER"
}
],
"commodityId": "ENgehP",
"countryOfManufacture": "GQ",
"customsValue": {
"amount": 1290.08,
"currency": "NZD"
},
"description": "Discover the bat-like agility of our Ball, perfect for writhing users",
"name": "Intelligent Concrete Cheese",
"numberOfPieces": 75,
"quantity": 24,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 163.77,
"currency": "LRD"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement1",
"Statement2"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Kovacekstead",
"countryCode": "TV",
"postalCode": "42943-4216",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Dr. Geneva Jacobi Jr.",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "T1ckluQwxXKCDAuv",
"permitNumber": "53094"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 687.41,
"currency": "AOA"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "281"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4307.48,
"currency": "CDF"
}
},
"dropOffType": "STATION",
"edtRequestTypes": "ALL",
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
"labelStockType": "PAPER_7X475"
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Jones Inc",
"emailAddress": "Jeffrey_Parisian98@hotmail.com",
"personName": "Adrienne Ernser",
"phoneExtension": "44",
"phoneNumber": "(914) 308-4807"
}
},
"packagingType": "FEDEX_PAK",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "LIST",
"recipient": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2025-10-07T00:00:00.0Z",
"expirationDate": "2028-01-31T00:00:00.0Z",
"number": "227234",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2025-03-23T00:00:00.0Z",
"expirationDate": "2031-06-16T00:00:00.0Z",
"number": "929169",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2025-03-06T00:00:00.0Z",
"expirationDate": "2028-12-18T00:00:00.0Z",
"number": "754279",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-03-26T00:00:00.0Z",
"expirationDate": "2029-10-05T00:00:00.0Z",
"number": "727889",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"recipientLocationNumber": "dolore",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "bq0sN1mmXI"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "16",
"groupPackageCount": "9",
"sequenceNumber": "29",
"trackingId": {
"formId": "3989",
"trackindIdType": "EXPRESS",
"trackingNumber": "980934547505704"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "INTERNATIONAL_DISTRIBUTION_FREIGHT",
"shipDatestamp": "2026-07-05T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Medhurst Inc",
"emailAddress": "Johnnie46@yahoo.com",
"personName": "Kevin Friesen",
"phoneExtension": "29",
"phoneNumber": "(658) 648-8294"
},
"tins": [
{
"effectiveDate": "2026-06-28T00:00:00.0Z",
"expirationDate": "2029-09-17T00:00:00.0Z",
"number": "363386",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2023-01-07T00:00:00.0Z",
"expirationDate": "2030-03-08T00:00:00.0Z",
"number": "719147",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2021-07-03T00:00:00.0Z",
"expirationDate": "2028-02-05T00:00:00.0Z",
"number": "232394",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-06-13T00:00:00.0Z",
"expirationDate": "2026-08-16T00:00:00.0Z",
"number": "887857",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2026-02-09T00:00:00.0Z",
"expirationDate": "2026-07-22T00:00:00.0Z",
"number": "049436",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "MASTER_AIRWAYBILL_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 368.79,
"baseRateAmount": 455.55,
"codcollectionAmount": 76.86,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "486793"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "273156"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "458269"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "981633"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "305394"
}
],
"masterTrackingNumber": "388264979110",
"netChargeAmount": 83.14,
"netDiscountAmount": 77.97,
"netRateAmount": 8.65,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "6lycjp6a5sR7aZ8JkSAr",
"trackingNumber": "348685160397",
"url": "https://pointed-wasabi.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "jxddoLLqdcZYA68dWrh2",
"trackingNumber": "012356867338",
"url": "https://sociable-effector.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "YjnQZvbc04TT9c6fcunj",
"trackingNumber": "387007928301",
"url": "https://wealthy-pop.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "n7DIizu8SASggP2exCZM",
"trackingNumber": "945792983180",
"url": "https://excellent-mozzarella.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "MTtktfPxwR0DTnNiLXij",
"trackingNumber": "851072579798",
"url": "https://vast-airman.info/"
}
],
"trackingNumber": "114145983872"
},
{
"additionalChargesDiscount": 477.02,
"baseRateAmount": 446.7,
"codcollectionAmount": 721.37,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "508380"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "630620"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "326154"
}
],
"masterTrackingNumber": "141394882276",
"netChargeAmount": 180.71,
"netDiscountAmount": 24.17,
"netRateAmount": 73.81,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "LbfBLW6kTLEKy7cQvrUe",
"trackingNumber": "166126927012",
"url": "https://authentic-ceramic.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "0EnCf08gqFSYtlEiQvON",
"trackingNumber": "405687691140",
"url": "https://writhing-intellect.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "fbKiuy4IuhR49rb0acgH",
"trackingNumber": "068860828267",
"url": "https://compassionate-term.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "SQfkSV9MrCmWebv7ArXi",
"trackingNumber": "726562260230",
"url": "https://old-fashioned-expense.com"
}
],
"trackingNumber": "491946722169"
},
{
"additionalChargesDiscount": 380.44,
"baseRateAmount": 155.89,
"codcollectionAmount": 492.1,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "153950"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "471751"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "972050"
}
],
"masterTrackingNumber": "882647463432",
"netChargeAmount": 40.27,
"netDiscountAmount": 80.95,
"netRateAmount": 23.88,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "jrEb0OaaVnp5W2VMVJaI",
"trackingNumber": "760494726100",
"url": "https://alarmed-dividend.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "joOuhhgWm9dt1ILfmI1b",
"trackingNumber": "959709137739",
"url": "https://competent-coast.name"
}
],
"trackingNumber": "863631392489"
},
{
"additionalChargesDiscount": 98.89,
"baseRateAmount": 137.43,
"codcollectionAmount": 885.77,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "067667"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "078948"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "867814"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "344675"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "714728"
}
],
"masterTrackingNumber": "300484639250",
"netChargeAmount": 24.8,
"netDiscountAmount": 141.9,
"netRateAmount": 14.5,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "DRAHyrryARYnLjxziCCg",
"trackingNumber": "969248189817",
"url": "https://strict-meadow.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "TCqpXBx2F4AApcT08cGy",
"trackingNumber": "895153722780",
"url": "https://mysterious-self-confidence.biz/"
}
],
"trackingNumber": "984365054722"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 423.32,
"baseRateAmount": 286.5,
"codcollectionAmount": 474.96,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "585390"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "110602"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "739113"
}
],
"masterTrackingNumber": "897675753291",
"netChargeAmount": 20.18,
"netDiscountAmount": 104.72,
"netRateAmount": 62.29,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "lhTqciIN9Yx6xkEiGKOi",
"trackingNumber": "429004821355",
"url": "https://severe-object.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "yiNR4IOFQ6Wfh9GvkffO",
"trackingNumber": "930716833492",
"url": "https://well-off-encouragement.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "QbQV8Aa7M46DvSE82FEn",
"trackingNumber": "997154121192",
"url": "https://important-league.com"
}
],
"trackingNumber": "033796450208"
},
{
"additionalChargesDiscount": 116.61,
"baseRateAmount": 323.14,
"codcollectionAmount": 799.28,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "175159"
}
],
"masterTrackingNumber": "260266838980",
"netChargeAmount": 198.8,
"netDiscountAmount": 141.37,
"netRateAmount": 21.91,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "c4PzLDgUBtsi2E4aZPgh",
"trackingNumber": "088379900533",
"url": "https://unconscious-pronoun.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "kZ63Llz2Jn8MkWWgsdev",
"trackingNumber": "616151624418",
"url": "https://enchanting-disclosure.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "Ll7td3QdAYrCwEAIBS6W",
"trackingNumber": "071498940946",
"url": "https://judicious-gallery.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "uMWIyHanBD0XJt6KO2K1",
"trackingNumber": "080409727135",
"url": "https://misguided-ribbon.com"
}
],
"trackingNumber": "263125052098"
},
{
"additionalChargesDiscount": 123.68,
"baseRateAmount": 486.1,
"codcollectionAmount": 342.28,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "541691"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "607234"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "668256"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "913811"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "129642"
}
],
"masterTrackingNumber": "743321780403",
"netChargeAmount": 30.22,
"netDiscountAmount": 122.82,
"netRateAmount": 15.45,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "JCw6U3v6LIbui1YScYc5",
"trackingNumber": "667393072004",
"url": "https://each-bell.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "EyAZxMZdTJ5HpY5cNg6W",
"trackingNumber": "398423013061",
"url": "https://comfortable-passport.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "mot2vER9i7g1TWQGcdK9",
"trackingNumber": "360793979182",
"url": "https://accurate-baseboard.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "ONRCiPPMBMPoAd0eLMph",
"trackingNumber": "318081440769",
"url": "https://knotty-petal.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "tIBw1emjzcKnp8kcxBW5",
"trackingNumber": "905925810865",
"url": "https://descriptive-yeast.name"
}
],
"trackingNumber": "593184928444"
},
{
"additionalChargesDiscount": 214.53,
"baseRateAmount": 390.75,
"codcollectionAmount": 929.5,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "149649"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "669410"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "344690"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "396983"
}
],
"masterTrackingNumber": "784000684235",
"netChargeAmount": 184.85,
"netDiscountAmount": 146.92,
"netRateAmount": 29.61,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "d1FolDS8ZtqQG3aiKZpn",
"trackingNumber": "545951801423",
"url": "https://utter-inspection.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "oEsptZhUhuizZR3pI3jI",
"trackingNumber": "995982864728",
"url": "https://sophisticated-hydrolyse.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "mdN2LD8HqrNORAany8jx",
"trackingNumber": "384540054349",
"url": "https://any-mixture.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "GlfJ7O5cOzjdEkHrLcys",
"trackingNumber": "743728839041",
"url": "https://lumpy-fowl.name/"
}
],
"trackingNumber": "728486987708"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "VBbZscW6z2FSCqzvwcJI",
"trackingNumber": "715178003802",
"url": "https://admired-volleyball.info/"
}
]
},
{
"completedConsolidationDetail": {
"consolidationDocumentTypes": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT",
"COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"CONDENSED_CRN_REPORT",
"CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"CONSOLIDATED_PARTY_REPORT",
"CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"CUSTOM_CONSOLIDATION_DOCUMENT",
"CERTIFICATE_OF_ORIGIN",
"COMMERCIAL_INVOICE",
"CUSTOM_PACKAGE_DOCUMENT",
"CUSTOM_SHIPMENT_DOCUMENT",
"CUSTOMER_SPECIFIED_LABELS",
"DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"EXPORT_DECLARATION",
"FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"GENERAL_AGENCY_AGREEMENT",
"LABEL",
"USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"USMCA_CERTIFICATION_OF_ORIGIN",
"OP_900",
"PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"PRO_FORMA_INVOICE",
"RETURN_INSTRUCTIONS",
"VICS_BILL_OF_LADING"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://sentimental-co-producer.name/",
"password": "RGPk2cjo",
"role": "Dynamic Assurance Consultant",
"userId": "84a7b1ca-bc7a-4a5b-b802-7ac153eb035d"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 4275.94,
"currency": "SAR"
}
},
"completedEtdDetail": {
"folderId": "B5U8loQiPxlCXRaD",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "HaZejQxGBPFDnbdl"
},
{
"documentId": "rrs2yzTkHbDrtRdS"
}
]
},
"completedHoldAtLocationDetail": {
"holdingLocation": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "38127",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"pagerNumber": "6127812",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890",
"title": "title",
"tollFreePhoneNumber": "6127812"
}
},
"holdingLocationType": "FEDEX_SELF_SERVICE"
},
"completedPackageDetails": [
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jDyV4bzggi",
"hazardClass": "3",
"id": "UN1928",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 43.84,
"netExplosiveDetail": {
"amount": 5.01,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "c0kR9H6V9u",
"hazardClass": "2.3",
"id": "UN8492",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 67.73,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UIXfkVEcyF"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.85,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "QTGbmvdDFxjJLct",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.55,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.27,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ilGQwoHFZ9",
"hazardClass": "8",
"id": "UN3198",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 54.98,
"netExplosiveDetail": {
"amount": 5.04,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "yzBFPi7vpp",
"hazardClass": "2.3",
"id": "UN8340",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 33.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TJjiLklmhO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.95,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 12.05,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 34.24,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.36,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "HKixhKoBiMV9v9R",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.64,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.05,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wLyS1fibg6",
"hazardClass": "3",
"id": "UN9323",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 30.88,
"netExplosiveDetail": {
"amount": 2.32,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "we6U2Kvfh7",
"hazardClass": "2.3",
"id": "UN1296",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 49.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "nxWEIknOPQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.32,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.73,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 4.96,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "mpLgeeeP3Qzfm7n",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.37,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 2.25,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "W4DBkGtFPL",
"hazardClass": "3",
"id": "UN4621",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A81",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 97.3,
"netExplosiveDetail": {
"amount": 4.03,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "fNHLS7sbVD",
"hazardClass": "8",
"id": "UN1732",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 22.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YQzBeWjgOT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.61,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19.49,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "dPm9F6zLv8Ut07C",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.93,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 8.57,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "AKXDOHAHMJ",
"hazardClass": "3",
"id": "UN1667",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A37",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 41.59,
"netExplosiveDetail": {
"amount": 1,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "UkcEkZtnO1",
"hazardClass": "8",
"id": "UN3287",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 38.65,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vsebkywvfG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.73,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.52,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.3,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.89,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.51,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "AknnkDlF6I8i8lR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 32.61,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.89
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "DLFAi7KDjD",
"hazardClass": "3",
"id": "UN5647",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 89.87,
"netExplosiveDetail": {
"amount": 4.65,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "iSl3XD3eRt",
"hazardClass": "2.3",
"id": "UN7290",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 49.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mTFDHHBPKc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.54,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.1,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 48.3,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.86,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "q2mbiW7O5Uymur9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.75,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YACp1YYY2X",
"hazardClass": "8",
"id": "UN5714",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A09",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 25.52,
"netExplosiveDetail": {
"amount": 2.29,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ozn51NUgP0",
"hazardClass": "8",
"id": "UN0358",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 3.36,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jxDyBAtEOg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.36,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RZ1fbHg3k7hlQge",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.69,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 19.22,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "JbktGulCMV",
"hazardClass": "8",
"id": "UN8671",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 13.21,
"netExplosiveDetail": {
"amount": 2.75,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "607ognJ5RZ",
"hazardClass": "2.3",
"id": "UN5902",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 90.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PxdrIgILfb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.72,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 18.56,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 38.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.52,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "h6mC9DKY9JEHrLA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 26.82,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "C3FBOGFxS8",
"hazardClass": "3",
"id": "UN2992",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A54",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 40.07,
"netExplosiveDetail": {
"amount": 2.33,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "yvtv9crHvf",
"hazardClass": "8",
"id": "UN8512",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 33.81,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "meyNsQYwyH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 35.33,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.16,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "BuXBbiIO822Qy8u",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 44.6,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 33.77,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "7zWq0fFgDx",
"hazardClass": "8",
"id": "UN5493",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A62",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 11.04,
"netExplosiveDetail": {
"amount": 1.8,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "UXTP0V9ypD",
"hazardClass": "2.3",
"id": "UN4609",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yrOobnJEUi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.93,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "8d2AOmr7BEnpBdz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.55,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 2.28,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.59
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rrwBs41f1Y",
"hazardClass": "8",
"id": "UN6053",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 80.85,
"netExplosiveDetail": {
"amount": 1.68,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "IhHaVvoAZ7",
"hazardClass": "8",
"id": "UN8837",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 9.67,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WskuGXtGCR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.88,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "zoax5458tONlKqn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.35,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.15,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "AUX0g7AyNt",
"hazardClass": "3",
"id": "UN2548",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 53.36,
"netExplosiveDetail": {
"amount": 9.93,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "zud0PptPIC",
"hazardClass": "8",
"id": "UN7821",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 33,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FVmPcGePSN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.44,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 18.73,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.33,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.84,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "a72gXSRDYoDNjwU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 5.25,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "y66Y15Krnc",
"hazardClass": "3",
"id": "UN5514",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A54",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 46.27,
"netExplosiveDetail": {
"amount": 8.3,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "9l6IipWHGN",
"hazardClass": "8",
"id": "UN2092",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.73,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BDMgvlLcnh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.89,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "SLPOk77Xxn45Rck",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.65,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 5.83,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.55
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gqt2CEDVuW",
"hazardClass": "3",
"id": "UN0542",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A94",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 47.22,
"netExplosiveDetail": {
"amount": 6.85,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "yFtqTcQKcf",
"hazardClass": "2.3",
"id": "UN3698",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 34.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kYkVGNHbIV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.73,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "kwOjayqts3ty9C2",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.45,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "j9j8VZSMJj",
"hazardClass": "3",
"id": "UN1664",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 71.72,
"netExplosiveDetail": {
"amount": 9.79,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "SS6f37yr0y",
"hazardClass": "2.3",
"id": "UN4381",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 47.64,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cxqlZmNtfg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 29.31,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.26,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "wsQIqa9mIDJEyaY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.03,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 30.94,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Z0fwFrwMPG",
"hazardClass": "8",
"id": "UN5163",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 65.16,
"netExplosiveDetail": {
"amount": 6.42,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "t4E4jcmvsI",
"hazardClass": "2.3",
"id": "UN9646",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 59.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rRKkYJFYlU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.64,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.17,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "92jl8vaGfk8Y88q",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.94,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 35.36,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dBacmz2iOK",
"hazardClass": "3",
"id": "UN8249",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A22",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 66.81,
"netExplosiveDetail": {
"amount": 5.87,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "1yM985QY0C",
"hazardClass": "8",
"id": "UN2258",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 83.86,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "foSZmDQxRo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 43.96,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.28,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5jyOvbcnibteoTR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.33,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 47.03,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tmOArncIER",
"hazardClass": "8",
"id": "UN9654",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 80.1,
"netExplosiveDetail": {
"amount": 7.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "zbiUwRfOMw",
"hazardClass": "2.3",
"id": "UN4453",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ZxQNwxgoWI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.98,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.14,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.2,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "XNQu8nEHzeVjwQw",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.76,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 26.17,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.27
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 3.94,
"referenceId": "001259",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "5035973773399458409956923225512418"
},
{
"type": "ADDRESS",
"value": "0428885140793659759881494233810757"
},
{
"type": "GROUND",
"value": "4318501981355593709970818342626902"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 18
},
{
"content": "FRAGILE",
"number": 9
},
{
"content": "THIS SIDE UP",
"number": 15
},
{
"content": "DO NOT STACK",
"number": 10
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 13.53,
"packageRateDetails": [
{
"baseCharge": 66.73,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 143.07,
"netFedExCharge": 137.01,
"netFreight": 53.78,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 175.65,
"currency": "MVR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4687.91,
"currency": "LYD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3802.4,
"currency": "SRD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4604.13,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 26.61,
"totalRebates": 3.37,
"totalSurcharges": 2.72,
"totalTaxes": 6.83
},
{
"baseCharge": 137.19,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 91.4,
"netFedExCharge": 133.39,
"netFreight": 121.7,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2484.81,
"currency": "COP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1474.74,
"currency": "DOP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 530.15,
"currency": "SYP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 44.33,
"totalRebates": 3.07,
"totalSurcharges": 16.06,
"totalTaxes": 5.85
},
{
"baseCharge": 182.62,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 170.77,
"netFedExCharge": 125.39,
"netFreight": 138.83,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2617.84,
"currency": "MGA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2060.88,
"currency": "GHS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4673.94,
"currency": "ERN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 7.13,
"currency": "SDG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 27.41,
"totalRebates": 3.6,
"totalSurcharges": 5.92,
"totalTaxes": 4
},
{
"baseCharge": 78.54,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 175.57,
"netFedExCharge": 109.63,
"netFreight": 81.56,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1730.46,
"currency": "USD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4648.02,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 24.57,
"totalRebates": 3.44,
"totalSurcharges": 0.68,
"totalTaxes": 9.22
},
{
"baseCharge": 106.12,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 146.37,
"netFedExCharge": 61.42,
"netFreight": 85.37,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4578.3,
"currency": "MDL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 95.46,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4036.21,
"currency": "RSD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 20.89,
"totalRebates": 1.31,
"totalSurcharges": 17.07,
"totalTaxes": 3.32
}
]
},
"sequenceNumber": 3,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "3993",
"trackingIdType": "FREIGHT",
"trackingNumber": "67317104325897169280",
"uspsApplicationId": "25"
},
{
"formId": "5515",
"trackingIdType": "EXPRESS",
"trackingNumber": "45626743984026163733",
"uspsApplicationId": "35"
},
{
"formId": "2221",
"trackingIdType": "GROUND",
"trackingNumber": "95932148890328121539",
"uspsApplicationId": "55"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "CDeMhPTuom",
"hazardClass": "8",
"id": "UN6090",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 73.19,
"netExplosiveDetail": {
"amount": 8.67,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "kPTsFA5XNd",
"hazardClass": "3",
"id": "UN0398",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 93.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "wkzPSsByob"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.42,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RjmwX9R95vcYwAG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.35,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.82,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1b5vnc1j15",
"hazardClass": "8",
"id": "UN3781",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 4.83,
"netExplosiveDetail": {
"amount": 7.59,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "7NQYd56HEZ",
"hazardClass": "2.3",
"id": "UN9830",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 50.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QaONepYvEz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.84,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45.82,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.77,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.92,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 38.45,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "9yT7oT6BoZWXFs0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.15,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 10.53,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "lhtqOhzmwY",
"hazardClass": "3",
"id": "UN7347",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A30",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 68.48,
"netExplosiveDetail": {
"amount": 8.43,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JReSNdcHF6",
"hazardClass": "3",
"id": "UN8996",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.35,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ugcefBWpoA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.58,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.67,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 10.36,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 26.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 23.83,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "EvfeM2L6aJigHvw",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.27,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 10.9,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WHAWjKlAzq",
"hazardClass": "3",
"id": "UN8377",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 94.49,
"netExplosiveDetail": {
"amount": 2.07,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "1qQwR8isNO",
"hazardClass": "2.3",
"id": "UN1393",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 59.77,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hpBFacEkLu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.67,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.56,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.88,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "5AGXflugXIYUaaa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.3,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 38.37,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QvsjiYUvQz",
"hazardClass": "8",
"id": "UN5033",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 76.89,
"netExplosiveDetail": {
"amount": 9.29,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "bJOhZBLKxD",
"hazardClass": "2.3",
"id": "UN8917",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 8.84,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xjkGDpZhFG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.57,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.47,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "21n8tHXUXdgCm2f",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.2,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 8.97,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.08
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "VwgFcCBwSg",
"hazardClass": "3",
"id": "UN3957",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A83",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 96.19,
"netExplosiveDetail": {
"amount": 7.81,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "TVDr2AqE3u",
"hazardClass": "2.3",
"id": "UN1460",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 14.8,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vVKmYnJftW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.87,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.63,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.57,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.65,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "TlaLbKBQR8euhti",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.63,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 49.2,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zOdh6Yb9DJ",
"hazardClass": "3",
"id": "UN6097",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A53",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 41.23,
"netExplosiveDetail": {
"amount": 4.58,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "3JwkrR7qpk",
"hazardClass": "8",
"id": "UN7155",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 25.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WUyceLjUcC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.35,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 31.21,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "mViUDXHtKXfNlcU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 41.42,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.12
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "waEKktaRXS",
"hazardClass": "3",
"id": "UN3972",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 63.04,
"netExplosiveDetail": {
"amount": 7.93,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "vuHTOrCidV",
"hazardClass": "3",
"id": "UN8535",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IBSRTEAfjb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.15,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "7jMy3MAHGdsX6DP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.81,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 7.56,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "PLwXTSrQsh",
"hazardClass": "8",
"id": "UN3256",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A43",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 16.26,
"netExplosiveDetail": {
"amount": 5.41,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "fNDtrTNC6S",
"hazardClass": "3",
"id": "UN1955",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 2.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qoXwzqjNRj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.45,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.3,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.44,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "FVaZIKgNAPuDNdn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.23,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 29.67,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "xLaSzl64Eq",
"hazardClass": "3",
"id": "UN9941",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A20",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 29.1,
"netExplosiveDetail": {
"amount": 9.61,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "hyvlzrQUQt",
"hazardClass": "2.3",
"id": "UN5843",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 69.3,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "dzLmyMEXUR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 25.22,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "N6Evxk96i75RdFb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.14,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 23.95,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "RIDILFDA0D",
"hazardClass": "3",
"id": "UN4935",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A29",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 14.68,
"netExplosiveDetail": {
"amount": 6.78,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Sfo03onDtl",
"hazardClass": "3",
"id": "UN9099",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 30.31,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hffCIbwwaP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.55,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.11,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "SYp8EiVqfVsM0hG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 17.22,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 19.73,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.78
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WZevIO2Ejh",
"hazardClass": "8",
"id": "UN0320",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A08",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 63.52,
"netExplosiveDetail": {
"amount": 6.23,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "rb8Tu5vRGj",
"hazardClass": "8",
"id": "UN4754",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 33.89,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aZFlhWpZTD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.97,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.67,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 16.58,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.39,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "SovXFmjLFSxReET",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.95,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 37.68,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QMVS11jena",
"hazardClass": "3",
"id": "UN7679",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 93.63,
"netExplosiveDetail": {
"amount": 3.4,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "dAbTV556Wj",
"hazardClass": "8",
"id": "UN0721",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 91.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CmuaAKKoht"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.22,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "2A7fjw7X85U7tZV",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.31,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 33.08,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.51
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 2.62,
"referenceId": "046519",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "7014449242620287902482578287951253"
},
{
"type": "GROUND",
"value": "6869110416503619151138855158010194"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 15
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 16.16,
"packageRateDetails": [
{
"baseCharge": 134.4,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 146.34,
"netFedExCharge": 148.38,
"netFreight": 50.77,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4012.48,
"currency": "NAD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1967.46,
"currency": "SBD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 29.42,
"totalRebates": 4.27,
"totalSurcharges": 8,
"totalTaxes": 7.29
},
{
"baseCharge": 134.28,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 159.54,
"netFedExCharge": 172.99,
"netFreight": 140.14,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3921.65,
"currency": "NIO"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1134.03,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 2.67,
"totalRebates": 4.01,
"totalSurcharges": 10.48,
"totalTaxes": 4.35
},
{
"baseCharge": 71.55,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 166.75,
"netFedExCharge": 106.11,
"netFreight": 78.25,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3195.88,
"currency": "SCR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 532.31,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3851.37,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 32.94,
"totalRebates": 1.6,
"totalSurcharges": 5.74,
"totalTaxes": 1.97
}
]
},
"sequenceNumber": 5,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "0305",
"trackingIdType": "EXPRESS",
"trackingNumber": "94077148285969221126",
"uspsApplicationId": "33"
},
{
"formId": "6669",
"trackingIdType": "EXPRESS",
"trackingNumber": "31167704915585968489",
"uspsApplicationId": "10"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "roq7HEZjhH",
"hazardClass": "3",
"id": "UN7043",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 8.58,
"netExplosiveDetail": {
"amount": 7.57,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Pmu6YXbGYn",
"hazardClass": "2.3",
"id": "UN4050",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 70.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jJxxfmrrYy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 6.94,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.25,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 20.94,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.93,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "MVTMQppndpSzQ0i",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.24,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 3.6,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "x9KOZiO86V",
"hazardClass": "3",
"id": "UN4671",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A46",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 23.83,
"netExplosiveDetail": {
"amount": 9,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "MilkIi1P1x",
"hazardClass": "2.3",
"id": "UN4454",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 37.15,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IUsPuzXnba"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.92,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 27.09,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "7phPaK5a0yqGrCn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.98,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.25,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6eUdBm05tI",
"hazardClass": "8",
"id": "UN1309",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 6.26,
"netExplosiveDetail": {
"amount": 9.06,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "NfVKTsIU0F",
"hazardClass": "2.3",
"id": "UN6249",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 96.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "clDLwjZilg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.54,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ykF616OarCcVmQW",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 35.49,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.03
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jmFuqrKPrb",
"hazardClass": "3",
"id": "UN1438",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A57",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 50.98,
"netExplosiveDetail": {
"amount": 2.29,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JzchcyhG4E",
"hazardClass": "2.3",
"id": "UN5933",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xRhAsMfzSK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.69,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "huwJc8nNB8nbAkA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.53,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 18.43,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "14l6BVpN9x",
"hazardClass": "8",
"id": "UN0671",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A01",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 57.05,
"netExplosiveDetail": {
"amount": 4.22,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "UsmpyorBSk",
"hazardClass": "2.3",
"id": "UN9285",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 28.47,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XBsTgyoPHh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.01,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RNVC1TGO7A9ojaN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.89,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 48.38,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.26
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "l4q7zti2wn",
"hazardClass": "8",
"id": "UN2393",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A95",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 59.28,
"netExplosiveDetail": {
"amount": 5.94,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "cOqtFfNJMj",
"hazardClass": "8",
"id": "UN6680",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 70.93,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cOdXudBKDI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.81,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.73,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.72,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.73,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.63,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "IZ9x94xRnd0hfIT",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.86,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.73,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0FmrxZ68d9",
"hazardClass": "3",
"id": "UN1981",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 66.2,
"netExplosiveDetail": {
"amount": 2.24,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "aWQcBY7mG1",
"hazardClass": "3",
"id": "UN7833",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 48.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ywuEXyrGcy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.76,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 38.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 29.37,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "bTguxH8kQOIm2N4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.65,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 14.56,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.7
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 2.27,
"referenceId": "129463",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "5198391959286751569902457869921006"
},
{
"type": "GROUND",
"value": "6633228668554706303294266536305825"
},
{
"type": "GROUND",
"value": "6030299144174870163973993806595034"
},
{
"type": "ADDRESS",
"value": "7215907561770849684231627244651129"
},
{
"type": "GROUND",
"value": "9392000712380662659183330465544104"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 14
},
{
"content": "THIS SIDE UP",
"number": 2
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 36.64,
"packageRateDetails": [
{
"baseCharge": 198.04,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 197.41,
"netFedExCharge": 81.94,
"netFreight": 76.09,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2537.87,
"currency": "TOP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2957.17,
"currency": "JMD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2444.62,
"currency": "RSD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4212.22,
"currency": "MWK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3314.19,
"currency": "HTG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 44.85,
"totalRebates": 2.64,
"totalSurcharges": 13.58,
"totalTaxes": 5.46
},
{
"baseCharge": 168.98,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 142.21,
"netFedExCharge": 142.46,
"netFreight": 130.95,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1709.49,
"currency": "MKD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2534.56,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2807.38,
"currency": "CNY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 27.17,
"totalRebates": 4.55,
"totalSurcharges": 19.51,
"totalTaxes": 6.61
},
{
"baseCharge": 128.42,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 201.59,
"netFedExCharge": 52.54,
"netFreight": 40.17,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4035.89,
"currency": "MVR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 30.19,
"totalRebates": 0.14,
"totalSurcharges": 6.4,
"totalTaxes": 5.76
},
{
"baseCharge": 165.04,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 135.27,
"netFedExCharge": 129.09,
"netFreight": 61.67,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4256.51,
"currency": "BIF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 33.33,
"totalRebates": 1.62,
"totalSurcharges": 6.09,
"totalTaxes": 6.57
},
{
"baseCharge": 166.56,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 150.45,
"netFedExCharge": 136.94,
"netFreight": 50.46,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3385.63,
"currency": "LSL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3176.92,
"currency": "HKD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4800.73,
"currency": "MAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 49.35,
"totalRebates": 3.74,
"totalSurcharges": 17.97,
"totalTaxes": 0.2
}
]
},
"sequenceNumber": 4,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "8310",
"trackingIdType": "EXPRESS",
"trackingNumber": "00402739429005759403",
"uspsApplicationId": "03"
},
{
"formId": "7610",
"trackingIdType": "GROUND",
"trackingNumber": "00060475560505545652",
"uspsApplicationId": "68"
},
{
"formId": "0505",
"trackingIdType": "FREIGHT",
"trackingNumber": "05490014757784013491",
"uspsApplicationId": "03"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "iqC2cm4PD7",
"hazardClass": "3",
"id": "UN9658",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A83",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 66.9,
"netExplosiveDetail": {
"amount": 8.98,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "4NmbO1HXFo",
"hazardClass": "8",
"id": "UN7829",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 96.63,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UPtkcmJFsr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.07,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.17,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Mjqy7p7XGcSIV02",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.71,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 12.63,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "9R4IALYxXK",
"hazardClass": "8",
"id": "UN2756",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A16",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 10.74,
"netExplosiveDetail": {
"amount": 5.54,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "i9kyHtk3h4",
"hazardClass": "2.3",
"id": "UN1758",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 56.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "azCtDQatAy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.86,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Yf9etaEE2xBZm8i",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.78,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 22.84,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XelpRBjESW",
"hazardClass": "3",
"id": "UN1970",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A63",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 94.38,
"netExplosiveDetail": {
"amount": 9.18,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "js51gesEfb",
"hazardClass": "8",
"id": "UN4939",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 85.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HLJDTapSyU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.72,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.12,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.25,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "5YszvnoSCHs94Sy",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.5,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 34.84,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "m5J2DDg6hn",
"hazardClass": "3",
"id": "UN5226",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 20.5,
"netExplosiveDetail": {
"amount": 4.53,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "bUqaDTJjzw",
"hazardClass": "3",
"id": "UN2897",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 9.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BtjGAZNUKJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.87,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.42,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.68,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 8.46,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 19.76,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "UJvdZJycuzCPupk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.16,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.98,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.87
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gW50iv24cw",
"hazardClass": "8",
"id": "UN8201",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A21",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 96.53,
"netExplosiveDetail": {
"amount": 1.58,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "eBcqNyD0d4",
"hazardClass": "2.3",
"id": "UN4328",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 97.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zMTXlFLlJR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.04,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 15.97,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.76,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.83,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "D1BTq9TmvkwuO6X",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 3.63,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "a0wxQc0VzR",
"hazardClass": "8",
"id": "UN4763",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 92.97,
"netExplosiveDetail": {
"amount": 8.1,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "WYHx8w3JwQ",
"hazardClass": "8",
"id": "UN1206",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 23.81,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jGsnPAPSYp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.96,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "2EADeTqAMpUpgGE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.96,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 19.25,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fzqlI13QWZ",
"hazardClass": "8",
"id": "UN8888",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 20.56,
"netExplosiveDetail": {
"amount": 6.52,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nodxcTC2wR",
"hazardClass": "8",
"id": "UN4689",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 53.13,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vcvXnEbLaR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.27,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.12,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 5.67,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "jeyCOgleGl0DwAH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.88,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 3.37,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "SocQCGESRr",
"hazardClass": "3",
"id": "UN4908",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A15",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 83.66,
"netExplosiveDetail": {
"amount": 9.59,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Hqebt8oGnN",
"hazardClass": "3",
"id": "UN5107",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 50.94,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lfUfdeVRfS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.33,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.93,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.47,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.38,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.02,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "hBk8hyoRo1kX98X",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.24,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 19.07,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.58
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "uOIRIf1SqK",
"hazardClass": "8",
"id": "UN3556",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 26.14,
"netExplosiveDetail": {
"amount": 6.43,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "w8oP4N4ABM",
"hazardClass": "3",
"id": "UN1663",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 58.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "URYTpdLnbU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.39,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "lxKg7x82qEtfUp0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.37,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.05,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6msO3EHQRM",
"hazardClass": "8",
"id": "UN7512",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 14.08,
"netExplosiveDetail": {
"amount": 9.74,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "gi5iMhGura",
"hazardClass": "3",
"id": "UN7390",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 43.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "UwqQkXLffA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.27,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.41,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "3cR7cYhWW3B206h",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.97,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 48.12,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "KqBCwOB1TR",
"hazardClass": "3",
"id": "UN5262",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 2.81,
"netExplosiveDetail": {
"amount": 1.27,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Eyzuo42HRE",
"hazardClass": "2.3",
"id": "UN2172",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 41.92,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KKOjoOVLQi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 48.62,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.23,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "NJwyuh8SwhrGhOb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.56,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 6.5,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "52N4zKYAx6",
"hazardClass": "3",
"id": "UN8343",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A73",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 75.15,
"netExplosiveDetail": {
"amount": 5.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "cqUzEDTEbd",
"hazardClass": "2.3",
"id": "UN6922",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 24.86,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MqgJPFAPRK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "wi1czWz7kRIDuHI",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 46.86,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 31.99,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.64
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "iS0WG0FO0m",
"hazardClass": "8",
"id": "UN8089",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 27.43,
"netExplosiveDetail": {
"amount": 3.09,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "FrlGF2ANbq",
"hazardClass": "8",
"id": "UN9693",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 47.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PwXrBCGbXC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.05,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.06,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "dhcM3RycGmNwQXz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.31,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 46.86,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "9UCzkAAqSs",
"hazardClass": "3",
"id": "UN2255",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 54.94,
"netExplosiveDetail": {
"amount": 1.87,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "N5WtEzRYh5",
"hazardClass": "2.3",
"id": "UN2929",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 58.81,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QDrfceEVjI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.06,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.24,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.87,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "4nKVk7KHVaJZxLj",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.23,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 39.66,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FhGMI3aiOh",
"hazardClass": "8",
"id": "UN4336",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A89",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 98.72,
"netExplosiveDetail": {
"amount": 5.81,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "LzV1nY8kMf",
"hazardClass": "8",
"id": "UN1756",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 90.33,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rVmNMKVxfl"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.19,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.27,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 49.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 13.22,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "uzOg6MFwo8Hhrez",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.48,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.43,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.9
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.09,
"referenceId": "065317",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "8543477740292284600248369252822640"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 10
},
{
"content": "DO NOT STACK",
"number": 3
},
{
"content": "THIS SIDE UP",
"number": 14
},
{
"content": "SECURED",
"number": 18
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 24.57,
"packageRateDetails": [
{
"baseCharge": 153.24,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 169.32,
"netFedExCharge": 54.82,
"netFreight": 99.39,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 451.54,
"currency": "AED"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 99.16,
"currency": "STN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 30.16,
"totalRebates": 4.5,
"totalSurcharges": 6.5,
"totalTaxes": 9.08
},
{
"baseCharge": 75.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 149.03,
"netFedExCharge": 68.27,
"netFreight": 82.88,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2616.13,
"currency": "XPF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 27.2,
"totalRebates": 2.3,
"totalSurcharges": 0.92,
"totalTaxes": 4.26
},
{
"baseCharge": 167.6,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 65.41,
"netFedExCharge": 60.35,
"netFreight": 147.35,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2666.76,
"currency": "LSL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1880.65,
"currency": "VUV"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4526.26,
"currency": "ZWL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3437.33,
"currency": "MVR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4546.47,
"currency": "RSD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 36.4,
"totalRebates": 0.42,
"totalSurcharges": 13.3,
"totalTaxes": 9.91
},
{
"baseCharge": 156.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 147.51,
"netFedExCharge": 196.83,
"netFreight": 100.46,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1104.99,
"currency": "INR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 443.08,
"currency": "ALL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2596.78,
"currency": "NGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2855.55,
"currency": "NZD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 30.38,
"totalRebates": 3.98,
"totalSurcharges": 8.85,
"totalTaxes": 6.2
},
{
"baseCharge": 97.93,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 101.44,
"netFedExCharge": 80.43,
"netFreight": 106.44,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3157.15,
"currency": "ETB"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4432.29,
"currency": "GBP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1237.92,
"currency": "SSP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1861.83,
"currency": "IRR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 38.93,
"totalRebates": 2.01,
"totalSurcharges": 3.76,
"totalTaxes": 9.94
}
]
},
"sequenceNumber": 8,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "7935",
"trackingIdType": "EXPRESS",
"trackingNumber": "96621670668683270983",
"uspsApplicationId": "00"
},
{
"formId": "6462",
"trackingIdType": "GROUND",
"trackingNumber": "18555544956289863647",
"uspsApplicationId": "16"
},
{
"formId": "4181",
"trackingIdType": "FREIGHT",
"trackingNumber": "95497549088578914849",
"uspsApplicationId": "13"
}
]
}
],
"documentRequirements": {
"generationDetails": [
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
},
{
"electronicSignature": "OPTIONAL",
"letterhead": "OPTIONAL",
"minimumCopiesRequired": 3,
"type": "COMMERCIAL_INVOICE"
}
],
"prohibitedDocuments": [
"USMCA_CERTIFICATION_OF_ORIGIN"
],
"requiredDocuments": [
"COMMERCIAL_OR_PRO_FORMA_INVOICE",
"AIR_WAYBILL"
]
},
"exportComplianceStatement": "arpGeCECn9",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-01-23T00:00:00.0Z",
"expirationDate": "2026-11-23T00:00:00.0Z",
"number": "23088"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 10
}
},
"masterTrackingId": {
"formId": "2946",
"trackingIdType": "FREIGHT",
"trackingNumber": "58869972138342486107",
"uspsApplicationId": "86"
},
"operationalDetail": {
"airportId": "ZLL",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "1X7xasSS0c420MN",
"commitDate": "2026-07-05T00:00:00.0Z",
"commitDay": "Fri",
"countryCode": "TK",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-04T00:00:00.0Z",
"deliveryDay": "Mon",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "tCDI",
"destinationLocationNumber": 545,
"destinationLocationStateOrProvinceCode": "UT",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "524",
"originLocationNumber": 282,
"originServiceArea": "C3",
"packagingCode": "46",
"postalCode": "68681-0302",
"publishedDeliveryTime": "10:30A",
"scac": "FDXE",
"serviceCode": "348",
"stateOrProvinceCode": "MI",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "AK",
"ursaSuffixCode": "KW"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "05",
"description": "Sharable holistic forecast",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "pvw"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "IfO7pdQsj37F",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "7497",
"trackingIdType": "EXPRESS",
"trackingNumber": "06094260611523220217"
},
{
"formId": "1686",
"trackingIdType": "EXPRESS",
"trackingNumber": "67047904077351407973"
},
{
"formId": "5314",
"trackingIdType": "FREIGHT",
"trackingNumber": "26547168637961371595"
},
{
"formId": "7377",
"trackingIdType": "GROUND",
"trackingNumber": "75512393239690289328"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "6720",
"trackingIdType": "FREIGHT",
"trackingNumber": "66366919173101021390"
},
{
"formId": "3254",
"trackingIdType": "GROUND",
"trackingNumber": "46358930174108233472"
},
{
"formId": "1862",
"trackingIdType": "GROUND",
"trackingNumber": "65503659674980818467"
},
{
"formId": "6655",
"trackingIdType": "FREIGHT",
"trackingNumber": "84452014476551683261"
},
{
"formId": "0269",
"trackingIdType": "FREIGHT",
"trackingNumber": "34085489668455895886"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "8868",
"trackingIdType": "EXPRESS",
"trackingNumber": "98664254814979477449"
},
{
"formId": "0283",
"trackingIdType": "FREIGHT",
"trackingNumber": "96257524879542397666"
},
{
"formId": "4428",
"trackingIdType": "GROUND",
"trackingNumber": "25539660147380171490"
},
{
"formId": "3731",
"trackingIdType": "EXPRESS",
"trackingNumber": "47954653971960755125"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "1922",
"trackingIdType": "FREIGHT",
"trackingNumber": "39271960175815866482"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"description": "1BWlH255EQ",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "UAH",
"value": "CUSTOMS_VALUE"
},
"description": "oF6Nh0E9n2",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RON",
"rate": 0.78
},
"dutiesAndTaxes": [
{
"harmonizedCode": "484655",
"taxes": {
"amount": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "CRiC3Phw7E",
"id": "kVkKIl",
"name": "Sales Tax"
},
"description": "uSXXWVuCVd",
"effectiveDate": "2026-05-27T00:00:00.0Z",
"formula": "2FoSGv7LHUetbnS",
"name": "VAT",
"taxableValue": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"taxcode": "eB2M3",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "LBP",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"description": "MCh4a1FmYy",
"percent": 6.51,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"description": "THg75hrXGY",
"percent": 17.02,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "X55zkUY4i0",
"percent": 10.67,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 4.52,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "0bbluv3aDe",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "JgsMIn",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "BDT",
"value": "CUSTOMS_VALUE"
},
"description": "JanbmjQ7Mm",
"percent": 4.75,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"description": "pyruNuOojp",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "AUD",
"value": "CUSTOMS_VALUE"
},
"description": "eXM61qg0tS",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"description": "desjjCdVrn",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"description": "Nhi18AqbEB",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
},
"description": "ee66uTlwvq",
"taxType": "VAT"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "RbHBSzMnqy",
"taxType": "VAT"
},
{
"amount": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"description": "EL3oUV70wZ",
"taxType": "VAT"
},
{
"amount": {
"currency": "SGD",
"value": "CUSTOMS_VALUE"
},
"description": "CrtqIhSi02",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "ETB",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "USD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "OMR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "HTG",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "EUR",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "UAH",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "RON",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "NOK",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "VES",
"rate": 17.31
},
"dimDivisor": 136,
"freightDiscounts": [
{
"amount": 8.71,
"description": "ajREauA7D1",
"percent": 16.82,
"rateDiscountType": "COUPON"
},
{
"amount": 9.51,
"description": "kh19flG8Zu",
"percent": 17.77,
"rateDiscountType": "EARNED"
},
{
"amount": 1.61,
"description": "WLaj0adOPH",
"percent": 5.36,
"rateDiscountType": "EARNED"
},
{
"amount": 6.08,
"description": "EE4HlqQwLE",
"percent": 17.84,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.49,
"description": "iyEde8hK7o",
"percent": 18.47,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.7,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "19648",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "QYB7iF",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MWK",
"rate": 9.16
},
"dimDivisor": 128,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.16,
"description": "cRuZhrclDr",
"percent": 6.51,
"rateDiscountType": "COUPON"
},
{
"amount": 2.21,
"description": "dzWIaxg9zu",
"percent": 8.07,
"rateDiscountType": "EARNED"
},
{
"amount": 9.57,
"description": "ZS6HokjOrM",
"percent": 12.32,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.78,
"description": "7VgmOlm5w4",
"percent": 8.47,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 8.82,
"legDestinationLocationId": "ZCeq",
"minimumChargeType": "ACTUAL",
"pricingCode": "d7CwA",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3979",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "lgL2Ql",
"surcharges": [
{
"amount": {
"amount": 4515.75,
"currency": "CHF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2288.96,
"currency": "AUD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1176.34,
"currency": "ZWL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1342.42,
"currency": "KWD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1872.27,
"currency": "TND"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 14.77,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 119.07,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 28.3,
"totalFreightDiscounts": 38.89,
"totalNetCharge": 199.77,
"totalNetChargeWithDutiesAndTaxes": 214.5,
"totalNetFedExCharge": 239.66,
"totalNetFreight": 149.59,
"totalRebates": 0.13,
"totalSurcharges": 1.87,
"totalTaxes": 0.32
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "NGN",
"rate": 24.89
},
"dimDivisor": 207,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.28,
"description": "mjvQHAHasj",
"percent": 18.61,
"rateDiscountType": "COUPON"
},
{
"amount": 7.98,
"description": "YE5oIXI1ym",
"percent": 18.17,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.18,
"legDestinationLocationId": "pQik",
"minimumChargeType": "ACTUAL",
"pricingCode": "K0Ozd",
"ratedWeightMethod": "DIM",
"rateScale": "9884",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "3Rtyb4",
"surcharges": [
{
"amount": {
"amount": 3234.46,
"currency": "GBP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1597.59,
"currency": "TZS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1551.18,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 26.22,
"currency": "UZS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.82,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.41,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 147.7,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 41.88,
"totalFreightDiscounts": 39.12,
"totalNetCharge": 181.27,
"totalNetChargeWithDutiesAndTaxes": 139.18,
"totalNetFedExCharge": 133.04,
"totalNetFreight": 78.22,
"totalRebates": 3.29,
"totalSurcharges": 15.25,
"totalTaxes": 8.82
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "AFN",
"rate": 5.29
},
"dimDivisor": 239,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.01,
"description": "qn2JnJJ5AL",
"percent": 10.68,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 1.86,
"legDestinationLocationId": "tjdP",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "xBLnH",
"ratedWeightMethod": "DIM",
"rateScale": "5229",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "n37PAa",
"surcharges": [
{
"amount": {
"amount": 1932.4,
"currency": "BMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2298.1,
"currency": "STN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3618.76,
"currency": "TRY"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 12.77,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.43,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 199.29,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.39,
"totalFreightDiscounts": 34.02,
"totalNetCharge": 108.22,
"totalNetChargeWithDutiesAndTaxes": 75.4,
"totalNetFedExCharge": 150.98,
"totalNetFreight": 76.34,
"totalRebates": 4.3,
"totalSurcharges": 14.27,
"totalTaxes": 0.3
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "EUR",
"rate": 15.42
},
"dimDivisor": 109,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.08,
"description": "2met2xQTlB",
"percent": 10.44,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.92,
"legDestinationLocationId": "BnmV",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "iMlcT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7143",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "CRiMPH",
"surcharges": [
{
"amount": {
"amount": 1014.41,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4623.41,
"currency": "RUB"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.39,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 14.3,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 6.43,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 85.33,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.62,
"totalFreightDiscounts": 23.64,
"totalNetCharge": 175.41,
"totalNetChargeWithDutiesAndTaxes": 83.88,
"totalNetFedExCharge": 236.98,
"totalNetFreight": 192.94,
"totalRebates": 3.85,
"totalSurcharges": 10.9,
"totalTaxes": 0.59
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ZAR",
"rate": 18.62
},
"dimDivisor": 154,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.77,
"description": "h6vQh1230t",
"percent": 12.61,
"rateDiscountType": "BONUS"
},
{
"amount": 8,
"description": "kvWch1ykYt",
"percent": 12.86,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 7.26,
"legDestinationLocationId": "lPSZ",
"minimumChargeType": "ACTUAL",
"pricingCode": "qHIbJ",
"ratedWeightMethod": "DIM",
"rateScale": "3577",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "K3eHr2",
"surcharges": [
{
"amount": {
"amount": 1861.77,
"currency": "UYU"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1701.86,
"currency": "GEL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.8,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.3,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.67,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 68.92,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 4.97,
"totalFreightDiscounts": 23.31,
"totalNetCharge": 95.73,
"totalNetChargeWithDutiesAndTaxes": 231.84,
"totalNetFedExCharge": 95.24,
"totalNetFreight": 126.13,
"totalRebates": 3.15,
"totalSurcharges": 14.9,
"totalTaxes": 3.59
}
],
"surcharges": [
{
"amount": {
"amount": 4968.19,
"currency": "MKD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 18.81,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.85,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 10.77,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 5.61,
"totalBaseCharge": 61.75,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.53,
"totalDutiesTaxesAndFees": 95.34,
"totalFreightDiscounts": 25.79,
"totalNetCharge": 69.06,
"totalNetChargeWithDutiesAndTaxes": 51.18,
"totalNetFedExCharge": 128.59,
"totalNetFreight": 167.75,
"totalRebates": 4.17,
"totalSurcharges": 13.56,
"totalTaxes": 7.11
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SSP",
"rate": 28.57
},
"dimDivisor": 110,
"freightDiscounts": [
{
"amount": 2.5,
"description": "XgrqUD2kFl",
"percent": 7.51,
"rateDiscountType": "COUPON"
},
{
"amount": 9.55,
"description": "yxe9n9MFkD",
"percent": 9.01,
"rateDiscountType": "COUPON"
},
{
"amount": 8.41,
"description": "F7DBektMK3",
"percent": 5.96,
"rateDiscountType": "EARNED"
},
{
"amount": 2.4,
"description": "Cm1LiDrW5C",
"percent": 14.66,
"rateDiscountType": "BONUS"
},
{
"amount": 7.1,
"description": "JA0dYb9iEz",
"percent": 12.87,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.82,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "26367",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "dYCqHt",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "DKK",
"rate": 8.76
},
"dimDivisor": 163,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.94,
"description": "Op5n9r1IgP",
"percent": 8.03,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.56,
"description": "m8pLoKd2pr",
"percent": 16.12,
"rateDiscountType": "BONUS"
},
{
"amount": 1.87,
"description": "8GtjPvfLmB",
"percent": 11,
"rateDiscountType": "COUPON"
},
{
"amount": 7.1,
"description": "VSpPxJqU8G",
"percent": 14.64,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 14.91,
"legDestinationLocationId": "bfae",
"minimumChargeType": "ACTUAL",
"pricingCode": "pW74O",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4825",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "dnw82O",
"surcharges": [
{
"amount": {
"amount": 2729.44,
"currency": "KES"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 11.59,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.01,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 16.2,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 8.14,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 196.98,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 8.25,
"totalFreightDiscounts": 24.81,
"totalNetCharge": 138.19,
"totalNetChargeWithDutiesAndTaxes": 148.55,
"totalNetFedExCharge": 117.28,
"totalNetFreight": 194.79,
"totalRebates": 3.41,
"totalSurcharges": 10.76,
"totalTaxes": 7.6
}
],
"surcharges": [
{
"amount": {
"amount": 3716.71,
"currency": "AUD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2220.08,
"currency": "KMF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2215.47,
"currency": "ERN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.74,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 1.74,
"totalBaseCharge": 107.88,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.92,
"totalDutiesTaxesAndFees": 28.82,
"totalFreightDiscounts": 28.01,
"totalNetCharge": 107.91,
"totalNetChargeWithDutiesAndTaxes": 109.5,
"totalNetFedExCharge": 190.86,
"totalNetFreight": 141.75,
"totalRebates": 2.63,
"totalSurcharges": 9.52,
"totalTaxes": 1.72
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NPR",
"rate": 4.95
},
"dimDivisor": 120,
"freightDiscounts": [
{
"amount": 9.12,
"description": "1Ord865fp7",
"percent": 8.44,
"rateDiscountType": "COUPON"
},
{
"amount": 3.34,
"description": "M5rgtAdcRh",
"percent": 17.22,
"rateDiscountType": "EARNED"
},
{
"amount": 5.16,
"description": "t1FrBdtDen",
"percent": 11.67,
"rateDiscountType": "EARNED"
},
{
"amount": 8.11,
"description": "Wvz41NNTlA",
"percent": 12.71,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.85,
"description": "Qhp58xNLX5",
"percent": 16.14,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.01,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "80101",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "TQK7A7",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "IQD",
"rate": 29.6
},
"dimDivisor": 223,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.14,
"description": "iGQLe007Ei",
"percent": 10.38,
"rateDiscountType": "EARNED"
},
{
"amount": 4.98,
"description": "U8s2hsJnxG",
"percent": 19.42,
"rateDiscountType": "BONUS"
},
{
"amount": 6.21,
"description": "cXQD1Mesmq",
"percent": 14.41,
"rateDiscountType": "EARNED"
},
{
"amount": 8.56,
"description": "5f335o1uR2",
"percent": 13.19,
"rateDiscountType": "EARNED"
},
{
"amount": 6.55,
"description": "utINhCRYuY",
"percent": 16.61,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 2.75,
"legDestinationLocationId": "zDpi",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "YgLaw",
"ratedWeightMethod": "DIM",
"rateScale": "7180",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "Yf9blc",
"surcharges": [
{
"amount": {
"amount": 4849.52,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4031.72,
"currency": "FJD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3391.51,
"currency": "GIP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3881.3,
"currency": "TOP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.98,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 10.58,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.05,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.34,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 160.37,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.93,
"totalFreightDiscounts": 4.77,
"totalNetCharge": 164.37,
"totalNetChargeWithDutiesAndTaxes": 208.76,
"totalNetFedExCharge": 154.51,
"totalNetFreight": 129.25,
"totalRebates": 0.65,
"totalSurcharges": 16.08,
"totalTaxes": 7.33
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KGS",
"rate": 6.5
},
"dimDivisor": 157,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.74,
"description": "lKpMMqYZOp",
"percent": 13.27,
"rateDiscountType": "EARNED"
},
{
"amount": 1.77,
"description": "dmcepa8G3k",
"percent": 7.35,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.27,
"legDestinationLocationId": "dIuJ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "PnP2m",
"ratedWeightMethod": "DIM",
"rateScale": "5322",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "tV6Zve",
"surcharges": [
{
"amount": {
"amount": 3656.67,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 10.18,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.9,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.62,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.15,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.79,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 100.75,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 33.43,
"totalFreightDiscounts": 18.33,
"totalNetCharge": 164.99,
"totalNetChargeWithDutiesAndTaxes": 185.15,
"totalNetFedExCharge": 156.73,
"totalNetFreight": 172.36,
"totalRebates": 2.6,
"totalSurcharges": 12.66,
"totalTaxes": 3.13
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CUP",
"rate": 11.8
},
"dimDivisor": 209,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.36,
"description": "ZHOA4Mfk4K",
"percent": 10.13,
"rateDiscountType": "EARNED"
},
{
"amount": 2.18,
"description": "NuJuDBijlN",
"percent": 13.34,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 12.57,
"legDestinationLocationId": "Rpvs",
"minimumChargeType": "ACTUAL",
"pricingCode": "qjPJL",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6067",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "F9FOXC",
"surcharges": [
{
"amount": {
"amount": 1464.44,
"currency": "AFN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3943.27,
"currency": "GYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3967.06,
"currency": "GTQ"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.51,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.72,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 189.41,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.32,
"totalFreightDiscounts": 42.31,
"totalNetCharge": 78.71,
"totalNetChargeWithDutiesAndTaxes": 158.6,
"totalNetFedExCharge": 183.77,
"totalNetFreight": 124.64,
"totalRebates": 3.84,
"totalSurcharges": 4.58,
"totalTaxes": 8.19
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BHD",
"rate": 6.06
},
"dimDivisor": 224,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.9,
"description": "zkwnL4fJ4l",
"percent": 11.43,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.83,
"description": "YyVuiQQmQi",
"percent": 13.97,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.53,
"legDestinationLocationId": "Ethe",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ivkDj",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7289",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "x3RWpn",
"surcharges": [
{
"amount": {
"amount": 3378.8,
"currency": "ISK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2940.63,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.19,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.26,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.71,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 158.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 33.93,
"totalFreightDiscounts": 30.54,
"totalNetCharge": 185.33,
"totalNetChargeWithDutiesAndTaxes": 126.19,
"totalNetFedExCharge": 125.31,
"totalNetFreight": 153.89,
"totalRebates": 0.36,
"totalSurcharges": 3.28,
"totalTaxes": 2.27
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GTQ",
"rate": 2.03
},
"dimDivisor": 240,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.72,
"description": "qHPqmgwxOB",
"percent": 12.74,
"rateDiscountType": "EARNED"
},
{
"amount": 7.59,
"description": "QujjDJw1fj",
"percent": 15.44,
"rateDiscountType": "BONUS"
},
{
"amount": 4.17,
"description": "SEpPZsrVCF",
"percent": 12.5,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.05,
"description": "vd2B0mjvB1",
"percent": 14.13,
"rateDiscountType": "BONUS"
},
{
"amount": 4.15,
"description": "PFr0KAFURs",
"percent": 7.64,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 14.59,
"legDestinationLocationId": "fIjO",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ku6z7",
"ratedWeightMethod": "DIM",
"rateScale": "6900",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "K2jU3V",
"surcharges": [
{
"amount": {
"amount": 4353.2,
"currency": "AWG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4986.05,
"currency": "UGX"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4393.23,
"currency": "TMT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2163.54,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.39,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.43,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 170.1,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.54,
"totalFreightDiscounts": 15.38,
"totalNetCharge": 178.59,
"totalNetChargeWithDutiesAndTaxes": 169.21,
"totalNetFedExCharge": 199.21,
"totalNetFreight": 143.05,
"totalRebates": 1.61,
"totalSurcharges": 5.72,
"totalTaxes": 6.67
}
],
"surcharges": [
{
"amount": {
"amount": 1872.27,
"currency": "XCD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3290.62,
"currency": "FJD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4175.65,
"currency": "BAM"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2415.49,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1505.9,
"currency": "TOP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.99,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.26,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.92,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.8,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 19.58,
"totalBaseCharge": 96.39,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 20.89,
"totalDutiesTaxesAndFees": 47.47,
"totalFreightDiscounts": 32.35,
"totalNetCharge": 133.2,
"totalNetChargeWithDutiesAndTaxes": 204.36,
"totalNetFedExCharge": 204.97,
"totalNetFreight": 95.55,
"totalRebates": 1.6,
"totalSurcharges": 18.62,
"totalTaxes": 2.47
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MKD",
"rate": 6.63
},
"dimDivisor": 133,
"freightDiscounts": [
{
"amount": 8.05,
"description": "1S9lQPnQAc",
"percent": 15.34,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.4,
"description": "pG9wBIqFcF",
"percent": 19.16,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.46,
"description": "R5Fm0XLbi5",
"percent": 10.6,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.1,
"description": "W8Nhi60yUy",
"percent": 17.01,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.66,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "18583",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "gvaUjj",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BHD",
"rate": 17.38
},
"dimDivisor": 214,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.66,
"description": "wDZx1dwQ1t",
"percent": 19.52,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.16,
"description": "AJPNeWC8R8",
"percent": 19.04,
"rateDiscountType": "BONUS"
},
{
"amount": 5.29,
"description": "QRLIPBEgfD",
"percent": 8.18,
"rateDiscountType": "EARNED"
},
{
"amount": 3.43,
"description": "Caq3ZeBeLS",
"percent": 12.11,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.15,
"legDestinationLocationId": "XeGX",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "2xLWe",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9989",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bBQDC8",
"surcharges": [
{
"amount": {
"amount": 102.73,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2958.97,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2558.77,
"currency": "SRD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 6.9,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.1,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.94,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 1.25,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 110.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 33.82,
"totalFreightDiscounts": 25.79,
"totalNetCharge": 113.74,
"totalNetChargeWithDutiesAndTaxes": 76.58,
"totalNetFedExCharge": 61.63,
"totalNetFreight": 114.78,
"totalRebates": 0.44,
"totalSurcharges": 4.51,
"totalTaxes": 7.64
}
],
"surcharges": [
{
"amount": {
"amount": 2932.95,
"currency": "AOA"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 16.45,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.59,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 3.18,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 16.74,
"totalBaseCharge": 147.01,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.15,
"totalDutiesTaxesAndFees": 94.44,
"totalFreightDiscounts": 24.78,
"totalNetCharge": 199.72,
"totalNetChargeWithDutiesAndTaxes": 149.17,
"totalNetFedExCharge": 129.35,
"totalNetFreight": 145.61,
"totalRebates": 3.43,
"totalSurcharges": 14.65,
"totalTaxes": 4.09
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JOD",
"rate": 9.13
},
"dimDivisor": 166,
"freightDiscounts": [
{
"amount": 8.04,
"description": "PzUi2Sdv1F",
"percent": 7.88,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.04,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "57796",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "StGbdW",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "UGX",
"rate": 1.78
},
"dimDivisor": 163,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.56,
"description": "6DAGGc08c6",
"percent": 10.65,
"rateDiscountType": "EARNED"
},
{
"amount": 5.9,
"description": "2VgpVyW1aT",
"percent": 12.51,
"rateDiscountType": "COUPON"
},
{
"amount": 8.1,
"description": "b5wENEkgSD",
"percent": 17.03,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 2.42,
"legDestinationLocationId": "FCQn",
"minimumChargeType": "ACTUAL",
"pricingCode": "dc0ez",
"ratedWeightMethod": "DIM",
"rateScale": "0023",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "GoUhy7",
"surcharges": [
{
"amount": {
"amount": 1455.83,
"currency": "CLP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3408.42,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2694.69,
"currency": "ZWL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 378.09,
"currency": "MAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4757.38,
"currency": "STN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 15.33,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 8.94,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 84.84,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 41.62,
"totalFreightDiscounts": 41.53,
"totalNetCharge": 155,
"totalNetChargeWithDutiesAndTaxes": 169.57,
"totalNetFedExCharge": 142.44,
"totalNetFreight": 190.09,
"totalRebates": 4.98,
"totalSurcharges": 19.72,
"totalTaxes": 7.55
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "KYD",
"rate": 26.63
},
"dimDivisor": 211,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.7,
"description": "nY3YU1g285",
"percent": 9.64,
"rateDiscountType": "COUPON"
},
{
"amount": 7.77,
"description": "HlwhNiSIxD",
"percent": 10.82,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.24,
"description": "pDCraeyBFg",
"percent": 15.97,
"rateDiscountType": "EARNED"
},
{
"amount": 8.04,
"description": "W0R1l0H7MZ",
"percent": 7.83,
"rateDiscountType": "BONUS"
},
{
"amount": 4.17,
"description": "zXyoJOt5RO",
"percent": 16.46,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.96,
"legDestinationLocationId": "GKcP",
"minimumChargeType": "ACTUAL",
"pricingCode": "ZxqYk",
"ratedWeightMethod": "DIM",
"rateScale": "4993",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bwBf9K",
"surcharges": [
{
"amount": {
"amount": 2544.49,
"currency": "BYN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4748.97,
"currency": "IQD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3378.69,
"currency": "MXN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.81,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 194.97,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.75,
"totalFreightDiscounts": 28.93,
"totalNetCharge": 122.33,
"totalNetChargeWithDutiesAndTaxes": 182.87,
"totalNetFedExCharge": 63.75,
"totalNetFreight": 106.55,
"totalRebates": 2,
"totalSurcharges": 19.01,
"totalTaxes": 0.59
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "OMR",
"rate": 26
},
"dimDivisor": 229,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.79,
"description": "RGuTSuUyZy",
"percent": 7.09,
"rateDiscountType": "COUPON"
},
{
"amount": 8.75,
"description": "VwHP7E5X5N",
"percent": 7.03,
"rateDiscountType": "COUPON"
},
{
"amount": 5.78,
"description": "EfRVlkutzI",
"percent": 15.78,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.78,
"description": "OMvFPRpKtL",
"percent": 15.68,
"rateDiscountType": "COUPON"
},
{
"amount": 3.62,
"description": "EsVr1N2vDW",
"percent": 16,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.03,
"legDestinationLocationId": "tDrh",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "zfM3j",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6370",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "uXQt5Z",
"surcharges": [
{
"amount": {
"amount": 1474.18,
"currency": "ILS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2412.95,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2124.97,
"currency": "DKK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.16,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.52,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.6,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.28,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 14.6,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 109.22,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.39,
"totalFreightDiscounts": 18.44,
"totalNetCharge": 116.38,
"totalNetChargeWithDutiesAndTaxes": 211.97,
"totalNetFedExCharge": 214.45,
"totalNetFreight": 149.08,
"totalRebates": 4.16,
"totalSurcharges": 15.09,
"totalTaxes": 3.48
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BIF",
"rate": 23.8
},
"dimDivisor": 159,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.83,
"description": "QsX85pUdcj",
"percent": 6.09,
"rateDiscountType": "BONUS"
},
{
"amount": 4.31,
"description": "C68tm4QmiF",
"percent": 18.52,
"rateDiscountType": "EARNED"
},
{
"amount": 6.59,
"description": "InGY0mHhRp",
"percent": 7.14,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 3.36,
"legDestinationLocationId": "QDGZ",
"minimumChargeType": "ACTUAL",
"pricingCode": "wzivZ",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7883",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ICgy9h",
"surcharges": [
{
"amount": {
"amount": 3852.47,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2638.77,
"currency": "SLE"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.22,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.19,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 113.47,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.02,
"totalFreightDiscounts": 28.05,
"totalNetCharge": 117.2,
"totalNetChargeWithDutiesAndTaxes": 121.93,
"totalNetFedExCharge": 63.32,
"totalNetFreight": 175.37,
"totalRebates": 3.68,
"totalSurcharges": 8.04,
"totalTaxes": 5.33
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "HUF",
"rate": 0.74
},
"dimDivisor": 233,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.71,
"description": "Msegez6i9h",
"percent": 15.82,
"rateDiscountType": "BONUS"
},
{
"amount": 4.97,
"description": "GJDvfhmi4B",
"percent": 16.9,
"rateDiscountType": "EARNED"
},
{
"amount": 4.58,
"description": "QDxnGCLGmx",
"percent": 7.15,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.92,
"legDestinationLocationId": "Uekt",
"minimumChargeType": "ACTUAL",
"pricingCode": "NRb0V",
"ratedWeightMethod": "DIM",
"rateScale": "4349",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "OinDuI",
"surcharges": [
{
"amount": {
"amount": 3823.65,
"currency": "GEL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4315.9,
"currency": "KES"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2560.21,
"currency": "TND"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3920.81,
"currency": "ZMW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 13.31,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.69,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.38,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 194.31,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.32,
"totalFreightDiscounts": 15.58,
"totalNetCharge": 170.34,
"totalNetChargeWithDutiesAndTaxes": 177.53,
"totalNetFedExCharge": 71.19,
"totalNetFreight": 152.79,
"totalRebates": 3.19,
"totalSurcharges": 10.97,
"totalTaxes": 6.75
}
],
"surcharges": [
{
"amount": {
"amount": 1519.47,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 14.49,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.61,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.15,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 14.95,
"totalBaseCharge": 156.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 37.75,
"totalDutiesTaxesAndFees": 51.9,
"totalFreightDiscounts": 44.33,
"totalNetCharge": 181.59,
"totalNetChargeWithDutiesAndTaxes": 247.72,
"totalNetFedExCharge": 187.24,
"totalNetFreight": 114.87,
"totalRebates": 4.08,
"totalSurcharges": 13.8,
"totalTaxes": 0.68
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "EUR",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FXCC",
"completedPackageDetail": {
"groupNumber": 4,
"label": {
"copiesToPrint": 1,
"imageType": "DOC",
"parts": {
"documentPartSequenceNumber": 1,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 204,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
"operationalDetail": {
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "7632271777653863516669900316443652"
},
{
"type": "GROUND",
"value": "5323230285807431586308833507842187"
},
{
"type": "ADDRESS",
"value": "6462129355483972130763757584708610"
}
]
},
"operationalInstructions": {
"content": "THIS SIDE UP",
"number": 16
}
},
"packageDocuments": [
{
"copiesToPrint": 2,
"imageType": "DPL",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "PQQoyIhLir6jQdRDrEre"
},
{
"documentPartSequenceNumber": 1,
"image": "eA6meipveIe6OKyduEso"
},
{
"documentPartSequenceNumber": 2,
"image": "h0DyN1wbiclnbdgyPm1C"
}
],
"resolution": 302,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 1,
"imageType": "DPL",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "Ts2AarzKw7cx0TwADtgc"
},
{
"documentPartSequenceNumber": 1,
"image": "vNlVlyWTf8TWl17os1on"
},
{
"documentPartSequenceNumber": 1,
"image": "dAE4Iydl5mdXu32R4tDv"
},
{
"documentPartSequenceNumber": 1,
"image": "5Vf6iJoMAuaSUmMrMzoY"
}
],
"resolution": 469,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 1,
"imageType": "DPL",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "mMrEXZc0EKckCZXOLHzr"
},
{
"documentPartSequenceNumber": 2,
"image": "tXoS5ak7e4dJjO2NF9aS"
},
{
"documentPartSequenceNumber": 1,
"image": "RUJMoYYCxnJKFcJmQ03c"
},
{
"documentPartSequenceNumber": 2,
"image": "sIyg5ktfur5scYDwkRi0"
}
],
"resolution": 591,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
},
{
"copiesToPrint": 3,
"imageType": "PDF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "PY3I8uwzPRyYQbm8bXQm"
},
{
"documentPartSequenceNumber": 2,
"image": "bwwCWI7tCJCW0OcKsTjS"
},
{
"documentPartSequenceNumber": 1,
"image": "LKtrNU77vCdDV1MG5stB"
},
{
"documentPartSequenceNumber": 1,
"image": "DpR9OsL8PqPWku5MJs6w"
},
{
"documentPartSequenceNumber": 2,
"image": "L077s1ymX4Md7LlPQICv"
}
],
"resolution": 235,
"shippingDocumentDisposition": "RETURNED",
"type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
}
],
"sequenceNumber": 68,
"signatureOptions": "INDIRECT",
"trackingId": {
"formId": "6493",
"trackingIdType": "GROUND",
"trackingNumber": "47007376068630242578"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 1,
"type": "COMMERCIAL_INVOICE"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "icMPnv",
"masterTrackingId": {
"formId": "9161",
"trackingIdType": "EXPRESS",
"trackingNumber": "48652898594853099470"
},
"operationalDetail": {
"airportId": "DVK",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "OlhsPdrzjqRcaV0",
"commitDate": "2026-07-03T00:00:00.0Z",
"commitDay": "Sun",
"countryCode": "ZM",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-05T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "JatY",
"destinationLocationNumber": 728,
"destinationLocationStateOrProvinceCode": "SD",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "431",
"originLocationNumber": 662,
"originServiceArea": "C3",
"packagingCode": "84",
"postalCode": "04749",
"publishedDeliveryTime": "12:00P",
"scac": "FDXE",
"serviceCode": "227",
"stateOrProvinceCode": "TN",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "mw",
"ursaSuffixCode": "iQ"
},
"packageDescription": {
"astraDescription": "SMART POST",
"code": "43",
"description": "kOojJLIXTr",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "xb6"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Ug4"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "HQV"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "60",
"description": "AI-driven needs-based archive",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "ADa"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "uRd"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "U2X"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "bqe"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "mtTYt9lApwAD",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "MZ0EI",
"id": "31909",
"type": "a79kN"
},
"names": {
"encoding": "utf-8",
"type": "short",
"value": "moqoZzHIte"
}
},
"usDomestic": false
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "1527",
"currency": "EUR"
},
"totalPackageCount": 31,
"totalUniqueAddressCount": 4,
"totalWeight": {
"units": "KG",
"value": "571"
}
}
},
"relationshipTimeStamp": "2025-10-18T00:00:00.0Z",
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "SAIA",
"payment": {
"amount": {
"amount": 241.21,
"currency": "PHP"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Hillsland",
"classification": "BUSINESS",
"countryCode": "PL",
"countryName": "Thailand",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "45230",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "u5"
},
"contact": {
"companyName": "Grady Inc",
"emailAddress": "Clarissa35@hotmail.com",
"faxNumber": "1465996463",
"pagerNumber": "6395652",
"personName": {
"firstName": "Kayleigh",
"lastName": "Volkman",
"middleName": "Alex",
"prefix": "Dr.",
"suffix": "DDS",
"title": "Manager"
},
"phoneExtension": "03",
"phoneNumber": "9803554342",
"phoneNumberAreaCode": "212",
"phoneNumberCountryCode": "23",
"title": "Mr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2026-07-06T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-10-09T00:00:00.0Z",
"number": "3618-621656-2376",
"verificationCode": "956"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "ydexQBTZ9b",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": false,
"devicePrint": "vgiCDkE7mirDEyXAdYud",
"ipAddress": "128.253.179.103"
},
"payorAuthenticationCode": "W59B9ZZhO",
"payorAuthenticationSessionId": "2209071",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 380.43,
"currency": "IRR"
},
"creditCardExpirationDate": "2027-05-10T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "285579620",
"address": {
"city": "Carterhaven",
"classification": "BUSINESS",
"countryCode": "SO",
"countryName": "Burundi",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "27907-3068",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "ju"
},
"contact": {
"companyName": "Auer and Sons",
"contactId": "810",
"emailAddress": "Amya80@gmail.com",
"faxNumber": "0548787250",
"pagerNumber": "2446183",
"personName": "Dr. Lawrence Terry",
"phoneExtension": "59",
"phoneNumber": "7404768774",
"title": "Dr",
"tollFreePhoneNumber": "2149872"
},
"tins": [
{
"effectiveDate": "2026-04-17T00:00:00.0Z",
"expirationDate": "2027-09-06T00:00:00.0Z",
"number": "750569",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-06-06T00:00:00.0Z",
"expirationDate": "2026-10-31T00:00:00.0Z",
"number": "710809",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-07-28T00:00:00.0Z",
"expirationDate": "2027-12-06T00:00:00.0Z",
"number": "794304",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 2,
"expressPacakgeCount": 10,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 1358
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 100
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 302
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 34
},
"groundPackageCount": 33,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 874
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 194
},
"numberOfUnconsolidatedCommodities": 6
}
},
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
},
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE2"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "8961"
},
"declarationStatement": "Nt6GCwsCgPnAkGDkXwVL",
"freightCharge": {
"amount": 39.52,
"currency": "CVE"
},
"handlingCosts": {
"amount": 17.65,
"currency": "FKP"
},
"originatorName": "Lila Hayes",
"packingCosts": {
"amount": 14.92,
"currency": "CNY"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "EbXjcjAp4Jbn2px",
"taxesOrMiscellaneousCharge": {
"amount": 5.51,
"currency": "GHS"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FOB"
},
"commodities": [
{
"cIMarksAndNumbers": "Q2UDLFGYCK",
"clearanceItemDetail": [
{
"address": {
"city": "Lake Yoshiko",
"countryCode": "PL",
"postalCode": "11015",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Breitenberg, Stark and Lemke"
},
"id": "JKETM3keds",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Gate",
"countryCode": "DZ",
"postalCode": "98151",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kiehn Inc"
},
"id": "RTOFlVFtqf",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Kunzeville",
"countryCode": "AI",
"postalCode": "47759-6271",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Mayert - Spinka"
},
"id": "UGpMW2GMvq",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Leda",
"countryCode": "DJ",
"postalCode": "13556",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Greenfelder Inc"
},
"id": "dRNnUmi71E",
"role": "MANUFACTURER"
}
],
"commodityId": "rctM6n",
"countryOfManufacture": "FM",
"customsValue": {
"amount": 3547.1,
"currency": "JPY"
},
"description": "Our delicious-inspired Computer brings a taste of luxury to your hateful lifestyle",
"name": "Gorgeous Rubber Computer",
"numberOfPieces": 5,
"quantity": 41,
"quantityUnits": "EA",
"unitPrice": {
"amount": 74.34,
"currency": "HNL"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "2N3TFvk4yl",
"clearanceItemDetail": [
{
"address": {
"city": "North Ross",
"countryCode": "ES",
"postalCode": "16799",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Bahringer - O'Reilly"
},
"id": "lb4o2Kvntg",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Willystad",
"countryCode": "ML",
"postalCode": "74843-9019",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Murazik Inc"
},
"id": "LDMfimC5N5",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Shadburgh",
"countryCode": "PL",
"postalCode": "38481",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Carroll, Paucek and Bruen"
},
"id": "o5kCFbxI4w",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Edenland",
"countryCode": "JP",
"postalCode": "23830-4965",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kirlin - Trantow"
},
"id": "skEOyLz1r9",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Nayeliland",
"countryCode": "FR",
"postalCode": "73214-3290",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Farrell - Goodwin"
},
"id": "pjCFfqzrAJ",
"role": "MANUFACTURER"
}
],
"commodityId": "SRNala",
"countryOfManufacture": "GY",
"customsValue": {
"amount": 2327.8,
"currency": "MOP"
},
"description": "Stylish Fish designed to make you stand out with profitable looks",
"name": "Intelligent Rubber Soap",
"numberOfPieces": 45,
"quantity": 28,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 4704.65,
"currency": "TOP"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "ckSRiG3EYQ",
"clearanceItemDetail": [
{
"address": {
"city": "Hicklemouth",
"countryCode": "BS",
"postalCode": "77229",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Heathcote Group"
},
"id": "XoTnGp414S",
"role": "MANUFACTURER"
},
{
"address": {
"city": "West Cornellside",
"countryCode": "VC",
"postalCode": "04369-8526",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Labadie and Sons"
},
"id": "dG9Lc35myO",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Cambridge",
"countryCode": "CG",
"postalCode": "07751",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Prosacco - Ullrich"
},
"id": "BPn83EjJir",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Spring",
"countryCode": "NE",
"postalCode": "73836-3048",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Roob, Schultz and Feil"
},
"id": "BYilr1Fw4B",
"role": "MANUFACTURER"
}
],
"commodityId": "k1SBY5",
"countryOfManufacture": "BI",
"customsValue": {
"amount": 1951.68,
"currency": "SCR"
},
"description": "The turquoise Bacon combines Turks and Caicos Islands aesthetics with Chlorine-based durability",
"name": "Elegant Granite Shoes",
"numberOfPieces": 50,
"quantity": 3,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 2808.5,
"currency": "CAD"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "D2j5LMpAE2",
"clearanceItemDetail": [
{
"address": {
"city": "North Hal",
"countryCode": "TO",
"postalCode": "70248",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Haley Group"
},
"id": "0sfH8qBWUZ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Deshaunport",
"countryCode": "LI",
"postalCode": "27734-5708",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Jacobs - Gerlach"
},
"id": "HDOzxFsdXM",
"role": "MANUFACTURER"
},
{
"address": {
"city": "East Craigbury",
"countryCode": "WF",
"postalCode": "80426",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Durgan and Sons"
},
"id": "nWRryb82UR",
"role": "MANUFACTURER"
}
],
"commodityId": "0EKuxM",
"countryOfManufacture": "GI",
"customsValue": {
"amount": 4086.77,
"currency": "PAB"
},
"description": "Discover the wasteful new Sausages with an exciting mix of Bronze ingredients",
"name": "Frozen Cotton Mouse",
"numberOfPieces": 88,
"quantity": 41,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 4787.38,
"currency": "CDF"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "FxTe8HzNuw",
"clearanceItemDetail": [
{
"address": {
"city": "South Hattietown",
"countryCode": "BS",
"postalCode": "58651-0936",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Barrows LLC"
},
"id": "DSjzdOCVlv",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Sophiefurt",
"countryCode": "ZM",
"postalCode": "31825-2877",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Aufderhar - Wiza"
},
"id": "RlhJln8RzY",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Tanya",
"countryCode": "CW",
"postalCode": "54379",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Douglas - Bechtelar"
},
"id": "TkyiKZzeRx",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Tuckahoe",
"countryCode": "DM",
"postalCode": "30605",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Lang - Carroll"
},
"id": "vRJGaUmq9Q",
"role": "MANUFACTURER"
}
],
"commodityId": "afCbjK",
"countryOfManufacture": "TO",
"customsValue": {
"amount": 2372.9,
"currency": "SYP"
},
"description": "Our eagle-friendly Fish ensures bitter comfort for your pets",
"name": "Fantastic Plastic Bacon",
"numberOfPieces": 39,
"quantity": 43,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 3534.26,
"currency": "SDG"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Description",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement1",
"Statement2"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Denver",
"countryCode": "JO",
"postalCode": "14257",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Wesley Yost",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "SiM12ytHmEId9Kcq",
"permitNumber": "22967"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 402.61,
"currency": "BIF"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "304"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 3031.95,
"currency": "JOD"
}
},
"dropOffType": "REQUEST_COURIER",
"edtRequestTypes": "ALL",
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelPrintingOrientation": "BOTTOM_EDGE_OF_TEXT_FIRST",
"labelStockType": "PAPER_7X475"
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Mayert and Sons",
"emailAddress": "Scarlett_Bradtke@gmail.com",
"personName": "Janis Volkman",
"phoneExtension": "56",
"phoneNumber": "(750) 242-4079"
}
},
"packagingType": "FEDEX_PAK",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "LIST",
"recipient": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2025-12-20T00:00:00.0Z",
"expirationDate": "2028-05-19T00:00:00.0Z",
"number": "698241",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"recipientLocationNumber": "do sit cupidatat ut dolor",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "DztyxYzrex"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "01",
"groupPackageCount": "4",
"sequenceNumber": "48",
"trackingId": {
"formId": "9624",
"trackindIdType": "GROUND",
"trackingNumber": "630782294848201"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "STANDARD_OVERNIGHT",
"shipDatestamp": "2026-07-03T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Pacocha, Waelchi and Larkin",
"emailAddress": "Ronny_Rodriguez@gmail.com",
"personName": "Maxine Towne",
"phoneExtension": "28",
"phoneNumber": "(340) 652-1528"
},
"tins": [
{
"effectiveDate": "2021-07-05T00:00:00.0Z",
"expirationDate": "2029-09-14T00:00:00.0Z",
"number": "353073",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2022-08-28T00:00:00.0Z",
"expirationDate": "2028-04-25T00:00:00.0Z",
"number": "204077",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-07-19T00:00:00.0Z",
"expirationDate": "2031-04-30T00:00:00.0Z",
"number": "987449",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2022-01-28T00:00:00.0Z",
"expirationDate": "2029-01-30T00:00:00.0Z",
"number": "345373",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-02-11T00:00:00.0Z",
"expirationDate": "2030-11-16T00:00:00.0Z",
"number": "354963",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "CRN_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 262.49,
"baseRateAmount": 311.44,
"codcollectionAmount": 397.14,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "454710"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "004597"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "615599"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "322940"
}
],
"masterTrackingNumber": "497760976466",
"netChargeAmount": 55.75,
"netDiscountAmount": 72.14,
"netRateAmount": 83.63,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "iwprAShhCtpXJcrlva2R",
"trackingNumber": "854484277151",
"url": "https://worst-populist.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "6N0E9WEbRmQJ9vKBxHrL",
"trackingNumber": "553665011650",
"url": "https://normal-nerve.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "loPKHzhGMeHENF1Omq6x",
"trackingNumber": "066761823937",
"url": "https://hopeful-deed.name"
}
],
"trackingNumber": "653301826405"
},
{
"additionalChargesDiscount": 187.3,
"baseRateAmount": 139.38,
"codcollectionAmount": 32.73,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "260403"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "336561"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "666353"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "501157"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "241217"
}
],
"masterTrackingNumber": "503083138665",
"netChargeAmount": 45.27,
"netDiscountAmount": 7.05,
"netRateAmount": 40.78,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "ryzwqWph8eL3qVl5KDTJ",
"trackingNumber": "973577634678",
"url": "https://velvety-forgery.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "0YDTK0wsQ4NEDTjt1AyW",
"trackingNumber": "893658329871",
"url": "https://better-charlatan.info/"
}
],
"trackingNumber": "995405857082"
},
{
"additionalChargesDiscount": 121.49,
"baseRateAmount": 133.51,
"codcollectionAmount": 323.81,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "438318"
}
],
"masterTrackingNumber": "606020531554",
"netChargeAmount": 103,
"netDiscountAmount": 64.14,
"netRateAmount": 52.39,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "3LGJMQ885MykgmWJWwgi",
"trackingNumber": "573478520423",
"url": "https://sarcastic-flint.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "CGQ2823YlxN7MzOBOQ31",
"trackingNumber": "387840949061",
"url": "https://pointed-final.name/"
}
],
"trackingNumber": "941345088087"
},
{
"additionalChargesDiscount": 214.78,
"baseRateAmount": 403.72,
"codcollectionAmount": 71.08,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "493626"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "445114"
}
],
"masterTrackingNumber": "194021741570",
"netChargeAmount": 6.93,
"netDiscountAmount": 45.03,
"netRateAmount": 1.59,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "H2z1LFO8fp3nRprV5DcO",
"trackingNumber": "986863770089",
"url": "https://mad-folklore.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "C4HHEZAKLEK05XhEzKB3",
"trackingNumber": "187111180494",
"url": "https://remarkable-coordination.info"
}
],
"trackingNumber": "265896843952"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 417.83,
"baseRateAmount": 221.46,
"codcollectionAmount": 814.54,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "021284"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "664975"
}
],
"masterTrackingNumber": "241884207638",
"netChargeAmount": 134.97,
"netDiscountAmount": 34.36,
"netRateAmount": 51.64,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "9BS5VJy5kFG2PySrjvo5",
"trackingNumber": "055226233101",
"url": "https://funny-unit.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "yoTJIpunGQrl0dXFfKVB",
"trackingNumber": "059763150007",
"url": "https://utilized-scorpion.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "wytzcPvW7qozC7yRqutM",
"trackingNumber": "636578018011",
"url": "https://dead-tectonics.biz/"
}
],
"trackingNumber": "310285553507"
},
{
"additionalChargesDiscount": 142.17,
"baseRateAmount": 176.2,
"codcollectionAmount": 17.23,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "988178"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "155723"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "452307"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "987400"
}
],
"masterTrackingNumber": "807559680939",
"netChargeAmount": 75.25,
"netDiscountAmount": 105.81,
"netRateAmount": 70.15,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "Tk7NY3IfUU7rCKeKp6W3",
"trackingNumber": "589493747170",
"url": "https://fine-equal.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "R96XhWurgIchSPAAFhRb",
"trackingNumber": "579550357606",
"url": "https://slushy-redesign.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "ea1MsUBbPSTrNgm0g6JH",
"trackingNumber": "687856673670",
"url": "https://idealistic-pocket-watch.com"
}
],
"trackingNumber": "963137610392"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 177.97,
"baseRateAmount": 345.67,
"codcollectionAmount": 734.98,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "713602"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "063569"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "691645"
}
],
"masterTrackingNumber": "548718712035",
"netChargeAmount": 51.08,
"netDiscountAmount": 62.08,
"netRateAmount": 48.53,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "AR5gO1bhjZMKnypwbKiZ",
"trackingNumber": "322439348160",
"url": "https://internal-castanet.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "42F32JNTtZvy0whOoYKM",
"trackingNumber": "323110683801",
"url": "https://golden-adviser.net/"
}
],
"trackingNumber": "303993645237"
},
{
"additionalChargesDiscount": 101.53,
"baseRateAmount": 279.09,
"codcollectionAmount": 623.77,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "513728"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "756377"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "201432"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "544218"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "825423"
}
],
"masterTrackingNumber": "848221560840",
"netChargeAmount": 100.53,
"netDiscountAmount": 128.23,
"netRateAmount": 68.48,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "obJfIHxGvMSZKT0wnKIj",
"trackingNumber": "363613831203",
"url": "https://substantial-management.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "12ucSP1vKzwZB8cca3kp",
"trackingNumber": "763241749919",
"url": "https://astonishing-monasticism.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "psuNznECA0ChegszXUQz",
"trackingNumber": "393512647868",
"url": "https://meager-language.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "ulCFPDsDCer8boZLmJTb",
"trackingNumber": "309232664372",
"url": "https://serpentine-folklore.info/"
}
],
"trackingNumber": "142145193177"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 361.48,
"baseRateAmount": 202.24,
"codcollectionAmount": 330.18,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "627836"
}
],
"masterTrackingNumber": "003208681399",
"netChargeAmount": 148.61,
"netDiscountAmount": 4.01,
"netRateAmount": 78.62,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "DsgMuY6j77CiSnVyRzOA",
"trackingNumber": "233175310892",
"url": "https://reflecting-anticodon.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "08m1BB4yydRa8KHvRgaC",
"trackingNumber": "934379880396",
"url": "https://favorable-declaration.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "kkQhF8vJ2pKC09uWe28E",
"trackingNumber": "760761720150",
"url": "https://creative-tuber.name"
}
],
"trackingNumber": "656621322740"
},
{
"additionalChargesDiscount": 215.81,
"baseRateAmount": 101.66,
"codcollectionAmount": 659.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "813199"
}
],
"masterTrackingNumber": "365023034699",
"netChargeAmount": 29.66,
"netDiscountAmount": 85.66,
"netRateAmount": 77.1,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "0DJO1vDvJu79TqsOGjtT",
"trackingNumber": "227038226639",
"url": "https://puzzled-ruin.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "04CZxffALxokLES8IBnt",
"trackingNumber": "522826684005",
"url": "https://delectable-nectarine.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "VfJZa5vxghTLrcNIbxCM",
"trackingNumber": "405675716676",
"url": "https://innocent-tenement.biz"
}
],
"trackingNumber": "777970606498"
},
{
"additionalChargesDiscount": 459.08,
"baseRateAmount": 186.66,
"codcollectionAmount": 198.97,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "305035"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "120430"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "000294"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "617439"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "645795"
}
],
"masterTrackingNumber": "226506521523",
"netChargeAmount": 198.55,
"netDiscountAmount": 100.79,
"netRateAmount": 55.6,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "Qf90TUAEShenDq3I3NIr",
"trackingNumber": "185067604868",
"url": "https://cuddly-produce.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "USO1Ordgyy0hWsci9Ok3",
"trackingNumber": "285647108820",
"url": "https://urban-armchair.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "Dhk0InwR0a5FsYyGR0bE",
"trackingNumber": "950322137831",
"url": "https://that-overload.info/"
}
],
"trackingNumber": "708673072798"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 65.55,
"baseRateAmount": 417.97,
"codcollectionAmount": 68.07,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "434124"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "645408"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "675792"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "816211"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "563760"
}
],
"masterTrackingNumber": "726775600965",
"netChargeAmount": 143.09,
"netDiscountAmount": 19.39,
"netRateAmount": 29.47,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "NK4X5chJ5sRdvOluwcpl",
"trackingNumber": "528857065313",
"url": "https://gifted-chow.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "bbULe2h7GpiomXFJMF2W",
"trackingNumber": "521908857096",
"url": "https://measly-fraudster.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "SKRbZ0LZOPexZroH3GLV",
"trackingNumber": "705459793241",
"url": "https://frugal-cork.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "kItX0Z2eELd6wiB6OXVd",
"trackingNumber": "720970328764",
"url": "https://meager-wedding.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "FntxUCxByo8dDrKJVhOU",
"trackingNumber": "118957888507",
"url": "https://helpless-paintwork.info"
}
],
"trackingNumber": "536398611500"
},
{
"additionalChargesDiscount": 424.08,
"baseRateAmount": 267.17,
"codcollectionAmount": 501.1,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "446727"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "999813"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "925045"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "124360"
}
],
"masterTrackingNumber": "624706858384",
"netChargeAmount": 63.34,
"netDiscountAmount": 102.54,
"netRateAmount": 82.36,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "dpbSKum4KbVEpUoGHeDG",
"trackingNumber": "993704126762",
"url": "https://bleak-fowl.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "eaUPUFZ8J2nR1Tq2GzlY",
"trackingNumber": "341112923476",
"url": "https://decent-starboard.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "OSl7Z8v8xYMSPBjjz6AP",
"trackingNumber": "755505350175",
"url": "https://better-decryption.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "pXYKBH0jwF7zPXyPyvju",
"trackingNumber": "028072012154",
"url": "https://assured-hovel.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "qBp2006elumBifmjWcM0",
"trackingNumber": "591717086844",
"url": "https://entire-steeple.name"
}
],
"trackingNumber": "146662748333"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "aI0QiaWWvKkAUYygke0C",
"trackingNumber": "544350964946",
"url": "https://personal-role.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "89daEDm1hb103tOY7ffI",
"trackingNumber": "752467407541",
"url": "https://yellowish-consistency.com"
}
]
}
]
},
"transactionId": "ef391ab3-d5a8-4975-a7db-51eeba574139"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "123456789"
},
"consolidationKey": {
"date": "2025-11-19T00:00:00.0Z",
"index": "9650",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"version": {
"major": 2,
"minor": 6,
"patch": 2
}
}{
"customerTransactionId": "sqpGIWJlLwgcX1U",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "N59AJjpvT4",
"message": "N50prIIPeBrcqlFMHprB"
},
{
"alertType": "NOTE",
"code": "ea69n83RXL",
"message": "UbpERj2nQRs1607o7Rev"
},
{
"alertType": "NOTE",
"code": "gYdpU3zaFp",
"message": "4bJfEgGSZ9wPUKsZ80eR"
},
{
"alertType": "NOTE",
"code": "tLeYkAC6Ao",
"message": "AM6U9YvwPa4BoqJDPRNN"
}
],
"retrievedConsolidation": {
"bookingNumber": "544235419502",
"consolidationDataSources": {
"consolidationDataSourceType": "ACCUMULATED",
"consolidationDataType": "TOTAL_INSURED_VALUE"
},
"consolidationDocumentSpecification": {
"commoditiesByTrackingNumberDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"condensedCrnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCommercialInvoiceDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedCustomsLinehaulReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedPartyReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidatedSoldToSummaryReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"consolidationDocumentTypes": [
"CONSOLIDATED_COMMERCIAL_INVOICE",
"CUSTOMS_PACKING_LIST",
"CRN_REPORT",
"COMMODITIES_BY_TRACKING_NUMBER_REPORT",
"CONDENSED_CRN_REPORT",
"CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
"CONSOLIDATED_PARTY_REPORT",
"CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
"CUSTOM_CONSOLIDATION_DOCUMENT",
"CERTIFICATE_OF_ORIGIN",
"COMMERCIAL_INVOICE",
"CUSTOM_PACKAGE_DOCUMENT",
"CUSTOM_SHIPMENT_DOCUMENT",
"CUSTOMER_SPECIFIED_LABELS",
"DANGEROUS_GOODS_SHIPPERS_DECLARATION",
"EXPORT_DECLARATION",
"FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
"GENERAL_AGENCY_AGREEMENT",
"LABEL",
"USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
"USMCA_CERTIFICATION_OF_ORIGIN",
"OP_900",
"PENDING_SHIPMENT_EMAIL_NOTIFICATION",
"PRO_FORMA_INVOICE",
"RETURN_INSTRUCTIONS",
"VICS_BILL_OF_LADING"
],
"crnReportDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
},
"customDocumentDetails": [
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "3246"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "4860"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "2619"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "4758"
}
],
"customsClearanceDetail": {
"brokers": [
{
"broker": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"type": "TYPE1"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "7535"
},
"declarationStatement": "1cHv9xjTuoyLagPfo7qm",
"freightCharge": {
"amount": 85.33,
"currency": "TRY"
},
"handlingCosts": {
"amount": 0.44,
"currency": "ERN"
},
"originatorName": "Mr. Francisco Dicki",
"packingCosts": {
"amount": 2.84,
"currency": "AMD"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "EZyCbTBPaFHz48J",
"taxesOrMiscellaneousCharge": {
"amount": 46.04,
"currency": "SYP"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FCA"
},
"commodities": [
{
"cIMarksAndNumbers": "LZkKtjFthE",
"clearanceItemDetail": [
{
"address": {
"city": "Margestead",
"countryCode": "PN",
"postalCode": "76006-2153",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "O'Reilly, Harvey and O'Reilly"
},
"id": "HNydPQZiPR",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Shawna",
"countryCode": "KH",
"postalCode": "23921",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Carroll LLC"
},
"id": "sRvUEmvev9",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Makaylaberg",
"countryCode": "PA",
"postalCode": "75963-3345",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Braun Inc"
},
"id": "8iwY0N7N9e",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Gracetown",
"countryCode": "SG",
"postalCode": "00172-5408",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Emard - Schroeder"
},
"id": "ICBOPRvmsa",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Leopoldcester",
"countryCode": "TZ",
"postalCode": "25312",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Dickinson and Sons"
},
"id": "I8Us3qUEIq",
"role": "MANUFACTURER"
}
],
"commodityId": "voN77c",
"countryOfManufacture": "AR",
"customsValue": {
"amount": 3995.83,
"currency": "BZD"
},
"description": "Shields Group's most advanced Bacon technology increases amazing capabilities",
"name": "Awesome Aluminum Keyboard",
"numberOfPieces": 95,
"quantity": 43,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 1470.76,
"currency": "PYG"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "HrqKfyfRWK",
"clearanceItemDetail": [
{
"address": {
"city": "Cassinshire",
"countryCode": "VE",
"postalCode": "66978",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Keeling Inc"
},
"id": "kt0WNmTZNC",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Joey",
"countryCode": "CA",
"postalCode": "21654",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Torp Inc"
},
"id": "1q3lDDDfWe",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Wizafort",
"countryCode": "CA",
"postalCode": "20526",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Tromp Inc"
},
"id": "WKlgniX4Dj",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Sienna",
"countryCode": "AO",
"postalCode": "96819",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Schiller, Funk and Feest"
},
"id": "nNRdXnJs9Z",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Jackelineburgh",
"countryCode": "BQ",
"postalCode": "93561",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Lockman - Towne"
},
"id": "zMdSNgjKGr",
"role": "MANUFACTURER"
}
],
"commodityId": "tTFP8I",
"countryOfManufacture": "TC",
"customsValue": {
"amount": 1641.73,
"currency": "CUP"
},
"description": "Savor the smoky essence in our Car, designed for courteous culinary adventures",
"name": "Refined Concrete Shirt",
"numberOfPieces": 13,
"quantity": 28,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 3851.6,
"currency": "WST"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "JCpDdqvrEE",
"clearanceItemDetail": [
{
"address": {
"city": "McGlynnbury",
"countryCode": "LY",
"postalCode": "55167-7559",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Moen, Tremblay and Braun"
},
"id": "Fz5XYRzSGN",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Abbottstead",
"countryCode": "BZ",
"postalCode": "90949-0990",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Johnson - Schoen"
},
"id": "G3vhL5U8oR",
"role": "MANUFACTURER"
}
],
"commodityId": "a4KZ96",
"countryOfManufacture": "NE",
"customsValue": {
"amount": 1102.27,
"currency": "CNY"
},
"description": "Our tangy-inspired Towels brings a taste of luxury to your apt lifestyle",
"name": "Oriental Metal Ball",
"numberOfPieces": 39,
"quantity": 50,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 674.49,
"currency": "NPR"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Additional details",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement1",
"Statement2"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "New Westonfort",
"countryCode": "VU",
"postalCode": "79777",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Ora Oberbrunner",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "QV1jZBE7jYtZxF6c",
"permitNumber": "55459"
},
"freightOnValue": "OWN_RISK",
"importerOfRecord": {
"accountNumber": {
"value": "801472842"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "000",
"phoneNumber": "9612345671"
},
"tins": {
"description": "This is the tax identification number details.",
"items": {
"properties": {
"effectiveDate": {
"description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.past": {
"years": 5
}
}
},
"expirationDate": {
"description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
"format": "date-time",
"type": "string",
"x-faker": {
"date.future": {
"years": 5
}
}
},
"number": {
"description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
"type": "string",
"x-faker": {
"string.numeric": 6
}
},
"tinType": {
"description": "Indicate the type of tax identification number.",
"enum": [
"PERSONAL_NATIONAL",
"PERSONAL_STATE",
"FEDERAL",
"BUSINESS_NATIONAL",
"BUSINESS_STATE",
"BUSINESS_UNION"
],
"example": "FEDERAL",
"type": "string"
},
"usage": {
"description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
"type": "string",
"x-faker": {
"helpers.arrayElement": [
[
"usage",
"tax_filing",
"customs"
]
]
}
}
},
"type": "object"
},
"type": "array"
}
},
"insuranceCharges": {
"amount": 3922.41,
"currency": "SYP"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "106"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 1340.36,
"currency": "PAB"
}
},
"distributionLocations": {
"clearanceNumber": "583",
"id": "596",
"inclusionSpecifications": [
"4TtdT",
"pn4uY"
],
"locationContactAndAddress": {
"address": {
"city": "Schmidtstead",
"countryCode": "ZW",
"postalCode": "66038",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"locationId": "AI72",
"locationNumber": 35,
"type": "CUSTOMER_SPECIFIED"
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "Lf78",
"declarationCurrencies": [
{
"currency": "FJD",
"value": "CUSTOMS_VALUE"
},
{
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
{
"currency": "IRR",
"value": "CUSTOMS_VALUE"
}
],
"dropOffType": "DROP_BOX",
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalInsuredValue": {
"amount": 8753.29,
"currency": "JMD"
},
"unitSystem": "ENGLISH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "WT",
"justification": "RIGHT",
"literalValue": "T4fNkN",
"zoneNumber": 1
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "VlY1Z6",
"zoneNumber": 2
}
]
}
},
"maskedData": [
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
"[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
],
"regulatoryLabels": [
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
},
{
"generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
"type": "ALCOHOL_SHIPMENT_LABEL"
}
]
},
"dispositions": [
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Carey_Steuber@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Rossie_Schaden@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Bessie_Quigley31@yahoo.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "BA",
"language": "de"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "rtvvFy4T"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/System",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Elmo.Murphy@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Kristoffer33@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Lemuel_Koss@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Hope.Marquardt68@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "GR",
"language": "es"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "cVhhQObt"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/usr/share",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Sammy55@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Kaylah76@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Monty_West61@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Maudie_Harris@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "BE",
"language": "fr"
}
},
"grouping": "INDIVIDUAL",
"printDetail": {
"printerId": "oVAy8qL7"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/private/var",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Brennon.Ryan@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Ryleigh_Zieme35@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "AZ",
"language": "zh"
}
},
"grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
"printDetail": {
"printerId": "uxfJCs1L"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/usr/libexec",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Tyler.Bartell@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Merlin_Maggio39@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Moses_Rau@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Jaylon_Prohaska@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Adriel_Boyle96@yahoo.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "CF",
"language": "zh"
}
},
"grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
"printDetail": {
"printerId": "CtwKHwM9"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/lost+found",
"fileSuffix": ".jpg",
"type": "ASYNC_SERVICE"
}
}
],
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelOrder": "SHIPPING_LABEL_FIRST",
"labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
"labelRotation": "UPSIDE_DOWN",
"labelStockType": "PAPER_7X475",
"printedLabelOrigin": {
"address": {
"city": "Katelinfurt",
"countryCode": "NC",
"postalCode": "45491",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"addressAncillaryDetail": {
"addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
"addtionalDescriptions": "north door",
"apartment": "Apartment 1503",
"building": "Building 300",
"crossStreet": "Union and Main",
"department": "Claims department",
"locationInCity": "Forester subdivision",
"locationInProperty": "south west of main office entrance",
"room": "Room B-23",
"roomFloor": "5th floor",
"suite": "suite 201"
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
},
"contactAncillaryDetail": {
"emailAddresses": [
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
},
{
"address": "address",
"emailNotificationFormatType": "SMS_TEXT_MESSAGE",
"permissions": {
"key": "GRANT"
}
}
]
}
},
"processingOptionsRequested": {
"options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
},
"resolution": 203
},
"origin": {
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "McDermott - Witting",
"emailAddress": "Andreanne83@yahoo.com",
"personName": "Scott Harber-Leuschke",
"phoneExtension": "95",
"phoneNumber": "(347) 743-9927"
}
},
"shipDatestamp": "2025-07-06T00:00:00.0Z",
"shipper": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Mann, Murphy and Hand",
"emailAddress": "Brooklyn26@hotmail.com",
"personName": "Nancy Stroman",
"phoneExtension": "86",
"phoneNumber": "(625) 292-4773"
},
"tins": [
{
"effectiveDate": "2025-10-04T00:00:00.0Z",
"expirationDate": "2027-12-09T00:00:00.0Z",
"number": "735442",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Boyerhaven",
"countryCode": "NC",
"postalCode": "27186-0946",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Bldg. 10",
"10 FedEx Parkway"
]
},
"contact": {
"companyName": "FedEx",
"emailAddress": "sample@company.com",
"faxNumber": "1234567890",
"fedralTaxId": "11-N-1745",
"personName": "John Taylor",
"phoneExtension": 1234,
"phoneNumber": "1234567890",
"stateTaxId": "11-N-1745"
}
}
}
},
"soldTo": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Fedex",
"emailAddress": "sample@company.com",
"personName": "John Taylor",
"phoneExtension": "91",
"phoneNumber": "1234567890"
},
"tins": [
{
"effectiveDate": "2024-06-08T00:00:00.0Z",
"expirationDate": "2029-09-19T00:00:00.0Z",
"number": "080245",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2023-01-06T00:00:00.0Z",
"expirationDate": "2030-04-27T00:00:00.0Z",
"number": "908583",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2026-04-04T00:00:00.0Z",
"expirationDate": "2027-05-01T00:00:00.0Z",
"number": "038724",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"specialServicesRequested": {
"internationalControlledExportDetail": {
"entryNumber": "Von2VQSt7ro",
"foreignTradeZoneCode": "8ZW",
"licenseOrPermitExpirationDate": "Tue Aug 24 2027 00:30:54 GMT+0000 (Coordinated Universal Time)",
"licenseOrPermitNumber": "u8EMPGgKQ9",
"type": "DEA_236"
},
"priorityAlertDetail": {
"content": [
"string"
],
"enhancementTypes": [
"PRIORITY_ALERT_PLUS"
]
},
"specialServiceTypes": "PRIORITY_ALERT"
},
"trackingIds": [
{
"formId": "8910",
"trackingIdType": "EXPRESS",
"trackingNumber": "01117179612023625142"
},
{
"formId": "7366",
"trackingIdType": "EXPRESS",
"trackingNumber": "09603765664826190071"
},
{
"formId": "5901",
"trackingIdType": "EXPRESS",
"trackingNumber": "43360264143039202942"
}
],
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "FEDX",
"payment": {
"amount": {
"amount": 86.69,
"currency": "TJS"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Kuhicburgh",
"classification": "BUSINESS",
"countryCode": "SE",
"countryName": "Guadeloupe",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "38683-2516",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "yI"
},
"contact": {
"companyName": "Mertz Inc",
"emailAddress": "Tony.Konopelski92@yahoo.com",
"faxNumber": "1913389089",
"pagerNumber": "6373950",
"personName": {
"firstName": "Jenifer",
"lastName": "Shanahan",
"middleName": "Hayden",
"prefix": "Miss",
"suffix": "Jr.",
"title": "Mayor"
},
"phoneExtension": "57",
"phoneNumber": "0605448019",
"phoneNumberAreaCode": "935",
"phoneNumberCountryCode": "71",
"title": "Ms"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2027-12-11T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-09-15T00:00:00.0Z",
"number": "6494-1963-1734-3222",
"verificationCode": "728"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "QL0HAtQhaS",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "Jk1MFMif52Rb2xcoCcTi",
"ipAddress": "76.116.158.249"
},
"payorAuthenticationCode": "27Q8fYemr",
"payorAuthenticationSessionId": "8897520",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 10.22,
"currency": "MZN"
},
"creditCardExpirationDate": "2027-01-30T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
},
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "671242434",
"address": {
"city": "Merced",
"classification": "BUSINESS",
"countryCode": "PY",
"countryName": "Iraq",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "38828",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "AQ"
},
"contact": {
"companyName": "Fritsch - Stoltenberg",
"contactId": "372",
"emailAddress": "Lindsey.Hodkiewicz37@yahoo.com",
"faxNumber": "7633723702",
"pagerNumber": "5734034",
"personName": "Meredith Nitzsche",
"phoneExtension": "41",
"phoneNumber": "6986723684",
"title": "Ms",
"tollFreePhoneNumber": "5362000"
},
"tins": [
{
"effectiveDate": "2026-01-28T00:00:00.0Z",
"expirationDate": "2028-01-21T00:00:00.0Z",
"number": "236659",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-01-30T00:00:00.0Z",
"expirationDate": "2027-02-03T00:00:00.0Z",
"number": "885874",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 2,
"expressPacakgeCount": 1,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 342
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 1205
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 150
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 377
},
"groundPackageCount": 23,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 242
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 987
},
"numberOfUnconsolidatedCommodities": 19
}
}
}
},
"transactionId": "5625b7d2-cd16-4e59-a985-f9893c034e8b"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}PUT
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "XXXXX2842"
},
"trackingNumber": "794962024735"
}{
"customerTransactionId": "OhPjWowVVEn56022oR",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "oSZgvZrqZz",
"message": "ne12osaAR9uJqT921LkW"
},
{
"alertType": "NOTE",
"code": "LmxDQFTgLw",
"message": "0m9sewWrzkDyMVy4TPlA"
}
],
"cancelledShipment": false,
"message": "Pending"
},
"transactionId": "8656eefa-86b1-434d-bc3e-c8d2af213c3d"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "ACCOUNT.VALIDATION.ERROR",
"message": "Requested user is not authorized to perform the operation."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "LOGIN.REAUTHENTICATE.ERROR",
"message": "Re-Login authentication error"
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "UNAUTHORIZED.USAGE",
"message": "UNAUTHORIZED.USAGE"
}
]
}{
"error": "NOT.FOUND.ERROR",
"error_detail": "The resource you requested is no longer available. Please modify your request and try again."
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}PUT
| Header Name | Example |
|---|---|
X-locale | "en_US" |
X-customer-transaction-id | "AnyCo_order123456789" |
content-type* | "application/json" |
authorization* | "Bearer XXX" |
{
"accountNumber": {
"value": "123456789"
},
"consolidationKey": {
"date": "2025-12-27T00:00:00.0Z",
"index": "0981",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"trackingId": {
"formId": "5490",
"trackingIdType": "EXPRESS",
"trackingNumber": "76813309623003018181"
},
"version": {
"major": 4,
"minor": 7,
"patch": 7
}
}{
"customerTransactionId": "qzBJdgkEEuto",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "f6c3Nm3Vct",
"message": "VBnsmKnyaNyll6pkTS5p"
},
{
"alertType": "NOTE",
"code": "ImpaeIMjvw",
"message": "3js8qwxB5JntLyugJd7p"
},
{
"alertType": "NOTE",
"code": "DFo09iqnVp",
"message": "DIBNuayE4IzTITI9cwim"
},
{
"alertType": "NOTE",
"code": "t4jiCgVQTQ",
"message": "GOh7SthsArtmQeoXJJVf"
}
]
},
"transactionId": "e1385be3-aa53-4ee1-8fa0-71b9a2fce4ac"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKINGID.FORMID.REQUIRED",
"message": "Tracking Number is required. Please update and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "No access token provided. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}Service Homepage: developer.fedex.com/api/en-us/catalog/consolidation/v1/docs.html
fedexshippinglogisticsconsolidation