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": "XXXXX1073"
},
"consolidationKey": {
"date": "2022-11-24",
"index": "794877542602",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"requestedConsolidation": {
"consolidationType": "INTERNATIONAL_PRIORITY_DISTRIBUTION",
"customsClearanceDetail": {
"importerOfRecord": {
"address": {
"city": "FRANKFRUT",
"countryCode": "DE",
"postalCode": "60549",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": [
"STREETLINE"
]
},
"contact": {
"companyName": "FedEx",
"personName": "John Taylor",
"phoneNumber": "1234567890"
}
}
},
"labelSpecification": {
"imageType": "PNG",
"labelFormatType": "COMMON2D",
"labelStockType": "PAPER_4X6"
},
"shipper": {
"address": {
"city": "BEIJING",
"countryCode": "CN",
"postalCode": "100029",
"residential": false,
"streetLines": [
"80 Fedex Prkwy",
"Suite 101"
]
},
"contact": {
"companyName": "FedEx",
"personName": "John Taylor",
"phoneNumber": "1234567890"
}
}
}
}{
"customerTransactionId": "TqkBUSOc22HZzh8iXQDG",
"output": {
"modifyConsolidation": {
"bookingNumber": "954208643053",
"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"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "8004"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "0449"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "8478"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "2764"
}
],
"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": "6616"
},
"declarationStatement": "roUe84YPO4yYlSbFMcSN",
"freightCharge": {
"amount": 140.93,
"currency": "LKR"
},
"handlingCosts": {
"amount": 1.33,
"currency": "IDR"
},
"originatorName": "Keith Koelpin Sr.",
"packingCosts": {
"amount": 12.48,
"currency": "BND"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "AZlLD4qjDFuo6mV",
"taxesOrMiscellaneousCharge": {
"amount": 0.89,
"currency": "MVR"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FCA"
},
"commodities": [
{
"cIMarksAndNumbers": "ZWUNAxy2Ts",
"clearanceItemDetail": [
{
"address": {
"city": "Alexiecester",
"countryCode": "KP",
"postalCode": "70469",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Dach, Raynor and Hahn"
},
"id": "ifc8YE4Tov",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Lukaschester",
"countryCode": "HN",
"postalCode": "75394-7374",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Robel - Gerlach"
},
"id": "o0lvbmPakG",
"role": "MANUFACTURER"
}
],
"commodityId": "B3KlOa",
"countryOfManufacture": "GI",
"customsValue": {
"amount": 2822.01,
"currency": "AUD"
},
"description": "The Cathrine Tuna is the latest in a series of untidy products from Runolfsson - Hickle",
"name": "Refined Silk Computer",
"numberOfPieces": 47,
"quantity": 39,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 4221.82,
"currency": "TJS"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "na7DAFcWFz",
"clearanceItemDetail": [
{
"address": {
"city": "Jacksonville",
"countryCode": "NA",
"postalCode": "10797",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Pouros, Luettgen and Sawayn"
},
"id": "8rRQn9WFvV",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Wuckerthaven",
"countryCode": "AT",
"postalCode": "15571-0655",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Stiedemann Inc"
},
"id": "kxmxumXxi2",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Hermistonshire",
"countryCode": "SN",
"postalCode": "70549-1467",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Emard - Witting"
},
"id": "m0slvwP5Kq",
"role": "MANUFACTURER"
}
],
"commodityId": "w5lk7Z",
"countryOfManufacture": "PH",
"customsValue": {
"amount": 680.09,
"currency": "SEK"
},
"description": "Our zebra-friendly Shirt ensures haunting comfort for your pets",
"name": "Gorgeous Cotton Cheese",
"numberOfPieces": 83,
"quantity": 37,
"quantityUnits": "EA",
"unitPrice": {
"amount": 3015.29,
"currency": "KGS"
},
"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": "East Shadside",
"countryCode": "HN",
"postalCode": "09374",
"residential": false,
"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"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Rosa Jerde",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "qsjKaaRYdRQ77en5",
"permitNumber": "07437"
},
"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": 685.6,
"currency": "STN"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "582"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4039.63,
"currency": "ZMW"
}
},
"distributionLocations": {
"clearanceNumber": "106",
"id": "728",
"inclusionSpecifications": [
"99BSG",
"REktR"
],
"locationContactAndAddress": {
"address": {
"city": "North Lukas",
"countryCode": "IO",
"postalCode": "19432-1303",
"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": "Q4TC",
"locationNumber": 74,
"type": "CUSTOMER_SPECIFIED"
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "vlHD",
"declarationCurrencies": [
{
"currency": "BND",
"value": "CUSTOMS_VALUE"
}
],
"dropOffType": "DROP_BOX",
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalInsuredValue": {
"amount": 4698.79,
"currency": "XPF"
},
"unitSystem": "ENGLISH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "WT",
"justification": "RIGHT",
"literalValue": "oplVaw",
"zoneNumber": 5
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "dP0emr",
"zoneNumber": 2
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "rNg0U0",
"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\"]",
"[\"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": "Grayson20@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "PW",
"language": "en"
}
},
"grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
"printDetail": {
"printerId": "pCeYMhEQ"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/usr/src",
"fileSuffix": ".png",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Phyllis.Auer@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Margarete_Rogahn@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Jillian.Block@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "NP",
"language": "en"
}
},
"grouping": "INDIVIDUAL",
"printDetail": {
"printerId": "Duv3DsS3"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/var/yp",
"fileSuffix": ".png",
"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": "Edgarburgh",
"countryCode": "MA",
"postalCode": "93448",
"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"
}
}
]
}
},
"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": "Jacobi, Johnston and Wehner",
"emailAddress": "Kaden41@gmail.com",
"personName": "Jack Lehner",
"phoneExtension": "79",
"phoneNumber": "(630) 428-6389"
}
},
"shipDatestamp": "2026-01-17T00: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": "Welch - Mohr",
"emailAddress": "Carlee.Hane@hotmail.com",
"personName": "Michelle Stanton",
"phoneExtension": "15",
"phoneNumber": "(412) 790-8638"
},
"tins": [
{
"effectiveDate": "2025-03-13T00:00:00.0Z",
"expirationDate": "2031-04-25T00:00:00.0Z",
"number": "609736",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2023-05-16T00:00:00.0Z",
"expirationDate": "2029-06-22T00:00:00.0Z",
"number": "739750",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2022-01-29T00:00:00.0Z",
"expirationDate": "2029-08-24T00:00:00.0Z",
"number": "224799",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Merced",
"countryCode": "SV",
"postalCode": "50829",
"residential": false,
"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"
}
}
}
},
"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": "2022-05-16T00:00:00.0Z",
"expirationDate": "2026-12-27T00:00:00.0Z",
"number": "848202",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"specialServicesRequested": {
"internationalControlledExportDetail": {
"entryNumber": "f1U6xbvTm9v",
"foreignTradeZoneCode": "WPD",
"licenseOrPermitExpirationDate": "Thu Oct 29 2026 01:06:26 GMT+0000 (Coordinated Universal Time)",
"licenseOrPermitNumber": "QfRl2rfCcV",
"type": "DEA_236"
},
"priorityAlertDetail": {
"content": [
"string"
],
"enhancementTypes": [
"PRIORITY_ALERT_PLUS"
]
},
"specialServiceTypes": "PRIORITY_ALERT"
},
"trackingIds": [
{
"formId": "1354",
"trackingIdType": "FREIGHT",
"trackingNumber": "43608491687533599064"
},
{
"formId": "8474",
"trackingIdType": "GROUND",
"trackingNumber": "35578869832234669498"
},
{
"formId": "9849",
"trackingIdType": "GROUND",
"trackingNumber": "84121445569569716995"
}
],
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "YRCW",
"payment": {
"amount": {
"amount": 494.43,
"currency": "IQD"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Lake Scottieville",
"classification": "BUSINESS",
"countryCode": "TN",
"countryName": "Tokelau",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "36314-8150",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "cE"
},
"contact": {
"companyName": "Ruecker - Tillman",
"emailAddress": "Jameson_MacGyver53@gmail.com",
"faxNumber": "3977146447",
"pagerNumber": "0695678",
"personName": {
"firstName": "Ernesto",
"lastName": "Ritchie",
"middleName": "Parker",
"prefix": "Miss",
"suffix": "I",
"title": "Mayor"
},
"phoneExtension": "22",
"phoneNumber": "6817304545",
"phoneNumberAreaCode": "483",
"phoneNumberCountryCode": "18",
"title": "Dr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2027-05-02T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2026-02-05T00:00:00.0Z",
"number": "2432-3927-5131-6519",
"verificationCode": "093"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "UXtuLCv0xW",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "ECfISKzy4J3v2yKtjRnG",
"ipAddress": "77.181.5.101"
},
"payorAuthenticationCode": "XhIljeWhr",
"payorAuthenticationSessionId": "3742293",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 23.36,
"currency": "CAD"
},
"creditCardExpirationDate": "2027-06-26T00: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": "674929004",
"address": {
"city": "Rodriguezstad",
"classification": "BUSINESS",
"countryCode": "KI",
"countryName": "Ukraine",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "50890-5666",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "dY"
},
"contact": {
"companyName": "Smith, Rippin and Bernier",
"contactId": "793",
"emailAddress": "Vesta.Schneider@hotmail.com",
"faxNumber": "0446455253",
"pagerNumber": "0736674",
"personName": "Reginald Parisian",
"phoneExtension": "13",
"phoneNumber": "7286188746",
"title": "Dr",
"tollFreePhoneNumber": "6415807"
},
"tins": [
{
"effectiveDate": "2025-05-05T00:00:00.0Z",
"expirationDate": "2026-11-17T00:00:00.0Z",
"number": "245045",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2024-08-15T00:00:00.0Z",
"expirationDate": "2027-08-14T00:00:00.0Z",
"number": "510463",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-07-07T00:00:00.0Z",
"expirationDate": "2026-09-11T00:00:00.0Z",
"number": "894652",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 5,
"expressPacakgeCount": 6,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 566
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 345
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 210
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 268
},
"groundPackageCount": 41,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 655
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 710
},
"numberOfUnconsolidatedCommodities": 3
}
}
}
},
"transactionId": "12429593-4d2c-4610-84d3-19081cd27e60"
}{
"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_DISTRIBUTION_FREIGHT",
"customsClearanceDetail": {
"importerOfRecord": {
"address": {
"city": "FRANKFRUT",
"countryCode": "DE",
"postalCode": "60549",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": [
"STREETLINE"
]
},
"contact": {
"companyName": "FedEx",
"personName": "John Taylor",
"phoneNumber": "1234567890"
}
}
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "FRAI",
"declarationCurrencies": [
{
"currency": "USD",
"value": "CUSTOMS_VALUE"
}
],
"totalDimensions": {
"height": "10",
"length": "10",
"units": "CM",
"width": "10"
}
},
"labelSpecification": {
"imageType": "PDF",
"labelFormatType": "COMMON2D",
"labelStockType": "PAPER_4X6"
},
"shipper": {
"address": {
"city": "BOGOTA",
"countryCode": "CO",
"postalCode": "110311",
"residential": false,
"stateOrProvinceCode": "DC",
"streetLines": [
"80 Fedex Prkwy",
"Suite 101"
]
},
"contact": {
"companyName": "FedEx",
"personName": "John Taylor",
"phoneNumber": "1234567890"
},
"tins": [
{
"number": "123456"
}
]
}
}
}{
"customerTransactionId": "sN87PUoY2LuVLgI",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "PdXGdQsjkZ",
"message": "TrswmL8MY5swExaA3n6Z"
}
],
"consolidationKey": {
"date": "2025-11-22T00:00:00.0Z",
"index": "4885",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"trackingIds": [
{
"formId": "7118",
"trackingIdType": "GROUND",
"trackingNumber": "34749852673952112167"
},
{
"formId": "8077",
"trackingIdType": "EXPRESS",
"trackingNumber": "08708222940035266016"
},
{
"formId": "6757",
"trackingIdType": "FREIGHT",
"trackingNumber": "95241785602623784877"
}
]
},
"transactionId": "a5ee86f0-16ee-4ab3-8e0e-9ae7410c8688"
}{
"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": "XXXXX2842",
"consolidationKey": {
"date": "2025-11-22T00:00:00.0Z",
"index": "9841",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"index": "rIMOESwo",
"labelResponseOptions": "LABEL",
"processingOptions": [
"INCLUDE_PICKUPRATES",
"INCLUDE_PICKUPRATES",
"INCLUDE_PICKUPRATES",
"INCLUDE_PICKUPRATES"
],
"processingOptionType": "ALLOW_ASYNCHRONOUS",
"requestedShipment": {
"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": "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"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": {
"0": "optional comments for the commercial invoice"
},
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "8762"
},
"declarationStatement": "biq7hftDUzDawT6wwn49",
"freightCharge": {
"amount": 51.22,
"currency": "LSL"
},
"handlingCosts": {
"amount": 0.98,
"currency": "PEN"
},
"originatorName": "Dr. Adrian Mann",
"packingCosts": {
"amount": 7.77,
"currency": "NAD"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "v0SW5ajpZOhAnSI",
"taxesOrMiscellaneousCharge": {
"amount": 43.3,
"currency": "MRU"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DAP"
},
"commodities": [
{
"cIMarksAndNumbers": "yeBVP7EQN0",
"clearanceItemDetail": [
{
"address": {
"city": "Hayward",
"countryCode": "CV",
"postalCode": "07459-1263",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Wyman, Leannon and Deckow"
},
"id": "ghNR54tPa6",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Hattiesburg",
"countryCode": "CN",
"postalCode": "34075-0552",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Smith and Sons"
},
"id": "O9EnuQ0HLo",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Creolaview",
"countryCode": "BQ",
"postalCode": "78860",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hegmann LLC"
},
"id": "TNZMftJtgs",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Allanberg",
"countryCode": "GL",
"postalCode": "12872-9397",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Runolfsdottir, Beer and Von"
},
"id": "LCJ6o3Pgbs",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Trompmouth",
"countryCode": "GL",
"postalCode": "28237",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Pacocha - Bechtelar"
},
"id": "tVJPPTLxJU",
"role": "MANUFACTURER"
}
],
"commodityId": "DLhsmg",
"countryOfManufacture": "FJ",
"customsValue": {
"amount": 883.52,
"currency": "ZMW"
},
"description": "Intelligent Chair designed with Rubber for sick performance",
"name": "Small Bronze Chips",
"numberOfPieces": 72,
"quantity": 50,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 1200.9,
"currency": "AOA"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "4sFjBrs7nN",
"clearanceItemDetail": [
{
"address": {
"city": "Baldwin Park",
"countryCode": "MV",
"postalCode": "40840-8328",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Connelly Inc"
},
"id": "Ly7eNtxdt3",
"role": "MANUFACTURER"
},
{
"address": {
"city": "West Carolynefield",
"countryCode": "LI",
"postalCode": "80586",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Ullrich, Bogan and Nolan"
},
"id": "YH8P0NCZdp",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Dellabury",
"countryCode": "GU",
"postalCode": "06231-1266",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Schamberger - Block"
},
"id": "HMr2R7hUaQ",
"role": "MANUFACTURER"
}
],
"commodityId": "vmsAtE",
"countryOfManufacture": "PA",
"customsValue": {
"amount": 994.73,
"currency": "TTD"
},
"description": "Waelchi - Jast's most advanced Fish technology increases unlawful capabilities",
"name": "Modern Concrete Chicken",
"numberOfPieces": 29,
"quantity": 3,
"quantityUnits": "EA",
"unitPrice": {
"amount": 145.28,
"currency": "SOS"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "tDjmfkzZsX",
"clearanceItemDetail": [
{
"address": {
"city": "East Jeanetteville",
"countryCode": "MF",
"postalCode": "89035",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Barton - Powlowski"
},
"id": "gCscDJFR2H",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Corvallis",
"countryCode": "SK",
"postalCode": "72815",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Schowalter and Sons"
},
"id": "LpqdOoK4Eg",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Alexaview",
"countryCode": "UY",
"postalCode": "63347-0069",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Gerlach and Sons"
},
"id": "JcdElrtauR",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Newport News",
"countryCode": "BN",
"postalCode": "74633",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Friesen Group"
},
"id": "XXk9hSMRgw",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Draper",
"countryCode": "RO",
"postalCode": "95186-1825",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Pfannerstill - Smitham"
},
"id": "aywmZGus2y",
"role": "MANUFACTURER"
}
],
"commodityId": "sx1tEN",
"countryOfManufacture": "PG",
"customsValue": {
"amount": 147.26,
"currency": "VES"
},
"description": "Our tender-inspired Computer brings a taste of luxury to your lustrous lifestyle",
"name": "Elegant Steel Tuna",
"numberOfPieces": 98,
"quantity": 34,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 4548.52,
"currency": "OMR"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "LNFlmxMXWs",
"clearanceItemDetail": [
{
"address": {
"city": "Moenfort",
"countryCode": "FK",
"postalCode": "01258-5470",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Zieme and Sons"
},
"id": "FkSWylWjzA",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Annalise",
"countryCode": "AZ",
"postalCode": "88190",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hayes - Lesch"
},
"id": "jqYUJmwirT",
"role": "MANUFACTURER"
}
],
"commodityId": "SUHKDe",
"countryOfManufacture": "BG",
"customsValue": {
"amount": 1911.32,
"currency": "UYU"
},
"description": "The Theresia Towels is the latest in a series of tight products from Batz, Swift and Gottlieb",
"name": "Handcrafted Aluminum Hat",
"numberOfPieces": 74,
"quantity": 14,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 427.65,
"currency": "COP"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "SKVkdMl04F",
"clearanceItemDetail": [
{
"address": {
"city": "Isidrofield",
"countryCode": "LR",
"postalCode": "36670",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Upton - Welch"
},
"id": "VArpJGXoSy",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Jarredboro",
"countryCode": "DK",
"postalCode": "45991-8424",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Roberts - Jacobi"
},
"id": "JDZ2geWyag",
"role": "MANUFACTURER"
},
{
"address": {
"city": "West Ashaborough",
"countryCode": "KR",
"postalCode": "02590",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Watsica LLC"
},
"id": "0boPOqPal7",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Niagara Falls",
"countryCode": "JE",
"postalCode": "00613-6143",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Barton LLC"
},
"id": "TmeEsrppCR",
"role": "MANUFACTURER"
}
],
"commodityId": "EUdBS9",
"countryOfManufacture": "LI",
"customsValue": {
"amount": 3488.77,
"currency": "BHD"
},
"description": "Toy - Becker's most advanced Chair technology increases unfit capabilities",
"name": "Handmade Silk Car",
"numberOfPieces": 82,
"quantity": 28,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 1703.26,
"currency": "SOS"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Additional details",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement2",
"Statement1"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Cape Coral",
"countryCode": "SD",
"postalCode": "74770",
"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": "Beverly Mohr",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "STrzToaxDmtyzhov",
"permitNumber": "48740"
},
"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": 4940.66,
"currency": "DJF"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "590"
},
"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": 2323.37,
"currency": "ZAR"
}
},
"dropOffType": "DROP_BOX",
"emailNotificationDetail": {
"aggregationType": "PER_PACKAGE",
"emailNotificationRecipients": [
{
"emailAddress": "Marcos21@hotmail.com",
"emailNotificationRecipientType": "SHIPPER",
"locale": "en_US",
"name": "Bobby Cruickshank",
"notificationEventType": {
"0": "ON_TENDER",
"1": "ON_DELIVERY"
},
"notificationFormatType": "TEXT",
"notificationType": "EMAIL"
},
{
"emailAddress": "Hassan_Harris@gmail.com",
"emailNotificationRecipientType": "SHIPPER",
"locale": "en_GB",
"name": "Renee Runte",
"notificationEventType": {
"0": "ON_TENDER",
"1": "ON_DELIVERY"
},
"notificationFormatType": "TEXT",
"notificationType": "EMAIL"
},
{
"emailAddress": "Lourdes_Roob22@yahoo.com",
"emailNotificationRecipientType": "SHIPPER",
"locale": "en_US",
"name": "Clark Gorczany",
"notificationEventType": {
"0": "ON_TENDER",
"1": "ON_DELIVERY"
},
"notificationFormatType": "TEXT",
"notificationType": "EMAIL"
},
{
"emailAddress": "Jammie.Spinka87@gmail.com",
"emailNotificationRecipientType": "SHIPPER",
"locale": "en_US",
"name": "Muriel Brekke DVM",
"notificationEventType": {
"0": "ON_TENDER",
"1": "ON_DELIVERY"
},
"notificationFormatType": "TEXT",
"notificationType": "EMAIL"
}
],
"personalMessage": "ZohCg9ba3cxsBQmWAhrrOC1YTOGgAH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "Atdu7E",
"zoneNumber": 4
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "7LvMo4",
"zoneNumber": 2
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "2eYe8z",
"zoneNumber": 6
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "ID",
"justification": "RIGHT",
"literalValue": "0nPo9i",
"zoneNumber": 6
}
]
}
},
"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": "Matteo_Gusikowski28@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Stella.Blick7@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Chase.Schulist@hotmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Diamond_Kutch26@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "IR",
"language": "zh"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "DSeDw2LG"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/media",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Marley78@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Jacynthe72@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Marlon52@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "HT",
"language": "zh"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "NiiCiOla"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/opt",
"fileSuffix": ".pdf",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Shawna_Reynolds@yahoo.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "BL",
"language": "en"
}
},
"grouping": "INDIVIDUAL",
"printDetail": {
"printerId": "HxOUfqbA"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/sbin",
"fileSuffix": ".png",
"type": "ASYNC_SERVICE"
}
},
{
"dispositionType": "CONFIRMED",
"eMailDetail": {
"eMailRecipients": [
{
"emailAddress": "Patricia.Williamson88@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Marcus.Stark-Douglas@gmail.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Luther84@hotmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "FJ",
"language": "en"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "DpAUOADJ"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/Applications",
"fileSuffix": ".png",
"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 Mavisboro",
"countryCode": "LK",
"postalCode": "11230",
"residential": true,
"stateOrProvinceCode": "TN",
"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"
}
}
]
}
},
"processingOptionsRequested": {
"options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
},
"resolution": 203
},
"packageCount": 6,
"packagingType": "FEDEX_PAK",
"pickupDetail": {
"courierInstructions": "YXMoCB6zmeCPp9ddX1aT",
"latestPickupDateTime": "2026-07-24",
"readyDateTime": "2026-07-23",
"requestSource": "AUTOMATION",
"requestType": "FUTURE_DAY"
},
"pickupType": "USE_SCHEDULED_PICKUP",
"processingOption": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "NONE",
"recipients": [
{
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Connelly Inc",
"emailAddress": "Candace.Mertz66@hotmail.com",
"personName": "Cody Halvorson",
"phoneExtension": "08",
"phoneNumber": "(411) 259-9063"
}
},
{
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Heaney, Fisher and Jacobs",
"emailAddress": "Elliott13@gmail.com",
"personName": "Margarita Wisozk",
"phoneExtension": "99",
"phoneNumber": "(617) 912-4505"
}
},
{
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Lowe Inc",
"emailAddress": "Jaida.Roob83@yahoo.com",
"personName": "Carol Smitham II",
"phoneExtension": "37",
"phoneNumber": "(711) 900-5185"
}
},
{
"address": {
"city": "Beverly Hills",
"countryCode": "US",
"postalCode": "90210",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"10 FedEx Parkway",
"Suite 302"
]
},
"contact": {
"companyName": "Hayes, O'Kon and Thompson",
"emailAddress": "Erna_Bernier22@gmail.com",
"personName": "Dr. Mable Hartmann I",
"phoneExtension": "43",
"phoneNumber": "(657) 389-3906"
}
}
],
"requestedPackageLineItems": [
{
"associatedFreightLineItems": [
{
"id": "82098004"
},
{
"id": "54546183"
}
],
"commodities": [
{
"cIMarksAndNumbers": "SVC2yBN5e9",
"clearanceItemDetail": [
{
"address": {
"city": "Georgetown",
"countryCode": "BJ",
"postalCode": "35254-8664",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "O'Conner, Mayert and Wehner"
},
"id": "lVhdr5ZSCl",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Jaylonfield",
"countryCode": "SN",
"postalCode": "97884-7114",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Marvin - Weimann"
},
"id": "FAHv52PkAr",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Pearl City",
"countryCode": "US",
"postalCode": "90358-0625",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Streich, Robel and Gibson"
},
"id": "mAIw688jwp",
"role": "MANUFACTURER"
}
],
"commodityId": "Y66JjW",
"countryOfManufacture": "SI",
"customsValue": {
"amount": 3731.33,
"currency": "BRL"
},
"description": "Innovative Shoes featuring happy technology and Bamboo construction",
"name": "Fresh Granite Cheese",
"numberOfPieces": 95,
"quantity": 47,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 4225.2,
"currency": "DOP"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"contentRecord": [
{
"description": "Generic Chair designed with Wooden for similar performance",
"itemNumber": "8726",
"partNumber": "LF0Mg",
"receivedQuantity": 6
},
{
"description": "The Programmable client-driven service-desk Hat offers reliable performance and elliptical design",
"itemNumber": "8817",
"partNumber": "zXIA8",
"receivedQuantity": 6
}
],
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "2243"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "9635"
},
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "4710"
}
],
"declaredValue": {
"amount": 4442.75,
"currency": "BTN"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupPackageCount": 2,
"itemDescription": "Our turtle-friendly Car ensures digital comfort for your pets",
"itemDescriptionForClearance": "eyqx9zZy1v",
"packageSpecialServices": {
"alcoholDetail": {
"alcoholRecipientType": "LICENSEE",
"shipperAgreementType": "Winery"
},
"batteryDetails": [
{
"batteryMaterialType": "LITHIUM_ION",
"batteryPackingType": "PACKED_WITH_EQUIPMENT",
"batteryRegulatoryType": "IATA_SECTION_II"
},
{
"batteryMaterialType": "LITHIUM_ION",
"batteryPackingType": "PACKED_WITH_EQUIPMENT",
"batteryRegulatoryType": "IATA_SECTION_II"
}
],
"dangerousGoodsDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"trackingNumber": "408971526059327"
},
"dryIceWeight": {
"units": "KG",
"value": 68
},
"packageCODDetail": {
"codCollectionAmount": {
"amount": 774.38,
"currency": "BRL"
}
},
"pieceCountVerificationBoxCount": 8,
"priorityAlertDetail": {
"content": {
"0": "string"
},
"enhancementTypes": {
"0": "PRIORITY_ALERT_PLUS"
}
},
"signatureOptionDetail": {
"signatureReleaseNumber": "24645"
},
"signatureOptionType": "DIRECT",
"specialServiceTypes": {
"0": "ALCOHOL",
"1": "NON_STANDARD_CONTAINER",
"2": "DANGEROUS_GOODS"
}
},
"physicalPackaging": "fUTpD",
"sequenceNumber": 4,
"subPackagingType": "BUCKET",
"variableHandlingChargeDetail": {
"fixedValue": {
"amount": 24.45,
"currency": "USD"
},
"percentValue": 3.77,
"rateElementBasis": "NET_CHARGE_EXCLUDING_TAXES",
"rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
"rateType": "PREFERRED_CURRENCY"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"serviceType": "INTERNATIONAL_PRIORITY_DISTRIBUTION",
"shipDatestamp": "2026-07-23T00: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": "Littel - Rohan",
"emailAddress": "Maximillia38@gmail.com",
"personName": "Francis Harber-Lakin",
"phoneExtension": "40",
"phoneNumber": "(326) 844-6303"
},
"tins": [
{
"effectiveDate": "2022-07-23T00:00:00.0Z",
"expirationDate": "2031-06-05T00:00:00.0Z",
"number": "781052",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2022-10-03T00:00:00.0Z",
"expirationDate": "2027-07-23T00:00:00.0Z",
"number": "514953",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2025-11-24T00:00:00.0Z",
"expirationDate": "2029-07-14T00:00:00.0Z",
"number": "910586",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2021-12-11T00:00:00.0Z",
"expirationDate": "2029-03-22T00:00:00.0Z",
"number": "358022",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2023-04-24T00:00:00.0Z",
"expirationDate": "2027-04-07T00:00:00.0Z",
"number": "001204",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "North Trycia",
"countryCode": "LY",
"postalCode": "54846-8797",
"residential": false,
"stateOrProvinceCode": "TX",
"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"
}
}
}
},
"specialServicesRequested": {
"holdAtLocationDetail": {
"locationId": "80zz"
}
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipAction": "CONFIRM",
"version": {
"major": 1,
"minor": 7,
"patch": 0
}
}{
"customerTransactionId": "K1EvZ6aIdFJEzci",
"output": {
"transactionShipments": [
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://immaculate-fat.info",
"password": "_K10Eni7",
"role": "Central Intranet Facilitator",
"userId": "048b221d-fd83-4f64-8605-1f304664b2f2"
},
{
"emailLabelUrl": "https://better-monasticism.info/",
"password": "DNcYG1vh",
"role": "Dynamic Usability Developer",
"userId": "9df10463-4ed5-482d-87b1-66600c600fa3"
},
{
"emailLabelUrl": "https://second-overload.org",
"password": "l53pi1Bh",
"role": "Customer Applications Developer",
"userId": "7de15874-6d9f-420f-983d-4a28e8b925a2"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 3634.44,
"currency": "ILS"
}
},
"completedEtdDetail": {
"folderId": "L3dYcyQnJktgpZaw",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "662KEjJR5HWi7vte"
},
{
"documentId": "mIHFRzwfasxoWeB0"
},
{
"documentId": "JDquwOayA4jQcKJl"
},
{
"documentId": "1rEMGl8E9ZXtGQLY"
},
{
"documentId": "Q2P4BBnhCGJh1FrV"
}
]
},
"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": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Zn3MmXYPt2",
"hazardClass": "8",
"id": "UN9704",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 70.17,
"netExplosiveDetail": {
"amount": 7.54,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "03OL54WQgH",
"hazardClass": "2.3",
"id": "UN6808",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.92,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "giKPhqPexE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 21.15,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.41,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.02,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.04,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "XVgOOjhi1yboZ4Q",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.39,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.95,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0FTi2CM6cT",
"hazardClass": "3",
"id": "UN6407",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 51.94,
"netExplosiveDetail": {
"amount": 6.97,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "f5i1V00xCw",
"hazardClass": "2.3",
"id": "UN2426",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 18.07,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WmULyxYcEc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.33,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 21.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.7,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "7T65dE4A5azJ6p6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.46,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.39,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.7
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nUMe9b6BgG",
"hazardClass": "3",
"id": "UN2718",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 99.85,
"netExplosiveDetail": {
"amount": 7.12,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "47PTkdn3Am",
"hazardClass": "3",
"id": "UN9883",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 79.46,
"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": "RsKFPcPuxp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.78,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 19.01,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 10.8,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 14.5,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "JhVmAUwgzgbfGac",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.48,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.21,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rFPHsyiEnS",
"hazardClass": "3",
"id": "UN0916",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 65.24,
"netExplosiveDetail": {
"amount": 5.82,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "USmMlBNwN9",
"hazardClass": "8",
"id": "UN4058",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 34.67,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "sJZToIWRNC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.49,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.55,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "nGhpBlxnnj77qcD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.31,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 22.54,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.29
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6JT13L65f9",
"hazardClass": "8",
"id": "UN5372",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A09",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 36.37,
"netExplosiveDetail": {
"amount": 8.72,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "CoNv69mdMG",
"hazardClass": "3",
"id": "UN4153",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 39.03,
"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": "YbwOaxhOjE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.78,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.55,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 49.66,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "pLA1XUBhMvlHqU3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.22,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 47.01,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "89E3gz20aa",
"hazardClass": "3",
"id": "UN5507",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 1.52,
"netExplosiveDetail": {
"amount": 8.76,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "4v3jYbgE6X",
"hazardClass": "2.3",
"id": "UN8193",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 85.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GhPudnGBQv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.82,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.08,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.02,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.67,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "rKqw4yaMvqEFzP0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.73,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.14,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "bqaAEraeqm",
"hazardClass": "8",
"id": "UN0415",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 53.35,
"netExplosiveDetail": {
"amount": 3.46,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "grD4MxO6nA",
"hazardClass": "2.3",
"id": "UN3348",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 85.35,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lsbCUgPBdJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.64,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 44.01,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 16.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.6,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Y8zThACvidnNgbV",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.07,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 22.7,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.45
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.6,
"referenceId": "706631",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "8107950320811309476795813624339300"
},
{
"type": "GROUND",
"value": "9621195161979710259309983441895718"
},
{
"type": "GROUND",
"value": "3922721844417946533678070594107217"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 9
},
{
"content": "DO NOT STACK",
"number": 16
},
{
"content": "THIS SIDE UP",
"number": 19
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 38.75,
"packageRateDetails": [
{
"baseCharge": 73.12,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 75.73,
"netFedExCharge": 132.58,
"netFreight": 118.52,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 762.57,
"currency": "ZAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 330.49,
"currency": "SOS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 18.32,
"totalRebates": 0.8,
"totalSurcharges": 7.46,
"totalTaxes": 2.12
},
{
"baseCharge": 64.74,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 105.64,
"netFedExCharge": 78.95,
"netFreight": 130.09,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2133.33,
"currency": "MKD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1406.53,
"currency": "KMF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 3.14,
"totalRebates": 0.12,
"totalSurcharges": 11.23,
"totalTaxes": 1.5
}
]
},
"sequenceNumber": 7,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "4345",
"trackingIdType": "EXPRESS",
"trackingNumber": "65671285617724144849",
"uspsApplicationId": "83"
},
{
"formId": "4560",
"trackingIdType": "GROUND",
"trackingNumber": "00739780630658495444",
"uspsApplicationId": "59"
},
{
"formId": "3253",
"trackingIdType": "EXPRESS",
"trackingNumber": "81991472375958904605",
"uspsApplicationId": "58"
},
{
"formId": "0537",
"trackingIdType": "FREIGHT",
"trackingNumber": "96996237630123829619",
"uspsApplicationId": "66"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "LyfrDnWIR8",
"hazardClass": "8",
"id": "UN5321",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A40",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 93.39,
"netExplosiveDetail": {
"amount": 1.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "h1pogXQMwh",
"hazardClass": "2.3",
"id": "UN1692",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 91.4,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bWhVxyKyBw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.34,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.79,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "YYUalTqt48OfKsI",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.1,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 8.17,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mL6eCeMQxR",
"hazardClass": "3",
"id": "UN3034",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 77.47,
"netExplosiveDetail": {
"amount": 6.73,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "djNCALRKY6",
"hazardClass": "2.3",
"id": "UN4515",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 54.15,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jQAhamDIlC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.75,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0EMx4SGxaNMR4Hv",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.67,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 28.91,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5HW0k9Gk8A",
"hazardClass": "3",
"id": "UN5600",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A70",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 59.66,
"netExplosiveDetail": {
"amount": 6.27,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "WeDkQMALg0",
"hazardClass": "8",
"id": "UN8814",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 26.68,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "acaYvoiTNx"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "vGtPT8134kilWJ9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.24,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 4.32,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Qp9lyOKvbo",
"hazardClass": "8",
"id": "UN7596",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 91.73,
"netExplosiveDetail": {
"amount": 3.81,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ObKadfKLPQ",
"hazardClass": "2.3",
"id": "UN6452",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BOAhjRWBux"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.77,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 28.93,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.05,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 14.96,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.24,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "z2NWYUBy4TjK6uo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.63,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.38
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tB0XMd14ax",
"hazardClass": "3",
"id": "UN3078",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 41.84,
"netExplosiveDetail": {
"amount": 1.91,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "EETiHCRyJF",
"hazardClass": "3",
"id": "UN8977",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 27.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HMHSLwYRPk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.86,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.57,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "XS9R4zi9ztdoSdn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.8,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 16.45,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wOQGUAo02i",
"hazardClass": "8",
"id": "UN8843",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A60",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 78.52,
"netExplosiveDetail": {
"amount": 1.87,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VztOvlqPzl",
"hazardClass": "8",
"id": "UN1728",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.14,
"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": "TUVpBYmaRK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.5,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45.2,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.42,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "FMIC7zZzTMK1zRN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.35,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 26.56,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ocynZa7r3X",
"hazardClass": "8",
"id": "UN1052",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 79.29,
"netExplosiveDetail": {
"amount": 1.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Zx0kkya9pK",
"hazardClass": "2.3",
"id": "UN0313",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.51,
"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": "BKerlNSSfo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 29.17,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 23.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 6.48,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 30.4,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "EbtyO9v4SqZvoWW",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.51,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.82,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.14
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 7.63,
"referenceId": "707344",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"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"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "2515708907119752712898247471472978"
},
{
"type": "GROUND",
"value": "6091539001762419230893304196083609"
},
{
"type": "ADDRESS",
"value": "9036724042700525118425121045014305"
},
{
"type": "ADDRESS",
"value": "3909953998555648489718707244945778"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 5
},
{
"content": "FRAGILE",
"number": 6
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 17.73,
"packageRateDetails": [
{
"baseCharge": 186.94,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 168.55,
"netFedExCharge": 157.11,
"netFreight": 42.02,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2953.58,
"currency": "CLP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 751.02,
"currency": "YER"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1967.72,
"currency": "HUF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 47.9,
"totalRebates": 2.8,
"totalSurcharges": 7.23,
"totalTaxes": 8.86
},
{
"baseCharge": 85.73,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 155.62,
"netFedExCharge": 73.76,
"netFreight": 41.28,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1265.97,
"currency": "UYU"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1430.57,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 40.87,
"totalRebates": 4.93,
"totalSurcharges": 6.53,
"totalTaxes": 6.07
},
{
"baseCharge": 199.75,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 80.78,
"netFedExCharge": 53.9,
"netFreight": 117.45,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4801.57,
"currency": "AMD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 45.96,
"totalRebates": 4.9,
"totalSurcharges": 18.21,
"totalTaxes": 1.34
},
{
"baseCharge": 64.54,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 101.93,
"netFedExCharge": 53.78,
"netFreight": 83.66,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2480.85,
"currency": "JPY"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 536.54,
"currency": "KGS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1168.06,
"currency": "IDR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 8.2,
"totalRebates": 3.15,
"totalSurcharges": 13.12,
"totalTaxes": 8.28
}
]
},
"sequenceNumber": 2,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "5105",
"trackingIdType": "FREIGHT",
"trackingNumber": "95507015108835542006",
"uspsApplicationId": "63"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ru3GyLMhKr",
"hazardClass": "3",
"id": "UN0753",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A41",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 89.4,
"netExplosiveDetail": {
"amount": 4.43,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZftN1SS63k",
"hazardClass": "8",
"id": "UN8703",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 56.1,
"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": "wmVlcOfJTa"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.06,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "MZfArgRX2GrIW6c",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 46.03,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 38.06,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "HfAHFV9stL",
"hazardClass": "3",
"id": "UN7891",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A71",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 19.39,
"netExplosiveDetail": {
"amount": 1.42,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "74VhwABqFV",
"hazardClass": "8",
"id": "UN3901",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 60.69,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "nICkqqFroI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "s4yWvW6YNFkPW3r",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.39,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 36.9,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.54
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 2.61,
"referenceId": "371714",
"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": "7804695349141012347031220378326222"
},
{
"type": "GROUND",
"value": "1331037078434711687214299823861028"
},
{
"type": "GROUND",
"value": "0505113155933463685518617704789470"
},
{
"type": "ADDRESS",
"value": "5029956914794572936047488701444066"
},
{
"type": "ADDRESS",
"value": "3066970840644414343431342224850250"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 11
},
{
"content": "SECURED",
"number": 3
},
{
"content": "SECURED",
"number": 12
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 25.37,
"packageRateDetails": [
{
"baseCharge": 141.51,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 155.35,
"netFedExCharge": 51.71,
"netFreight": 115.89,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1827.02,
"currency": "SAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4700.48,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 34.78,
"totalRebates": 4.84,
"totalSurcharges": 3.07,
"totalTaxes": 2.06
},
{
"baseCharge": 199.73,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 174.11,
"netFedExCharge": 54.06,
"netFreight": 122.04,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3986.51,
"currency": "PEN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 9,
"totalRebates": 1.99,
"totalSurcharges": 14.27,
"totalTaxes": 9.07
},
{
"baseCharge": 165.39,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 160.08,
"netFedExCharge": 135.32,
"netFreight": 79.65,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2485.47,
"currency": "AWG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 17.11,
"totalRebates": 2.3,
"totalSurcharges": 1.55,
"totalTaxes": 6.34
},
{
"baseCharge": 51.58,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 74.13,
"netFedExCharge": 199.32,
"netFreight": 76.37,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 31.14,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4594.39,
"currency": "BMD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 772.21,
"currency": "ARS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 7.36,
"totalRebates": 3.01,
"totalSurcharges": 8.06,
"totalTaxes": 1.78
}
]
},
"sequenceNumber": 4,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "5945",
"trackingIdType": "EXPRESS",
"trackingNumber": "04177516779211112104",
"uspsApplicationId": "31"
},
{
"formId": "7747",
"trackingIdType": "EXPRESS",
"trackingNumber": "65723335538422401954",
"uspsApplicationId": "03"
},
{
"formId": "7591",
"trackingIdType": "FREIGHT",
"trackingNumber": "65966226910703924983",
"uspsApplicationId": "35"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "8PM5ebBSWd",
"hazardClass": "8",
"id": "UN3065",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 61.19,
"netExplosiveDetail": {
"amount": 7.45,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "fT77YDCcBK",
"hazardClass": "3",
"id": "UN2016",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 33.07,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "wJKDWRlnhs"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.21,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.45,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "i77va2QNlyGXXO3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.03,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 4.87,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tAGLoBA98G",
"hazardClass": "3",
"id": "UN7513",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A89",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 34.44,
"netExplosiveDetail": {
"amount": 4.65,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "xAO4JC0wJd",
"hazardClass": "3",
"id": "UN3105",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.02,
"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": "FgoCskRRvr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.44,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "VhEao9RmaN7IBtU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.7,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 47.64,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QKE4XG262F",
"hazardClass": "8",
"id": "UN4781",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 91.64,
"netExplosiveDetail": {
"amount": 1.74,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "omTGBBbb79",
"hazardClass": "3",
"id": "UN9926",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 98.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VUiCrfNHFd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.68,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.28,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 37.84,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "hRsKXFIfwU8RHBn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.03,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 48.23,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "R5Ux46PP3d",
"hazardClass": "3",
"id": "UN8671",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 1.63,
"netExplosiveDetail": {
"amount": 2.45,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "LSqjoYnMXD",
"hazardClass": "3",
"id": "UN6595",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 93.75,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YdemHffWXI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 21.65,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 2.77,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.32,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "R29WZVrOFHzw2mB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.56,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 33,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rKqncpbOxu",
"hazardClass": "3",
"id": "UN8082",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 52.58,
"netExplosiveDetail": {
"amount": 5.02,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "iHOliWLV61",
"hazardClass": "8",
"id": "UN0965",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 87.55,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "nCqXBUSeOq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.52,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "1KTvjVqnNnL0IPT",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.56,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 20.88,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.51
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "7GZsDSOwcK",
"hazardClass": "3",
"id": "UN0584",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A70",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 23.39,
"netExplosiveDetail": {
"amount": 7.34,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "QNpSnQj1ra",
"hazardClass": "2.3",
"id": "UN9908",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.99,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bPGGqBecbC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.36,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.34,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.2,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RF6c9RBHtcNsOlx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.25,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 29.86,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.34
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "utacla23nN",
"hazardClass": "8",
"id": "UN6969",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A32",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 99.39,
"netExplosiveDetail": {
"amount": 8.08,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "S0lXFAH5a9",
"hazardClass": "2.3",
"id": "UN2553",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 62.63,
"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": "KVGNtIODDz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.93,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 28.4,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 8.53,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.45,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "sYsWbEcT8X9S9bK",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.86,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 14.61,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Chlm5aMSR8",
"hazardClass": "3",
"id": "UN5827",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 29.97,
"netExplosiveDetail": {
"amount": 1.47,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "9KaGHfutS8",
"hazardClass": "3",
"id": "UN7142",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.35,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "vjhxAgBxHx"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.96,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ZwwYJp5EFoR3hQD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.19,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 11.8,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.85
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0B0aVyJ3Ra",
"hazardClass": "8",
"id": "UN6657",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 55.34,
"netExplosiveDetail": {
"amount": 4.04,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "c7MGKxiFVg",
"hazardClass": "2.3",
"id": "UN1873",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 89.65,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VpLEkHvYhC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.74,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "coKPcS0NUobcxo3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.42,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 40.19,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "qXP7uetl5B",
"hazardClass": "8",
"id": "UN1671",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A53",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 91.73,
"netExplosiveDetail": {
"amount": 8.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "g3K8S0L98P",
"hazardClass": "8",
"id": "UN9944",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 5.88,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rpNHSoYYaz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.39,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "yusmBG74MEFP55I",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.83,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 19.67,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "L7IGua5tY3",
"hazardClass": "3",
"id": "UN4886",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 41.22,
"netExplosiveDetail": {
"amount": 7.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "h3KaJ2g2vi",
"hazardClass": "2.3",
"id": "UN8426",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 2.95,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ywNDVxeXyv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 43.58,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.03,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.57,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5lcoIJdhstxwIAF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.93,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 42.66,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "KHQMX4ys2m",
"hazardClass": "8",
"id": "UN5910",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A62",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 98.22,
"netExplosiveDetail": {
"amount": 5.76,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "OwvoAh3RMy",
"hazardClass": "8",
"id": "UN4374",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"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": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WxyJYdNsqi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.62,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.41,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 44.13,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.71,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "f6UqUhx6n09csbM",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.97,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 44.07,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.99
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "rR97NuXpih",
"hazardClass": "8",
"id": "UN1434",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 53.51,
"netExplosiveDetail": {
"amount": 1.04,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "0siAgyXTv2",
"hazardClass": "2.3",
"id": "UN7527",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 98.08,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "fGFcSeWWJV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.76,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.87,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.4,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.59,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5U8XSmKGCH07cbQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.71,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 35.99,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.3
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 6.86,
"referenceId": "908555",
"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"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "4863858063565666215071943097926788"
},
{
"type": "GROUND",
"value": "9756769556281352123374549664712446"
},
{
"type": "GROUND",
"value": "7392782862664668168025684169281384"
},
{
"type": "ADDRESS",
"value": "2520027016283935696962065262835732"
},
{
"type": "ADDRESS",
"value": "5593358189506750239736952752111150"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 17
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 24.55,
"packageRateDetails": [
{
"baseCharge": 84.4,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 114.54,
"netFedExCharge": 193.02,
"netFreight": 67.49,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3546.3,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3610,
"currency": "MXN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.81,
"totalRebates": 3.23,
"totalSurcharges": 11.69,
"totalTaxes": 3.46
},
{
"baseCharge": 130.88,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 195.05,
"netFedExCharge": 132.83,
"netFreight": 102.94,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 726.51,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 966.23,
"currency": "CVE"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2523.59,
"currency": "MXN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1911.79,
"currency": "RWF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3003.65,
"currency": "LBP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 16.12,
"totalRebates": 0.22,
"totalSurcharges": 0.02,
"totalTaxes": 8.4
}
]
},
"sequenceNumber": 8,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "3521",
"trackingIdType": "EXPRESS",
"trackingNumber": "93848681041235333646",
"uspsApplicationId": "05"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nZxRFY3Qqy",
"hazardClass": "8",
"id": "UN1492",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 57.07,
"netExplosiveDetail": {
"amount": 1.78,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JMxfiFuIvS",
"hazardClass": "8",
"id": "UN5732",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 32.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ygPmdzzbPO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.8,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Ah6a2rokOwgaoqW",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.45,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 48.97,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FkMSZIob4N",
"hazardClass": "3",
"id": "UN9477",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 72.59,
"netExplosiveDetail": {
"amount": 4.25,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "jOJzed0HoI",
"hazardClass": "3",
"id": "UN9573",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 69.71,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "tVmITwxxzk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.17,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 37.98,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "phM3G4lXvmI0mLt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.15,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.19,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4te7I9rFHk",
"hazardClass": "8",
"id": "UN0634",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 26.87,
"netExplosiveDetail": {
"amount": 3.43,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "MotUPkl6VN",
"hazardClass": "3",
"id": "UN0758",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.58,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "wZirQrkWWr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 2.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 46.32,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.8,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.69,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "NYabWphytHMFYZM",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.56,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 38.66,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.51
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4x16Z50oH5",
"hazardClass": "3",
"id": "UN0035",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A23",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 33.62,
"netExplosiveDetail": {
"amount": 4.17,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "NLEDqQHL5G",
"hazardClass": "2.3",
"id": "UN7021",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 44.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "baonkLZJTw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.17,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.49,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "SvSp8LFIFTgIW5J",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.22,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 39.6,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QY6PMNX6GS",
"hazardClass": "8",
"id": "UN2865",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 16.03,
"netExplosiveDetail": {
"amount": 2.06,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "gpB4qqArxe",
"hazardClass": "2.3",
"id": "UN6269",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 80.47,
"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": "vlwodqmRnw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.67,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 5.43,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.97,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "CWnaXwoClWXNAVj",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 17.74,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZC5EcHaK3m",
"hazardClass": "3",
"id": "UN8876",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 99.63,
"netExplosiveDetail": {
"amount": 4.33,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "JI5qG2AtOn",
"hazardClass": "3",
"id": "UN1049",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 14.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "RnmJUoJZwx"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.32,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Lp2fIROOCFfdJJl",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 4.31,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.82,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "xJo3HXuVPr",
"hazardClass": "8",
"id": "UN1234",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 64.7,
"netExplosiveDetail": {
"amount": 8.2,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "3iBmNrKvnC",
"hazardClass": "2.3",
"id": "UN3350",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 36.41,
"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": "YVFJmRfjhp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 21.62,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.69,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ER1Asav4fBQ0wfS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.02,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 37.84,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.14
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zc1JSu2Sq0",
"hazardClass": "8",
"id": "UN7792",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 65.45,
"netExplosiveDetail": {
"amount": 6.39,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "iFVrsi8ztV",
"hazardClass": "2.3",
"id": "UN2156",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 17.06,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "htIZaQhcik"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.12,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.99,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 9.32,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.59,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "pSdc0AobpH5aRZr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.49,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 27.51,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ThrfVJ6Hw9",
"hazardClass": "8",
"id": "UN7523",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 10.47,
"netExplosiveDetail": {
"amount": 4.35,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "alOQrRnr8c",
"hazardClass": "3",
"id": "UN1425",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 86.69,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GyNcjVMfwE"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.71,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.31,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.08,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 4.96,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "eWpfklmlP45S9Fq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.51,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 40.84,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.72
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Z6RV90DKcB",
"hazardClass": "3",
"id": "UN5604",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 84.8,
"netExplosiveDetail": {
"amount": 1.03,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "MGzU7BrO6E",
"hazardClass": "2.3",
"id": "UN5143",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 80.12,
"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": "okKunjiPoj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.11,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.4,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 21.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.52,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "fvOiKodIjau44qB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.48,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 3.76,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tlOalqGK0n",
"hazardClass": "8",
"id": "UN2449",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 21.05,
"netExplosiveDetail": {
"amount": 9.93,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "w29dSs9gV8",
"hazardClass": "2.3",
"id": "UN0722",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "oSyzAeEDtz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.14,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.3,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.74,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.1,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21.7,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "mggpb9OkovLExN6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.78,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 8.42,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "H7dleZNwsU",
"hazardClass": "3",
"id": "UN6093",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 86.73,
"netExplosiveDetail": {
"amount": 1.95,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "y5u4GO0Mvi",
"hazardClass": "2.3",
"id": "UN8534",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 15.37,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TlYKkxpfOK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.39,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Bn3L5pZNnh2Jllf",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.73,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 43.22,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dvTjaB9r13",
"hazardClass": "3",
"id": "UN3385",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 36.78,
"netExplosiveDetail": {
"amount": 6.75,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "r0SHNajzyg",
"hazardClass": "2.3",
"id": "UN0894",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 1.14,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "fvKscEjbFh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.36,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.2,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 17.42,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 13.02,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "DMiopa0rSkrpVml",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.26,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 9.94,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "24b39lH2SV",
"hazardClass": "8",
"id": "UN7114",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 22.94,
"netExplosiveDetail": {
"amount": 6.66,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "sTPeWlqTHd",
"hazardClass": "8",
"id": "UN3895",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 89.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zHEtizuIME"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.95,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.36,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "CsOECSCXEQJqmPx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.55,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 39.28,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.82
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WzQ0ASWqQU",
"hazardClass": "3",
"id": "UN6467",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 51.79,
"netExplosiveDetail": {
"amount": 9.71,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Usqr89WEbs",
"hazardClass": "8",
"id": "UN6827",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 2.58,
"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": "JXGEalxqRl"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.95,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.48,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 8.13,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.74,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "c7HgcnDsG9LEYJm",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.33,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.68,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "bhfvYr5NE1",
"hazardClass": "8",
"id": "UN7323",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 52.36,
"netExplosiveDetail": {
"amount": 9.19,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "u8ej9Vumf0",
"hazardClass": "8",
"id": "UN1548",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 97.19,
"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": "AiRscCRsSm"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.77,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.47,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "pS3fPR5uf636iHQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.32,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 8.89,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "pVlZrHSRIq",
"hazardClass": "8",
"id": "UN0576",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 45.24,
"netExplosiveDetail": {
"amount": 1.34,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "27eTWwqIFU",
"hazardClass": "2.3",
"id": "UN1145",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 60.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lJQOcaqpYW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.75,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.81,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.47,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 17.22,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "4On8oz5f3WmFXl9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 45.76,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4t4zagHc0w",
"hazardClass": "3",
"id": "UN9842",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 49.3,
"netExplosiveDetail": {
"amount": 1.85,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "QmlVRDAHFb",
"hazardClass": "8",
"id": "UN7845",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.28,
"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": "WBlGfMbOTr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 20.83,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.57,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.72,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "VS1JPLnNBEzzoOE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.47,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 37.91,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "2xm0haGs90",
"hazardClass": "3",
"id": "UN7872",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 63.89,
"netExplosiveDetail": {
"amount": 8.27,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ElIMRBLHV7",
"hazardClass": "3",
"id": "UN2830",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 46.6,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PRPfobiRGl"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.09,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "2IqxAWBEG4VIaQQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.45,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 2.35,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.31
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 7.24,
"referenceId": "063180",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "7014008402169578729636501807568967"
},
{
"type": "GROUND",
"value": "5919539014420895116985655078232378"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 13
},
{
"content": "THIS SIDE UP",
"number": 16
},
{
"content": "DO NOT STACK",
"number": 17
},
{
"content": "THIS SIDE UP",
"number": 10
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 36.98,
"packageRateDetails": [
{
"baseCharge": 52.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 183.21,
"netFedExCharge": 110.12,
"netFreight": 63.13,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 441.21,
"currency": "KWD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1081.52,
"currency": "SAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1459.71,
"currency": "NPR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3776.79,
"currency": "SRD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2330.78,
"currency": "NAD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 24.35,
"totalRebates": 0.19,
"totalSurcharges": 17.65,
"totalTaxes": 1.62
},
{
"baseCharge": 191.96,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 101.45,
"netFedExCharge": 192.06,
"netFreight": 139.85,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2579.89,
"currency": "XCD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3199.31,
"currency": "GEL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4448.08,
"currency": "BND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 824.03,
"currency": "GNF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 703.13,
"currency": "GMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 36.31,
"totalRebates": 3.53,
"totalSurcharges": 17.05,
"totalTaxes": 3.39
},
{
"baseCharge": 126.16,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 154.99,
"netFedExCharge": 120.07,
"netFreight": 109.52,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1298.19,
"currency": "HKD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4177.48,
"currency": "AWG"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 29.22,
"totalRebates": 3.78,
"totalSurcharges": 16.2,
"totalTaxes": 2.67
},
{
"baseCharge": 177.52,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 51.48,
"netFedExCharge": 139.86,
"netFreight": 139.28,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1809.43,
"currency": "GHS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4226.44,
"currency": "HKD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 21.48,
"totalRebates": 4.41,
"totalSurcharges": 16.42,
"totalTaxes": 5.56
},
{
"baseCharge": 81.6,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 148.06,
"netFedExCharge": 122.4,
"netFreight": 140.58,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2184.8,
"currency": "BGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4084.67,
"currency": "CRC"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3043.37,
"currency": "DOP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 553.29,
"currency": "USD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 1.78,
"totalRebates": 2.59,
"totalSurcharges": 12.94,
"totalTaxes": 2.78
}
]
},
"sequenceNumber": 10,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "0209",
"trackingIdType": "GROUND",
"trackingNumber": "13280832979902884831",
"uspsApplicationId": "73"
},
{
"formId": "2028",
"trackingIdType": "GROUND",
"trackingNumber": "15998838120379442481",
"uspsApplicationId": "41"
},
{
"formId": "9848",
"trackingIdType": "GROUND",
"trackingNumber": "61923944234734730152",
"uspsApplicationId": "08"
},
{
"formId": "6078",
"trackingIdType": "GROUND",
"trackingNumber": "44226076946963328678",
"uspsApplicationId": "43"
}
]
}
],
"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": "xZI4sYFdZd",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-07-25T00:00:00.0Z",
"expirationDate": "2027-03-22T00:00:00.0Z",
"number": "98858"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 5
}
},
"masterTrackingId": {
"formId": "5612",
"trackingIdType": "GROUND",
"trackingNumber": "83328525017347779736",
"uspsApplicationId": "15"
},
"operationalDetail": {
"airportId": "GHG",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "JgBPQmCk7pFKB7r",
"commitDate": "2026-07-24T00:00:00.0Z",
"commitDay": "Mon",
"countryCode": "TT",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-25T00:00:00.0Z",
"deliveryDay": "Thu",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "IcfW",
"destinationLocationNumber": 970,
"destinationLocationStateOrProvinceCode": "WY",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "665",
"originLocationNumber": 287,
"originServiceArea": "C3",
"packagingCode": "96",
"postalCode": "84289",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "707",
"stateOrProvinceCode": "AZ",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "mT",
"ursaSuffixCode": "az"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "94",
"description": "Versatile national open architecture",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "Uzc"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "VUs"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "Iu27v8LNGUr7",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "4277",
"trackingIdType": "FREIGHT",
"trackingNumber": "29307967735692835201"
},
{
"formId": "5989",
"trackingIdType": "FREIGHT",
"trackingNumber": "71770448300530587907"
},
{
"formId": "5834",
"trackingIdType": "EXPRESS",
"trackingNumber": "84635946297811277568"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "SOS",
"value": "CUSTOMS_VALUE"
},
"description": "YAu1a3xCMA",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"description": "t9bjdzhZTs",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"description": "SKSMeFjF9B",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"description": "Jlozqz5p4I",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BHD",
"rate": 13.03
},
"dutiesAndTaxes": [
{
"harmonizedCode": "197571",
"taxes": {
"amount": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "d9QITBb1jp",
"id": "BKUGGN",
"name": "GST"
},
"description": "aQV15INaYM",
"effectiveDate": "2025-12-30T00:00:00.0Z",
"formula": "3F6eXPOGWYi8vLt",
"name": "GST",
"taxableValue": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
},
"taxcode": "iqz2U",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "MMK",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "421033",
"taxes": {
"amount": {
"currency": "QAR",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "hWTgJzG8Jp",
"id": "aU6mjc",
"name": "VAT"
},
"description": "P79t69hyzt",
"effectiveDate": "2026-01-30T00:00:00.0Z",
"formula": "girWZcbXqQaYiOb",
"name": "GST",
"taxableValue": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "jm3al",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BND",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"description": "TyD2mkjQ9v",
"percent": 8.17,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 14.57,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "O4AtJ0pLhz",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "hl70jj",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"description": "Kkt8sczrx1",
"percent": 1.26,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"description": "ulqq4NPRyV",
"percent": 3.06,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"description": "LZWnb0tuRb",
"percent": 4.53,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "OMR",
"value": "CUSTOMS_VALUE"
},
"description": "vCWUXxnHVl",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "1vz2MOpyRl",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"description": "n4KwxL5dYw",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "UAH",
"value": "CUSTOMS_VALUE"
},
"description": "jKOl5qjPpX",
"taxType": "VAT"
},
{
"amount": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"description": "IsV1xfc5Qj",
"taxType": "VAT"
},
{
"amount": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"description": "owxSxn0RTz",
"taxType": "VAT"
},
{
"amount": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"description": "wuMznDyKtd",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "BAM",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "LRD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "LBP",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "QAR",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "ZWL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "CRC",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "ARS",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "XAF",
"rate": 6.79
},
"dimDivisor": 125,
"freightDiscounts": [
{
"amount": 9.78,
"description": "X5zGJNpj0h",
"percent": 15.19,
"rateDiscountType": "EARNED"
},
{
"amount": 8.43,
"description": "jO9micbrgr",
"percent": 8.14,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.7,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "33404",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "CKhhFS",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "KPW",
"rate": 6.35
},
"dimDivisor": 160,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.85,
"description": "AbORAfISwY",
"percent": 11.06,
"rateDiscountType": "COUPON"
},
{
"amount": 6.65,
"description": "ycmIqsMiun",
"percent": 19.03,
"rateDiscountType": "EARNED"
},
{
"amount": 6.39,
"description": "F5O0oRNMEA",
"percent": 8.68,
"rateDiscountType": "EARNED"
},
{
"amount": 9.12,
"description": "wCcgJbSAiB",
"percent": 16.08,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.36,
"legDestinationLocationId": "npsN",
"minimumChargeType": "ACTUAL",
"pricingCode": "TddQM",
"ratedWeightMethod": "DIM",
"rateScale": "9528",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "xDKXcl",
"surcharges": [
{
"amount": {
"amount": 270.13,
"currency": "RWF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1251.87,
"currency": "UYU"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 17.89,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.72,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.65,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 10.46,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.58,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 159.35,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42,
"totalFreightDiscounts": 36.61,
"totalNetCharge": 66.84,
"totalNetChargeWithDutiesAndTaxes": 177.08,
"totalNetFedExCharge": 84.36,
"totalNetFreight": 182.32,
"totalRebates": 4.15,
"totalSurcharges": 14.8,
"totalTaxes": 0.98
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GBP",
"rate": 20.27
},
"dimDivisor": 198,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.26,
"description": "NueFhJ5Q4B",
"percent": 5.91,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.71,
"legDestinationLocationId": "IaGZ",
"minimumChargeType": "ACTUAL",
"pricingCode": "UF9YH",
"ratedWeightMethod": "DIM",
"rateScale": "8762",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "dXdPY5",
"surcharges": [
{
"amount": {
"amount": 3946.35,
"currency": "XCD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3087.82,
"currency": "SGD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 822.09,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.96,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.76,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.85,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.7,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 180.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.26,
"totalFreightDiscounts": 43.21,
"totalNetCharge": 164.42,
"totalNetChargeWithDutiesAndTaxes": 175.62,
"totalNetFedExCharge": 224.94,
"totalNetFreight": 185.27,
"totalRebates": 4.26,
"totalSurcharges": 3.13,
"totalTaxes": 1.02
}
],
"surcharges": [
{
"amount": {
"amount": 4641.43,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2179.68,
"currency": "ETB"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2829.77,
"currency": "BSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4261.26,
"currency": "UAH"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 16.91,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 1.68,
"totalBaseCharge": 161.42,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.62,
"totalDutiesTaxesAndFees": 10.81,
"totalFreightDiscounts": 11.84,
"totalNetCharge": 169.07,
"totalNetChargeWithDutiesAndTaxes": 249.03,
"totalNetFedExCharge": 248.16,
"totalNetFreight": 149.99,
"totalRebates": 1.72,
"totalSurcharges": 19.46,
"totalTaxes": 1.08
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BND",
"rate": 25.09
},
"dimDivisor": 242,
"freightDiscounts": [
{
"amount": 7.75,
"description": "YtYJFJOHve",
"percent": 19.53,
"rateDiscountType": "COUPON"
},
{
"amount": 4.84,
"description": "WIyR0YEYrP",
"percent": 13.26,
"rateDiscountType": "COUPON"
},
{
"amount": 8.61,
"description": "Lo0ThNrtdn",
"percent": 12.82,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.96,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "50579",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "vHv17E",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MVR",
"rate": 2.12
},
"dimDivisor": 184,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.76,
"description": "4xaAlYNiBU",
"percent": 14.6,
"rateDiscountType": "COUPON"
},
{
"amount": 5.92,
"description": "YrnfvFmVTb",
"percent": 19.33,
"rateDiscountType": "COUPON"
},
{
"amount": 3.75,
"description": "d4sVWjYO0Q",
"percent": 6.86,
"rateDiscountType": "BONUS"
},
{
"amount": 1.87,
"description": "Ckc4juP75E",
"percent": 7.05,
"rateDiscountType": "EARNED"
},
{
"amount": 1.66,
"description": "ezHAZugVLS",
"percent": 6.56,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 11.92,
"legDestinationLocationId": "BjCD",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ybUOh",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2015",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "F8BqXT",
"surcharges": [
{
"amount": {
"amount": 1022.47,
"currency": "LSL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3486.54,
"currency": "COP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 574.12,
"currency": "KHR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 14.29,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.76,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.26,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 146.87,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.78,
"totalFreightDiscounts": 0.8,
"totalNetCharge": 111.01,
"totalNetChargeWithDutiesAndTaxes": 234.62,
"totalNetFedExCharge": 142.46,
"totalNetFreight": 65.79,
"totalRebates": 1.23,
"totalSurcharges": 19.99,
"totalTaxes": 7.18
}
],
"surcharges": [
{
"amount": {
"amount": 294.51,
"currency": "MZN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.19,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 8.8,
"totalBaseCharge": 94.06,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 18.02,
"totalDutiesTaxesAndFees": 20.65,
"totalFreightDiscounts": 7.77,
"totalNetCharge": 166.63,
"totalNetChargeWithDutiesAndTaxes": 210.81,
"totalNetFedExCharge": 111.13,
"totalNetFreight": 107.88,
"totalRebates": 4.89,
"totalSurcharges": 9.39,
"totalTaxes": 9.15
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CNY",
"rate": 28.38
},
"dimDivisor": 198,
"freightDiscounts": [
{
"amount": 5.59,
"description": "ls6pGhmv4L",
"percent": 12.23,
"rateDiscountType": "EARNED"
},
{
"amount": 7.11,
"description": "nlBzOpU21I",
"percent": 18.11,
"rateDiscountType": "BONUS"
},
{
"amount": 8.93,
"description": "1ekbm3F7Iz",
"percent": 18.34,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.68,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "31787",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "QRHlBc",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BBD",
"rate": 19.17
},
"dimDivisor": 251,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.31,
"description": "Qv7sj28e8b",
"percent": 17.52,
"rateDiscountType": "EARNED"
},
{
"amount": 7.61,
"description": "RRkkwlgC4s",
"percent": 10.48,
"rateDiscountType": "COUPON"
},
{
"amount": 2.53,
"description": "RkCok7ijz4",
"percent": 11.24,
"rateDiscountType": "BONUS"
},
{
"amount": 7.05,
"description": "ntZyOGfudV",
"percent": 16.5,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.68,
"description": "tJ9xSythAZ",
"percent": 14.43,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.19,
"legDestinationLocationId": "nstY",
"minimumChargeType": "ACTUAL",
"pricingCode": "s2qvk",
"ratedWeightMethod": "DIM",
"rateScale": "2388",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "S7I0US",
"surcharges": [
{
"amount": {
"amount": 3376.49,
"currency": "OMR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2536.23,
"currency": "BZD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 70.56,
"currency": "DZD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1050.66,
"currency": "PHP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.23,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.36,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.66,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 170.15,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.76,
"totalFreightDiscounts": 2.79,
"totalNetCharge": 59.18,
"totalNetChargeWithDutiesAndTaxes": 176.86,
"totalNetFedExCharge": 162.6,
"totalNetFreight": 102.64,
"totalRebates": 3.39,
"totalSurcharges": 13.2,
"totalTaxes": 1.55
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "CRC",
"rate": 16.8
},
"dimDivisor": 154,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.89,
"description": "R69UIGrcoE",
"percent": 19.49,
"rateDiscountType": "BONUS"
},
{
"amount": 4.44,
"description": "05KI0ZAYlo",
"percent": 13.72,
"rateDiscountType": "COUPON"
},
{
"amount": 5.4,
"description": "6VzRSOnCMC",
"percent": 9.2,
"rateDiscountType": "COUPON"
},
{
"amount": 1.88,
"description": "6d2tfqfLAP",
"percent": 6.61,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.34,
"legDestinationLocationId": "lkby",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "q69wK",
"ratedWeightMethod": "DIM",
"rateScale": "3234",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "fMmqZ2",
"surcharges": [
{
"amount": {
"amount": 3427.3,
"currency": "SAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.71,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.57,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 90.94,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.08,
"totalFreightDiscounts": 1.1,
"totalNetCharge": 130,
"totalNetChargeWithDutiesAndTaxes": 88.49,
"totalNetFedExCharge": 148.78,
"totalNetFreight": 79.16,
"totalRebates": 3.96,
"totalSurcharges": 1.43,
"totalTaxes": 0.75
}
],
"surcharges": [
{
"amount": {
"amount": 4736.4,
"currency": "HKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 544.09,
"currency": "MMK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1017.61,
"currency": "EGP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2173.86,
"currency": "DJF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2164.04,
"currency": "IRR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.66,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.87,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 4.98,
"totalBaseCharge": 66.8,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.38,
"totalDutiesTaxesAndFees": 1.71,
"totalFreightDiscounts": 35.17,
"totalNetCharge": 63.02,
"totalNetChargeWithDutiesAndTaxes": 228.82,
"totalNetFedExCharge": 142.68,
"totalNetFreight": 115.76,
"totalRebates": 2.14,
"totalSurcharges": 11.6,
"totalTaxes": 2.29
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "USD",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"masterTrackingNumber": "856000262423",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 241.6,
"baseRateAmount": 360.08,
"codcollectionAmount": 451.12,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "213900"
}
],
"masterTrackingNumber": "223553236867",
"netChargeAmount": 41.64,
"netDiscountAmount": 82.56,
"netRateAmount": 17.83,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "nA4QKrSIsfZbXIQ1M02N",
"trackingNumber": "609732876110",
"url": "https://ripe-octave.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "Xkw9gNVpgTvSPQxcgfst",
"trackingNumber": "216041963951",
"url": "https://antique-safe.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "MXsqGJYYzK5TtShtNg4m",
"trackingNumber": "945833312860",
"url": "https://mean-thread.net/"
}
],
"trackingNumber": "851914335275"
},
{
"additionalChargesDiscount": 440.68,
"baseRateAmount": 352.93,
"codcollectionAmount": 733.51,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "410773"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "389913"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "535552"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "882918"
}
],
"masterTrackingNumber": "172591109972",
"netChargeAmount": 142.82,
"netDiscountAmount": 94.34,
"netRateAmount": 63.8,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "0HFnQFGTlJt3S9WIHKP8",
"trackingNumber": "614403142172",
"url": "https://substantial-climb.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "OdcnukGKdvCwKG0PjzFF",
"trackingNumber": "451671495258",
"url": "https://muted-cod.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "St5g4vaDcvA7zGlLRuZt",
"trackingNumber": "236431532549",
"url": "https://naughty-wafer.com"
}
],
"trackingNumber": "630593168521"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 108.55,
"baseRateAmount": 226.36,
"codcollectionAmount": 23.73,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "633114"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "650493"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "710897"
}
],
"masterTrackingNumber": "793140824472",
"netChargeAmount": 149.75,
"netDiscountAmount": 28.39,
"netRateAmount": 7.79,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "LptSCbaQbeve5Mj9XVRI",
"trackingNumber": "779831963029",
"url": "https://slight-deck.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "WxrJnBpI17wUjsr1lPA2",
"trackingNumber": "877922130918",
"url": "https://alive-drug.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "kvLSBdgfPYSMVv99XmpW",
"trackingNumber": "711756879370",
"url": "https://meaty-lox.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "5156nMLh66fYhWUXCmE9",
"trackingNumber": "785090359404",
"url": "https://coordinated-allocation.org"
}
],
"trackingNumber": "391317475721"
},
{
"additionalChargesDiscount": 421.19,
"baseRateAmount": 442.96,
"codcollectionAmount": 349.45,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "048335"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "958133"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "012497"
}
],
"masterTrackingNumber": "802258969156",
"netChargeAmount": 108.46,
"netDiscountAmount": 19.81,
"netRateAmount": 56.72,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "jUlj2CCf10s5FSXlObiw",
"trackingNumber": "755003017544",
"url": "https://colossal-commercial.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "mgof5vt0xnRQ7gD4z9Ki",
"trackingNumber": "017206884200",
"url": "https://unlawful-archaeology.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "MggRolxITpzgEVIGcwOi",
"trackingNumber": "723477525745",
"url": "https://shiny-cosset.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "DGam2EFiwkqOh1pTtmFA",
"trackingNumber": "123600884707",
"url": "https://enlightened-independence.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "uEy9ty2ASk8De5D2TYlJ",
"trackingNumber": "119000095945",
"url": "https://delicious-platypus.com/"
}
],
"trackingNumber": "996912130690"
}
]
}
],
"serviceCategory": "GROUND",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2025-07-26T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 2,
"suggestions": [
{
"description": "Our fluffy-inspired Chips brings a taste of luxury to your kooky lifestyle",
"harmonizedCode": "443962"
},
{
"description": "Ergonomic Mouse made with Rubber for all-day angelic support",
"harmonizedCode": "729876"
},
{
"description": "The Cara Bike is the latest in a series of speedy products from Keebler, Bernier and Roob",
"harmonizedCode": "671134"
}
]
},
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Stylish Towels designed to make you stand out with tinted looks",
"harmonizedCode": "518121"
},
{
"description": "Innovative Salad featuring naughty technology and Silk construction",
"harmonizedCode": "069567"
},
{
"description": "Professional-grade Chips perfect for good training and recreational use",
"harmonizedCode": "011822"
},
{
"description": "Stylish Hat designed to make you stand out with pleasant looks",
"harmonizedCode": "920534"
},
{
"description": "Ergonomic Shoes made with Plastic for all-day definite support",
"harmonizedCode": "459646"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "IfveV",
"localizedText": "0GpIKPeX91OYJfMn6M5b",
"parameters": [
{
"id": "0x5Dr",
"value": "ICXvLatxqf"
}
],
"text": "HtLkIlNmncChhq3"
},
"categories": [
"categories"
],
"commodityIndex": 8,
"derivedHarmonizedCode": "972493",
"source": "bb8Kq8Peuj",
"status": "ACTIVE",
"type": "UUZSUQmlFP",
"waiver": {
"advisories": [
{
"code": "4IkAe",
"localizedText": "5FBfcHVfkvpl31ou6rPz",
"parameters": [
{
"id": "NNOqn",
"value": "8xmO7g7LIP"
},
{
"id": "4b39t",
"value": "PglZLp9Ucy"
},
{
"id": "vd9dm",
"value": "FWLlG3NUPm"
}
],
"text": "qgs7TqqySzHg453"
},
{
"code": "KYyrK",
"localizedText": "LMki9HTu67zSL3B4zw76",
"parameters": [
{
"id": "4W2Ur",
"value": "yy52XtsWzC"
},
{
"id": "wUJx3",
"value": "bapQc7X4BP"
}
],
"text": "kJBZ5K2Waya76pH"
},
{
"code": "jHeCZ",
"localizedText": "qFMEQRmisgN9zjjEXKtf",
"parameters": [
{
"id": "WVQoa",
"value": "FMqjMR247m"
},
{
"id": "BYDkj",
"value": "1QFdWCU4KD"
}
],
"text": "NykyD3Hagebl7r2"
},
{
"code": "jNsgd",
"localizedText": "3S8saoQt2SR0rEIXoxAO",
"parameters": [
{
"id": "1nvLj",
"value": "wXm58Y8F9J"
},
{
"id": "cE1YN",
"value": "XoZdn0IIZs"
},
{
"id": "k8cmc",
"value": "65kiGsc0CG"
},
{
"id": "6p4Nx",
"value": "kp8hhGOOVN"
}
],
"text": "VKFHXAdP3EZJUQX"
},
{
"code": "wiooT",
"localizedText": "Jdj0vOKKBZkX3aZPr0G4",
"parameters": [
{
"id": "NAs9V",
"value": "VnoSkvRvdf"
},
{
"id": "2sYeD",
"value": "O6s5CfZYCg"
},
{
"id": "UF1Yz",
"value": "8Ars96FeIL"
},
{
"id": "Kfj1t",
"value": "SrgelPpqcs"
},
{
"id": "UBmBX",
"value": "0WJwpRSSsR"
}
],
"text": "NN60WBZUau1d504"
}
],
"description": "Azdq83AGZy",
"id": "Y3kVi"
}
},
{
"advisory": {
"code": "8mMHt",
"localizedText": "TAvHDZoWi1ZH75wBOaiB",
"parameters": [
{
"id": "qxkTy",
"value": "5kQTHKmsxC"
},
{
"id": "0hJYg",
"value": "LiZreqQgTM"
},
{
"id": "Iy8xs",
"value": "GF1Xp0IMMY"
},
{
"id": "5WcWb",
"value": "z34yLivlnc"
},
{
"id": "ySt1k",
"value": "QpU0Qx3Z23"
}
],
"text": "hE6u8JoVTrL1d5G"
},
"categories": [
"categories"
],
"commodityIndex": 7,
"derivedHarmonizedCode": "580266",
"source": "Qm8Gq4bNFf",
"status": "ACTIVE",
"type": "QK4STuNhax",
"waiver": {
"advisories": [
{
"code": "kJjDL",
"localizedText": "BUMzlOodBu0PHF1hLjYv",
"parameters": [
{
"id": "iSr8H",
"value": "vP22I1zz6f"
}
],
"text": "m3kpaLI56JPXk61"
},
{
"code": "qMtvh",
"localizedText": "V4HDLN44rmQYXyJP9ZdP",
"parameters": [
{
"id": "vmuj7",
"value": "8Bgx1kouxn"
},
{
"id": "rxFmx",
"value": "4GXeFv9nHA"
},
{
"id": "2oz8Z",
"value": "Z9yOzzBhNU"
},
{
"id": "yT9IQ",
"value": "fszqZvdlvH"
},
{
"id": "nZJjq",
"value": "cHB7NALnMO"
}
],
"text": "aSnQd2VuN6PXzeJ"
},
{
"code": "WZsFj",
"localizedText": "zBew1IMSR3FJVyGmcZ4A",
"parameters": [
{
"id": "D47jc",
"value": "EFaebMhMi8"
}
],
"text": "TpyHbPuQUsrNkqx"
},
{
"code": "NwhcD",
"localizedText": "qDcNJWKFafLWdKR5np7J",
"parameters": [
{
"id": "JZVmf",
"value": "KHnts7Wo2e"
}
],
"text": "NqVE9D8UOckeN0U"
},
{
"code": "pPLGH",
"localizedText": "pbMbt2pDhLf53KDP8o2y",
"parameters": [
{
"id": "CkfFU",
"value": "Z0b3r4aBuL"
},
{
"id": "bBdAV",
"value": "Fdky4rdJOZ"
},
{
"id": "zrbiN",
"value": "ScYjtiaelE"
},
{
"id": "4cTu7",
"value": "3rFsCYHWHB"
}
],
"text": "Lx4yxghmlmGFbq5"
}
],
"description": "Ixu3Yfm5FN",
"id": "EqaBC"
}
},
{
"advisory": {
"code": "ylrr6",
"localizedText": "2WFzvSZDHekbP31kOT7Y",
"parameters": [
{
"id": "E9Jti",
"value": "Gdil7Py038"
},
{
"id": "0WmNi",
"value": "04Id1IuSrx"
}
],
"text": "iguNrQhw7nTVz5W"
},
"categories": [
"categories"
],
"commodityIndex": 10,
"derivedHarmonizedCode": "617484",
"source": "qeTAjQzOtM",
"status": "ACTIVE",
"type": "zTkaDI5cgP",
"waiver": {
"advisories": [
{
"code": "xf5cL",
"localizedText": "lhd7fYQBTSpWN0FWgyW7",
"parameters": [
{
"id": "QokdG",
"value": "N23m6T37JM"
},
{
"id": "97MIT",
"value": "mXHUa18chF"
},
{
"id": "z1ZSg",
"value": "APFUk3cWLC"
},
{
"id": "Shfvo",
"value": "f1JU9RVR93"
}
],
"text": "C05nMJQXuBR5aMP"
}
],
"description": "XpmPvdu3tY",
"id": "W58sz"
}
},
{
"advisory": {
"code": "Tl6jD",
"localizedText": "h3e44xpIdxlFoLGBT1Tr",
"parameters": [
{
"id": "aja60",
"value": "A19HwoB8La"
},
{
"id": "dnNQJ",
"value": "V0UF7mwzFS"
},
{
"id": "uRTk8",
"value": "GBA5eHklz5"
},
{
"id": "6dRhC",
"value": "zSZuzXcfmp"
},
{
"id": "8tW1y",
"value": "e2XRCT6DzR"
}
],
"text": "KUVLuEBoyRykBS5"
},
"categories": [
"categories"
],
"commodityIndex": 3,
"derivedHarmonizedCode": "636652",
"source": "no19ffZT0e",
"status": "PENDING",
"type": "Q0HzI0Cn3J",
"waiver": {
"advisories": [
{
"code": "psxKx",
"localizedText": "ffYsgf2hZrEI7lf0kr1h",
"parameters": [
{
"id": "zbW4V",
"value": "KPFdcjhTI8"
},
{
"id": "v7mqN",
"value": "2v9AkLhOw9"
},
{
"id": "kwkG7",
"value": "OxuXAmFDle"
}
],
"text": "2w1rjiR5rJGg2wa"
},
{
"code": "Og5q1",
"localizedText": "tnSf2psigD1nrCna1YQA",
"parameters": [
{
"id": "JNjze",
"value": "cTUfbok1Ff"
},
{
"id": "WPc3E",
"value": "g6fNECrNnu"
},
{
"id": "gzEjI",
"value": "xocnO3c8kV"
},
{
"id": "3JDZF",
"value": "fuJTiqn7kK"
},
{
"id": "gm95i",
"value": "oU1dOVApZs"
}
],
"text": "r0o6KdknSR42wfr"
}
],
"description": "yOhYRyGEF8",
"id": "TJ6XN"
}
},
{
"advisory": {
"code": "bTBoN",
"localizedText": "lVsoqUfEh9NAVwVTofr4",
"parameters": [
{
"id": "Ezodg",
"value": "rQTZfcRSif"
},
{
"id": "twI2y",
"value": "SeSRZFrvCO"
},
{
"id": "PRFY0",
"value": "TejHBHC5d8"
},
{
"id": "AIqA8",
"value": "mw1hNPc0ND"
},
{
"id": "7ywKu",
"value": "GeUZ5fIIb0"
}
],
"text": "OPM8eVYBQrtLUYk"
},
"categories": [
"categories"
],
"commodityIndex": 8,
"derivedHarmonizedCode": "410704",
"source": "8P3oBJV8bQ",
"status": "PENDING",
"type": "7UspjO2aqf",
"waiver": {
"advisories": [
{
"code": "oLNY5",
"localizedText": "M4psv4FdaKGgiB06Bm2P",
"parameters": [
{
"id": "A4EMu",
"value": "qlnLZxQRgP"
},
{
"id": "cAUNu",
"value": "thLCLWxASF"
},
{
"id": "2pppP",
"value": "dzhXSA5qZq"
},
{
"id": "88N8I",
"value": "0cEg5OHbUA"
},
{
"id": "GGjlR",
"value": "cRI8iRVBUy"
}
],
"text": "bM1SygfWN6LWOSc"
},
{
"code": "lcgEW",
"localizedText": "onCtwYVekDXE0n96ASyr",
"parameters": [
{
"id": "uzpR9",
"value": "roYESmKv2q"
}
],
"text": "gQndYhzJeXiTgZ3"
},
{
"code": "zjDzr",
"localizedText": "ID5cqWGhg4ZKMRhRcLgI",
"parameters": [
{
"id": "5ILxb",
"value": "RdtTaRNP5R"
},
{
"id": "W1Pom",
"value": "mEGis4q5Ko"
}
],
"text": "rPaXSqwqUsHzbex"
},
{
"code": "ia3cl",
"localizedText": "A0MsGR3OtFGoBIgkYSuP",
"parameters": [
{
"id": "GcFkU",
"value": "ifPuBTaWlv"
}
],
"text": "HSCHkB0k743lQwb"
},
{
"code": "5txKu",
"localizedText": "Ul6yAVMDiDQ19Fz02POS",
"parameters": [
{
"id": "E0mUg",
"value": "h4eL0zdvgu"
},
{
"id": "fyZC7",
"value": "Hxe0LUwqph"
}
],
"text": "h6fHQLpRcW3Xz4y"
}
],
"description": "NoGEuH9bZ9",
"id": "1jbTz"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "xfrFhOOE8EEMu2fZdnUv",
"trackingNumber": "675775537655",
"url": "https://negative-catalyst.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "d6kPEzUoqeZedcsGfjEx",
"trackingNumber": "096889700318",
"url": "https://milky-lender.info/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://gifted-solution.com",
"password": "mew2bGs5",
"role": "National Security Executive",
"userId": "595dcdad-ccc0-4671-9f86-91aae2440cbd"
},
{
"emailLabelUrl": "https://superb-lifestyle.com/",
"password": "yKoBlWPP",
"role": "Direct Interactions Developer",
"userId": "158695dd-0df7-455c-9ea4-eecc99b7da0a"
},
{
"emailLabelUrl": "https://dutiful-haversack.name/",
"password": "FX7xzPrb",
"role": "Central Applications Developer",
"userId": "24578344-b3b5-42f2-b753-b6071a9a493c"
},
{
"emailLabelUrl": "https://junior-vestment.biz",
"password": "LZl_R1AT",
"role": "National Communications Analyst",
"userId": "c645e7e2-b9fc-4d6b-827d-b4d77857a7ff"
},
{
"emailLabelUrl": "https://gruesome-self-confidence.org/",
"password": "fR6DVieg",
"role": "Senior Communications Planner",
"userId": "42489c23-4385-4eec-91b5-f5a488b6bd3b"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2509.85,
"currency": "BMD"
}
},
"completedEtdDetail": {
"folderId": "vUvMs45tkQFtaCJ3",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "kmBmYr3yD3K2ZZ2k"
},
{
"documentId": "x3rCStfQR3RqbGHO"
},
{
"documentId": "A5inxFAKTjLHYcjn"
}
]
},
"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": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XllyTYFaLd",
"hazardClass": "3",
"id": "UN3382",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A52",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 12.61,
"netExplosiveDetail": {
"amount": 6.92,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ISyNcA6B8k",
"hazardClass": "3",
"id": "UN3310",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 70.26,
"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": "ZsoAEXXCgg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.64,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.75,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.83,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 48.79,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.15,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "hnDKXiMZbkrR3v5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.46,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 32.06,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fNRWu19uBk",
"hazardClass": "8",
"id": "UN3609",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A31",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 50.68,
"netExplosiveDetail": {
"amount": 7.38,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "9vBPlbKRXZ",
"hazardClass": "2.3",
"id": "UN2431",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 52.68,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jJQbKJbEOB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.55,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.45,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 48.21,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "JVwChxETIQ0vPzE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.74,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 14.26,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fHdp2X3P31",
"hazardClass": "8",
"id": "UN8622",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A57",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 18.59,
"netExplosiveDetail": {
"amount": 4.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "lGneuaFNFh",
"hazardClass": "8",
"id": "UN5169",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 5.56,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WSLvCICKfO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.28,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.56,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 13.67,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CYl9ExmBwEPsGBo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.31,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 1.6,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "SLh0L7tXmx",
"hazardClass": "8",
"id": "UN3434",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 12.57,
"netExplosiveDetail": {
"amount": 5.42,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "7gAL711WXh",
"hazardClass": "2.3",
"id": "UN9205",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 60.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "gqtQBZbGFv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.21,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "i401fPIBpmUnOSN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.24,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 4.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "eiMWkF9JLv",
"hazardClass": "3",
"id": "UN2664",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 17.29,
"netExplosiveDetail": {
"amount": 2.63,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "hH4U9U5SRH",
"hazardClass": "3",
"id": "UN7210",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 23.6,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FyZNgDSHnd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.35,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.53,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.39,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.44,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vuPjv13bW3dkIL9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.28,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 10.73,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.6
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1w5HIWNOtB",
"hazardClass": "3",
"id": "UN2611",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A46",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 48.93,
"netExplosiveDetail": {
"amount": 3.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "wsSbxjcEwL",
"hazardClass": "2.3",
"id": "UN3910",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 28.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ogCVRKEHoI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.83,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "usQKMlIqsjZWIPq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 31.09,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "CCdfsoiTzR",
"hazardClass": "3",
"id": "UN7426",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 27.62,
"netExplosiveDetail": {
"amount": 7.29,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "kAfIOT5aYH",
"hazardClass": "3",
"id": "UN3365",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 34.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NzyJQPldEB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.96,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.23,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 41.58,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CaVWfwZwo5Nxaoq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 19.33,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.66
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.46,
"referenceId": "287864",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "4707274321122924545202902548663583"
},
{
"type": "ADDRESS",
"value": "3216534900260344766101497001781970"
},
{
"type": "ADDRESS",
"value": "1171487718537887220387911746283053"
},
{
"type": "ADDRESS",
"value": "8350468470823965265819052187585595"
},
{
"type": "ADDRESS",
"value": "1664159168877996546079016708062908"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 6
},
{
"content": "FRAGILE",
"number": 8
},
{
"content": "DO NOT STACK",
"number": 5
},
{
"content": "FRAGILE",
"number": 11
},
{
"content": "FRAGILE",
"number": 13
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 18.97,
"packageRateDetails": [
{
"baseCharge": 122.08,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 96.91,
"netFedExCharge": 52.79,
"netFreight": 67.19,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4018.83,
"currency": "AMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 33.1,
"totalRebates": 1.5,
"totalSurcharges": 8.04,
"totalTaxes": 9.43
},
{
"baseCharge": 68.12,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 71.9,
"netFedExCharge": 137.26,
"netFreight": 81.64,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2598.53,
"currency": "SBD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2867.46,
"currency": "TMT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 838.53,
"currency": "BMD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1212.33,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1777.62,
"currency": "ZAR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 31.54,
"totalRebates": 2.8,
"totalSurcharges": 16.97,
"totalTaxes": 2.77
},
{
"baseCharge": 105.01,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 201.92,
"netFedExCharge": 139.9,
"netFreight": 149.81,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 521.85,
"currency": "LYD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4243.81,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1009.3,
"currency": "ARS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 16.33,
"totalRebates": 0.21,
"totalSurcharges": 4.9,
"totalTaxes": 1.89
},
{
"baseCharge": 66.9,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 65.14,
"netFedExCharge": 167.46,
"netFreight": 65.52,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1188.19,
"currency": "KPW"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2524.47,
"currency": "BBD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3342.38,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4144.52,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 939.89,
"currency": "KZT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 1.71,
"totalRebates": 0.34,
"totalSurcharges": 13.1,
"totalTaxes": 5.59
},
{
"baseCharge": 135.11,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 146.7,
"netFedExCharge": 128.26,
"netFreight": 57.41,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2006.45,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2426.91,
"currency": "GYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4616.45,
"currency": "NOK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 190.27,
"currency": "BBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 38.51,
"totalRebates": 1.07,
"totalSurcharges": 9.33,
"totalTaxes": 4.04
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "8760",
"trackingIdType": "GROUND",
"trackingNumber": "60123143137776102871",
"uspsApplicationId": "21"
},
{
"formId": "2944",
"trackingIdType": "GROUND",
"trackingNumber": "32210480800752431254",
"uspsApplicationId": "08"
},
{
"formId": "8152",
"trackingIdType": "EXPRESS",
"trackingNumber": "96358996956685363855",
"uspsApplicationId": "16"
},
{
"formId": "1353",
"trackingIdType": "GROUND",
"trackingNumber": "98863651358992669254",
"uspsApplicationId": "91"
},
{
"formId": "4982",
"trackingIdType": "FREIGHT",
"trackingNumber": "93818288140565894285",
"uspsApplicationId": "50"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6IsEhepjMV",
"hazardClass": "8",
"id": "UN7295",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 53.04,
"netExplosiveDetail": {
"amount": 6.57,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZXkGnVml0n",
"hazardClass": "8",
"id": "UN4054",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 27.14,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DBYWGePlMD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.22,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.24,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.73,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "G6PJ6FGp7lckT1Q",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.77,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 43.68,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.78
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GdINKwF1RE",
"hazardClass": "8",
"id": "UN5038",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A33",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 21.3,
"netExplosiveDetail": {
"amount": 2.79,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "hehCIWJUDI",
"hazardClass": "8",
"id": "UN7624",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 85.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "afepDIzyDo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.39,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "BVWrkHv4veZ75Ir",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.11,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 32.78,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "sAkHEvbDiH",
"hazardClass": "3",
"id": "UN7661",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A62",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 3.98,
"netExplosiveDetail": {
"amount": 6.9,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "A588EPyVNI",
"hazardClass": "3",
"id": "UN3451",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 8.61,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "pIEfbqZnQr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.65,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40.07,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 19.32,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.87,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "PYUFOoh1VizEFFe",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.67,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 6.2,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.03
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 7.22,
"referenceId": "648753",
"regulation": "IATA"
},
"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"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "4684946706682537083574238599920608"
},
{
"type": "ADDRESS",
"value": "5263126560324828024017213302257565"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 6
},
{
"content": "DO NOT STACK",
"number": 1
},
{
"content": "SECURED",
"number": 2
},
{
"content": "THIS SIDE UP",
"number": 14
},
{
"content": "SECURED",
"number": 5
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 5.75,
"packageRateDetails": [
{
"baseCharge": 159.99,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 103.7,
"netFedExCharge": 126.21,
"netFreight": 125.62,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4390.38,
"currency": "BWP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2728.72,
"currency": "ZMW"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 38.9,
"totalRebates": 1,
"totalSurcharges": 12.95,
"totalTaxes": 7.62
},
{
"baseCharge": 195.88,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 155.57,
"netFedExCharge": 88.29,
"netFreight": 124.32,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 90.82,
"currency": "GHS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2152.93,
"currency": "GEL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2765.19,
"currency": "PEN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1238.56,
"currency": "VES"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 33.8,
"totalRebates": 2.4,
"totalSurcharges": 10.41,
"totalTaxes": 9.17
},
{
"baseCharge": 83.19,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 60.06,
"netFedExCharge": 144.44,
"netFreight": 92.17,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 51.66,
"currency": "XCD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 575.72,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3260.5,
"currency": "PAB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2467.34,
"currency": "KHR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 41.46,
"totalRebates": 1.49,
"totalSurcharges": 10.24,
"totalTaxes": 2.4
},
{
"baseCharge": 93.84,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 89.66,
"netFedExCharge": 132.59,
"netFreight": 70.16,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1962.81,
"currency": "SGD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2449.5,
"currency": "QAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 6.14,
"totalRebates": 4.42,
"totalSurcharges": 15.29,
"totalTaxes": 0.26
},
{
"baseCharge": 190.61,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 163.59,
"netFedExCharge": 117.5,
"netFreight": 148.62,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1588.02,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2117.74,
"currency": "RON"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2200.26,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 483.41,
"currency": "RON"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4280.49,
"currency": "IDR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 15.82,
"totalRebates": 1.74,
"totalSurcharges": 12.02,
"totalTaxes": 3.15
}
]
},
"sequenceNumber": 4,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "5488",
"trackingIdType": "EXPRESS",
"trackingNumber": "13558896979087842442",
"uspsApplicationId": "05"
},
{
"formId": "1598",
"trackingIdType": "GROUND",
"trackingNumber": "34894135585381746462",
"uspsApplicationId": "51"
},
{
"formId": "1170",
"trackingIdType": "GROUND",
"trackingNumber": "72144884924850300489",
"uspsApplicationId": "96"
},
{
"formId": "5188",
"trackingIdType": "GROUND",
"trackingNumber": "61243696506906691143",
"uspsApplicationId": "23"
},
{
"formId": "7558",
"trackingIdType": "EXPRESS",
"trackingNumber": "18850443516719447088",
"uspsApplicationId": "58"
}
]
}
],
"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": "ZpO0Jwtgn4",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-12-04T00:00:00.0Z",
"expirationDate": "2027-04-09T00:00:00.0Z",
"number": "61938"
}
},
"dryIceDetail": {
"packageCount": 3,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 3
}
},
"masterTrackingId": {
"formId": "9931",
"trackingIdType": "FREIGHT",
"trackingNumber": "31009631889321382528",
"uspsApplicationId": "85"
},
"operationalDetail": {
"airportId": "LHU",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "kYiT4XvnFxUGInT",
"commitDate": "2026-07-27T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "NL",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-25T00:00:00.0Z",
"deliveryDay": "Wed",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "JDuP",
"destinationLocationNumber": 987,
"destinationLocationStateOrProvinceCode": "TN",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "111",
"originLocationNumber": 149,
"originServiceArea": "C3",
"packagingCode": "51",
"postalCode": "18998-0697",
"publishedDeliveryTime": "10:30A",
"scac": "FDXE",
"serviceCode": "246",
"stateOrProvinceCode": "WA",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "vh",
"ursaSuffixCode": "KZ"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "76",
"description": "Focused needs-based hardware",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "B1x"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "weS"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "S32"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "iR6"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "oJb"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "rrm0whR5YLlm",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "8522",
"trackingIdType": "EXPRESS",
"trackingNumber": "90440876397258815859"
},
{
"formId": "1684",
"trackingIdType": "GROUND",
"trackingNumber": "43585099007889249959"
},
{
"formId": "2260",
"trackingIdType": "FREIGHT",
"trackingNumber": "76207395652557802742"
},
{
"formId": "8687",
"trackingIdType": "FREIGHT",
"trackingNumber": "99498382394862579419"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"description": "cDG2Uu0VOR",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"description": "Ox6FjlyVTe",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "TZS",
"rate": 9.19
},
"dutiesAndTaxes": [
{
"harmonizedCode": "659386",
"taxes": {
"amount": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "ogNbW80sKv",
"id": "E6YHm6",
"name": "Sales Tax"
},
"description": "8uYo76CAFM",
"effectiveDate": "2025-12-30T00:00:00.0Z",
"formula": "FljLACKmOS5W6l7",
"name": "VAT",
"taxableValue": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
},
"taxcode": "XJS8f",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "AUD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "993723",
"taxes": {
"amount": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "NjZfbyfGcl",
"id": "NHYCXU",
"name": "VAT"
},
"description": "7NhhyzihP9",
"effectiveDate": "2026-03-09T00:00:00.0Z",
"formula": "apW8WNDWCVIyBYS",
"name": "GST",
"taxableValue": {
"currency": "BDT",
"value": "CUSTOMS_VALUE"
},
"taxcode": "TIuBn",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "YER",
"value": "CUSTOMS_VALUE"
},
"description": "BDfEbmMMHd",
"percent": 5.03,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"description": "rnfzNNdsCv",
"percent": 16.9,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "KWD",
"value": "CUSTOMS_VALUE"
},
"description": "j5wh85URyR",
"percent": 13.81,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"description": "btDwUUoyGn",
"percent": 19.09,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"description": "PnOnaj9cfl",
"percent": 11.95,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 11.56,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "TNbdGFZ4et",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "8ZO0gk",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "GYD",
"value": "CUSTOMS_VALUE"
},
"description": "k0guyFHq8e",
"percent": 4.72,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"description": "jjCsjZiLun",
"percent": 4.31,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"description": "pc2l6q34v5",
"percent": 4.21,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"description": "DaQ699CRCk",
"percent": 3.48,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"description": "PqM4S4N1O2",
"percent": 1.89,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"description": "ABaZOGhJHr",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "MOP",
"value": "CUSTOMS_VALUE"
},
"description": "R7R1JEb9eL",
"taxType": "VAT"
},
{
"amount": {
"currency": "MMK",
"value": "CUSTOMS_VALUE"
},
"description": "AKiDYZZ1oi",
"taxType": "VAT"
},
{
"amount": {
"currency": "BDT",
"value": "CUSTOMS_VALUE"
},
"description": "0n0mLG72yz",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "MMK",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "ANG",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "XOF",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "UYU",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "RSD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MXN",
"rate": 11.79
},
"dimDivisor": 158,
"freightDiscounts": [
{
"amount": 8.2,
"description": "bIavtOEeOr",
"percent": 12.47,
"rateDiscountType": "BONUS"
},
{
"amount": 2.47,
"description": "2xm9NBVG8G",
"percent": 13.05,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 10.06,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "19872",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "Pmfq2u",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "LSL",
"rate": 2.51
},
"dimDivisor": 242,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.17,
"description": "X2etIx2kgy",
"percent": 8.62,
"rateDiscountType": "EARNED"
},
{
"amount": 3.14,
"description": "jc9dSgNRZz",
"percent": 15.63,
"rateDiscountType": "BONUS"
},
{
"amount": 4.61,
"description": "TrGdkc1AcA",
"percent": 18.1,
"rateDiscountType": "BONUS"
},
{
"amount": 2.67,
"description": "aYhEkH3NR7",
"percent": 5.54,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 14.48,
"legDestinationLocationId": "pvRj",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "Ze57G",
"ratedWeightMethod": "DIM",
"rateScale": "6903",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "zwFoWb",
"surcharges": [
{
"amount": {
"amount": 628.52,
"currency": "BWP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4651.75,
"currency": "PEN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1716.96,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3652.69,
"currency": "BYN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.92,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.15,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 68.37,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 26.82,
"totalFreightDiscounts": 32.65,
"totalNetCharge": 134.19,
"totalNetChargeWithDutiesAndTaxes": 159.73,
"totalNetFedExCharge": 138.95,
"totalNetFreight": 143.41,
"totalRebates": 2.64,
"totalSurcharges": 12.83,
"totalTaxes": 3.47
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "INR",
"rate": 13.2
},
"dimDivisor": 126,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.95,
"description": "rrUd10zJii",
"percent": 15.2,
"rateDiscountType": "BONUS"
},
{
"amount": 4.73,
"description": "014BN0I0eI",
"percent": 7.45,
"rateDiscountType": "BONUS"
},
{
"amount": 5.7,
"description": "aX94mGPIgF",
"percent": 12.17,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 13.93,
"legDestinationLocationId": "FFHk",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "wUlnz",
"ratedWeightMethod": "DIM",
"rateScale": "9207",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "HCmdMc",
"surcharges": [
{
"amount": {
"amount": 2786.33,
"currency": "SZL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2629.42,
"currency": "KHR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2275.16,
"currency": "KPW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.71,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 11.9,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.19,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 165.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 33.34,
"totalFreightDiscounts": 45.99,
"totalNetCharge": 104.57,
"totalNetChargeWithDutiesAndTaxes": 114.16,
"totalNetFedExCharge": 89.44,
"totalNetFreight": 129.68,
"totalRebates": 2.54,
"totalSurcharges": 7.4,
"totalTaxes": 7.6
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "NAD",
"rate": 6.21
},
"dimDivisor": 127,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.8,
"description": "yTR4tqxQqU",
"percent": 12.98,
"rateDiscountType": "EARNED"
},
{
"amount": 6.13,
"description": "gXkytkkfXV",
"percent": 14.77,
"rateDiscountType": "BONUS"
},
{
"amount": 8.04,
"description": "l16k5k6ABp",
"percent": 11.24,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.96,
"description": "XsSH9hghmN",
"percent": 15.23,
"rateDiscountType": "BONUS"
},
{
"amount": 7.54,
"description": "JER5uynBJf",
"percent": 19.31,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 5.87,
"legDestinationLocationId": "eULY",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "C4Mti",
"ratedWeightMethod": "DIM",
"rateScale": "9479",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "597tgr",
"surcharges": [
{
"amount": {
"amount": 1863.14,
"currency": "CLP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2871.61,
"currency": "AUD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2434.92,
"currency": "YER"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1745.66,
"currency": "CRC"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4961.87,
"currency": "STN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.63,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.39,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 15.46,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 158.92,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.82,
"totalFreightDiscounts": 49.16,
"totalNetCharge": 110.9,
"totalNetChargeWithDutiesAndTaxes": 132.62,
"totalNetFedExCharge": 108.05,
"totalNetFreight": 139.25,
"totalRebates": 2.99,
"totalSurcharges": 7.25,
"totalTaxes": 4.5
}
],
"surcharges": [
{
"amount": {
"amount": 1636.18,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2634.04,
"currency": "JPY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.78,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 9.66,
"totalBaseCharge": 180.08,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.21,
"totalDutiesTaxesAndFees": 53.68,
"totalFreightDiscounts": 20.34,
"totalNetCharge": 50.41,
"totalNetChargeWithDutiesAndTaxes": 200.21,
"totalNetFedExCharge": 233.38,
"totalNetFreight": 114.63,
"totalRebates": 1.84,
"totalSurcharges": 12.17,
"totalTaxes": 3.35
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ZWL",
"rate": 16.48
},
"dimDivisor": 102,
"freightDiscounts": [
{
"amount": 9.74,
"description": "sLmpnvX6Qm",
"percent": 17.06,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 13.1,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "74177",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "MgitYq",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "TJS",
"rate": 4.12
},
"dimDivisor": 259,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 5.01,
"description": "VuAKJCh6Zk",
"percent": 11.4,
"rateDiscountType": "EARNED"
},
{
"amount": 4.37,
"description": "pGw09Gensa",
"percent": 17.76,
"rateDiscountType": "COUPON"
},
{
"amount": 3.18,
"description": "FzhRReu7WN",
"percent": 16.34,
"rateDiscountType": "BONUS"
},
{
"amount": 2.59,
"description": "ZUwVNGWX3G",
"percent": 5.02,
"rateDiscountType": "EARNED"
},
{
"amount": 5.54,
"description": "QSCwXbyNx5",
"percent": 18.39,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 4.61,
"legDestinationLocationId": "xdlI",
"minimumChargeType": "ACTUAL",
"pricingCode": "U1Xhl",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6488",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "TEsWOq",
"surcharges": [
{
"amount": {
"amount": 2411.4,
"currency": "BOB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2492.45,
"currency": "AWG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.34,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.83,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.13,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 113.77,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.05,
"totalFreightDiscounts": 25.86,
"totalNetCharge": 149.85,
"totalNetChargeWithDutiesAndTaxes": 208.04,
"totalNetFedExCharge": 83.57,
"totalNetFreight": 139.3,
"totalRebates": 0.05,
"totalSurcharges": 1.27,
"totalTaxes": 7.89
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TOP",
"rate": 29.28
},
"dimDivisor": 246,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.99,
"description": "EkHb04JDRv",
"percent": 16.07,
"rateDiscountType": "EARNED"
},
{
"amount": 1.52,
"description": "OYcftpx0Ff",
"percent": 7.45,
"rateDiscountType": "EARNED"
},
{
"amount": 9.11,
"description": "k1Wx0sd6T5",
"percent": 5.82,
"rateDiscountType": "COUPON"
},
{
"amount": 5.98,
"description": "ZPR2Xn0hfD",
"percent": 13.66,
"rateDiscountType": "COUPON"
},
{
"amount": 9.99,
"description": "HHVMdwKU4v",
"percent": 5.42,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.82,
"legDestinationLocationId": "jWGw",
"minimumChargeType": "ACTUAL",
"pricingCode": "qHEWh",
"ratedWeightMethod": "DIM",
"rateScale": "8446",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "nwZUCG",
"surcharges": [
{
"amount": {
"amount": 75.85,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.7,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.39,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.17,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.53,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 149.88,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42.02,
"totalFreightDiscounts": 38.14,
"totalNetCharge": 76.39,
"totalNetChargeWithDutiesAndTaxes": 170.19,
"totalNetFedExCharge": 191.78,
"totalNetFreight": 126.04,
"totalRebates": 2.85,
"totalSurcharges": 8.49,
"totalTaxes": 3.38
}
],
"surcharges": [
{
"amount": {
"amount": 1296.27,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1665.04,
"currency": "MRU"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 17.21,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 8.94,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.88,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 9.69,
"totalBaseCharge": 150.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.34,
"totalDutiesTaxesAndFees": 98.13,
"totalFreightDiscounts": 13.07,
"totalNetCharge": 130.12,
"totalNetChargeWithDutiesAndTaxes": 70.33,
"totalNetFedExCharge": 217.84,
"totalNetFreight": 66.7,
"totalRebates": 1.32,
"totalSurcharges": 8.69,
"totalTaxes": 2.68
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "317289079170",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 165.88,
"baseRateAmount": 243.45,
"codcollectionAmount": 575.69,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "124554"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "298741"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "796574"
}
],
"masterTrackingNumber": "726357337223",
"netChargeAmount": 64.3,
"netDiscountAmount": 95.28,
"netRateAmount": 62.48,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "q1GHtxedKc93WC3toQjt",
"trackingNumber": "657637135592",
"url": "https://entire-wafer.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "fGL2xWnvy1j02cnxvf4d",
"trackingNumber": "503400573493",
"url": "https://criminal-eyeliner.info/"
}
],
"trackingNumber": "215012075026"
},
{
"additionalChargesDiscount": 429.46,
"baseRateAmount": 200.09,
"codcollectionAmount": 977.29,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "495538"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "164298"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "648858"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "306829"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "107635"
}
],
"masterTrackingNumber": "036338153653",
"netChargeAmount": 127.49,
"netDiscountAmount": 71.77,
"netRateAmount": 8.02,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "d2wHxl7SdXj4hvN68EAk",
"trackingNumber": "196864100250",
"url": "https://recent-republican.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "CjgHBcxEvVpqnst9h9Dv",
"trackingNumber": "318381912929",
"url": "https://vast-custody.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "hNqMy5XFETKBtKormzNq",
"trackingNumber": "817231484392",
"url": "https://hot-pressure.name"
}
],
"trackingNumber": "635573998893"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 343.14,
"baseRateAmount": 198.07,
"codcollectionAmount": 830.12,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "269481"
}
],
"masterTrackingNumber": "202061847237",
"netChargeAmount": 190.2,
"netDiscountAmount": 106.19,
"netRateAmount": 42.37,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "6cc0h68Fcg902XJN4wm1",
"trackingNumber": "495142297175",
"url": "https://fragrant-lounge.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "RLAKyLMHMQ7sVImCIhwO",
"trackingNumber": "413179132008",
"url": "https://weary-pharmacopoeia.biz/"
}
],
"trackingNumber": "906875996857"
},
{
"additionalChargesDiscount": 129.68,
"baseRateAmount": 137.36,
"codcollectionAmount": 113.4,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "180843"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "584743"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "382301"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "940906"
}
],
"masterTrackingNumber": "939974944488",
"netChargeAmount": 193.06,
"netDiscountAmount": 131.26,
"netRateAmount": 14.95,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "K8Tp2xx0390lLFLTfMOP",
"trackingNumber": "219349943732",
"url": "https://qualified-horst.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "S6jV6eMSZ47fpe62OBGl",
"trackingNumber": "463627407740",
"url": "https://best-castanet.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "V41KllcAVgPcdYGCuOOF",
"trackingNumber": "132206456493",
"url": "https://enchanting-promise.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "rNQ9Snbc2EFR2BdXkfx9",
"trackingNumber": "915225453569",
"url": "https://unwritten-reorganisation.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "tsX4ffZm3IGNFnw3oVdN",
"trackingNumber": "505455044833",
"url": "https://last-earth.com"
}
],
"trackingNumber": "811269247770"
},
{
"additionalChargesDiscount": 101.57,
"baseRateAmount": 162.26,
"codcollectionAmount": 781.41,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "836755"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "892230"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "169947"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "479266"
}
],
"masterTrackingNumber": "481375332749",
"netChargeAmount": 154.2,
"netDiscountAmount": 117.32,
"netRateAmount": 65,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "YvsDmJ5GClB5lilwUwIg",
"trackingNumber": "595174163101",
"url": "https://livid-jump.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "XB9Obra2fCKcAqHTLl0w",
"trackingNumber": "850901047929",
"url": "https://forceful-jury.org/"
}
],
"trackingNumber": "577878946019"
},
{
"additionalChargesDiscount": 0.09,
"baseRateAmount": 177.96,
"codcollectionAmount": 996.31,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "518018"
}
],
"masterTrackingNumber": "422565619046",
"netChargeAmount": 47.18,
"netDiscountAmount": 98.49,
"netRateAmount": 15.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "T9XM0sEoRCvS329xciRu",
"trackingNumber": "095961213848",
"url": "https://muted-complication.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "bFBuMNXQgGNuGH0jxt6d",
"trackingNumber": "755340887132",
"url": "https://nutritious-linseed.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "scolLKhvmGbOLAJBhhw2",
"trackingNumber": "543129045624",
"url": "https://superb-skeleton.info"
}
],
"trackingNumber": "166478497186"
},
{
"additionalChargesDiscount": 429.45,
"baseRateAmount": 360.78,
"codcollectionAmount": 815.34,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "005247"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "164025"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "745839"
}
],
"masterTrackingNumber": "571125308992",
"netChargeAmount": 110.38,
"netDiscountAmount": 8.52,
"netRateAmount": 45.09,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "y5zouPxSFYeNRE6hwA1E",
"trackingNumber": "140893555759",
"url": "https://rich-morning.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "C3VziGZ6p3pnBbTn4DlD",
"trackingNumber": "664605135646",
"url": "https://corny-kit.net/"
}
],
"trackingNumber": "583830411736"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 293.83,
"baseRateAmount": 114.73,
"codcollectionAmount": 95.86,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "072839"
}
],
"masterTrackingNumber": "837888822820",
"netChargeAmount": 17.84,
"netDiscountAmount": 5.85,
"netRateAmount": 10.67,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "DWkzY6o8if90gWcKFtjb",
"trackingNumber": "506940490357",
"url": "https://rare-spring.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "hPmlZES3SJOC9G0rMmId",
"trackingNumber": "778930317469",
"url": "https://hasty-management.com/"
}
],
"trackingNumber": "053357280070"
},
{
"additionalChargesDiscount": 302.18,
"baseRateAmount": 384.42,
"codcollectionAmount": 453.7,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "536130"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "755735"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "235375"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "509442"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "539868"
}
],
"masterTrackingNumber": "885617990297",
"netChargeAmount": 111.36,
"netDiscountAmount": 85,
"netRateAmount": 19.07,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "tE8ragcqh7DZWNPpkxST",
"trackingNumber": "715969828673",
"url": "https://bogus-impact.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "7kwD3jBRn5K3EuEVzJVX",
"trackingNumber": "773609851371",
"url": "https://unrealistic-harp.org"
}
],
"trackingNumber": "557490749613"
},
{
"additionalChargesDiscount": 415.65,
"baseRateAmount": 138.89,
"codcollectionAmount": 357.83,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "465644"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "398211"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "237619"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "183976"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "905106"
}
],
"masterTrackingNumber": "598854400229",
"netChargeAmount": 49.03,
"netDiscountAmount": 61.46,
"netRateAmount": 51.54,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "Md2WzHqg4LFtyvja9iud",
"trackingNumber": "650375408762",
"url": "https://well-to-do-formation.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "l969adl3caS3gC7gzIES",
"trackingNumber": "046267719938",
"url": "https://charming-elver.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "RNteqJy9xHgtOqwyYoih",
"trackingNumber": "922520416532",
"url": "https://wrong-mallard.org"
}
],
"trackingNumber": "603875050031"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 325.23,
"baseRateAmount": 408.24,
"codcollectionAmount": 398.52,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "084481"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "918534"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "585485"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "427776"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "480166"
}
],
"masterTrackingNumber": "526479240891",
"netChargeAmount": 33.67,
"netDiscountAmount": 50.61,
"netRateAmount": 19.14,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "N68rdBZDhpt9pjHvknBx",
"trackingNumber": "437191224759",
"url": "https://serpentine-smog.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "s7xFNEuG4fm8rh84ZVTt",
"trackingNumber": "064909406259",
"url": "https://unknown-fishery.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "woZbXr2eGWjuhzYIyFFX",
"trackingNumber": "821272022091",
"url": "https://shabby-bandwidth.biz/"
}
],
"trackingNumber": "490767182940"
},
{
"additionalChargesDiscount": 202.85,
"baseRateAmount": 442.17,
"codcollectionAmount": 734.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "313367"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "034033"
}
],
"masterTrackingNumber": "084104977679",
"netChargeAmount": 185.24,
"netDiscountAmount": 52.94,
"netRateAmount": 80.63,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "1kwoASMQkjgMnJDIjf1V",
"trackingNumber": "307673486299",
"url": "https://grimy-gloom.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "PggVo4AhaOAjqYoT17xI",
"trackingNumber": "924193841395",
"url": "https://submissive-cork.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "Ywo2Iyo71ZDPYf4LH0T2",
"trackingNumber": "159107336365",
"url": "https://aged-yogurt.biz"
}
],
"trackingNumber": "778965866237"
},
{
"additionalChargesDiscount": 408.83,
"baseRateAmount": 299.25,
"codcollectionAmount": 576.77,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "521665"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "530817"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "079415"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "815648"
}
],
"masterTrackingNumber": "316539050494",
"netChargeAmount": 116.81,
"netDiscountAmount": 3.64,
"netRateAmount": 11.85,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "tiCZ7uvPucwGm4j6TlOi",
"trackingNumber": "593024161591",
"url": "https://dependent-bandwidth.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "iZjDvfpzFY4wGY3ieNKU",
"trackingNumber": "036253849632",
"url": "https://lighthearted-circumference.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "MCwHQhZCPuyB6vs5eDc8",
"trackingNumber": "563329000253",
"url": "https://everlasting-lox.net/"
}
],
"trackingNumber": "678894524524"
}
]
}
],
"serviceCategory": "FREIGHT",
"serviceName": "FedEx 2 Day Freight",
"serviceType": "FEDEX_2_DAY_FREIGHT",
"shipDatestamp": "2025-12-05T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 20,
"suggestions": [
{
"description": "Soft Shirt designed with Steel for equatorial performance",
"harmonizedCode": "338633"
},
{
"description": "New Ball model with 33 GB RAM, 873 GB storage, and dental features",
"harmonizedCode": "596762"
},
{
"description": "New blue Tuna with ergonomic design for pink comfort",
"harmonizedCode": "956911"
},
{
"description": "Discover the heavy new Car with an exciting mix of Plastic ingredients",
"harmonizedCode": "105411"
},
{
"description": "Mertz - Schmitt's most advanced Chair technology increases heavy capabilities",
"harmonizedCode": "140912"
}
]
},
{
"commodityIndex": 8,
"suggestions": [
{
"description": "Our flamingo-friendly Computer ensures dependable comfort for your pets",
"harmonizedCode": "280931"
},
{
"description": "Professional-grade Bacon perfect for skeletal training and recreational use",
"harmonizedCode": "645785"
},
{
"description": "Bartell LLC's most advanced Salad technology increases meaty capabilities",
"harmonizedCode": "911117"
}
]
},
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Savor the moist essence in our Shoes, designed for big culinary adventures",
"harmonizedCode": "816265"
},
{
"description": "New Shirt model with 39 GB RAM, 228 GB storage, and intent features",
"harmonizedCode": "829344"
},
{
"description": "Discover the linear new Chips with an exciting mix of Silk ingredients",
"harmonizedCode": "437028"
},
{
"description": "Featuring Dysprosium-enhanced technology, our Chair offers unparalleled rowdy performance",
"harmonizedCode": "802342"
}
]
},
{
"commodityIndex": 19,
"suggestions": [
{
"description": "Ergonomic Pants made with Bronze for all-day paltry support",
"harmonizedCode": "950913"
},
{
"description": "Ergonomic Cheese made with Cotton for all-day bustling support",
"harmonizedCode": "754434"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "FVuO4",
"localizedText": "7VycVwo9DIkmFj43JHAp",
"parameters": [
{
"id": "xljAN",
"value": "iEFyE5x4e7"
},
{
"id": "jINkf",
"value": "p88Na7vkjM"
}
],
"text": "2rrzW3NXROXqyew"
},
"categories": [
"categories"
],
"commodityIndex": 9,
"derivedHarmonizedCode": "631848",
"source": "5ppM8laCPQ",
"status": "ACTIVE",
"type": "MLTNdtwFAN",
"waiver": {
"advisories": [
{
"code": "XjSRy",
"localizedText": "ZPCXlvMr1a6Xm5AMIZW1",
"parameters": [
{
"id": "ON95n",
"value": "RkLdZcr8Qe"
},
{
"id": "MX8GY",
"value": "R6WrWepXDN"
},
{
"id": "k7enB",
"value": "0LPgwESlMf"
},
{
"id": "2Uhzn",
"value": "s0XgGMYySm"
}
],
"text": "CgfWpumRp7MRCeU"
}
],
"description": "EiYMubwsVk",
"id": "QIUCr"
}
},
{
"advisory": {
"code": "ujFn6",
"localizedText": "rbOAGaIKgQpZOxxPszA1",
"parameters": [
{
"id": "yXYjs",
"value": "0Z8yhKm689"
},
{
"id": "dYQY3",
"value": "x56t4SzpnH"
},
{
"id": "fAJvG",
"value": "nsXlLqHfZa"
},
{
"id": "Z9Bip",
"value": "2n8MVbHlmK"
}
],
"text": "10K84dizPtI1vmz"
},
"categories": [
"categories"
],
"commodityIndex": 2,
"derivedHarmonizedCode": "599447",
"source": "rCsObxWZaH",
"status": "ACTIVE",
"type": "1Y49uPmeYO",
"waiver": {
"advisories": [
{
"code": "Ck3MI",
"localizedText": "jdoUp76MOZtpBaCXrRgN",
"parameters": [
{
"id": "vfJqn",
"value": "DCGv9uXzqB"
}
],
"text": "PL1kYZkBS6veHAR"
},
{
"code": "aUksZ",
"localizedText": "NwXXLZQ9bOzr92vAUZA0",
"parameters": [
{
"id": "LcNOB",
"value": "B8EChLsI6p"
},
{
"id": "gipWy",
"value": "Kz2948yA8C"
},
{
"id": "JX7Kc",
"value": "6LPuSjmwAH"
},
{
"id": "eoBXD",
"value": "GF7U7GNStP"
}
],
"text": "gk5adcI69hOL6YE"
}
],
"description": "VkU17DTA0H",
"id": "YkLHY"
}
},
{
"advisory": {
"code": "Orw0t",
"localizedText": "fdpbKWWQRxu1HRMZDnCG",
"parameters": [
{
"id": "EBpjh",
"value": "rjLTvI6kT8"
}
],
"text": "shMrPEwGoBNyGML"
},
"categories": [
"categories"
],
"commodityIndex": 2,
"derivedHarmonizedCode": "859750",
"source": "NfD98etnFe",
"status": "PENDING",
"type": "40BHF9qLmK",
"waiver": {
"advisories": [
{
"code": "k47VF",
"localizedText": "65Zud1xfI3OsTOEeFYRV",
"parameters": [
{
"id": "GPHBb",
"value": "9VyXK02wSV"
},
{
"id": "i9EKE",
"value": "7351bluynt"
},
{
"id": "9SZdL",
"value": "AsMnNO9qHI"
},
{
"id": "JjZ8G",
"value": "n7mtyE6OmR"
}
],
"text": "LYc8KDswEnjUG67"
},
{
"code": "nsfYV",
"localizedText": "KkKcs1GnRxIEYGe9KjKY",
"parameters": [
{
"id": "qUE8p",
"value": "Cr3hD9hlsE"
},
{
"id": "q1LBc",
"value": "is8V9qr8Vl"
},
{
"id": "20KBD",
"value": "ii52NUZPBU"
},
{
"id": "WVJH0",
"value": "ftkNSDBt7x"
},
{
"id": "RlUMF",
"value": "uiEGANBzzV"
}
],
"text": "CccpdFfYLAPS1s2"
},
{
"code": "wqmpN",
"localizedText": "6xBVL4a3WhUb6ke9Lhbv",
"parameters": [
{
"id": "guXm7",
"value": "Gq0bls15tk"
},
{
"id": "OCgNR",
"value": "HWC0NQI9h3"
},
{
"id": "31Q09",
"value": "aQXbT41QHp"
},
{
"id": "PI4Mo",
"value": "V1piRX0nRY"
},
{
"id": "RnUPR",
"value": "AKXhvuUbjY"
}
],
"text": "6v60f74TqV2VFJQ"
},
{
"code": "0Sqgy",
"localizedText": "Zm7tbYRdwqppyAN7ngKa",
"parameters": [
{
"id": "SPjKe",
"value": "1vRzfqOL3K"
}
],
"text": "JgWQcje6gmsJQEl"
}
],
"description": "CuV0Gi8qhj",
"id": "bYCLg"
}
},
{
"advisory": {
"code": "J9gv5",
"localizedText": "XT6YtArRtKzCTQYB1p06",
"parameters": [
{
"id": "4pL86",
"value": "AoHNneYPEF"
},
{
"id": "C92wQ",
"value": "PLJTtbDm0Q"
},
{
"id": "YCXPC",
"value": "t2moGaosfL"
},
{
"id": "c8jIe",
"value": "OlrsXqzOo1"
},
{
"id": "T9VuG",
"value": "jX8AULDcMa"
}
],
"text": "rCp6oqgfxK2nJbr"
},
"categories": [
"categories"
],
"commodityIndex": 8,
"derivedHarmonizedCode": "488598",
"source": "AK4mkoBK3b",
"status": "PENDING",
"type": "H2QTqSCpOM",
"waiver": {
"advisories": [
{
"code": "9eL6Z",
"localizedText": "9DU1mdhbSAvIwXusojzz",
"parameters": [
{
"id": "60pkE",
"value": "H6f3GlHesx"
},
{
"id": "BhqgL",
"value": "MSBmOkbkVQ"
}
],
"text": "ngqBqv075uRQKl0"
},
{
"code": "1wf7H",
"localizedText": "ia0HWeNksb0g24ts4FMN",
"parameters": [
{
"id": "5gP3J",
"value": "lY343aPDed"
},
{
"id": "lLDmA",
"value": "xzReIuJWAH"
},
{
"id": "YT5eH",
"value": "VzHifq91Hp"
}
],
"text": "MI57DT6Gorswaj3"
}
],
"description": "I5VXaYQzr1",
"id": "ukIeR"
}
},
{
"advisory": {
"code": "uL1Ma",
"localizedText": "DH4VwoOrYk8Mila7VYgz",
"parameters": [
{
"id": "Ccw38",
"value": "b0EZjkxrc9"
},
{
"id": "Hvwtz",
"value": "EOqPaC0SwT"
},
{
"id": "6P45U",
"value": "wSuz2zwwXE"
},
{
"id": "OnxE8",
"value": "knFmtUaspb"
}
],
"text": "EwVtwW7IQwSntCq"
},
"categories": [
"categories"
],
"commodityIndex": 6,
"derivedHarmonizedCode": "274761",
"source": "2IRJTo9qbN",
"status": "ACTIVE",
"type": "QyXeJxELQX",
"waiver": {
"advisories": [
{
"code": "jVBl8",
"localizedText": "3qIKKKzu6B07R2dLy5d2",
"parameters": [
{
"id": "KMFch",
"value": "U96WN3sGC8"
},
{
"id": "R3VyH",
"value": "oRVhGraIS1"
},
{
"id": "BTwl4",
"value": "kWPPxD4vAJ"
},
{
"id": "hry6j",
"value": "Ri1fL9ymP2"
},
{
"id": "vQiVo",
"value": "598PBpN2Qt"
}
],
"text": "DqpWWQ9yiAhbnLI"
},
{
"code": "yIUSw",
"localizedText": "3q5I0NonxNcH6cwnzgVF",
"parameters": [
{
"id": "1iD7r",
"value": "PTILc3rjjX"
},
{
"id": "UmZ0J",
"value": "fo2bdAsXuL"
}
],
"text": "eI0Ooi75m03fZhm"
}
],
"description": "1OUNB7j6aZ",
"id": "APeAZ"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "ypt4R2GLEi5bQH6Kq2G5",
"trackingNumber": "733810632352",
"url": "https://soulful-someplace.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "FxODgAwD7TwPZ5N3Ig3z",
"trackingNumber": "576782791675",
"url": "https://french-wasabi.info/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://fake-substitution.name",
"password": "l5huVPRB",
"role": "Regional Integration Producer",
"userId": "9f486e09-80bf-4c6b-b149-75ad698d931a"
},
{
"emailLabelUrl": "https://shameful-expansion.org",
"password": "jO_kMDAd",
"role": "Future Infrastructure Analyst",
"userId": "3a494e33-f531-403c-b385-4ab31128c963"
},
{
"emailLabelUrl": "https://judicious-obligation.com",
"password": "Ve2N7EVX",
"role": "Direct Research Producer",
"userId": "d8c4acd8-4909-4973-a995-31ccfe401d0c"
},
{
"emailLabelUrl": "https://sandy-dividend.com/",
"password": "S21gRR2h",
"role": "Principal Integration Technician",
"userId": "f9c14b8b-86e6-4c9d-b121-0c4d90bc2ffb"
},
{
"emailLabelUrl": "https://lustrous-assist.net/",
"password": "GixjpE30",
"role": "Senior Assurance Representative",
"userId": "09a6bfdb-8a52-492d-b1be-c394ed44adec"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 352.74,
"currency": "TRY"
}
},
"completedEtdDetail": {
"folderId": "iBc9YmEuxAC4hoGO",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "TLC8aknXHkmIqNqJ"
}
]
},
"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": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "STM35ScUHk",
"hazardClass": "8",
"id": "UN7984",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 9.27,
"netExplosiveDetail": {
"amount": 8.29,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "E0xOJOVvPu",
"hazardClass": "8",
"id": "UN2710",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 64.28,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "wSzcAQgBGc"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.49,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "hf2WLvmUKy2kQvH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.69,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.46,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wvruk3azn2",
"hazardClass": "3",
"id": "UN6048",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 63.82,
"netExplosiveDetail": {
"amount": 6.35,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "LFJ7LiufBm",
"hazardClass": "2.3",
"id": "UN3723",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 78.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WyQTgtGjtx"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.88,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 13.12,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.37,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 15.52,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.55,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vLJod2Nnb5zVf1i",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.09,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 32.05,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.07
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "E8SUFdbC8w",
"hazardClass": "3",
"id": "UN4194",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A63",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 11.99,
"netExplosiveDetail": {
"amount": 2.02,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "lOIopj73N8",
"hazardClass": "8",
"id": "UN7503",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 75.65,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SawvCvZzut"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.77,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.25,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "KcPjzuKllKRc8o9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.97,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.41,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "LRqykAKNB2",
"hazardClass": "3",
"id": "UN9133",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 26.6,
"netExplosiveDetail": {
"amount": 8.99,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "UHx8KJu69S",
"hazardClass": "8",
"id": "UN4210",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 32.48,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "gtIyloafRC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.79,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.57,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Tc9cPVhu9y9JrlB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.31,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 35.6,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Zs3phckALc",
"hazardClass": "3",
"id": "UN5261",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A57",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 84.76,
"netExplosiveDetail": {
"amount": 9,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "X9kxMVFpCT",
"hazardClass": "3",
"id": "UN5836",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "JBrRUuOWkf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.49,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.65,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 37.47,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "QYn5eq6zQ4B11o2",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.3,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 31.37,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.36
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 9.02,
"referenceId": "672356",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"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": "GROUND",
"value": "9912757116032110800562013222778019"
},
{
"type": "GROUND",
"value": "0900878171928994892169488554267860"
},
{
"type": "ADDRESS",
"value": "6786835803530904572947436745643271"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 18
},
{
"content": "THIS SIDE UP",
"number": 12
},
{
"content": "THIS SIDE UP",
"number": 15
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 49.9,
"packageRateDetails": [
{
"baseCharge": 59.98,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 121.55,
"netFedExCharge": 119.57,
"netFreight": 110.34,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 710.22,
"currency": "MDL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2710.63,
"currency": "PGK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1486.31,
"currency": "OMR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 7.46,
"totalRebates": 2.45,
"totalSurcharges": 9.94,
"totalTaxes": 8.88
},
{
"baseCharge": 149.52,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 62.44,
"netFedExCharge": 59.97,
"netFreight": 77.4,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1829.72,
"currency": "KPW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4812.93,
"currency": "XOF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 415.94,
"currency": "JPY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4112.92,
"currency": "ZWL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1577.81,
"currency": "LAK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 3.4,
"totalRebates": 1.97,
"totalSurcharges": 9.52,
"totalTaxes": 0.5
},
{
"baseCharge": 77.18,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 202.95,
"netFedExCharge": 128.71,
"netFreight": 94.38,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1614.61,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 19.94,
"totalRebates": 2.64,
"totalSurcharges": 6.72,
"totalTaxes": 2.24
}
]
},
"sequenceNumber": 8,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "4511",
"trackingIdType": "FREIGHT",
"trackingNumber": "92115856535132321191",
"uspsApplicationId": "46"
},
{
"formId": "3614",
"trackingIdType": "FREIGHT",
"trackingNumber": "46707102920782868875",
"uspsApplicationId": "35"
},
{
"formId": "3106",
"trackingIdType": "FREIGHT",
"trackingNumber": "83932120354713208782",
"uspsApplicationId": "83"
},
{
"formId": "3869",
"trackingIdType": "GROUND",
"trackingNumber": "02765963951913416272",
"uspsApplicationId": "40"
},
{
"formId": "3886",
"trackingIdType": "FREIGHT",
"trackingNumber": "61871125436671944339",
"uspsApplicationId": "17"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6dALJbZ4hT",
"hazardClass": "8",
"id": "UN3213",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 51.49,
"netExplosiveDetail": {
"amount": 6.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "A46et5uUFS",
"hazardClass": "2.3",
"id": "UN6818",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "gWDLJTtrzW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.31,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 3.59,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "5BwixWoWkJRAIUJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.53,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.32,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Pob5GBbE2Z",
"hazardClass": "3",
"id": "UN6428",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 20.82,
"netExplosiveDetail": {
"amount": 7.24,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "lYvjAentOh",
"hazardClass": "2.3",
"id": "UN5014",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 84.93,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qwOKrqZUyN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.53,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.39,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.98,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "NNqdPsUui9wUJqY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 43.55,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Yk26x1EoyT",
"hazardClass": "3",
"id": "UN7649",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 30.4,
"netExplosiveDetail": {
"amount": 9.75,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "LBAKyLL9Ra",
"hazardClass": "3",
"id": "UN3411",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 97.17,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xFLoZbCaTi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.26,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24.51,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.86,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.4,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.41,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "K6Z9b5XhVZ7RUd9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.67,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 7.65,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1DqMYvS0kX",
"hazardClass": "3",
"id": "UN9197",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A23",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 76.37,
"netExplosiveDetail": {
"amount": 3.7,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "siFa550Fm8",
"hazardClass": "3",
"id": "UN5336",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 27.16,
"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": "xxIGWIkJpW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.34,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.08,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "9Gs8wFOJIEAYGiT",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.03,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 35.24,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.14
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ecNzilp9dh",
"hazardClass": "8",
"id": "UN4402",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 4.27,
"netExplosiveDetail": {
"amount": 4.91,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nTgGXxKveC",
"hazardClass": "8",
"id": "UN5824",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 18.27,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WOmxWCICmG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 23.22,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 18.69,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.12,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "LimjkxwdG12UR9r",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.64,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 9.29,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "G1wKIaSWOP",
"hazardClass": "3",
"id": "UN1976",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 26.56,
"netExplosiveDetail": {
"amount": 2.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "vNql5f7NKW",
"hazardClass": "3",
"id": "UN0334",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 45.56,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BXHXuUkGOW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.06,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.34,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.17,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.6,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.9,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "fLJ11WWMFN9rkog",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.58,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.66,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "C0rBVvNKhP",
"hazardClass": "3",
"id": "UN9157",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A77",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 91.91,
"netExplosiveDetail": {
"amount": 3.3,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "BmkSrmynrn",
"hazardClass": "8",
"id": "UN6240",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 16.73,
"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": "dBIivzEMVv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.62,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.27,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.33,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 34.01,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "i7Otb2HjARUD2Kz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.84,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "NTjI9JEO7r",
"hazardClass": "3",
"id": "UN1691",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 62.88,
"netExplosiveDetail": {
"amount": 8.87,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "HKiRnUt2dw",
"hazardClass": "8",
"id": "UN4481",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 32.47,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lAMhkvhYtW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 32.54,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.32,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "HlTLlePFXGulaGE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.09,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 24.75,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.27
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "cGkeLKkydU",
"hazardClass": "8",
"id": "UN2010",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A81",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 17.72,
"netExplosiveDetail": {
"amount": 8.8,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2KwBTz0Wf2",
"hazardClass": "3",
"id": "UN3583",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 88.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "yRBRnTZBXI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.19,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.63,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45.82,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "EqLJWmPXtOU7AtW",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.92,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 27.01,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "7gfGU7swBR",
"hazardClass": "8",
"id": "UN6270",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 34.7,
"netExplosiveDetail": {
"amount": 8.77,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "BmDJ05E95f",
"hazardClass": "8",
"id": "UN8198",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 29.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OqTrdoPtjn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 24,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.31,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.49,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 14.13,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "crcMd7CGHr5SWgx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.26,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 17.86,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jJwrQIHoi3",
"hazardClass": "3",
"id": "UN4526",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A75",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 92.2,
"netExplosiveDetail": {
"amount": 1.63,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "1D5XpF6swv",
"hazardClass": "2.3",
"id": "UN0561",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 46.04,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AIVbpSIcRy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.89,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.94,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 18.17,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "XMOeswfKVVaagpo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.95,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 45.12,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "kMvJyRCp2T",
"hazardClass": "3",
"id": "UN4232",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A07",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 23.28,
"netExplosiveDetail": {
"amount": 6.09,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VQsfnaCk1E",
"hazardClass": "8",
"id": "UN6054",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 94.75,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VEmmSzJuum"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.9,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "5Khw11YcsCnXvSS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.21,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.63,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "oMLHD4pbMX",
"hazardClass": "8",
"id": "UN0787",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 87.89,
"netExplosiveDetail": {
"amount": 1.13,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "BmIJWpdvdZ",
"hazardClass": "8",
"id": "UN5925",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 79.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WnFeJRPPta"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.55,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 49.12,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.97,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Sekfhgr4PWpsBFf",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.52,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.83,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.92
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 2.97,
"referenceId": "725967",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Standard",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"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": "0407762504293935915262824298095790"
},
{
"type": "GROUND",
"value": "6017204780806388316412387439424147"
},
{
"type": "ADDRESS",
"value": "1390239118216180526292002322680222"
},
{
"type": "ADDRESS",
"value": "8493033865699520294489011855427919"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 3
},
{
"content": "FRAGILE",
"number": 10
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 10.53,
"packageRateDetails": [
{
"baseCharge": 63.97,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 172.71,
"netFedExCharge": 182.72,
"netFreight": 88.31,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2338.2,
"currency": "VES"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2026.08,
"currency": "JPY"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 686.07,
"currency": "RWF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4643.17,
"currency": "TZS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 49.55,
"totalRebates": 3.35,
"totalSurcharges": 7.89,
"totalTaxes": 3.94
}
]
},
"sequenceNumber": 9,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "3219",
"trackingIdType": "EXPRESS",
"trackingNumber": "13752077662900483114",
"uspsApplicationId": "70"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "snIKmZvMuP",
"hazardClass": "3",
"id": "UN2265",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 35.45,
"netExplosiveDetail": {
"amount": 6.38,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "G097KLHh9w",
"hazardClass": "8",
"id": "UN1241",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.3,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BSJsHynmCs"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.63,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 25.97,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.65,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "dfqb0FC5DtGZhRN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.22,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 6.84,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.38
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UDCuBqTIAV",
"hazardClass": "8",
"id": "UN8128",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 86.35,
"netExplosiveDetail": {
"amount": 2.83,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "hvbkf64mSF",
"hazardClass": "3",
"id": "UN3807",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 52.25,
"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": "vkdRiZJWFt"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.76,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.12,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "A9JbdEOy9WBjWNC",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.87,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 41.69,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "eE3pBmsgVy",
"hazardClass": "3",
"id": "UN2964",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 80.01,
"netExplosiveDetail": {
"amount": 5.75,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "de4Fsl1Nro",
"hazardClass": "8",
"id": "UN0561",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 74.31,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "oeIHmkypOU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.45,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.38,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.86,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.86,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.93,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "0jjTA9qObihIg5W",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.41,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 17.74,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tI56OYvMpJ",
"hazardClass": "8",
"id": "UN5516",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A69",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 39.83,
"netExplosiveDetail": {
"amount": 3.8,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "keVCqclZa9",
"hazardClass": "2.3",
"id": "UN2400",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 65.58,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jCyheOPiQI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.64,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 3.06,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.63,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.77,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "BTQVxnddIDgl8AI",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.66,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 42.4,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Hv2J3Jl5tC",
"hazardClass": "3",
"id": "UN9238",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 19.1,
"netExplosiveDetail": {
"amount": 9.93,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "jIDsj5tVtA",
"hazardClass": "8",
"id": "UN1366",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 73.93,
"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": "hsyFZOhYvv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.59,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 26.23,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.84,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Nt6N8ajXH8nalC1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.05,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 33.9,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hd6lYFbAnx",
"hazardClass": "8",
"id": "UN6296",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 68.88,
"netExplosiveDetail": {
"amount": 8.56,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GpAZuXXbWv",
"hazardClass": "2.3",
"id": "UN8971",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 40.3,
"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": "uzxfZAlOzj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.21,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.41,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 3.65,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 23.89,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 44.63,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "fosmRAsHu6PilXc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.08,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 48.61,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.33
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "i7zgV1H6LY",
"hazardClass": "3",
"id": "UN7056",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A62",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 89.56,
"netExplosiveDetail": {
"amount": 8.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "NcxViNFQeN",
"hazardClass": "3",
"id": "UN5586",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BnwuQkvnGy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.32,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "FcWNB2hKGGwCMbC",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.5,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 43.02,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MZB1JoNNRg",
"hazardClass": "8",
"id": "UN6361",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 80.28,
"netExplosiveDetail": {
"amount": 2.42,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "RpjsBgG6g8",
"hazardClass": "8",
"id": "UN0824",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 55.06,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aVuCKbqTub"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.9,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "qxKUYlZeCpNCvlp",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.57,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 9.52,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UnOy1tIEnZ",
"hazardClass": "3",
"id": "UN5064",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A89",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 78.81,
"netExplosiveDetail": {
"amount": 5.46,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ufy0JDLWK3",
"hazardClass": "3",
"id": "UN3660",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 84.46,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ffAsVssMZX"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.79,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.02,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.07,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.93,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "OpyqfhBMMN5emvE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.69,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "eiK6Td1nLS",
"hazardClass": "8",
"id": "UN5761",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 74.7,
"netExplosiveDetail": {
"amount": 3.78,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "A8wCplYdtQ",
"hazardClass": "8",
"id": "UN5068",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 71.95,
"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": "JBwnAieQnu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.91,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "YH3Tf3jf1EuHAj0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.95,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 20.51,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MtTNywWLYM",
"hazardClass": "3",
"id": "UN7468",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 28.01,
"netExplosiveDetail": {
"amount": 4.35,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "7XkDGOkzFt",
"hazardClass": "8",
"id": "UN6061",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 10.26,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BkhnPNeghj"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.57,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "b3y1hp8SXvyvbXg",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.25,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 24.47,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.93
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zPLHOcEkWa",
"hazardClass": "8",
"id": "UN4548",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A78",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 48.95,
"netExplosiveDetail": {
"amount": 4.81,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "WpV5cLdXq5",
"hazardClass": "3",
"id": "UN0333",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 76.84,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WjetERWxDd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.53,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.65,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.67,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "EaWHAQuvGnVmCP6",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.32,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 18.48,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gR5QPmpv1J",
"hazardClass": "3",
"id": "UN1136",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 60.8,
"netExplosiveDetail": {
"amount": 1.04,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "d3EoogDftq",
"hazardClass": "2.3",
"id": "UN9320",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 40.64,
"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": "YbzArfoRTW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 3.78,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.66,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "T3kOYnXKvSHL2h1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.77,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 39.61,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1tEoqQXFuL",
"hazardClass": "3",
"id": "UN1178",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 84.55,
"netExplosiveDetail": {
"amount": 1.19,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "4I2zPqhpfh",
"hazardClass": "2.3",
"id": "UN8648",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 73.01,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ABWUMQaoBZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.23,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.71,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.46,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.89,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "91H7dT3w6HgBCAa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.51,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 33.13,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.86
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ecLJmV7R9X",
"hazardClass": "8",
"id": "UN2163",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 17.45,
"netExplosiveDetail": {
"amount": 4.21,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "kOvC1I4Gbm",
"hazardClass": "8",
"id": "UN9562",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 36.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DbReryywdq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 49.9,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "aetesg1ToTnhMcW",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.28,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 4.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "np6cZa3hQS",
"hazardClass": "3",
"id": "UN5936",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A81",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 1.3,
"netExplosiveDetail": {
"amount": 4.86,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "IFPGcUjABk",
"hazardClass": "8",
"id": "UN6167",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 37.81,
"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": "yMYknUjZQX"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.57,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.76,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.7,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 46.9,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "a0nh7DrfZamw86s",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.88,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.23,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "46WehSDxge",
"hazardClass": "8",
"id": "UN5633",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A96",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 92.51,
"netExplosiveDetail": {
"amount": 2.81,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Xn9EhZ48q0",
"hazardClass": "2.3",
"id": "UN6645",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NKJCckxpKN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.54,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 49.65,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.99,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.68,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "PUqzztiv0GJHiKS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.83,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 22.65,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.77
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 8.78,
"referenceId": "018650",
"regulation": "DOT"
},
"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"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "1591580567050657708816141418188707"
},
{
"type": "ADDRESS",
"value": "5518564510889551053130550856116737"
},
{
"type": "GROUND",
"value": "4466121307384749375689253871847505"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 17
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 9.63,
"packageRateDetails": [
{
"baseCharge": 114.29,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 91.59,
"netFedExCharge": 90.47,
"netFreight": 77.6,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4631.04,
"currency": "CNY"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1863.34,
"currency": "MXN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 144.41,
"currency": "FJD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 42.06,
"totalRebates": 3.54,
"totalSurcharges": 0.82,
"totalTaxes": 8.97
},
{
"baseCharge": 107.01,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 172.92,
"netFedExCharge": 117.13,
"netFreight": 119.95,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3862.2,
"currency": "MNT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 41.29,
"totalRebates": 1.79,
"totalSurcharges": 14.8,
"totalTaxes": 1.12
},
{
"baseCharge": 123.8,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 111.64,
"netFedExCharge": 106.69,
"netFreight": 68.95,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4492.97,
"currency": "STN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4472.26,
"currency": "KRW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 687.85,
"currency": "GBP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2927.94,
"currency": "DOP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4181.29,
"currency": "SBD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 19.25,
"totalRebates": 2.98,
"totalSurcharges": 13.3,
"totalTaxes": 3.39
}
]
},
"sequenceNumber": 8,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "9373",
"trackingIdType": "FREIGHT",
"trackingNumber": "96257039741834705102",
"uspsApplicationId": "01"
},
{
"formId": "5599",
"trackingIdType": "EXPRESS",
"trackingNumber": "13589036177200599444",
"uspsApplicationId": "73"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "3ZZOqfsIyu",
"hazardClass": "3",
"id": "UN0117",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A76",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 99.66,
"netExplosiveDetail": {
"amount": 9.03,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "XtK7lbiHj7",
"hazardClass": "2.3",
"id": "UN3544",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 45.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LxlOYwsPVk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.47,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "1MbBywIPvB7Roav",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.39,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 21.06,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MMdZNKDqMg",
"hazardClass": "8",
"id": "UN1804",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 69.31,
"netExplosiveDetail": {
"amount": 3.73,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "UswAgYBWvZ",
"hazardClass": "3",
"id": "UN6077",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 69.99,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WwEGCQMnvr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.9,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 8,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.96,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "TX34zKz9ktpHCvZ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.64,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 3.7,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nygePsykoj",
"hazardClass": "3",
"id": "UN2420",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A19",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 37.73,
"netExplosiveDetail": {
"amount": 6.1,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "fyMuDSfo1d",
"hazardClass": "2.3",
"id": "UN9561",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 57.58,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "zzkPmserbd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.51,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 44.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ZAWwLvWghs4cqgl",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.55,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.12,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZpNTWO9xXI",
"hazardClass": "3",
"id": "UN8954",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A71",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 67.94,
"netExplosiveDetail": {
"amount": 1.16,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "mvWXulcvLb",
"hazardClass": "3",
"id": "UN5658",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 73.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xggGgYiZFk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.91,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "nCTbtjBUYXuBqfP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 47.28,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "vQtfWegpgU",
"hazardClass": "3",
"id": "UN3404",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A93",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 8.34,
"netExplosiveDetail": {
"amount": 3.5,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "n8pPmjqHRk",
"hazardClass": "3",
"id": "UN1166",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 8.93,
"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": "RByuMEOjGh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.83,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 12.42,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 29.92,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 1.43,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ZJIGrahzBkZAhpz",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.69,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 43.03,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.86
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "aDP5RIwPdQ",
"hazardClass": "3",
"id": "UN5513",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 52.69,
"netExplosiveDetail": {
"amount": 5.81,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "absD8DDoSe",
"hazardClass": "8",
"id": "UN4396",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 21.51,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "pAIYxvrkqf"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.12,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "3bpKQKOOwyhXTIe",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.43,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 38.15,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QZ4pJgaR0T",
"hazardClass": "3",
"id": "UN4845",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 81.11,
"netExplosiveDetail": {
"amount": 4.74,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "FwdGeqqpMT",
"hazardClass": "3",
"id": "UN5576",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 95.78,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ddUleTXHOB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.75,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 36.6,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.44,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "7LKOI4S2j9XyMHk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.98,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 32.05,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "LLpfVpVryp",
"hazardClass": "8",
"id": "UN6044",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 99.36,
"netExplosiveDetail": {
"amount": 2.33,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VeYGrC6LUJ",
"hazardClass": "3",
"id": "UN1088",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.08,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "kSxwrbmCkG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.98,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.98,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.79,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.52,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 49.7,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ZCi6oNsK2hI7Z9c",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 14.02,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 35.14,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "8HW5fyP0c2",
"hazardClass": "8",
"id": "UN3614",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 38.97,
"netExplosiveDetail": {
"amount": 9.74,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "3xJU8Yd201",
"hazardClass": "2.3",
"id": "UN3186",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "YccUuhXuXv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.63,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.65,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 2.23,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.17,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "CgMSFyMMJejkjxR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.25,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 24.44,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "eWyWSd6dvH",
"hazardClass": "3",
"id": "UN7437",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A49",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 51.28,
"netExplosiveDetail": {
"amount": 4.63,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "gJf6Uvikih",
"hazardClass": "3",
"id": "UN1453",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 67.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jmqzkjInZa"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.32,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 1.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.97,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.84,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "0uMcABK9YMK6HBN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.3,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 38,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QGkwMNqDQz",
"hazardClass": "3",
"id": "UN0822",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A73",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 98.89,
"netExplosiveDetail": {
"amount": 7.19,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "oWTYCRKStq",
"hazardClass": "2.3",
"id": "UN8017",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 81.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ZDAdXsDEmK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.76,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 37.72,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 36.8,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "JsLNaoFVm6pXhBt",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.76,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 6.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "tKtdkNzeCJ",
"hazardClass": "3",
"id": "UN9767",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A28",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 58.39,
"netExplosiveDetail": {
"amount": 7.71,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "OADeGfE3o7",
"hazardClass": "3",
"id": "UN2326",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 34.33,
"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": "PGPmyUecwz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.88,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.93,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.47,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.22,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "Z6lrKkmQ2m6n2QL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.62,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 18.63,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "nPLpR8Swl7",
"hazardClass": "3",
"id": "UN3807",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A19",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 65.25,
"netExplosiveDetail": {
"amount": 2.19,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "CMv0Tuz4MG",
"hazardClass": "8",
"id": "UN6948",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QMKxkYTaDW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.38,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.54,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.11,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ypMA0cXXA4iClTD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.48,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 6.51,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "noDjTVnqAa",
"hazardClass": "8",
"id": "UN8812",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A23",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 4.48,
"netExplosiveDetail": {
"amount": 8.23,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Ds54uuEcye",
"hazardClass": "2.3",
"id": "UN9299",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 11.48,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FKmxXUoOQH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.25,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 20.05,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.57,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "oorpzrAV8r9uuOu",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.89,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 14.77,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "APy4FAHpLa",
"hazardClass": "8",
"id": "UN0402",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A46",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 81.42,
"netExplosiveDetail": {
"amount": 6.98,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ix50wULBgH",
"hazardClass": "3",
"id": "UN2743",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 39.66,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "JhDpIATlgr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.26,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.57,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 20.2,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.04,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vajZxlX6nIsMN7X",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.94,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 22.77,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.27
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 2.72,
"referenceId": "901863",
"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"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "7793377539443593322687273174329738"
},
{
"type": "GROUND",
"value": "2273176157215642793000080317429825"
},
{
"type": "ADDRESS",
"value": "4254108806433580947414309916932866"
},
{
"type": "GROUND",
"value": "9913121763357916730202975651252760"
},
{
"type": "GROUND",
"value": "8069016544695048315931734805229410"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 2
},
{
"content": "FRAGILE",
"number": 17
},
{
"content": "THIS SIDE UP",
"number": 12
},
{
"content": "THIS SIDE UP",
"number": 15
},
{
"content": "FRAGILE",
"number": 2
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 45.22,
"packageRateDetails": [
{
"baseCharge": 129.46,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 107.09,
"netFedExCharge": 52.95,
"netFreight": 51.79,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2749.94,
"currency": "KMF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3241.92,
"currency": "SOS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 5.09,
"totalRebates": 1.3,
"totalSurcharges": 6.26,
"totalTaxes": 4.69
}
]
},
"sequenceNumber": 10,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "9222",
"trackingIdType": "GROUND",
"trackingNumber": "21197422094689227672",
"uspsApplicationId": "81"
},
{
"formId": "2064",
"trackingIdType": "EXPRESS",
"trackingNumber": "98847009216075743578",
"uspsApplicationId": "76"
},
{
"formId": "7749",
"trackingIdType": "EXPRESS",
"trackingNumber": "53564231460544235948",
"uspsApplicationId": "89"
},
{
"formId": "8289",
"trackingIdType": "EXPRESS",
"trackingNumber": "97797529096838526828",
"uspsApplicationId": "08"
},
{
"formId": "4321",
"trackingIdType": "GROUND",
"trackingNumber": "12583234491295194833",
"uspsApplicationId": "16"
}
]
}
],
"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": "aXWXI6noXA",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-08-31T00:00:00.0Z",
"expirationDate": "2027-06-24T00:00:00.0Z",
"number": "00558"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 2
}
},
"masterTrackingId": {
"formId": "1159",
"trackingIdType": "GROUND",
"trackingNumber": "69545880586626289121",
"uspsApplicationId": "07"
},
"operationalDetail": {
"airportId": "DGX",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "DojRm61ZAibyqnz",
"commitDate": "2026-07-25T00:00:00.0Z",
"commitDay": "Mon",
"countryCode": "RS",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-27T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "AgpC",
"destinationLocationNumber": 286,
"destinationLocationStateOrProvinceCode": "GA",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "062",
"originLocationNumber": 665,
"originServiceArea": "B2",
"packagingCode": "26",
"postalCode": "90005-4001",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "073",
"stateOrProvinceCode": "CT",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Zq",
"ursaSuffixCode": "WV"
},
"packagingDescription": "crate",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "59",
"description": "Smart explicit migration",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "K4A"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Rrv"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "s6L"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Vfb"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "onO"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "9kipmWAqFbqe",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "4211",
"trackingIdType": "FREIGHT",
"trackingNumber": "66473876074196501135"
},
{
"formId": "5994",
"trackingIdType": "GROUND",
"trackingNumber": "81085782777306754928"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "9323",
"trackingIdType": "EXPRESS",
"trackingNumber": "22562024692005368301"
},
{
"formId": "3146",
"trackingIdType": "FREIGHT",
"trackingNumber": "76383698521507565507"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "9176",
"trackingIdType": "GROUND",
"trackingNumber": "07219347464849623542"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"description": "GodrZY7yRJ",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"description": "vNrXiRwJon",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "LYD",
"value": "CUSTOMS_VALUE"
},
"description": "sGuzkAnAl5",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "GBP",
"value": "CUSTOMS_VALUE"
},
"description": "kKMLNZd2dR",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "PLN",
"rate": 19.95
},
"dutiesAndTaxes": [
{
"harmonizedCode": "871046",
"taxes": {
"amount": {
"currency": "MMK",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "wnOwUG9qmy",
"id": "MfL4UN",
"name": "GST"
},
"description": "ecRpEjgPIc",
"effectiveDate": "2025-12-31T00:00:00.0Z",
"formula": "z4gKQMXPxdvDCpJ",
"name": "VAT",
"taxableValue": {
"currency": "SSP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "X28aw",
"taxRates": [
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"description": "h0ngned1Jt",
"percent": 13.57,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 9.67,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "xMOr4tIjOT",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "cQ0iEC",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"description": "SC6hFZ9u18",
"percent": 4.28,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
},
"description": "2fPoeOZImn",
"percent": 4.25,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"description": "gqZy8s8feY",
"percent": 2.82,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
},
"description": "0PS5CIV1Qq",
"percent": 3.46,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "KPW",
"value": "CUSTOMS_VALUE"
},
"description": "Pat24Q2Aht",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
},
"description": "E7i6mvse8Z",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BWP",
"value": "CUSTOMS_VALUE"
},
"description": "4joG5tdZSq",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "GMD",
"value": "CUSTOMS_VALUE"
},
"description": "Ofi82bcf8s",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "ERN",
"value": "CUSTOMS_VALUE"
},
"description": "6JprTHMC89",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
"description": "TriT7yMN5R",
"taxType": "VAT"
},
{
"amount": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"description": "kXbM1OcCIT",
"taxType": "VAT"
},
{
"amount": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
},
"description": "INRVdsOJTf",
"taxType": "VAT"
},
{
"amount": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"description": "Fa1W1OavdV",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "EGP",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "RUB",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "EGP",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "KHR",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "SSP",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "JOD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "OMR",
"rate": 5.45
},
"dimDivisor": 160,
"freightDiscounts": [
{
"amount": 8.14,
"description": "oLWXXoRcgX",
"percent": 6.1,
"rateDiscountType": "COUPON"
},
{
"amount": 8.88,
"description": "hp5ZelPwlM",
"percent": 14.83,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.99,
"description": "5wfOcPGG4U",
"percent": 16.63,
"rateDiscountType": "EARNED"
},
{
"amount": 2.26,
"description": "1Rt82fpwoZ",
"percent": 19.99,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 3.33,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "52629",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "JJ8Fme",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JOD",
"rate": 24.53
},
"dimDivisor": 252,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.79,
"description": "3RF7nr4iwI",
"percent": 9.19,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.47,
"description": "iBWaL2YTPl",
"percent": 16.02,
"rateDiscountType": "EARNED"
},
{
"amount": 5.46,
"description": "aDOvD8w4fd",
"percent": 5.79,
"rateDiscountType": "COUPON"
},
{
"amount": 2.1,
"description": "mIjOc9zvEd",
"percent": 19.17,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 6.29,
"legDestinationLocationId": "nkRk",
"minimumChargeType": "ACTUAL",
"pricingCode": "gkufm",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0248",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "Lbh6KG",
"surcharges": [
{
"amount": {
"amount": 3407.16,
"currency": "CLP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1892.09,
"currency": "THB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1836.59,
"currency": "XPF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 306.33,
"currency": "CVE"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.75,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 146.52,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 13.11,
"totalFreightDiscounts": 14.8,
"totalNetCharge": 155.06,
"totalNetChargeWithDutiesAndTaxes": 180.82,
"totalNetFedExCharge": 151.45,
"totalNetFreight": 140.35,
"totalRebates": 4.06,
"totalSurcharges": 13.07,
"totalTaxes": 2.33
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "UYU",
"rate": 23.04
},
"dimDivisor": 173,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.75,
"description": "zp3gvQMGow",
"percent": 5.31,
"rateDiscountType": "BONUS"
},
{
"amount": 3.95,
"description": "ypnWHaeceI",
"percent": 7.59,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.91,
"description": "x7jxBNGK7X",
"percent": 19.38,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.65,
"legDestinationLocationId": "FZmJ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "nqZNU",
"ratedWeightMethod": "DIM",
"rateScale": "0920",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "c37kJg",
"surcharges": [
{
"amount": {
"amount": 3202.45,
"currency": "ANG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1507.06,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2615.3,
"currency": "SOS"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2215.44,
"currency": "MZN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2262.69,
"currency": "UYU"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.08,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.41,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.85,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.17,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.6,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 91.71,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.14,
"totalFreightDiscounts": 15.7,
"totalNetCharge": 174.63,
"totalNetChargeWithDutiesAndTaxes": 183.74,
"totalNetFedExCharge": 126.95,
"totalNetFreight": 153.64,
"totalRebates": 2.25,
"totalSurcharges": 5.71,
"totalTaxes": 5.19
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "WST",
"rate": 14.93
},
"dimDivisor": 144,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.85,
"description": "IFy24KLLn4",
"percent": 8.3,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.49,
"description": "6LlzbCMnHF",
"percent": 8.56,
"rateDiscountType": "COUPON"
},
{
"amount": 2.76,
"description": "vjc2N8HDgK",
"percent": 19.61,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 9.38,
"legDestinationLocationId": "loPz",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "zGAxh",
"ratedWeightMethod": "DIM",
"rateScale": "7292",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bdkdRS",
"surcharges": [
{
"amount": {
"amount": 4182.76,
"currency": "NGN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.94,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 177.34,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 23.26,
"totalFreightDiscounts": 2.51,
"totalNetCharge": 91.33,
"totalNetChargeWithDutiesAndTaxes": 104.55,
"totalNetFedExCharge": 78.34,
"totalNetFreight": 62.17,
"totalRebates": 4.4,
"totalSurcharges": 11.89,
"totalTaxes": 2.63
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BWP",
"rate": 13.89
},
"dimDivisor": 188,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.22,
"description": "eaIQINQOhr",
"percent": 12.24,
"rateDiscountType": "BONUS"
},
{
"amount": 7.61,
"description": "MBQWlgRK6X",
"percent": 9.27,
"rateDiscountType": "EARNED"
},
{
"amount": 4.92,
"description": "Rfy221JE8K",
"percent": 13.71,
"rateDiscountType": "COUPON"
},
{
"amount": 5.17,
"description": "rMGw7FF3M4",
"percent": 6.82,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 7.33,
"legDestinationLocationId": "MEod",
"minimumChargeType": "ACTUAL",
"pricingCode": "1fHd8",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7519",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "zQHrmQ",
"surcharges": [
{
"amount": {
"amount": 2696.19,
"currency": "YER"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4157.47,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2283.93,
"currency": "HKD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2986.15,
"currency": "BGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2003.07,
"currency": "DKK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.88,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 17.41,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.29,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 83.52,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.04,
"totalFreightDiscounts": 17.73,
"totalNetCharge": 196.03,
"totalNetChargeWithDutiesAndTaxes": 199.2,
"totalNetFedExCharge": 144.39,
"totalNetFreight": 67.01,
"totalRebates": 3.71,
"totalSurcharges": 9.31,
"totalTaxes": 5
}
],
"surcharges": [
{
"amount": {
"amount": 2780.83,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1190.92,
"currency": "ALL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4678.43,
"currency": "MZN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 18.93,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 17.79,
"totalBaseCharge": 110,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.16,
"totalDutiesTaxesAndFees": 92.12,
"totalFreightDiscounts": 48.46,
"totalNetCharge": 169.71,
"totalNetChargeWithDutiesAndTaxes": 87.28,
"totalNetFedExCharge": 208.47,
"totalNetFreight": 84.86,
"totalRebates": 2.85,
"totalSurcharges": 13.05,
"totalTaxes": 1.5
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MWK",
"rate": 12.93
},
"dimDivisor": 249,
"freightDiscounts": [
{
"amount": 2.82,
"description": "ASFM4TvL9l",
"percent": 8.11,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.02,
"description": "lmoKrMeNjF",
"percent": 12.67,
"rateDiscountType": "BONUS"
},
{
"amount": 9.96,
"description": "vIhyhJNzJE",
"percent": 5.9,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.74,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "04171",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "ONq8fK",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "THB",
"rate": 22.16
},
"dimDivisor": 135,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.19,
"description": "d4sGFCIjQg",
"percent": 14.83,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.08,
"description": "U3PS3HI04j",
"percent": 18.55,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.98,
"legDestinationLocationId": "qFkX",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "zFCrS",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1910",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "rI0ilO",
"surcharges": [
{
"amount": {
"amount": 1213.67,
"currency": "BHD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1861.06,
"currency": "BTN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2375.8,
"currency": "YER"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3270.27,
"currency": "SBD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 29.49,
"currency": "VUV"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 5.77,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 88.12,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.69,
"totalFreightDiscounts": 19.56,
"totalNetCharge": 171.95,
"totalNetChargeWithDutiesAndTaxes": 72.18,
"totalNetFedExCharge": 157.22,
"totalNetFreight": 76.04,
"totalRebates": 3.33,
"totalSurcharges": 18.99,
"totalTaxes": 2.94
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ALL",
"rate": 29.51
},
"dimDivisor": 126,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.99,
"description": "VTMawMfK59",
"percent": 11.75,
"rateDiscountType": "COUPON"
},
{
"amount": 3.47,
"description": "3JVFULF13j",
"percent": 8.16,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.72,
"description": "tb6BAy88AD",
"percent": 17.49,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.31,
"description": "GEOGVQQT5r",
"percent": 5.64,
"rateDiscountType": "BONUS"
},
{
"amount": 3.85,
"description": "jQXLttBlwZ",
"percent": 11.02,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.17,
"legDestinationLocationId": "lYAr",
"minimumChargeType": "ACTUAL",
"pricingCode": "Vd8Kp",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9093",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "jmnQK3",
"surcharges": [
{
"amount": {
"amount": 2379.4,
"currency": "BTN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.69,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.83,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.67,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.2,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.65,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 97.71,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.18,
"totalFreightDiscounts": 6.35,
"totalNetCharge": 58.17,
"totalNetChargeWithDutiesAndTaxes": 108.36,
"totalNetFedExCharge": 120.32,
"totalNetFreight": 171.84,
"totalRebates": 3.41,
"totalSurcharges": 16.63,
"totalTaxes": 4.84
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RSD",
"rate": 24.96
},
"dimDivisor": 204,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.9,
"description": "y2o4es9oV4",
"percent": 12.97,
"rateDiscountType": "EARNED"
},
{
"amount": 5.88,
"description": "SmK7A0DhN6",
"percent": 14.96,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 1.57,
"legDestinationLocationId": "qUaV",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "KleWQ",
"ratedWeightMethod": "DIM",
"rateScale": "5749",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "VcPRDS",
"surcharges": [
{
"amount": {
"amount": 2127.5,
"currency": "KRW"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 481.6,
"currency": "HTG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4260.88,
"currency": "KRW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 256.4,
"currency": "OMR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.6,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.69,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 9.76,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 11.63,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 100.25,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.55,
"totalFreightDiscounts": 36.47,
"totalNetCharge": 90.76,
"totalNetChargeWithDutiesAndTaxes": 95.21,
"totalNetFedExCharge": 131.86,
"totalNetFreight": 102.74,
"totalRebates": 4.43,
"totalSurcharges": 13.21,
"totalTaxes": 3.39
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TTD",
"rate": 17.4
},
"dimDivisor": 199,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.76,
"description": "MmZBv0WT79",
"percent": 18.75,
"rateDiscountType": "EARNED"
},
{
"amount": 8.89,
"description": "aWA6ytz7wr",
"percent": 11.9,
"rateDiscountType": "COUPON"
},
{
"amount": 8.63,
"description": "4j9DglluzY",
"percent": 15.02,
"rateDiscountType": "COUPON"
},
{
"amount": 4.73,
"description": "aks5ujUsVk",
"percent": 14.68,
"rateDiscountType": "EARNED"
},
{
"amount": 5.66,
"description": "OD7QButSkc",
"percent": 13.85,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 1.71,
"legDestinationLocationId": "geww",
"minimumChargeType": "ACTUAL",
"pricingCode": "VvGsG",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8472",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "rlddMI",
"surcharges": [
{
"amount": {
"amount": 4503.92,
"currency": "KPW"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2488.3,
"currency": "SSP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1320.03,
"currency": "DKK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 13.92,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 19.55,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.76,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.58,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 121.12,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.14,
"totalFreightDiscounts": 8.06,
"totalNetCharge": 152.26,
"totalNetChargeWithDutiesAndTaxes": 201.1,
"totalNetFedExCharge": 201.57,
"totalNetFreight": 197.06,
"totalRebates": 1.43,
"totalSurcharges": 7.97,
"totalTaxes": 0.54
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "RWF",
"rate": 13.4
},
"dimDivisor": 269,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.66,
"description": "rAJ35H2ojc",
"percent": 15.38,
"rateDiscountType": "COUPON"
},
{
"amount": 5.68,
"description": "w32u9vz6ph",
"percent": 12.57,
"rateDiscountType": "COUPON"
},
{
"amount": 7.66,
"description": "5wgiKYBHFg",
"percent": 14.11,
"rateDiscountType": "COUPON"
},
{
"amount": 2.38,
"description": "d7Z88SfVS1",
"percent": 14.97,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.88,
"legDestinationLocationId": "fzbl",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "0dW68",
"ratedWeightMethod": "DIM",
"rateScale": "7953",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "vbqF81",
"surcharges": [
{
"amount": {
"amount": 1589.35,
"currency": "SAR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4993.29,
"currency": "PLN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1286.66,
"currency": "VUV"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 5.05,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.99,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.71,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.77,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.39,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 151.01,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.69,
"totalFreightDiscounts": 31.62,
"totalNetCharge": 52.11,
"totalNetChargeWithDutiesAndTaxes": 165.58,
"totalNetFedExCharge": 171.02,
"totalNetFreight": 122.51,
"totalRebates": 4.48,
"totalSurcharges": 16.8,
"totalTaxes": 8.22
}
],
"surcharges": [
{
"amount": {
"amount": 4832.16,
"currency": "BWP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1152.21,
"currency": "MGA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3884.73,
"currency": "AZN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 6.92,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 12.53,
"totalBaseCharge": 130.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 4.61,
"totalDutiesTaxesAndFees": 42.36,
"totalFreightDiscounts": 42.76,
"totalNetCharge": 132.37,
"totalNetChargeWithDutiesAndTaxes": 78.8,
"totalNetFedExCharge": 82.45,
"totalNetFreight": 147.57,
"totalRebates": 1.12,
"totalSurcharges": 4.56,
"totalTaxes": 4.42
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "QAR",
"rate": 12.11
},
"dimDivisor": 117,
"freightDiscounts": [
{
"amount": 3.16,
"description": "wFoEfCRPeq",
"percent": 12.88,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 10.94,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "26353",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "cv9MHZ",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "LYD",
"rate": 18.13
},
"dimDivisor": 206,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.18,
"description": "cimTtoMzBj",
"percent": 14.7,
"rateDiscountType": "EARNED"
},
{
"amount": 4.19,
"description": "5QO4fwLJfx",
"percent": 11.35,
"rateDiscountType": "EARNED"
},
{
"amount": 9.48,
"description": "Vxo0tcy6aK",
"percent": 11.32,
"rateDiscountType": "COUPON"
},
{
"amount": 7.83,
"description": "JYxnXHhEqu",
"percent": 14.72,
"rateDiscountType": "COUPON"
},
{
"amount": 7.2,
"description": "lyxRSpB2pF",
"percent": 18.39,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.87,
"legDestinationLocationId": "XwXh",
"minimumChargeType": "ACTUAL",
"pricingCode": "NLheU",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7807",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "yt0jmA",
"surcharges": [
{
"amount": {
"amount": 892.56,
"currency": "CUP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4000.92,
"currency": "SAR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 3.96,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 16.04,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.84,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.75,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 185.17,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.23,
"totalFreightDiscounts": 20.49,
"totalNetCharge": 198.36,
"totalNetChargeWithDutiesAndTaxes": 56.5,
"totalNetFedExCharge": 164.21,
"totalNetFreight": 121.93,
"totalRebates": 1.62,
"totalSurcharges": 19.14,
"totalTaxes": 7.01
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "PYG",
"rate": 11.62
},
"dimDivisor": 260,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.31,
"description": "ik1L1QTdDq",
"percent": 19.93,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 14.88,
"legDestinationLocationId": "nMcp",
"minimumChargeType": "ACTUAL",
"pricingCode": "n2lt0",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0012",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "VbS52u",
"surcharges": [
{
"amount": {
"amount": 3898.88,
"currency": "TOP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3946.08,
"currency": "ALL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1101.15,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.73,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 119.79,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.83,
"totalFreightDiscounts": 22.18,
"totalNetCharge": 85.16,
"totalNetChargeWithDutiesAndTaxes": 246.86,
"totalNetFedExCharge": 246.71,
"totalNetFreight": 130.2,
"totalRebates": 1.29,
"totalSurcharges": 0.92,
"totalTaxes": 9.75
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SLE",
"rate": 17.4
},
"dimDivisor": 297,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.82,
"description": "C8SkAsC8u0",
"percent": 7.85,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.58,
"description": "PfYeEzF9xi",
"percent": 5.72,
"rateDiscountType": "BONUS"
},
{
"amount": 8.97,
"description": "o9afk0XMlR",
"percent": 14.67,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 3.67,
"legDestinationLocationId": "XPcX",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "2dpiL",
"ratedWeightMethod": "DIM",
"rateScale": "2931",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "MzKcgc",
"surcharges": [
{
"amount": {
"amount": 3522.94,
"currency": "KZT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1180.59,
"currency": "EGP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2927.58,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 13.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.91,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.86,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.02,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 160.47,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.92,
"totalFreightDiscounts": 47.64,
"totalNetCharge": 118.35,
"totalNetChargeWithDutiesAndTaxes": 248.55,
"totalNetFedExCharge": 102.07,
"totalNetFreight": 63.24,
"totalRebates": 0.28,
"totalSurcharges": 14.13,
"totalTaxes": 1.75
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "MNT",
"rate": 29.29
},
"dimDivisor": 120,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.25,
"description": "OnAmoDQV8r",
"percent": 14.2,
"rateDiscountType": "COUPON"
},
{
"amount": 2.2,
"description": "36CHGd5RwS",
"percent": 11.65,
"rateDiscountType": "BONUS"
},
{
"amount": 7.16,
"description": "TdZrJyRAdy",
"percent": 12.56,
"rateDiscountType": "COUPON"
},
{
"amount": 6.7,
"description": "fE0MYLOQQ3",
"percent": 16.93,
"rateDiscountType": "COUPON"
},
{
"amount": 2.92,
"description": "75HDjOLaGa",
"percent": 6.28,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 5.35,
"legDestinationLocationId": "FMRu",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "YCdO1",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5087",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "uR1Efh",
"surcharges": [
{
"amount": {
"amount": 4552.87,
"currency": "RUB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3087.96,
"currency": "MMK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 984.08,
"currency": "PKR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 17.24,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.84,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 85.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 34.68,
"totalFreightDiscounts": 0.07,
"totalNetCharge": 111.15,
"totalNetChargeWithDutiesAndTaxes": 125.29,
"totalNetFedExCharge": 156.69,
"totalNetFreight": 58.35,
"totalRebates": 4.55,
"totalSurcharges": 19.14,
"totalTaxes": 0.64
}
],
"surcharges": [
{
"amount": {
"amount": 4688.6,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 427.49,
"currency": "CDF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4748.51,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2627.79,
"currency": "JMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.17,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.1,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.95,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 3.71,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 12.72,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 9.05,
"totalBaseCharge": 136.15,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.75,
"totalDutiesTaxesAndFees": 12.58,
"totalFreightDiscounts": 35.44,
"totalNetCharge": 124.98,
"totalNetChargeWithDutiesAndTaxes": 92.83,
"totalNetFedExCharge": 64.66,
"totalNetFreight": 127.96,
"totalRebates": 4.51,
"totalSurcharges": 5.7,
"totalTaxes": 1.74
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BSD",
"rate": 13.45
},
"dimDivisor": 258,
"freightDiscounts": [
{
"amount": 7.45,
"description": "NPgRpNbvYh",
"percent": 14.85,
"rateDiscountType": "EARNED"
},
{
"amount": 6.96,
"description": "MpATDPFaMU",
"percent": 19.46,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.24,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "70204",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "KwvnB1",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "NAD",
"rate": 16.92
},
"dimDivisor": 249,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.32,
"description": "lWO4x316Hc",
"percent": 10.64,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.08,
"description": "5EnRkmcGl9",
"percent": 18.58,
"rateDiscountType": "EARNED"
},
{
"amount": 7.99,
"description": "MYhQNQGkZT",
"percent": 6.74,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.09,
"legDestinationLocationId": "daZa",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "SgsYH",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9680",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ObFJtY",
"surcharges": [
{
"amount": {
"amount": 1229.29,
"currency": "PEN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4.83,
"currency": "ERN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2813.52,
"currency": "GBP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4818.33,
"currency": "BTN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 989.84,
"currency": "LSL"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.59,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.48,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.18,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.88,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.65,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 120.97,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 39.01,
"totalFreightDiscounts": 7.68,
"totalNetCharge": 186.75,
"totalNetChargeWithDutiesAndTaxes": 178.94,
"totalNetFedExCharge": 68,
"totalNetFreight": 160.69,
"totalRebates": 2.16,
"totalSurcharges": 8.05,
"totalTaxes": 0.97
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SEK",
"rate": 0.61
},
"dimDivisor": 273,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.17,
"description": "4bIHua7J3e",
"percent": 12.25,
"rateDiscountType": "COUPON"
},
{
"amount": 7.7,
"description": "wdWu7f5ZaE",
"percent": 19.53,
"rateDiscountType": "EARNED"
},
{
"amount": 2.82,
"description": "1UyJbGvzkG",
"percent": 15.9,
"rateDiscountType": "EARNED"
},
{
"amount": 7.83,
"description": "H7b3Rr7qYd",
"percent": 9.13,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 13.6,
"legDestinationLocationId": "zCQu",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "1jJD4",
"ratedWeightMethod": "DIM",
"rateScale": "8074",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "1MiN0F",
"surcharges": [
{
"amount": {
"amount": 4249.65,
"currency": "XAF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1683.02,
"currency": "TRY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 556.56,
"currency": "RUB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 10.24,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 6.77,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 52.43,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 43.12,
"totalFreightDiscounts": 7.98,
"totalNetCharge": 117.19,
"totalNetChargeWithDutiesAndTaxes": 60.22,
"totalNetFedExCharge": 116.85,
"totalNetFreight": 198.62,
"totalRebates": 4.93,
"totalSurcharges": 19.77,
"totalTaxes": 4.18
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "STN",
"rate": 16.91
},
"dimDivisor": 298,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.41,
"description": "wXITtgAZyU",
"percent": 17.23,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.71,
"description": "AqpCQXN1ag",
"percent": 13.15,
"rateDiscountType": "COUPON"
},
{
"amount": 8.59,
"description": "VQEUNqZjlb",
"percent": 7.92,
"rateDiscountType": "EARNED"
},
{
"amount": 6.19,
"description": "4tDuGpxh62",
"percent": 16.38,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.38,
"description": "dO8jyh5sIo",
"percent": 13.88,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5,
"legDestinationLocationId": "foAd",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "ljlat",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6340",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "2rAgmK",
"surcharges": [
{
"amount": {
"amount": 2457.58,
"currency": "XOF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 602.77,
"currency": "RUB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 6.85,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.46,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 12.91,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 50.82,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 36.14,
"totalFreightDiscounts": 6.53,
"totalNetCharge": 119,
"totalNetChargeWithDutiesAndTaxes": 71.07,
"totalNetFedExCharge": 172.75,
"totalNetFreight": 84.63,
"totalRebates": 3.96,
"totalSurcharges": 2.51,
"totalTaxes": 3.16
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TND",
"rate": 6.14
},
"dimDivisor": 258,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.43,
"description": "U9k9mA9JTL",
"percent": 13.45,
"rateDiscountType": "COUPON"
},
{
"amount": 7.48,
"description": "sA3ucnhk91",
"percent": 17.98,
"rateDiscountType": "BONUS"
},
{
"amount": 2.37,
"description": "4NkwwScoOa",
"percent": 14.03,
"rateDiscountType": "COUPON"
},
{
"amount": 1.66,
"description": "MXyIik1CkF",
"percent": 7.47,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.03,
"legDestinationLocationId": "tdhf",
"minimumChargeType": "ACTUAL",
"pricingCode": "KrmAr",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2059",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "yVspEf",
"surcharges": [
{
"amount": {
"amount": 2739.7,
"currency": "TJS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4475.3,
"currency": "DKK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.37,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.75,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 83.82,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 25.77,
"totalFreightDiscounts": 4.55,
"totalNetCharge": 179.88,
"totalNetChargeWithDutiesAndTaxes": 212.09,
"totalNetFedExCharge": 243.76,
"totalNetFreight": 168.27,
"totalRebates": 0.97,
"totalSurcharges": 14,
"totalTaxes": 2.1
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KZT",
"rate": 22.6
},
"dimDivisor": 297,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.59,
"description": "8eOQh17shT",
"percent": 7.45,
"rateDiscountType": "COUPON"
},
{
"amount": 2.22,
"description": "IfVPGfffYf",
"percent": 5.96,
"rateDiscountType": "BONUS"
},
{
"amount": 5.49,
"description": "Seyv90Br92",
"percent": 9.78,
"rateDiscountType": "EARNED"
},
{
"amount": 6.13,
"description": "SCorZNpVvQ",
"percent": 14.45,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.08,
"legDestinationLocationId": "NlSv",
"minimumChargeType": "ACTUAL",
"pricingCode": "d2LBr",
"ratedWeightMethod": "DIM",
"rateScale": "8053",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "p7TMkF",
"surcharges": [
{
"amount": {
"amount": 1235.1,
"currency": "MOP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2588.17,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3563.59,
"currency": "SSP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.28,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.12,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 141.56,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.9,
"totalFreightDiscounts": 29.39,
"totalNetCharge": 168.18,
"totalNetChargeWithDutiesAndTaxes": 72.82,
"totalNetFedExCharge": 60.87,
"totalNetFreight": 102.51,
"totalRebates": 0.71,
"totalSurcharges": 4.82,
"totalTaxes": 5.45
}
],
"surcharges": [
{
"amount": {
"amount": 2334.62,
"currency": "HUF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2687.07,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.61,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.87,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.69,
"totalBaseCharge": 98.18,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.52,
"totalDutiesTaxesAndFees": 34.44,
"totalFreightDiscounts": 14.37,
"totalNetCharge": 56.45,
"totalNetChargeWithDutiesAndTaxes": 113.3,
"totalNetFedExCharge": 144.8,
"totalNetFreight": 109.19,
"totalRebates": 4.45,
"totalSurcharges": 16.79,
"totalTaxes": 8.62
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "JOD",
"rate": 29.99
},
"dimDivisor": 237,
"freightDiscounts": [
{
"amount": 9.64,
"description": "Z7LOsHt30B",
"percent": 17.27,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.52,
"description": "8VKMDV2U9B",
"percent": 13.32,
"rateDiscountType": "COUPON"
},
{
"amount": 2.89,
"description": "K7ZrbvEIb2",
"percent": 7.6,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.45,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "35993",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "MV042T",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "OMR",
"rate": 19.66
},
"dimDivisor": 141,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.75,
"description": "ZeLROm1mAE",
"percent": 12.97,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 1.64,
"legDestinationLocationId": "bwYX",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "EO3Vu",
"ratedWeightMethod": "ACTUAL",
"rateScale": "4503",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "wKNVKp",
"surcharges": [
{
"amount": {
"amount": 3269.34,
"currency": "ISK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2937.08,
"currency": "BBD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 34.72,
"currency": "BMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4268.16,
"currency": "YER"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 577.28,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.48,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.51,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 1.41,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.04,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 159.72,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 22.31,
"totalFreightDiscounts": 49.16,
"totalNetCharge": 76.51,
"totalNetChargeWithDutiesAndTaxes": 109.7,
"totalNetFedExCharge": 221.18,
"totalNetFreight": 98.62,
"totalRebates": 1.13,
"totalSurcharges": 0.39,
"totalTaxes": 4.5
}
],
"surcharges": [
{
"amount": {
"amount": 3911.32,
"currency": "BOB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3937.49,
"currency": "FKP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3023.99,
"currency": "QAR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 530.97,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 13.63,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 2.99,
"totalBaseCharge": 140.28,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.29,
"totalDutiesTaxesAndFees": 54.83,
"totalFreightDiscounts": 49.47,
"totalNetCharge": 160.72,
"totalNetChargeWithDutiesAndTaxes": 232.49,
"totalNetFedExCharge": 238.23,
"totalNetFreight": 86.11,
"totalRebates": 4.69,
"totalSurcharges": 18.37,
"totalTaxes": 0.43
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "009217822491",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 175.61,
"baseRateAmount": 389.79,
"codcollectionAmount": 580.56,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "531376"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "278412"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "512593"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "975520"
}
],
"masterTrackingNumber": "231952227558",
"netChargeAmount": 153.74,
"netDiscountAmount": 123.3,
"netRateAmount": 86.8,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "esup4A3EcyEGrdchGvtW",
"trackingNumber": "679498520239",
"url": "https://passionate-term.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "mt3qa4wPjzVOFh1o0hPw",
"trackingNumber": "111053396376",
"url": "https://glittering-marksman.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "4eVoM2N5qe2pJMMMcQzP",
"trackingNumber": "238395567242",
"url": "https://pink-traditionalism.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "BTDzDTfOrD1pYsk3z5U5",
"trackingNumber": "043615904873",
"url": "https://stunning-characterization.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "CwtQUzj4KNVmpHuXDZJg",
"trackingNumber": "687338615426",
"url": "https://whopping-haversack.info/"
}
],
"trackingNumber": "447448806687"
},
{
"additionalChargesDiscount": 41.49,
"baseRateAmount": 369.26,
"codcollectionAmount": 926.23,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "042660"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "668654"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "986494"
}
],
"masterTrackingNumber": "478006514092",
"netChargeAmount": 141.45,
"netDiscountAmount": 65.54,
"netRateAmount": 13.77,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "1FoB2ztLitiZ00Tb3NQU",
"trackingNumber": "561767598833",
"url": "https://dependable-platypus.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "0OlMJVavhxfK0yzIoT8W",
"trackingNumber": "326251696367",
"url": "https://adolescent-plumber.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "uK3pwrLlrY9F4WpsSvmZ",
"trackingNumber": "339555840901",
"url": "https://respectful-pop.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "Kq83vqSQxlopFvNRVjjz",
"trackingNumber": "529175824555",
"url": "https://only-dulcimer.com"
}
],
"trackingNumber": "901608120008"
},
{
"additionalChargesDiscount": 213.11,
"baseRateAmount": 238.85,
"codcollectionAmount": 289.09,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "349023"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "094605"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "198227"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "525048"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "367477"
}
],
"masterTrackingNumber": "808711342001",
"netChargeAmount": 96.51,
"netDiscountAmount": 86.26,
"netRateAmount": 84.09,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "232OzRH45s414gHSeflF",
"trackingNumber": "595453971899",
"url": "https://lost-yogurt.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "TDsYOBaE7jGRKr1frzHQ",
"trackingNumber": "255148277048",
"url": "https://unwilling-tool.info/"
}
],
"trackingNumber": "840988211182"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 15.97,
"baseRateAmount": 234.46,
"codcollectionAmount": 161.13,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "012806"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "404706"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "378906"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "918736"
}
],
"masterTrackingNumber": "309035868875",
"netChargeAmount": 188.03,
"netDiscountAmount": 28.19,
"netRateAmount": 60.96,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "4UTm914hAlJupV1mJJha",
"trackingNumber": "481893694024",
"url": "https://heavenly-overload.org"
}
],
"trackingNumber": "664106796570"
},
{
"additionalChargesDiscount": 63.35,
"baseRateAmount": 240.71,
"codcollectionAmount": 179.54,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "157712"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "809079"
}
],
"masterTrackingNumber": "784204852645",
"netChargeAmount": 72.3,
"netDiscountAmount": 41.06,
"netRateAmount": 47.36,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "3GC0pyzacuUAxNcZD76W",
"trackingNumber": "497562583387",
"url": "https://weird-drive.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "hvtspJv15sAZhL9cqebn",
"trackingNumber": "191758485790",
"url": "https://watery-iridescence.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "bG4S2KLqwFatUnnooFdq",
"trackingNumber": "235993555261",
"url": "https://awful-countess.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "PI7iO0eqzGRL1LF3ga1H",
"trackingNumber": "018770010898",
"url": "https://internal-tinderbox.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "1VDFN6efAHVRWOHZFnTm",
"trackingNumber": "464410508021",
"url": "https://arid-reservation.info/"
}
],
"trackingNumber": "184368910157"
},
{
"additionalChargesDiscount": 396.66,
"baseRateAmount": 121.38,
"codcollectionAmount": 869.32,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "413750"
}
],
"masterTrackingNumber": "423838248779",
"netChargeAmount": 23.64,
"netDiscountAmount": 94.11,
"netRateAmount": 5.1,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "UeFU2Tr4t023R6rPPKia",
"trackingNumber": "331579262838",
"url": "https://physical-fog.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "aoMzQ2lxjJmsOdLi1kXg",
"trackingNumber": "080420427236",
"url": "https://plump-fit.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "BYs5qzudnXuPDXJ6bs0c",
"trackingNumber": "499150471941",
"url": "https://uniform-riser.org"
}
],
"trackingNumber": "528606820810"
},
{
"additionalChargesDiscount": 391.52,
"baseRateAmount": 343.75,
"codcollectionAmount": 732.75,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "348137"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "878133"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "769141"
}
],
"masterTrackingNumber": "297832265130",
"netChargeAmount": 156.05,
"netDiscountAmount": 32.33,
"netRateAmount": 5.7,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "SWjB7ntzYHcKOSCOsJyx",
"trackingNumber": "397212097434",
"url": "https://untrue-breastplate.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "laPVCzxsdjcC0xGM4JVe",
"trackingNumber": "733734339272",
"url": "https://unlawful-distinction.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "oOszl2c3sFsYJgCSycJt",
"trackingNumber": "993473275875",
"url": "https://supportive-polyester.info"
}
],
"trackingNumber": "118085814478"
},
{
"additionalChargesDiscount": 120.38,
"baseRateAmount": 246.65,
"codcollectionAmount": 633.15,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "715528"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "614169"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "351983"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "336659"
}
],
"masterTrackingNumber": "791634866997",
"netChargeAmount": 125.07,
"netDiscountAmount": 68.92,
"netRateAmount": 58.48,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "wBXdY8DSX6pNozuQVMo6",
"trackingNumber": "993814339792",
"url": "https://ironclad-fork.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "7oOQEwJUN4RdiA1oj63o",
"trackingNumber": "337021391545",
"url": "https://lean-kick.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "Rp4M9pjsUWLMdhtW6f5t",
"trackingNumber": "214727314588",
"url": "https://best-dividend.name/"
}
],
"trackingNumber": "857078923495"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 178.44,
"baseRateAmount": 146.17,
"codcollectionAmount": 357.97,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "119926"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "839284"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "121135"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "543434"
}
],
"masterTrackingNumber": "201589604663",
"netChargeAmount": 196.91,
"netDiscountAmount": 48.1,
"netRateAmount": 70.16,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "nQvLx2TdgDQWWFeydduU",
"trackingNumber": "241700845408",
"url": "https://essential-chap.info/"
}
],
"trackingNumber": "936805885056"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 26.59,
"baseRateAmount": 402.93,
"codcollectionAmount": 417.98,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "356361"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "480111"
}
],
"masterTrackingNumber": "063546077344",
"netChargeAmount": 113.06,
"netDiscountAmount": 94.71,
"netRateAmount": 45.26,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "2JHhgcURcSGyGOczIrpw",
"trackingNumber": "570771669947",
"url": "https://wretched-kielbasa.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "RY0j3htqfF7garCwec6b",
"trackingNumber": "144846136724",
"url": "https://actual-marathon.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "1FKauQfJ0GdM2bU9HJrS",
"trackingNumber": "718157945358",
"url": "https://unusual-repeat.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "sJrGnk7WSkTeeT6SV86r",
"trackingNumber": "026796515699",
"url": "https://closed-address.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "McxMjdOrgoKuwQDnEGF9",
"trackingNumber": "021429529341",
"url": "https://optimal-loaf.org"
}
],
"trackingNumber": "586795512762"
}
]
}
],
"serviceCategory": "GROUND",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_2_DAY_FREIGHT",
"shipDatestamp": "2026-05-21T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 2,
"suggestions": [
{
"description": "Our rhinoceros-friendly Mouse ensures imaginative comfort for your pets",
"harmonizedCode": "984122"
},
{
"description": "Discover the wolf-like agility of our Car, perfect for well-made users",
"harmonizedCode": "521417"
},
{
"description": "The cyan Fish combines Burundi aesthetics with Rubidium-based durability",
"harmonizedCode": "370943"
},
{
"description": "Innovative Salad featuring clear technology and Aluminum construction",
"harmonizedCode": "059095"
},
{
"description": "Professional-grade Mouse perfect for queasy training and recreational use",
"harmonizedCode": "833668"
}
]
},
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Discover the koala-like agility of our Cheese, perfect for aware users",
"harmonizedCode": "632829"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "bj5jt",
"localizedText": "Dmofboug8JTn93z66p8a",
"parameters": [
{
"id": "swCpH",
"value": "UUcOgjAbCB"
},
{
"id": "hfxpC",
"value": "PuoKWx28Y3"
},
{
"id": "uUbBC",
"value": "IDmpOpk0kB"
}
],
"text": "yj13Wg1JQj39Pt0"
},
"categories": [
"categories"
],
"commodityIndex": 9,
"derivedHarmonizedCode": "987594",
"source": "OzIeeHRIOy",
"status": "PENDING",
"type": "5jNgUckUdm",
"waiver": {
"advisories": [
{
"code": "SPyxV",
"localizedText": "AAiaeVQrnFxhdQhkBVe0",
"parameters": [
{
"id": "MAWw2",
"value": "kr4ZV64CiN"
},
{
"id": "Y4y6s",
"value": "BkIWuVSfXG"
},
{
"id": "0y4QY",
"value": "aiGF53jhNt"
}
],
"text": "ZrYVuoJ0gWqGgSZ"
},
{
"code": "AUjVG",
"localizedText": "h06KStYQOD8fgXM4Brdn",
"parameters": [
{
"id": "4ZcCf",
"value": "Lu9Rkwsxwt"
},
{
"id": "kW2ia",
"value": "DVSR1qSFl4"
},
{
"id": "7tFyJ",
"value": "BLwCghvlkq"
}
],
"text": "bK2cXWtIaj93OXw"
},
{
"code": "p9cDQ",
"localizedText": "iZQMWdzwG3yYdiVXJIyK",
"parameters": [
{
"id": "PCNa7",
"value": "N72GdSADuW"
},
{
"id": "nU1UW",
"value": "XDbp9l8pgg"
},
{
"id": "6E2E2",
"value": "jE7XJHcmY0"
}
],
"text": "MmdieXgthposCwP"
}
],
"description": "wXdqetoX1B",
"id": "V10yD"
}
},
{
"advisory": {
"code": "hBmLj",
"localizedText": "Z3R7elY5wZucdWRmeBmT",
"parameters": [
{
"id": "P6GJU",
"value": "MGrTk4XJqa"
}
],
"text": "xPZJ0zNHrZhN01O"
},
"categories": [
"categories"
],
"commodityIndex": 9,
"derivedHarmonizedCode": "267078",
"source": "8WbRJBb1SK",
"status": "PENDING",
"type": "kMGnY2ns7A",
"waiver": {
"advisories": [
{
"code": "gIDeH",
"localizedText": "XXPqnep0gu97FeDMN5Rl",
"parameters": [
{
"id": "junbU",
"value": "B7mdOzcEZK"
}
],
"text": "R6pH8tIrOM52lAH"
},
{
"code": "nUaAO",
"localizedText": "Odb3m1Y5uaGfPMcUClHX",
"parameters": [
{
"id": "fTiMZ",
"value": "euK73zmDFP"
},
{
"id": "nRYxw",
"value": "bZ9YD7M2qK"
},
{
"id": "yNV4I",
"value": "M6hp7Y9BpE"
},
{
"id": "eaa8J",
"value": "ftuWH2GpYB"
}
],
"text": "Ohf6U6345XcoiYY"
},
{
"code": "vcMMV",
"localizedText": "YydCCr5V7u1aZyq4IVpD",
"parameters": [
{
"id": "uoyZ8",
"value": "oLpzLOEjEe"
}
],
"text": "SOccHiVUwwkDK67"
}
],
"description": "GrRkJHaxBm",
"id": "kT3oB"
}
},
{
"advisory": {
"code": "qsnHP",
"localizedText": "pqxep5WhqOV7Wd3OkMzn",
"parameters": [
{
"id": "PCsl2",
"value": "BWG8u54LDX"
},
{
"id": "68qJo",
"value": "o22RWmc7UD"
},
{
"id": "iwyij",
"value": "ym6pusdQrX"
},
{
"id": "6AunY",
"value": "9L3rlFI3PG"
}
],
"text": "ibVO7SBo21GFNsz"
},
"categories": [
"categories"
],
"commodityIndex": 7,
"derivedHarmonizedCode": "980891",
"source": "PKmHSBRE6i",
"status": "ACTIVE",
"type": "9AYeYQcVtM",
"waiver": {
"advisories": [
{
"code": "Xwsuc",
"localizedText": "WlKwvVZWjawnmJ3Cz58v",
"parameters": [
{
"id": "v8rWU",
"value": "xwH54NV2XA"
},
{
"id": "JJI0C",
"value": "d6vqlhn1nC"
},
{
"id": "NXyc2",
"value": "XS3pWOYXQE"
},
{
"id": "sZPUf",
"value": "MBXvsyvFbs"
},
{
"id": "JuJMk",
"value": "hy1MOoJdNr"
}
],
"text": "hWRXnfC1OhovoBL"
}
],
"description": "7MARhCFTgC",
"id": "7NrNq"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "pebaU7g0uTYhlajiYC8N",
"trackingNumber": "479536555069",
"url": "https://celebrated-cauliflower.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "rYCxGks7lPf2j22sy231",
"trackingNumber": "938168905574",
"url": "https://illustrious-representation.com/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://unfit-bandwidth.info/",
"password": "yRlXFIiL",
"role": "National Functionality Representative",
"userId": "0184ec99-95ae-4d38-b934-040877cfb22a"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2922.62,
"currency": "AMD"
}
},
"completedEtdDetail": {
"folderId": "UJs5YZ42qmVaJx6T",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "ObWta7u4dxGogR17"
},
{
"documentId": "ktA4nwHpcUC9zAUc"
},
{
"documentId": "7GGzIoTx2QZPdHGc"
},
{
"documentId": "U4qHl6Q5WZeGOsJS"
},
{
"documentId": "rSduvjXUe5Ui7PFt"
}
]
},
"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": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QF2A76TSPj",
"hazardClass": "3",
"id": "UN4945",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A51",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 20.02,
"netExplosiveDetail": {
"amount": 9.47,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "mC1CQuyuBZ",
"hazardClass": "8",
"id": "UN8418",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 99.64,
"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": "kZnQHtbuIw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.24,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ZWvvBnO8RSZwlfL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 41.8,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 6.87,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "wv2cllaLOG",
"hazardClass": "8",
"id": "UN8860",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A74",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 92.45,
"netExplosiveDetail": {
"amount": 5.43,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JgHjMeWBVT",
"hazardClass": "8",
"id": "UN3658",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 59.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FDWDceZNFA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.3,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.11,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.76,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "FZP7CTBk9ZCkPf7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 29.88,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.37,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "CEPA5gYSNq",
"hazardClass": "8",
"id": "UN2623",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A92",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 11.23,
"netExplosiveDetail": {
"amount": 2.43,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "X3X0vlr3fp",
"hazardClass": "8",
"id": "UN0566",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 81.38,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BnqVPelDIu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.69,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.5,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.41,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.44,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "tpFoizb3nrVmbK4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.12,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.63,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "G64q6XXEqH",
"hazardClass": "3",
"id": "UN1629",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A86",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 40.98,
"netExplosiveDetail": {
"amount": 8.69,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Er7xbb2gx3",
"hazardClass": "2.3",
"id": "UN5339",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 85.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "goZTAQKKdY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.04,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.52,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "AT3xqYPXXPcY7lg",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.31,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 46.89,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5GGSGsBJt7",
"hazardClass": "8",
"id": "UN5693",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A98",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 74.92,
"netExplosiveDetail": {
"amount": 4.45,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "hSItHBImyO",
"hazardClass": "8",
"id": "UN2114",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 31.36,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mzGphkkuDJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.37,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.41,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 14.78,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19.57,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "tQ1H1XG6oDFf28I",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.03,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 13.54,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.07
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 9.78,
"referenceId": "032389",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"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": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "9977277506129055091405304438433236"
},
{
"type": "GROUND",
"value": "4065262438751966714629491688369688"
},
{
"type": "ADDRESS",
"value": "9269436930366121943938576556789817"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 17
},
{
"content": "FRAGILE",
"number": 9
},
{
"content": "DO NOT STACK",
"number": 13
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 41.79,
"packageRateDetails": [
{
"baseCharge": 64.68,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 102.4,
"netFedExCharge": 156,
"netFreight": 92.52,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1831.07,
"currency": "ILS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1884.96,
"currency": "AZN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1419.04,
"currency": "TWD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1320.22,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 40.52,
"totalRebates": 3.18,
"totalSurcharges": 16.22,
"totalTaxes": 6.8
},
{
"baseCharge": 149.45,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 66.03,
"netFedExCharge": 50.14,
"netFreight": 96.95,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 687.59,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 410.67,
"currency": "IDR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 27.48,
"totalRebates": 2.85,
"totalSurcharges": 19.04,
"totalTaxes": 1.46
},
{
"baseCharge": 186.97,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 68.81,
"netFedExCharge": 158.76,
"netFreight": 125.54,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1795.13,
"currency": "GYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 776.07,
"currency": "NZD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3047.93,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 9.74,
"totalRebates": 0.39,
"totalSurcharges": 1.04,
"totalTaxes": 2.75
},
{
"baseCharge": 162.59,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 183.69,
"netFedExCharge": 158.18,
"netFreight": 93.33,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 772.12,
"currency": "ISK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 19.53,
"totalRebates": 4.21,
"totalSurcharges": 8.36,
"totalTaxes": 9.16
},
{
"baseCharge": 91.57,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 94.1,
"netFedExCharge": 152.04,
"netFreight": 133.78,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2626.28,
"currency": "DOP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3267.57,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4549.76,
"currency": "VND"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1746.3,
"currency": "KHR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 24.61,
"totalRebates": 2.03,
"totalSurcharges": 7.65,
"totalTaxes": 5.16
}
]
},
"sequenceNumber": 8,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "3802",
"trackingIdType": "FREIGHT",
"trackingNumber": "50633609355175601010",
"uspsApplicationId": "20"
},
{
"formId": "0725",
"trackingIdType": "EXPRESS",
"trackingNumber": "04168136026586653782",
"uspsApplicationId": "62"
},
{
"formId": "8738",
"trackingIdType": "GROUND",
"trackingNumber": "48114715780620259645",
"uspsApplicationId": "06"
},
{
"formId": "1552",
"trackingIdType": "FREIGHT",
"trackingNumber": "56825317830138578156",
"uspsApplicationId": "43"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "VKuobPHi3N",
"hazardClass": "8",
"id": "UN6413",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 54.85,
"netExplosiveDetail": {
"amount": 9.46,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "OJSYZs35fu",
"hazardClass": "3",
"id": "UN6656",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.41,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DFnVcFmquV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 24.78,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ii8r9DlnVWxi0yG",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.54,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 11.09,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "d4tfFHsPcw",
"hazardClass": "8",
"id": "UN7210",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A24",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 8.73,
"netExplosiveDetail": {
"amount": 3.02,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "CKUn02T4tt",
"hazardClass": "2.3",
"id": "UN1531",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 58.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SnRWhAOHZM"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.61,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ljZJtSRQx9XKtPE",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.22,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 30.38,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GzlNTJFtgR",
"hazardClass": "8",
"id": "UN9900",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A01",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 42.56,
"netExplosiveDetail": {
"amount": 9.28,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "dQKSBt5XNt",
"hazardClass": "3",
"id": "UN2739",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.46,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CfstuAhePh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.64,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 39.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 43.32,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.61,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "yF32nUGWBILnC6a",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.52,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.7,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Ix11fGvtAE",
"hazardClass": "3",
"id": "UN7753",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A56",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 12.58,
"netExplosiveDetail": {
"amount": 7.3,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "RuFYj8NRfs",
"hazardClass": "8",
"id": "UN7168",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.11,
"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": "aHnUbIsnAv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.95,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 43.79,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.93,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.52,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "7CM6dhifbvtJWit",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.85,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 46.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5qiLRc0GWW",
"hazardClass": "3",
"id": "UN8519",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A64",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 87.25,
"netExplosiveDetail": {
"amount": 6.2,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ZjFf6F6x3D",
"hazardClass": "8",
"id": "UN4739",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 28.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cJFYjqXNRz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.99,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.8,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.01,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 9.23,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 10.17,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "McBHWq3wGpr3EO5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.19,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 4.7,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.18
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Fy9qQ2Pxf3",
"hazardClass": "3",
"id": "UN3656",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A13",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 35.02,
"netExplosiveDetail": {
"amount": 1.3,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "XSeYS8iu8q",
"hazardClass": "3",
"id": "UN3455",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 3.99,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WoZolFjvcY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.44,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 27.12,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "VVeKVJY2OYhQJoc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 34.72,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 21.8,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.05
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "s1ysIjFaDT",
"hazardClass": "8",
"id": "UN7029",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A31",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 83.03,
"netExplosiveDetail": {
"amount": 8.92,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "O8wun40npW",
"hazardClass": "2.3",
"id": "UN1782",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 28.9,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "wwbZzvJQWk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.97,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 34.95,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "T4uFyuMV1Wj1ZfB",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.65,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 49.42,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.1
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 2.8,
"referenceId": "039042",
"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"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "2031518023173631096275209122909572"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 13
},
{
"content": "SECURED",
"number": 11
},
{
"content": "THIS SIDE UP",
"number": 4
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 16.65,
"packageRateDetails": [
{
"baseCharge": 147.61,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 124.14,
"netFedExCharge": 105.97,
"netFreight": 51.2,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2026.05,
"currency": "JMD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 19.3,
"totalRebates": 2.1,
"totalSurcharges": 14.09,
"totalTaxes": 2.3
}
]
},
"sequenceNumber": 7,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "4264",
"trackingIdType": "FREIGHT",
"trackingNumber": "39408801286371934772",
"uspsApplicationId": "17"
},
{
"formId": "8169",
"trackingIdType": "FREIGHT",
"trackingNumber": "53416503310845575316",
"uspsApplicationId": "14"
},
{
"formId": "3787",
"trackingIdType": "EXPRESS",
"trackingNumber": "53780507011387520307",
"uspsApplicationId": "70"
},
{
"formId": "8704",
"trackingIdType": "EXPRESS",
"trackingNumber": "72317819023227828236",
"uspsApplicationId": "58"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "TxLACtApk3",
"hazardClass": "3",
"id": "UN8826",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 2.98,
"netExplosiveDetail": {
"amount": 9.05,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "eeq91oXkhy",
"hazardClass": "8",
"id": "UN3518",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 38.78,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bcKrPtuGDQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 4.76,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 49.02,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.09,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "eWxuN41fgLMy2iA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.24,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 31.77,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "GlNcPLrSeO",
"hazardClass": "8",
"id": "UN3669",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A87",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 40.11,
"netExplosiveDetail": {
"amount": 6.68,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "qfjVuAqRAq",
"hazardClass": "2.3",
"id": "UN1165",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 2.44,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NmSZsGktOg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.78,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.16,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "xcZDHvrpA9pPHCn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.01,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 45.68,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WQsJRbJBdb",
"hazardClass": "8",
"id": "UN8484",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A94",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 30.11,
"netExplosiveDetail": {
"amount": 9.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "pidDeA5h3l",
"hazardClass": "8",
"id": "UN6760",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 6.11,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "mfufECghmQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.11,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.35,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 2.16,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.44,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.93,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "hPlDccADFryeJ6X",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.58,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 45.46,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ekrzVH0Nn0",
"hazardClass": "3",
"id": "UN9694",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A65",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 36.42,
"netExplosiveDetail": {
"amount": 1,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "V5ug5Abtyr",
"hazardClass": "8",
"id": "UN8541",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 57.74,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qVMXPhQwPU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.51,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.22,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 2.08,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 46.28,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.78,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "nAiU2hzWVxWqzyF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.11,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 43.42,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "7LFhiza3QQ",
"hazardClass": "3",
"id": "UN0516",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A79",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 6.04,
"netExplosiveDetail": {
"amount": 5.82,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "tVdc1K7jeB",
"hazardClass": "8",
"id": "UN6375",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 68.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": "XUpEXGPkwn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.94,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.57,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.23,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.39,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.95,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "yCUIafKrbfNa3Jc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.71,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.12
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 5.25,
"referenceId": "840128",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "2158498196673198732785869872582902"
},
{
"type": "ADDRESS",
"value": "0673184405373289793758859567944071"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 10
},
{
"content": "THIS SIDE UP",
"number": 3
},
{
"content": "DO NOT STACK",
"number": 18
},
{
"content": "SECURED",
"number": 20
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 31.87,
"packageRateDetails": [
{
"baseCharge": 196.19,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 95.41,
"netFedExCharge": 132.04,
"netFreight": 125.3,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2520.15,
"currency": "MYR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1157.27,
"currency": "AUD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2978.95,
"currency": "BBD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 44.35,
"totalRebates": 2.38,
"totalSurcharges": 9.47,
"totalTaxes": 6.13
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "5186",
"trackingIdType": "EXPRESS",
"trackingNumber": "40300398750236062457",
"uspsApplicationId": "33"
},
{
"formId": "2528",
"trackingIdType": "GROUND",
"trackingNumber": "15107721533476041451",
"uspsApplicationId": "12"
},
{
"formId": "6195",
"trackingIdType": "EXPRESS",
"trackingNumber": "26063062810294383545",
"uspsApplicationId": "46"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 3,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "9YxL2xYGeH",
"hazardClass": "8",
"id": "UN7328",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 13.73,
"netExplosiveDetail": {
"amount": 2.99,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "OZzKKRPYcn",
"hazardClass": "2.3",
"id": "UN9709",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 82.2,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "PnSIFCkqVr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 8.57,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.13,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.38,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "PegBcN2OtRv71y9",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.1,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.6,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.44
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YhNlyA2VoG",
"hazardClass": "3",
"id": "UN8877",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A35",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 77.94,
"netExplosiveDetail": {
"amount": 4.56,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "YqUgKBP6a5",
"hazardClass": "3",
"id": "UN5053",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 25.48,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ckbdGjbduO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 25.41,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "r8zfwhStlS6M6Ju",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 30.8,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 28.96,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.04
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 8.92,
"referenceId": "612346",
"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": "8841062086567953859238255488372098"
},
{
"type": "GROUND",
"value": "2405139440050753108098063286340122"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 1
},
{
"content": "FRAGILE",
"number": 8
},
{
"content": "SECURED",
"number": 10
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 9.36,
"packageRateDetails": [
{
"baseCharge": 176.21,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 105.09,
"netFedExCharge": 159.38,
"netFreight": 58.34,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3589.53,
"currency": "PEN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1167.58,
"currency": "MDL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 608.42,
"currency": "VUV"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1717.19,
"currency": "SEK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 5.73,
"totalRebates": 2.5,
"totalSurcharges": 17.22,
"totalTaxes": 7.98
},
{
"baseCharge": 76.67,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 81.42,
"netFedExCharge": 151.5,
"netFreight": 132.99,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1282.52,
"currency": "AWG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4548.03,
"currency": "LAK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4432.97,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1701.51,
"currency": "CRC"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 35.79,
"totalRebates": 3.61,
"totalSurcharges": 7.33,
"totalTaxes": 0.15
},
{
"baseCharge": 160.02,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 110.48,
"netFedExCharge": 126.49,
"netFreight": 66.75,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4123.54,
"currency": "BOB"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 9.99,
"totalRebates": 2.52,
"totalSurcharges": 10.59,
"totalTaxes": 9.17
},
{
"baseCharge": 85.3,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 84.29,
"netFedExCharge": 115.29,
"netFreight": 127.68,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1588.5,
"currency": "SDG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 14.03,
"currency": "ERN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 22.98,
"totalRebates": 1.4,
"totalSurcharges": 17.01,
"totalTaxes": 3.06
},
{
"baseCharge": 172.35,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 133.65,
"netFedExCharge": 168.84,
"netFreight": 106.91,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4971.59,
"currency": "RSD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3428.78,
"currency": "CRC"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 18.45,
"totalRebates": 4.65,
"totalSurcharges": 10.65,
"totalTaxes": 3.12
}
]
},
"sequenceNumber": 5,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "4958",
"trackingIdType": "FREIGHT",
"trackingNumber": "22243096657474069309",
"uspsApplicationId": "54"
},
{
"formId": "6924",
"trackingIdType": "EXPRESS",
"trackingNumber": "04362473902803989726",
"uspsApplicationId": "62"
},
{
"formId": "7348",
"trackingIdType": "FREIGHT",
"trackingNumber": "43565841375866410757",
"uspsApplicationId": "31"
},
{
"formId": "8210",
"trackingIdType": "FREIGHT",
"trackingNumber": "62556086017074929873",
"uspsApplicationId": "03"
}
]
}
],
"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": "dxljuQqWpb",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-02-17T00:00:00.0Z",
"expirationDate": "2026-08-09T00:00:00.0Z",
"number": "59927"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 10
}
},
"masterTrackingId": {
"formId": "1365",
"trackingIdType": "FREIGHT",
"trackingNumber": "47012170365352360913",
"uspsApplicationId": "50"
},
"operationalDetail": {
"airportId": "QZG",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "e94UW3wRrywFWI5",
"commitDate": "2026-07-27T00:00:00.0Z",
"commitDay": "Wed",
"countryCode": "UA",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-23T00:00:00.0Z",
"deliveryDay": "Mon",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "FycY",
"destinationLocationNumber": 808,
"destinationLocationStateOrProvinceCode": "CT",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "918",
"originLocationNumber": 519,
"originServiceArea": "C3",
"packagingCode": "52",
"postalCode": "40780",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "578",
"stateOrProvinceCode": "NM",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "yW",
"ursaSuffixCode": "OA"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "19",
"description": "Monitored context-sensitive database",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "dWl"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "9Nz"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "hIk"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "xunVuOC4UvhM",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "7829",
"trackingIdType": "FREIGHT",
"trackingNumber": "20541432691168474825"
},
{
"formId": "5154",
"trackingIdType": "FREIGHT",
"trackingNumber": "74127166926654390668"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "rOeL3TNMQt",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "CDF",
"value": "CUSTOMS_VALUE"
},
"description": "Xg4BZTeHww",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
},
"description": "naHp0Rs3od",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"description": "KpyTyCKOgA",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"description": "qU34OSxGBG",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "AWG",
"rate": 6.44
},
"dutiesAndTaxes": [
{
"harmonizedCode": "206660",
"taxes": {
"amount": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "b1fE24AEGK",
"id": "0Shxk5",
"name": "VAT"
},
"description": "MdBNURYaOX",
"effectiveDate": "2025-11-13T00:00:00.0Z",
"formula": "66YEStyeeWIPbJf",
"name": "GST",
"taxableValue": {
"currency": "NIO",
"value": "CUSTOMS_VALUE"
},
"taxcode": "FfsKR",
"taxRates": [
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "L",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "COP",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"description": "FiNAYe3G8H",
"percent": 16.15,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "LKR",
"value": "CUSTOMS_VALUE"
},
"description": "9M2Ip62ObT",
"percent": 5.99,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 2.01,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "gQM3b7ExqA",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "1Ttsi0",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
},
"description": "dAbmwnusOt",
"percent": 2.53,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"description": "m1hMlsTuBa",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "LBP",
"value": "CUSTOMS_VALUE"
},
"description": "Q41SmtBAPW",
"taxType": "VAT"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "1sJzRmStBk",
"taxType": "VAT"
},
{
"amount": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"description": "YClGpm4t2a",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "GHS",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "ZAR",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "OMR",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "VES",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "AED",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MKD",
"rate": 15.01
},
"dimDivisor": 227,
"freightDiscounts": [
{
"amount": 7.18,
"description": "WgF2JG5VZY",
"percent": 7.96,
"rateDiscountType": "COUPON"
},
{
"amount": 7.27,
"description": "8l9nbd36Ja",
"percent": 6.59,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.06,
"description": "xeNmnwCnxj",
"percent": 15.73,
"rateDiscountType": "BONUS"
},
{
"amount": 2.98,
"description": "to8D2e2Dyg",
"percent": 9.88,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.6,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "45302",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "e2wVqs",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "VND",
"rate": 25.49
},
"dimDivisor": 183,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 6.23,
"description": "2aCYrlSMTr",
"percent": 18.2,
"rateDiscountType": "COUPON"
},
{
"amount": 4,
"description": "ONg9jP7z8e",
"percent": 8.72,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.75,
"description": "blq25IqvPn",
"percent": 7.76,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.48,
"legDestinationLocationId": "evkC",
"minimumChargeType": "ACTUAL",
"pricingCode": "29Yc6",
"ratedWeightMethod": "DIM",
"rateScale": "9756",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "qfMrEx",
"surcharges": [
{
"amount": {
"amount": 4644.61,
"currency": "TZS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3811.59,
"currency": "THB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 227.68,
"currency": "SZL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.13,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.5,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.17,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.58,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 173.91,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 23.22,
"totalFreightDiscounts": 12.32,
"totalNetCharge": 116.61,
"totalNetChargeWithDutiesAndTaxes": 177.78,
"totalNetFedExCharge": 96.69,
"totalNetFreight": 77.08,
"totalRebates": 4.94,
"totalSurcharges": 14.93,
"totalTaxes": 1.71
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "CAD",
"rate": 9.5
},
"dimDivisor": 254,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.17,
"description": "twuqabHzwC",
"percent": 17.19,
"rateDiscountType": "COUPON"
},
{
"amount": 1.36,
"description": "Rz2u8XJktA",
"percent": 7.26,
"rateDiscountType": "COUPON"
},
{
"amount": 2.7,
"description": "8FwmqXed5q",
"percent": 9.15,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 4.68,
"legDestinationLocationId": "rCnP",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "cm90x",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9736",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "5QftCU",
"surcharges": [
{
"amount": {
"amount": 3312.48,
"currency": "CNY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4032.14,
"currency": "ZMW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4266.41,
"currency": "GNF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 339.58,
"currency": "SHP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 14.99,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.18,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.85,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 1.93,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 155.97,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.92,
"totalFreightDiscounts": 7.38,
"totalNetCharge": 56.55,
"totalNetChargeWithDutiesAndTaxes": 177.49,
"totalNetFedExCharge": 102.55,
"totalNetFreight": 181.59,
"totalRebates": 2.52,
"totalSurcharges": 11.12,
"totalTaxes": 5
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SAR",
"rate": 1.57
},
"dimDivisor": 208,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.16,
"description": "1reWnfYjUh",
"percent": 18.56,
"rateDiscountType": "COUPON"
},
{
"amount": 5.1,
"description": "872TPGNwTd",
"percent": 6.8,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.89,
"legDestinationLocationId": "TucJ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "X0j4b",
"ratedWeightMethod": "DIM",
"rateScale": "3079",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "uVFgFI",
"surcharges": [
{
"amount": {
"amount": 3170.79,
"currency": "SLE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4845.07,
"currency": "ISK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.86,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 57.6,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.38,
"totalFreightDiscounts": 12.07,
"totalNetCharge": 58.62,
"totalNetChargeWithDutiesAndTaxes": 188.57,
"totalNetFedExCharge": 199.26,
"totalNetFreight": 128.78,
"totalRebates": 2.45,
"totalSurcharges": 9.18,
"totalTaxes": 3.12
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "PAB",
"rate": 10.33
},
"dimDivisor": 248,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.88,
"description": "JE0sKKnBbK",
"percent": 11.5,
"rateDiscountType": "BONUS"
},
{
"amount": 1.99,
"description": "hSm76TsfYN",
"percent": 6.85,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 12.8,
"legDestinationLocationId": "yJsa",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "TWGVZ",
"ratedWeightMethod": "DIM",
"rateScale": "3391",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "AFtqZA",
"surcharges": [
{
"amount": {
"amount": 4929.32,
"currency": "XOF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1500.48,
"currency": "WST"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 112.73,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 9.46,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.41,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.54,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 64.1,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 7.82,
"totalFreightDiscounts": 24.56,
"totalNetCharge": 168.51,
"totalNetChargeWithDutiesAndTaxes": 136.85,
"totalNetFedExCharge": 238.34,
"totalNetFreight": 177.59,
"totalRebates": 2.7,
"totalSurcharges": 4.85,
"totalTaxes": 9.33
}
],
"surcharges": [
{
"amount": {
"amount": 2390.03,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3575.18,
"currency": "KHR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2340.59,
"currency": "FKP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2027.35,
"currency": "IRR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 2.77,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.11,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.88,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 19.88,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.86,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 19.42,
"totalBaseCharge": 54.75,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.05,
"totalDutiesTaxesAndFees": 39.59,
"totalFreightDiscounts": 1,
"totalNetCharge": 163.35,
"totalNetChargeWithDutiesAndTaxes": 182.04,
"totalNetFedExCharge": 207.61,
"totalNetFreight": 181.22,
"totalRebates": 2.8,
"totalSurcharges": 18.63,
"totalTaxes": 7.36
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BZD",
"rate": 2.95
},
"dimDivisor": 180,
"freightDiscounts": [
{
"amount": 9.84,
"description": "IQopgEtMwY",
"percent": 7.53,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.48,
"description": "3xyEeZkZKK",
"percent": 11.43,
"rateDiscountType": "BONUS"
},
{
"amount": 8.71,
"description": "5tC5bzxSpd",
"percent": 12.11,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.59,
"description": "YhiUyuglGv",
"percent": 8.57,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.76,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "32249",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "AMkqlX",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "RSD",
"rate": 15.79
},
"dimDivisor": 268,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.65,
"description": "aOrS62NzaF",
"percent": 5.82,
"rateDiscountType": "COUPON"
},
{
"amount": 1.79,
"description": "EEqQgjqpaF",
"percent": 12.92,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.09,
"description": "rFO47K2pbh",
"percent": 12.28,
"rateDiscountType": "COUPON"
},
{
"amount": 9.01,
"description": "5YIZ4of0X8",
"percent": 8.25,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 5.09,
"legDestinationLocationId": "BZEx",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "7DNzM",
"ratedWeightMethod": "ACTUAL",
"rateScale": "5819",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "HJSszJ",
"surcharges": [
{
"amount": {
"amount": 2134.15,
"currency": "BBD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 924.84,
"currency": "BYN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.87,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.49,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.6,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 19.63,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.56,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 198.85,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 17.67,
"totalFreightDiscounts": 6.96,
"totalNetCharge": 106.32,
"totalNetChargeWithDutiesAndTaxes": 247.07,
"totalNetFedExCharge": 219.14,
"totalNetFreight": 135.06,
"totalRebates": 4.83,
"totalSurcharges": 6.65,
"totalTaxes": 2.13
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "AMD",
"rate": 28.95
},
"dimDivisor": 235,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.95,
"description": "FP3RU2DHs9",
"percent": 15.47,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 13.4,
"legDestinationLocationId": "QuCK",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "VypZT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1370",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "1LZLA8",
"surcharges": [
{
"amount": {
"amount": 2845.04,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 165.19,
"currency": "OMR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2263.38,
"currency": "SZL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2437.98,
"currency": "KHR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1609.82,
"currency": "QAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 12.04,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 107.17,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 43.73,
"totalFreightDiscounts": 23.35,
"totalNetCharge": 148.69,
"totalNetChargeWithDutiesAndTaxes": 158.2,
"totalNetFedExCharge": 183.64,
"totalNetFreight": 139.25,
"totalRebates": 0.47,
"totalSurcharges": 19.15,
"totalTaxes": 8.22
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TND",
"rate": 0.58
},
"dimDivisor": 109,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.76,
"description": "rdU70Y3yNw",
"percent": 18.7,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.09,
"description": "iXAHdjyVkq",
"percent": 5.31,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.06,
"legDestinationLocationId": "slWz",
"minimumChargeType": "ACTUAL",
"pricingCode": "AWGYd",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2359",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "ExnLAx",
"surcharges": [
{
"amount": {
"amount": 274.86,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 10.93,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 14.79,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.1,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.2,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 194.91,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 26.34,
"totalFreightDiscounts": 13.9,
"totalNetCharge": 131.89,
"totalNetChargeWithDutiesAndTaxes": 206.6,
"totalNetFedExCharge": 213.59,
"totalNetFreight": 113.47,
"totalRebates": 2.06,
"totalSurcharges": 11.5,
"totalTaxes": 5.03
}
],
"surcharges": [
{
"amount": {
"amount": 393.37,
"currency": "JOD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 6.32,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.91,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.17,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18.45,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.82,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 12.2,
"totalBaseCharge": 155.68,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.8,
"totalDutiesTaxesAndFees": 2.99,
"totalFreightDiscounts": 45.2,
"totalNetCharge": 129.15,
"totalNetChargeWithDutiesAndTaxes": 152.5,
"totalNetFedExCharge": 194.47,
"totalNetFreight": 145.23,
"totalRebates": 2.03,
"totalSurcharges": 11.9,
"totalTaxes": 6.74
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "HKD",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "455323668380",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 337.4,
"baseRateAmount": 102.29,
"codcollectionAmount": 71.82,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "134083"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "334599"
}
],
"masterTrackingNumber": "951056046948",
"netChargeAmount": 159.77,
"netDiscountAmount": 44.26,
"netRateAmount": 92.5,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "HKjgiekerMQE0Hy0c0JU",
"trackingNumber": "567441293727",
"url": "https://glass-ice-cream.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "duR9Z5freKgagN5YsnKE",
"trackingNumber": "597838071765",
"url": "https://alive-marathon.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "yoLIKi4GkkITmALOUqpT",
"trackingNumber": "694815008347",
"url": "https://inferior-sand.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "qBkwZtY6l7nbJHsqz99p",
"trackingNumber": "254226755151",
"url": "https://gripping-climb.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "ATE61nCxh6yB0eiP5N6B",
"trackingNumber": "394939600929",
"url": "https://soulful-solution.org/"
}
],
"trackingNumber": "265187826975"
},
{
"additionalChargesDiscount": 150.76,
"baseRateAmount": 468.18,
"codcollectionAmount": 435.97,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "916314"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "853530"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "636388"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "761100"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "640635"
}
],
"masterTrackingNumber": "765738928933",
"netChargeAmount": 182.58,
"netDiscountAmount": 81.61,
"netRateAmount": 22.42,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "1bmjXVsafJyAuqVPXUm5",
"trackingNumber": "676872938873",
"url": "https://functional-decongestant.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "BZJyoF1rNpK3tX6rEr1r",
"trackingNumber": "019032063717",
"url": "https://ragged-jazz.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "F9gKQbXy0Ygbj6BfyriM",
"trackingNumber": "995558367989",
"url": "https://sad-scenario.net/"
}
],
"trackingNumber": "379341327808"
},
{
"additionalChargesDiscount": 95.43,
"baseRateAmount": 112.85,
"codcollectionAmount": 606.74,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "949189"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "887918"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "140651"
}
],
"masterTrackingNumber": "345697797685",
"netChargeAmount": 13.26,
"netDiscountAmount": 149.3,
"netRateAmount": 90.62,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "SCfPw9aE4MKaDyRefmms",
"trackingNumber": "541507749663",
"url": "https://wasteful-insolence.com/"
}
],
"trackingNumber": "698855294389"
},
{
"additionalChargesDiscount": 271.76,
"baseRateAmount": 256.03,
"codcollectionAmount": 276.15,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "595619"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "587457"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "098034"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "444440"
}
],
"masterTrackingNumber": "321284550246",
"netChargeAmount": 134.16,
"netDiscountAmount": 101.79,
"netRateAmount": 11.21,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "KSlsVLU9SRy3bjLLXCUo",
"trackingNumber": "753602992279",
"url": "https://vivid-bar.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "AaGRHv9VAIuGYqQLpUz2",
"trackingNumber": "241469036702",
"url": "https://obedient-gallery.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "DIVxi6c6tUwOor3GLj9n",
"trackingNumber": "950946329603",
"url": "https://same-wheel.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "Z9HjYGi1abaiTGJMyYoN",
"trackingNumber": "296809510872",
"url": "https://infamous-hippodrome.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "V0a3ldWyJX3MqG0oNoao",
"trackingNumber": "731343987274",
"url": "https://enchanting-airman.name"
}
],
"trackingNumber": "875839809681"
}
]
}
],
"serviceCategory": "FREIGHT",
"serviceName": "FedEx Express",
"serviceType": "FEDEX_EXPRESS",
"shipDatestamp": "2026-07-08T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 9,
"suggestions": [
{
"description": "Innovative Shoes featuring memorable technology and Rubber construction",
"harmonizedCode": "345662"
},
{
"description": "Savor the sweet essence in our Bike, designed for tidy culinary adventures",
"harmonizedCode": "479578"
},
{
"description": "The red Towels combines Czechia aesthetics with Silicon-based durability",
"harmonizedCode": "194134"
}
]
},
{
"commodityIndex": 10,
"suggestions": [
{
"description": "Discover the eagle-like agility of our Hat, perfect for homely users",
"harmonizedCode": "607630"
},
{
"description": "New orchid Chicken with ergonomic design for grown comfort",
"harmonizedCode": "157195"
},
{
"description": "Introducing the Lesotho-inspired Pizza, blending downright style with local craftsmanship",
"harmonizedCode": "395988"
},
{
"description": "Ergonomic Gloves made with Plastic for all-day babyish support",
"harmonizedCode": "306483"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "AyGYK",
"localizedText": "EA6v2U9zq5XupA61YTJY",
"parameters": [
{
"id": "ZdlOq",
"value": "IVvhkQ4COO"
},
{
"id": "GEiQl",
"value": "PG3yw6g3ef"
},
{
"id": "NeJZv",
"value": "WK2JAKpKyk"
},
{
"id": "kGikE",
"value": "rLjcsqcy0d"
},
{
"id": "zdlam",
"value": "d2gNHmPN9o"
}
],
"text": "xPSwOaf6wKaR1do"
},
"categories": [
"categories"
],
"commodityIndex": 4,
"derivedHarmonizedCode": "065783",
"source": "ywkBFQMPpc",
"status": "ACTIVE",
"type": "APvQqPUi5t",
"waiver": {
"advisories": [
{
"code": "8Cz0M",
"localizedText": "NRanwY4H5aGcKujLeqK5",
"parameters": [
{
"id": "nyaBE",
"value": "JyBK1n2U3l"
},
{
"id": "KPkTw",
"value": "dL6AwueKy8"
},
{
"id": "Zd2FE",
"value": "EwP9bDQdIr"
},
{
"id": "ewOxL",
"value": "iGo2tofsIE"
},
{
"id": "3AQqp",
"value": "XnPNACaoF5"
}
],
"text": "pTd7ZbvafMtPwki"
}
],
"description": "qfn4LIDaM9",
"id": "yiKyR"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "1npTCtiMulFsy6CTWaPK",
"trackingNumber": "657888627279",
"url": "https://worthwhile-cod.org/"
}
]
},
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://compassionate-cheese.com",
"password": "UhbvameZ",
"role": "Human Accountability Agent",
"userId": "f1bd45e6-7b6c-43ab-947c-23eca241423e"
},
{
"emailLabelUrl": "https://ripe-word.biz/",
"password": "mlpZ454d",
"role": "Principal Response Consultant",
"userId": "b00db30b-e545-4b82-9ea4-8301d2223934"
},
{
"emailLabelUrl": "https://unused-management.name/",
"password": "PwdwaWGT",
"role": "Human Functionality Liaison",
"userId": "62f492a9-12bf-431e-b163-6aad2a223ed6"
},
{
"emailLabelUrl": "https://wasteful-secrecy.biz/",
"password": "oPjn62uJ",
"role": "Regional Operations Facilitator",
"userId": "40b61f3d-be75-4577-a428-41a840f1a0e5"
},
{
"emailLabelUrl": "https://some-cook.org/",
"password": "SmZpKoo8",
"role": "Principal Metrics Coordinator",
"userId": "5f53c536-54c1-4362-871b-700eb794099d"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 1711.32,
"currency": "UAH"
}
},
"completedEtdDetail": {
"folderId": "s9STILtZCBOTIA9c",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "6rFd81Q1XMeBr8uh"
},
{
"documentId": "dWtV6oue8n9SC5rW"
},
{
"documentId": "zGPLhpb0Dx6pY9Qd"
},
{
"documentId": "Wv3tDVBuaOYWiT3M"
}
]
},
"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": "oMgcmyhdgK",
"hazardClass": "8",
"id": "UN2095",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 59.69,
"netExplosiveDetail": {
"amount": 4.85,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "b7SjH7Nnzu",
"hazardClass": "8",
"id": "UN8385",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.8,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NWtfGeQtqY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.64,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.97,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "18r7dpFcQ6ZU1vQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.32,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 36.03,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "QvKk9KyAip",
"hazardClass": "8",
"id": "UN0407",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 25.96,
"netExplosiveDetail": {
"amount": 5.86,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Sj0LaoLRDw",
"hazardClass": "8",
"id": "UN8286",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 71.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "iYAguGEVuG"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.32,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.65,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "1qWRGO7KUZhWpEO",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.83,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 6.94,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "96uJG8ZkHt",
"hazardClass": "8",
"id": "UN6157",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A05",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 23.05,
"netExplosiveDetail": {
"amount": 9.35,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "xQm0QpgYjw",
"hazardClass": "2.3",
"id": "UN8177",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 83.8,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ZqTqjowNzs"
},
"innerReceptacles": [
{
"quantity": {
"amount": 7.66,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 43.28,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "0aLkLj2Hq6iKam4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 43.36,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "76ZQWBw4y0",
"hazardClass": "3",
"id": "UN7311",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A15",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 62.28,
"netExplosiveDetail": {
"amount": 6.78,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "p9VWm8V7w3",
"hazardClass": "8",
"id": "UN4910",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 84.78,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cuKkdAnaDA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.24,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "gOVop0ihKHw4UHO",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.76,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 14.93,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.5
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gfmKnSvbiV",
"hazardClass": "8",
"id": "UN7615",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A75",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 75.6,
"netExplosiveDetail": {
"amount": 2.94,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "hhf7F4DXDP",
"hazardClass": "8",
"id": "UN3445",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 70.7,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GDKyJQAyct"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.99,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.56,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 41.61,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "wYkbs9EWn7OTzqD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.75,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 29.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XI6bMM5hJR",
"hazardClass": "8",
"id": "UN0962",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 14.18,
"netExplosiveDetail": {
"amount": 8.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Di2ON5G7x0",
"hazardClass": "8",
"id": "UN5707",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 81.1,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "SZoyceWWyz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.72,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 33.63,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 15.94,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 41.08,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 48.85,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "yyMDEfeTlhi1htR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.47,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 5.43,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "zWhe4uomy9",
"hazardClass": "8",
"id": "UN4188",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A63",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 16.92,
"netExplosiveDetail": {
"amount": 1.18,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ab071c0JYA",
"hazardClass": "8",
"id": "UN3363",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 64.78,
"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": "VGcYgImKgA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.45,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.83,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 16.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 32.29,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 17.15,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "nljaYWOEU9TBw5s",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.98,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 5.27,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.92
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yvnXSGSQhJ",
"hazardClass": "3",
"id": "UN8040",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 48.7,
"netExplosiveDetail": {
"amount": 1.3,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "N7MD42ZqIf",
"hazardClass": "2.3",
"id": "UN0967",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 75.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TzXryMXciu"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.9,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.41,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "AURmKHu7GUfcbrX",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.61,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.63,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.13
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 6.22,
"referenceId": "397255",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "8615019554130480358265857583473679"
},
{
"type": "GROUND",
"value": "3014766576940385811746165591964327"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 18
},
{
"content": "DO NOT STACK",
"number": 1
},
{
"content": "DO NOT STACK",
"number": 6
},
{
"content": "THIS SIDE UP",
"number": 12
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 36.27,
"packageRateDetails": [
{
"baseCharge": 103.37,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 126.43,
"netFedExCharge": 144.95,
"netFreight": 143.49,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1768.09,
"currency": "KPW"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 521.45,
"currency": "HKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 760.09,
"currency": "HKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 5.02,
"totalRebates": 4.57,
"totalSurcharges": 4.93,
"totalTaxes": 0.62
},
{
"baseCharge": 112.88,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 68.39,
"netFedExCharge": 175.17,
"netFreight": 73.73,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2827.81,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3260.89,
"currency": "LYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 27.63,
"totalRebates": 0.54,
"totalSurcharges": 16,
"totalTaxes": 9.46
},
{
"baseCharge": 101.04,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 63.61,
"netFedExCharge": 131.11,
"netFreight": 138.26,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1752.42,
"currency": "SEK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2724.93,
"currency": "TOP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1208.01,
"currency": "DKK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1222.38,
"currency": "DKK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1984.68,
"currency": "EUR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 46.49,
"totalRebates": 1.06,
"totalSurcharges": 0.47,
"totalTaxes": 0.16
},
{
"baseCharge": 98.81,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 65.89,
"netFedExCharge": 161.31,
"netFreight": 67.36,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 991.53,
"currency": "RWF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2222,
"currency": "CNY"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 867.34,
"currency": "DKK"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1382.97,
"currency": "ANG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2664.37,
"currency": "AOA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 44.43,
"totalRebates": 2.62,
"totalSurcharges": 12.5,
"totalTaxes": 4.93
},
{
"baseCharge": 96.91,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 111.43,
"netFedExCharge": 131.32,
"netFreight": 84.96,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2002.98,
"currency": "DZD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2767.27,
"currency": "GNF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1665.54,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 8.79,
"totalRebates": 1.65,
"totalSurcharges": 13.14,
"totalTaxes": 5.35
}
]
},
"sequenceNumber": 1,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "2150",
"trackingIdType": "FREIGHT",
"trackingNumber": "52751134863504647074",
"uspsApplicationId": "60"
},
{
"formId": "7196",
"trackingIdType": "FREIGHT",
"trackingNumber": "37807810956001647199",
"uspsApplicationId": "75"
},
{
"formId": "4114",
"trackingIdType": "FREIGHT",
"trackingNumber": "42307465718314447045",
"uspsApplicationId": "99"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4SHm7iPJNS",
"hazardClass": "3",
"id": "UN0071",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 79.05,
"netExplosiveDetail": {
"amount": 6.27,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "RaDswXxQ04",
"hazardClass": "3",
"id": "UN7142",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.1,
"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": "mCIzGvalZh"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 33.11,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RCLzrIBFDbDgKQv",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.55,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 26.28,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hppqNVReug",
"hazardClass": "3",
"id": "UN6044",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 66.48,
"netExplosiveDetail": {
"amount": 5.71,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "zHmGV1uFdf",
"hazardClass": "3",
"id": "UN0895",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 78.29,
"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": "YBLALlsWkk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 26.04,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.88,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.9,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "j1emGEIrUHPcxtb",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 15.7,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 42.2,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "JUmASFmQtZ",
"hazardClass": "8",
"id": "UN0604",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A65",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 54.81,
"netExplosiveDetail": {
"amount": 1.13,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "mdReswQWIY",
"hazardClass": "3",
"id": "UN1912",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 48.37,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "TjCPmKDXLi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.33,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5cPEggX7QNPpXgM",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.22,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.86,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0VIm57Zao2",
"hazardClass": "3",
"id": "UN7697",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A11",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 61.62,
"netExplosiveDetail": {
"amount": 7.87,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "IAqEBNFq57",
"hazardClass": "3",
"id": "UN7602",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 93.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "WrfmtiACJd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.44,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 13.37,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.32,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "U3slSnUwyHOdfUZ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.33,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 29.01,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "NUTGiBGKvi",
"hazardClass": "8",
"id": "UN3431",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 77.68,
"netExplosiveDetail": {
"amount": 8.89,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nD0omEmNBV",
"hazardClass": "2.3",
"id": "UN8163",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 52.21,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "RdztxwTrLe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 16.85,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.54,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.52,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "msg1KvVyj6NhKUo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 8.47,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 48.34,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.69
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 5.75,
"referenceId": "479219",
"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"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "7885605543462600128860600588810546"
},
{
"type": "GROUND",
"value": "5992723866250383446201046885353197"
},
{
"type": "ADDRESS",
"value": "0389745793259455378818692190200746"
},
{
"type": "ADDRESS",
"value": "2426358114284981868555805685353693"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 6
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 6.81,
"packageRateDetails": [
{
"baseCharge": 170.31,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 138.77,
"netFedExCharge": 155.29,
"netFreight": 59.33,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3036.6,
"currency": "DKK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 10.81,
"totalRebates": 0.11,
"totalSurcharges": 10.39,
"totalTaxes": 5.98
},
{
"baseCharge": 131.87,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 139.11,
"netFedExCharge": 164.04,
"netFreight": 89.99,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4566.62,
"currency": "HKD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4720.62,
"currency": "LRD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4789.78,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1845.65,
"currency": "SSP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 68.3,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 34.83,
"totalRebates": 2.46,
"totalSurcharges": 19.05,
"totalTaxes": 8.85
}
]
},
"sequenceNumber": 6,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "0596",
"trackingIdType": "EXPRESS",
"trackingNumber": "04329148731602297381",
"uspsApplicationId": "43"
},
{
"formId": "3992",
"trackingIdType": "EXPRESS",
"trackingNumber": "93087272607045345594",
"uspsApplicationId": "66"
},
{
"formId": "0184",
"trackingIdType": "GROUND",
"trackingNumber": "58465748241402624958",
"uspsApplicationId": "14"
},
{
"formId": "3336",
"trackingIdType": "GROUND",
"trackingNumber": "80615691943712627402",
"uspsApplicationId": "52"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "kDtZsDorGv",
"hazardClass": "3",
"id": "UN4977",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A39",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 4.48,
"netExplosiveDetail": {
"amount": 9.64,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "KGbS1DuhkJ",
"hazardClass": "8",
"id": "UN7668",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 37.47,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "STVbLwTDjy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 28.11,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "dDQYFX4oi5tyLS4",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.68,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 16.92,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "pAaIiJLZXi",
"hazardClass": "3",
"id": "UN8823",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A04",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 15.63,
"netExplosiveDetail": {
"amount": 8.71,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GVK8QXfm7A",
"hazardClass": "8",
"id": "UN7596",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 68.63,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "tCSKfKQrEK"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 23.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.85,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 27.81,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ykeN8epg8Auk5DI",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.34,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 33.98,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "IJqA21Sd8n",
"hazardClass": "8",
"id": "UN1188",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A41",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 2.36,
"netExplosiveDetail": {
"amount": 5.25,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "1dDfWO7T09",
"hazardClass": "2.3",
"id": "UN7185",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 4.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IQicVrynbv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.06,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 23.18,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "I6qWZVSdKSmd8yQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.99,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 48.95,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.53
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hK5p4HqlKy",
"hazardClass": "8",
"id": "UN1954",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A40",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 24.05,
"netExplosiveDetail": {
"amount": 4.24,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "6WxxCxtD2m",
"hazardClass": "3",
"id": "UN6106",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 3.01,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DRUatwRwRF"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.52,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19.98,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 13.45,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "8ISUywXN5M9Rseg",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.75,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 7.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ZNCqpIMY0K",
"hazardClass": "8",
"id": "UN9822",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A18",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 80.3,
"netExplosiveDetail": {
"amount": 6.29,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "RxxOdKZfmN",
"hazardClass": "8",
"id": "UN7817",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 99.41,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "sZtJzGWTWe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.49,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.5,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.55,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 24.65,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "c2vAFNNw7LvGDtT",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 5.47,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 7.2,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "BAMYufbiSQ",
"hazardClass": "3",
"id": "UN3055",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A59",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 90.22,
"netExplosiveDetail": {
"amount": 3.59,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "qaoJGpT4qD",
"hazardClass": "3",
"id": "UN4570",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 66.22,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "cuoXNlRjDd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 43.42,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 19.86,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 18.48,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.49,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 37.75,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "0Gf52YeSNiGBwl5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.57,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 11.59,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.48
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "f8Diva0A1S",
"hazardClass": "8",
"id": "UN9781",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 4.27,
"netExplosiveDetail": {
"amount": 4.36,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "TZtHpvcPTe",
"hazardClass": "8",
"id": "UN0968",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 52.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lBakGYivnT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.27,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.63,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.11,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 10.47,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "rJjuZ7hpImZwFKR",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.82,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 40.27,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.26
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YBlCLnQJ3u",
"hazardClass": "3",
"id": "UN8264",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A23",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 93.53,
"netExplosiveDetail": {
"amount": 4.77,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "euSR9dHMjD",
"hazardClass": "3",
"id": "UN6162",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 81.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "XrvNGInDuZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.66,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.08,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.45,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 24.82,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.54,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "pBxaTlkP3xRICfK",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20.84,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 47.85,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "W4GLj6vbP6",
"hazardClass": "3",
"id": "UN8541",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A00",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 20.72,
"netExplosiveDetail": {
"amount": 8.98,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "t53ZBz8lLe",
"hazardClass": "8",
"id": "UN3643",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DyXRQdhPII"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.06,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.85,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.75,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 42.77,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.73,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "O9KrP26DXWppcJP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 2.34,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "dCQBp876tz",
"hazardClass": "3",
"id": "UN7689",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 69.01,
"netExplosiveDetail": {
"amount": 2.08,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "OTZRkR72Dl",
"hazardClass": "8",
"id": "UN3686",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 66.07,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ShIYAGwnrP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.77,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "XX5gC9UWoRFTXQJ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.08,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 22.9,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "MpwcA9vAO4",
"hazardClass": "8",
"id": "UN1219",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 83.96,
"netExplosiveDetail": {
"amount": 2.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "IeJ5vxglKo",
"hazardClass": "2.3",
"id": "UN9304",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 83.66,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VULscvDMzX"
},
"innerReceptacles": [
{
"quantity": {
"amount": 14.05,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 7.1,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "qAo4s4WtPq3ayAo",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.42,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 46.36,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "CQ4HxX3rBJ",
"hazardClass": "8",
"id": "UN9683",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A15",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 18.95,
"netExplosiveDetail": {
"amount": 5,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "KkH3NwTukb",
"hazardClass": "8",
"id": "UN9508",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 57.13,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "pABLGTmzkB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.7,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.76,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 1.77,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40.27,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Sg4uIt15yRa5I2M",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.23,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 33.35,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.81
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 0.07,
"referenceId": "608004",
"regulation": "IATA"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "2233123618468723739421313776252644"
},
{
"type": "ADDRESS",
"value": "0770310843432564149626875321797256"
}
]
},
"operationalInstructions": [
{
"content": "DO NOT STACK",
"number": 1
},
{
"content": "SECURED",
"number": 7
},
{
"content": "FRAGILE",
"number": 16
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 32.17,
"packageRateDetails": [
{
"baseCharge": 114.7,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 95.89,
"netFedExCharge": 85.99,
"netFreight": 134.25,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4789.32,
"currency": "SEK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 968.77,
"currency": "RON"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 751.04,
"currency": "CHF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3475.8,
"currency": "BIF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 454.11,
"currency": "NPR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 4.11,
"totalRebates": 1.96,
"totalSurcharges": 2.86,
"totalTaxes": 5.67
},
{
"baseCharge": 133.54,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 195.22,
"netFedExCharge": 74.03,
"netFreight": 89.62,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2055.81,
"currency": "RON"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3866.93,
"currency": "KHR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3235.56,
"currency": "LKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2519.56,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 441.24,
"currency": "COP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 4.36,
"totalRebates": 2.1,
"totalSurcharges": 3.41,
"totalTaxes": 7.18
},
{
"baseCharge": 92.45,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 114.85,
"netFedExCharge": 175.16,
"netFreight": 100.25,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3689.25,
"currency": "ZAR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3076.95,
"currency": "TRY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1902.61,
"currency": "MXN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1090.65,
"currency": "TND"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 42.75,
"totalRebates": 0.8,
"totalSurcharges": 5.95,
"totalTaxes": 1.73
},
{
"baseCharge": 120.03,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 156.54,
"netFedExCharge": 159.69,
"netFreight": 107.77,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2252.53,
"currency": "DZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3855.67,
"currency": "GNF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3198.85,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 31.87,
"totalRebates": 2.98,
"totalSurcharges": 8.63,
"totalTaxes": 8.82
},
{
"baseCharge": 190.98,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 111.92,
"netFedExCharge": 73.81,
"netFreight": 149.28,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 152.63,
"currency": "KGS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3856.52,
"currency": "NIO"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3187.08,
"currency": "PKR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 45.81,
"totalRebates": 0.68,
"totalSurcharges": 0.6,
"totalTaxes": 4.16
}
]
},
"sequenceNumber": 10,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "4715",
"trackingIdType": "FREIGHT",
"trackingNumber": "55533794481237292837",
"uspsApplicationId": "76"
},
{
"formId": "8330",
"trackingIdType": "GROUND",
"trackingNumber": "66582808917681731211",
"uspsApplicationId": "89"
},
{
"formId": "2507",
"trackingIdType": "FREIGHT",
"trackingNumber": "07921305864431298389",
"uspsApplicationId": "33"
},
{
"formId": "2883",
"trackingIdType": "EXPRESS",
"trackingNumber": "10337534064384582472",
"uspsApplicationId": "31"
},
{
"formId": "9524",
"trackingIdType": "EXPRESS",
"trackingNumber": "97895499911719671004",
"uspsApplicationId": "72"
}
]
}
],
"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": "2BQvxoL4cc",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-08-06T00:00:00.0Z",
"expirationDate": "2026-11-19T00:00:00.0Z",
"number": "81928"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 6
}
},
"masterTrackingId": {
"formId": "4149",
"trackingIdType": "GROUND",
"trackingNumber": "03022539959128739159",
"uspsApplicationId": "98"
},
"operationalDetail": {
"airportId": "MKA",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "zyD9EQs8nfM8dex",
"commitDate": "2026-07-25T00:00:00.0Z",
"commitDay": "Mon",
"countryCode": "UA",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-24T00:00:00.0Z",
"deliveryDay": "Wed",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "qCGR",
"destinationLocationNumber": 690,
"destinationLocationStateOrProvinceCode": "IA",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "591",
"originLocationNumber": 549,
"originServiceArea": "C3",
"packagingCode": "81",
"postalCode": "58573-8836",
"publishedDeliveryTime": "05:00P",
"scac": "FDXE",
"serviceCode": "453",
"stateOrProvinceCode": "KY",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "tJ",
"ursaSuffixCode": "MZ"
},
"packagingDescription": "crate",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "90",
"description": "Sustainable user-facing archive",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "cMN"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "3Gq"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Qqj"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "hUj"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "Vs0hSxPTv8cx",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "6840",
"trackingIdType": "GROUND",
"trackingNumber": "48449376968111918304"
},
{
"formId": "6896",
"trackingIdType": "GROUND",
"trackingNumber": "68794184911671660613"
},
{
"formId": "5483",
"trackingIdType": "EXPRESS",
"trackingNumber": "68489595139299379902"
},
{
"formId": "9402",
"trackingIdType": "EXPRESS",
"trackingNumber": "55515715963044988856"
},
{
"formId": "2021",
"trackingIdType": "GROUND",
"trackingNumber": "91722689009936582318"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "8987",
"trackingIdType": "FREIGHT",
"trackingNumber": "61938411890383127497"
},
{
"formId": "7529",
"trackingIdType": "EXPRESS",
"trackingNumber": "45898650700522376456"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "4854",
"trackingIdType": "FREIGHT",
"trackingNumber": "79744740748544011605"
},
{
"formId": "2771",
"trackingIdType": "FREIGHT",
"trackingNumber": "50790977378917511319"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"description": "G05sspXM5A",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GYD",
"rate": 18.36
},
"dutiesAndTaxes": [
{
"harmonizedCode": "307625",
"taxes": {
"amount": {
"currency": "IQD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "5yvYsZogtW",
"id": "uVDFNe",
"name": "GST"
},
"description": "RmI19lp3S6",
"effectiveDate": "2025-10-29T00:00:00.0Z",
"formula": "uoFmpauDi2mciNu",
"name": "VAT",
"taxableValue": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"taxcode": "jkep3",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
},
"description": "yur8gi86xn",
"percent": 10.95,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "XOF",
"value": "CUSTOMS_VALUE"
},
"description": "qOexXFwUCD",
"percent": 7.49,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "AiU9y22oIZ",
"percent": 15.24,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
},
"description": "7XS8jryzC2",
"percent": 12.87,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "AFN",
"value": "CUSTOMS_VALUE"
},
"description": "cXXRVzbgrO",
"percent": 9.43,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 3.18,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "z0dmHQ3azp",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "0YXlMB",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"description": "Hk2RacbXm8",
"percent": 4.8,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"description": "V4UaWYI96b",
"percent": 4.56,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"description": "MmEP7YosI9",
"percent": 2.68,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "NAD",
"value": "CUSTOMS_VALUE"
},
"description": "9ZuSRbipG2",
"percent": 4.93,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "TJS",
"value": "CUSTOMS_VALUE"
},
"description": "b91rVyBNAt",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "COP",
"value": "CUSTOMS_VALUE"
},
"description": "tRbgXnU4Db",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"description": "GLxIOTwqNE",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"description": "XLLeaoQNLO",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "4ON4wKefbB",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "THB",
"value": "CUSTOMS_VALUE"
},
"description": "XRIpiR5mHN",
"taxType": "VAT"
},
{
"amount": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"description": "CEyosDZ5CG",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "CZK",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "XCD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "XAF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "SOS",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "FKP",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "BBD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "VND",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CHF",
"rate": 17.37
},
"dimDivisor": 205,
"freightDiscounts": [
{
"amount": 1.11,
"description": "YmG2N54TO5",
"percent": 13.39,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 12.4,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "91869",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "dHF7wH",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BRL",
"rate": 3.37
},
"dimDivisor": 207,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.61,
"description": "4k31uMhSii",
"percent": 16.68,
"rateDiscountType": "BONUS"
},
{
"amount": 7.78,
"description": "0kKs5LK4OX",
"percent": 12.7,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.64,
"description": "5xK5WisloO",
"percent": 10.49,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.74,
"description": "bCAzPZJZol",
"percent": 6.64,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 14.24,
"legDestinationLocationId": "BFhB",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "Vx0iz",
"ratedWeightMethod": "DIM",
"rateScale": "5801",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "xEgr65",
"surcharges": [
{
"amount": {
"amount": 910.5,
"currency": "SLE"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.54,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.7,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 50.86,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 18.88,
"totalFreightDiscounts": 16.09,
"totalNetCharge": 92.77,
"totalNetChargeWithDutiesAndTaxes": 51.95,
"totalNetFedExCharge": 81.25,
"totalNetFreight": 134.07,
"totalRebates": 4.59,
"totalSurcharges": 6.04,
"totalTaxes": 8.75
}
],
"surcharges": [
{
"amount": {
"amount": 4319.92,
"currency": "VUV"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3880.34,
"currency": "IQD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3680.17,
"currency": "HUF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.67,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.77,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.83,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.77,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 4.11,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 3.87,
"totalBaseCharge": 86.86,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.98,
"totalDutiesTaxesAndFees": 48.9,
"totalFreightDiscounts": 26.66,
"totalNetCharge": 187.37,
"totalNetChargeWithDutiesAndTaxes": 99.42,
"totalNetFedExCharge": 244.93,
"totalNetFreight": 145.26,
"totalRebates": 1.94,
"totalSurcharges": 0.4,
"totalTaxes": 4.15
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TMT",
"rate": 22.64
},
"dimDivisor": 109,
"freightDiscounts": [
{
"amount": 8.76,
"description": "MzaMPlJJXB",
"percent": 6.95,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.5,
"description": "FCapFhjHvY",
"percent": 7.44,
"rateDiscountType": "BONUS"
},
{
"amount": 6.31,
"description": "1wXf2yTDEe",
"percent": 13.16,
"rateDiscountType": "EARNED"
},
{
"amount": 7.04,
"description": "2jOwRZCq2M",
"percent": 8.29,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 9.47,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "41152",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "qy78XE",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "PAB",
"rate": 3.85
},
"dimDivisor": 186,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.07,
"description": "i5qTR4S4kM",
"percent": 7.33,
"rateDiscountType": "COUPON"
},
{
"amount": 1.8,
"description": "WzyCT92REr",
"percent": 9.97,
"rateDiscountType": "COUPON"
},
{
"amount": 8.65,
"description": "J4VCLGcozg",
"percent": 7.58,
"rateDiscountType": "BONUS"
},
{
"amount": 9.16,
"description": "Hll9eHcsJ1",
"percent": 8.58,
"rateDiscountType": "BONUS"
},
{
"amount": 9.11,
"description": "Ju28j8VVmd",
"percent": 19.25,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.03,
"legDestinationLocationId": "EWZP",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "laFG6",
"ratedWeightMethod": "DIM",
"rateScale": "9797",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "fEoXXF",
"surcharges": [
{
"amount": {
"amount": 4500.37,
"currency": "XPF"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 18.53,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 155.39,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 25.1,
"totalFreightDiscounts": 17.92,
"totalNetCharge": 72.82,
"totalNetChargeWithDutiesAndTaxes": 147.96,
"totalNetFedExCharge": 137.89,
"totalNetFreight": 153.6,
"totalRebates": 1.53,
"totalSurcharges": 4.34,
"totalTaxes": 1.41
}
],
"surcharges": [
{
"amount": {
"amount": 1122.96,
"currency": "JPY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2062.48,
"currency": "VND"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.47,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.33,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 5.35,
"totalBaseCharge": 178.64,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 31.39,
"totalDutiesTaxesAndFees": 52.64,
"totalFreightDiscounts": 28.53,
"totalNetCharge": 190.33,
"totalNetChargeWithDutiesAndTaxes": 243.03,
"totalNetFedExCharge": 205.5,
"totalNetFreight": 180.73,
"totalRebates": 4.37,
"totalSurcharges": 11.97,
"totalTaxes": 3.24
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SRD",
"rate": 19.46
},
"dimDivisor": 189,
"freightDiscounts": [
{
"amount": 9.77,
"description": "GKxQJUcElM",
"percent": 9.24,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 12.15,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "85578",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "lInDIy",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "DJF",
"rate": 3.35
},
"dimDivisor": 299,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.47,
"description": "3bD2cLkZip",
"percent": 18.63,
"rateDiscountType": "COUPON"
},
{
"amount": 4.85,
"description": "NyzahK9a81",
"percent": 6.01,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 6.85,
"legDestinationLocationId": "MNAd",
"minimumChargeType": "ACTUAL",
"pricingCode": "iGWRG",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9960",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "UV9XHu",
"surcharges": [
{
"amount": {
"amount": 2273.42,
"currency": "PGK"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1724.48,
"currency": "SZL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2561.92,
"currency": "FJD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1989.74,
"currency": "LSL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 9.43,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 9.79,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 8.58,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 1.06,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 14.89,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 55.23,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 39.66,
"totalFreightDiscounts": 49.43,
"totalNetCharge": 63.47,
"totalNetChargeWithDutiesAndTaxes": 149.26,
"totalNetFedExCharge": 223.3,
"totalNetFreight": 179.63,
"totalRebates": 2.15,
"totalSurcharges": 6.72,
"totalTaxes": 2.02
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "XOF",
"rate": 17.61
},
"dimDivisor": 189,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.51,
"description": "fcrX4MMBQk",
"percent": 13.77,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 8.86,
"legDestinationLocationId": "zFQx",
"minimumChargeType": "ACTUAL",
"pricingCode": "JyVhm",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1134",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "mW5M9h",
"surcharges": [
{
"amount": {
"amount": 2105.19,
"currency": "OMR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 673.5,
"currency": "JOD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4862.18,
"currency": "LAK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3042.55,
"currency": "LYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 675.2,
"currency": "IDR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.94,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 182.6,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 11.24,
"totalFreightDiscounts": 34.84,
"totalNetCharge": 64.28,
"totalNetChargeWithDutiesAndTaxes": 64.55,
"totalNetFedExCharge": 181.21,
"totalNetFreight": 199.76,
"totalRebates": 2.63,
"totalSurcharges": 6.65,
"totalTaxes": 1.43
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "PEN",
"rate": 12.72
},
"dimDivisor": 127,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.62,
"description": "8n5AU7xEOx",
"percent": 8.11,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.61,
"description": "sdArZ3iNaI",
"percent": 19.43,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 6.38,
"legDestinationLocationId": "fTLT",
"minimumChargeType": "ACTUAL",
"pricingCode": "cT5P7",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7615",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "H7rxHt",
"surcharges": [
{
"amount": {
"amount": 4281,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2590.13,
"currency": "AMD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1939.12,
"currency": "BBD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1808.03,
"currency": "FJD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4596.81,
"currency": "LSL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.49,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 1.18,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 159.24,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 28.86,
"totalFreightDiscounts": 48.65,
"totalNetCharge": 91.3,
"totalNetChargeWithDutiesAndTaxes": 137.2,
"totalNetFedExCharge": 237.53,
"totalNetFreight": 102.53,
"totalRebates": 3.85,
"totalSurcharges": 4.24,
"totalTaxes": 3.21
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GMD",
"rate": 3
},
"dimDivisor": 207,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.04,
"description": "fYKs5QQMNL",
"percent": 18.26,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.51,
"description": "jEtMhJvqyo",
"percent": 6.25,
"rateDiscountType": "EARNED"
},
{
"amount": 7.17,
"description": "eUbZvzMgWU",
"percent": 14.96,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.77,
"legDestinationLocationId": "QeKt",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "iV8Me",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7433",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "7DM1sr",
"surcharges": [
{
"amount": {
"amount": 986.26,
"currency": "SAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3803.73,
"currency": "RON"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2184.09,
"currency": "NGN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 1.08,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 1.66,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.25,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 81.14,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.03,
"totalFreightDiscounts": 13.8,
"totalNetCharge": 148.67,
"totalNetChargeWithDutiesAndTaxes": 129.71,
"totalNetFedExCharge": 111.61,
"totalNetFreight": 55.06,
"totalRebates": 3.29,
"totalSurcharges": 16.16,
"totalTaxes": 4.85
}
],
"surcharges": [
{
"amount": {
"amount": 1860.68,
"currency": "SEK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4039.04,
"currency": "GMD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3256.48,
"currency": "SDG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1697.55,
"currency": "STN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.73,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.11,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 6.25,
"totalBaseCharge": 92.45,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 27.14,
"totalDutiesTaxesAndFees": 59.25,
"totalFreightDiscounts": 45.91,
"totalNetCharge": 125.89,
"totalNetChargeWithDutiesAndTaxes": 62.18,
"totalNetFedExCharge": 241.7,
"totalNetFreight": 164.56,
"totalRebates": 1.82,
"totalSurcharges": 0.93,
"totalTaxes": 2.67
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "ZAR",
"rate": 20.77
},
"dimDivisor": 226,
"freightDiscounts": [
{
"amount": 3.7,
"description": "dbb6wATcw7",
"percent": 5.02,
"rateDiscountType": "EARNED"
},
{
"amount": 7.45,
"description": "0SJtAHZvZh",
"percent": 18.18,
"rateDiscountType": "BONUS"
},
{
"amount": 9.23,
"description": "lPueXRBxGh",
"percent": 9.4,
"rateDiscountType": "EARNED"
},
{
"amount": 8.28,
"description": "FwQIJS3HM9",
"percent": 15.9,
"rateDiscountType": "COUPON"
},
{
"amount": 5.11,
"description": "V9uGovUl4N",
"percent": 7.29,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.03,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "07679",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "9keTQL",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "STN",
"rate": 1.37
},
"dimDivisor": 125,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.24,
"description": "J1ndXqWFZP",
"percent": 15.77,
"rateDiscountType": "EARNED"
},
{
"amount": 3.64,
"description": "s6GS45wXKi",
"percent": 19.27,
"rateDiscountType": "EARNED"
},
{
"amount": 1.67,
"description": "m0FjDk11T2",
"percent": 17.93,
"rateDiscountType": "COUPON"
},
{
"amount": 1.69,
"description": "8zwg1zh7nU",
"percent": 16.44,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 11.97,
"legDestinationLocationId": "ZIAn",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "HNNHC",
"ratedWeightMethod": "ACTUAL",
"rateScale": "3444",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "Dr02XX",
"surcharges": [
{
"amount": {
"amount": 2798.1,
"currency": "SHP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 862,
"currency": "AOA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 18.79,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.71,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 87.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.07,
"totalFreightDiscounts": 48.76,
"totalNetCharge": 182.71,
"totalNetChargeWithDutiesAndTaxes": 246.67,
"totalNetFedExCharge": 110.8,
"totalNetFreight": 120.39,
"totalRebates": 3.03,
"totalSurcharges": 19.36,
"totalTaxes": 4.68
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "COP",
"rate": 4.35
},
"dimDivisor": 161,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 8.1,
"description": "SpoVIi8dKz",
"percent": 16.14,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.93,
"description": "wjeOCGtPzj",
"percent": 15.95,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.71,
"description": "joIJYz1aDd",
"percent": 17.37,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.45,
"legDestinationLocationId": "XMaZ",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "9VYOs",
"ratedWeightMethod": "DIM",
"rateScale": "7979",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "tFcGX3",
"surcharges": [
{
"amount": {
"amount": 4058.43,
"currency": "KES"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 5.65,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 153.93,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 9.58,
"totalFreightDiscounts": 4.19,
"totalNetCharge": 62.1,
"totalNetChargeWithDutiesAndTaxes": 94.58,
"totalNetFedExCharge": 77.48,
"totalNetFreight": 74.54,
"totalRebates": 0.12,
"totalSurcharges": 12.91,
"totalTaxes": 1.71
}
],
"surcharges": [
{
"amount": {
"amount": 2093.73,
"currency": "AOA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3565.62,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1959.36,
"currency": "VUV"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 14.07,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.21,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 10.43,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.74,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 6.03,
"totalBaseCharge": 66.32,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.76,
"totalDutiesTaxesAndFees": 94.27,
"totalFreightDiscounts": 0.03,
"totalNetCharge": 166.24,
"totalNetChargeWithDutiesAndTaxes": 140.6,
"totalNetFedExCharge": 202.72,
"totalNetFreight": 144.99,
"totalRebates": 3.9,
"totalSurcharges": 11.38,
"totalTaxes": 9.78
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"masterTrackingNumber": "427867147954",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 266.23,
"baseRateAmount": 220.39,
"codcollectionAmount": 430.92,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "729378"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "500860"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "219069"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "590406"
}
],
"masterTrackingNumber": "087251509233",
"netChargeAmount": 189.01,
"netDiscountAmount": 112.76,
"netRateAmount": 35.79,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "jux8oUx2xVqcYqLqOEGt",
"trackingNumber": "677134288963",
"url": "https://short-mozzarella.info/"
}
],
"trackingNumber": "988089741426"
},
{
"additionalChargesDiscount": 5.28,
"baseRateAmount": 177.61,
"codcollectionAmount": 732.98,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "193557"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "248523"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "379124"
}
],
"masterTrackingNumber": "877278777092",
"netChargeAmount": 154.06,
"netDiscountAmount": 108.79,
"netRateAmount": 30.16,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "WPd6C7wWK25Bn6ImTnps",
"trackingNumber": "434725705830",
"url": "https://blind-bend.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "o1oT7rqg7uPzFaArKn9g",
"trackingNumber": "303635410357",
"url": "https://worthy-heating.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "m87ERoF2zBENYOmuWSrn",
"trackingNumber": "693902503742",
"url": "https://closed-ownership.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "NY3F4j59sXuMAC5y0KSO",
"trackingNumber": "838745873435",
"url": "https://dirty-league.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "b158VpJXHCWWp7JdqoD0",
"trackingNumber": "756871296419",
"url": "https://striking-feather.net/"
}
],
"trackingNumber": "281182081062"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 24.66,
"baseRateAmount": 146.2,
"codcollectionAmount": 528.49,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "095004"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "635209"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "293133"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "968016"
}
],
"masterTrackingNumber": "495024792134",
"netChargeAmount": 126.21,
"netDiscountAmount": 45.53,
"netRateAmount": 53.96,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "bhpN0gyd1bGLKP8Xq2Ff",
"trackingNumber": "733272512326",
"url": "https://other-bob.org"
}
],
"trackingNumber": "833575805104"
},
{
"additionalChargesDiscount": 169.71,
"baseRateAmount": 306.45,
"codcollectionAmount": 81.64,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "915290"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "782640"
}
],
"masterTrackingNumber": "126781782421",
"netChargeAmount": 106.19,
"netDiscountAmount": 31.63,
"netRateAmount": 94.08,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "zqXewvbc9HOQAoDj3kOn",
"trackingNumber": "239686197113",
"url": "https://sarcastic-role.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "YlD01STNRWNYrR6UEIku",
"trackingNumber": "068653839504",
"url": "https://shady-cap.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "m3qf46o5O27BsDNxWUmX",
"trackingNumber": "074300228899",
"url": "https://noted-nucleotidase.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "HG6zsdhmeRnnBJuNxIxp",
"trackingNumber": "745239047732",
"url": "https://compassionate-peony.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "fJx0khn2hWeA7m0DKYbP",
"trackingNumber": "493380637680",
"url": "https://uniform-freezing.org"
}
],
"trackingNumber": "208330224162"
},
{
"additionalChargesDiscount": 125.58,
"baseRateAmount": 356.85,
"codcollectionAmount": 674.19,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "432618"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "362945"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "219483"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "490357"
}
],
"masterTrackingNumber": "844898932002",
"netChargeAmount": 25.98,
"netDiscountAmount": 121.94,
"netRateAmount": 89.72,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "abUkTZ3r6HePJkjz7Vn5",
"trackingNumber": "341292538489",
"url": "https://cool-flame.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "8m6b4V7XOGvNjLTtkl1T",
"trackingNumber": "953212828553",
"url": "https://clumsy-plain.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "2G8vY6TlKyFeDNEqN7fX",
"trackingNumber": "728165064170",
"url": "https://impressionable-toothbrush.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "osuRkJ26zvUgbDE57Tbj",
"trackingNumber": "568903627597",
"url": "https://messy-slime.biz/"
}
],
"trackingNumber": "549032737298"
},
{
"additionalChargesDiscount": 23.55,
"baseRateAmount": 485.47,
"codcollectionAmount": 563.78,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "306260"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "591755"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "861539"
}
],
"masterTrackingNumber": "103636838102",
"netChargeAmount": 27.69,
"netDiscountAmount": 36.3,
"netRateAmount": 62.92,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "v6MjrFdkYwRT2pijdue7",
"trackingNumber": "300245290672",
"url": "https://productive-pecan.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "qHu6FeGChs3UM9KDXxuG",
"trackingNumber": "425798851292",
"url": "https://other-designation.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "1BMbdAwcSg5gWHJOnl4c",
"trackingNumber": "462375731962",
"url": "https://questionable-haircut.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "f9yGpQEdq6aF6SywX1nr",
"trackingNumber": "549727919649",
"url": "https://steel-wriggler.org"
}
],
"trackingNumber": "938424479846"
},
{
"additionalChargesDiscount": 408.64,
"baseRateAmount": 224.22,
"codcollectionAmount": 191.11,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "708040"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "511371"
}
],
"masterTrackingNumber": "592671276999",
"netChargeAmount": 59.38,
"netDiscountAmount": 135.19,
"netRateAmount": 52.2,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "jHyMEpfiGNci7TJ30236",
"trackingNumber": "013136961993",
"url": "https://usable-sailor.com/"
}
],
"trackingNumber": "198381436758"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 124.55,
"baseRateAmount": 311.32,
"codcollectionAmount": 233.82,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "331756"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "920057"
}
],
"masterTrackingNumber": "773067556948",
"netChargeAmount": 63.88,
"netDiscountAmount": 55.99,
"netRateAmount": 58.51,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "reAlVH8delzvtzJdQKC7",
"trackingNumber": "049918875449",
"url": "https://joyous-sandbar.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "2AcEP4QsU1ekFsQ6YFJj",
"trackingNumber": "232092708719",
"url": "https://immaculate-pear.net/"
}
],
"trackingNumber": "750066552480"
},
{
"additionalChargesDiscount": 96.33,
"baseRateAmount": 375.15,
"codcollectionAmount": 92.5,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "251229"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "076138"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "974432"
}
],
"masterTrackingNumber": "905008576200",
"netChargeAmount": 30.1,
"netDiscountAmount": 125.24,
"netRateAmount": 77.15,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "hYvnlutGpC2moQR2fWxu",
"trackingNumber": "874463955751",
"url": "https://puny-tomography.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "sm3ek0Ejz7jxgGZplDbd",
"trackingNumber": "236441051138",
"url": "https://husky-pronoun.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "VoQqOoBFrdXXOTQ0XmF2",
"trackingNumber": "153347622387",
"url": "https://darling-other.com/"
}
],
"trackingNumber": "468265669174"
},
{
"additionalChargesDiscount": 78.19,
"baseRateAmount": 123.87,
"codcollectionAmount": 287.9,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "320856"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "022825"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "418748"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "119781"
}
],
"masterTrackingNumber": "526932831142",
"netChargeAmount": 66.47,
"netDiscountAmount": 34.14,
"netRateAmount": 53.31,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "ZoNOF5dL9uZ3qxO6jEfT",
"trackingNumber": "081255049132",
"url": "https://dismal-tabletop.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "r5cfaHZNffTEG5cCqsAG",
"trackingNumber": "753298417100",
"url": "https://fearless-sesame.name/"
}
],
"trackingNumber": "990470036003"
},
{
"additionalChargesDiscount": 83.77,
"baseRateAmount": 161.31,
"codcollectionAmount": 681.97,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "385367"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "742793"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "639599"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "847908"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "066549"
}
],
"masterTrackingNumber": "857059840779",
"netChargeAmount": 42.14,
"netDiscountAmount": 85.22,
"netRateAmount": 79.1,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "NrjvRyIcRBvK2OayxtNX",
"trackingNumber": "123388128190",
"url": "https://ample-hutch.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "DwhXpFWznXQ4YJUimqa9",
"trackingNumber": "142222843746",
"url": "https://pleasant-fishery.net"
}
],
"trackingNumber": "874936668309"
},
{
"additionalChargesDiscount": 446.56,
"baseRateAmount": 251.82,
"codcollectionAmount": 429.55,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "590965"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "390973"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "189767"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "434756"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "134193"
}
],
"masterTrackingNumber": "123932810354",
"netChargeAmount": 180.02,
"netDiscountAmount": 68.8,
"netRateAmount": 12.22,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "iggbs27XhOS8FnzuiZnb",
"trackingNumber": "793527867110",
"url": "https://back-possession.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "FLL0Jh2U6SEg80WLYhPf",
"trackingNumber": "907504601117",
"url": "https://warlike-thongs.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "YnZSSK4wby8MfyVln4Ei",
"trackingNumber": "844473390645",
"url": "https://stupendous-anticodon.com"
}
],
"trackingNumber": "019352897614"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 281,
"baseRateAmount": 471.17,
"codcollectionAmount": 217.33,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "881585"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "305656"
}
],
"masterTrackingNumber": "184301249532",
"netChargeAmount": 181.03,
"netDiscountAmount": 22.48,
"netRateAmount": 2.9,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "UYiay8eE9TGQflqvbfZ4",
"trackingNumber": "606391424638",
"url": "https://excellent-heartache.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "l6ibII1dg5rGo2ib9HSo",
"trackingNumber": "993288153159",
"url": "https://diligent-pendant.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "uu5bL5NWQnXADaAx0JNY",
"trackingNumber": "291281565552",
"url": "https://anguished-cutlet.info"
}
],
"trackingNumber": "057176286583"
}
]
}
],
"serviceCategory": "SMARTPOST",
"serviceName": "FedEx 2 Day Freight",
"serviceType": "FEDEX_2_DAY_FREIGHT",
"shipDatestamp": "2025-09-09T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 8,
"suggestions": [
{
"description": "New lavender Mouse with ergonomic design for trusty comfort",
"harmonizedCode": "012227"
},
{
"description": "Savor the creamy essence in our Computer, designed for ragged culinary adventures",
"harmonizedCode": "028153"
},
{
"description": "Featuring Molybdenum-enhanced technology, our Pizza offers unparalleled impure performance",
"harmonizedCode": "349151"
},
{
"description": "Generic Salad designed with Bamboo for quixotic performance",
"harmonizedCode": "292871"
},
{
"description": "Experience the mint green brilliance of our Keyboard, perfect for triangular environments",
"harmonizedCode": "312128"
}
]
},
{
"commodityIndex": 11,
"suggestions": [
{
"description": "Discover the tiger-like agility of our Pants, perfect for sneaky users",
"harmonizedCode": "247640"
},
{
"description": "Innovative Cheese featuring substantial technology and Granite construction",
"harmonizedCode": "168383"
}
]
},
{
"commodityIndex": 14,
"suggestions": [
{
"description": "Experience the gold brilliance of our Fish, perfect for mediocre environments",
"harmonizedCode": "785090"
},
{
"description": "Discover the frog-like agility of our Tuna, perfect for surprised users",
"harmonizedCode": "458028"
},
{
"description": "New black Bike with ergonomic design for tepid comfort",
"harmonizedCode": "522155"
},
{
"description": "Stylish Salad designed to make you stand out with distant looks",
"harmonizedCode": "135015"
},
{
"description": "Our elephant-friendly Sausages ensures unrealistic comfort for your pets",
"harmonizedCode": "005570"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "dWDnw",
"localizedText": "nVAscroQpPU5OvelvgGN",
"parameters": [
{
"id": "5mxKM",
"value": "oxRebdfG9E"
},
{
"id": "pLLXe",
"value": "sJNrXBu8e5"
},
{
"id": "guZLh",
"value": "GTsIFVD23I"
}
],
"text": "uvhYPVLJ4dDZA38"
},
"categories": [
"categories"
],
"commodityIndex": 1,
"derivedHarmonizedCode": "097463",
"source": "9OnVGtPgPG",
"status": "PENDING",
"type": "gDAUslSLn9",
"waiver": {
"advisories": [
{
"code": "bKyYX",
"localizedText": "Su85fc10LnroPBHrvMEw",
"parameters": [
{
"id": "4fhg4",
"value": "GS0miK9rbc"
},
{
"id": "uF46k",
"value": "yWU0R26Nkl"
},
{
"id": "TwZLP",
"value": "ID4tlyh8fn"
},
{
"id": "ROARq",
"value": "B6f7yXIMrA"
},
{
"id": "aA8pF",
"value": "mqLioLMtxp"
}
],
"text": "jvzFAmu60DLtde6"
},
{
"code": "ociv3",
"localizedText": "u6IX1gJp8JMaOtxgUWGr",
"parameters": [
{
"id": "Y2Emb",
"value": "iqtODuZSls"
},
{
"id": "Jluxl",
"value": "0nhR6PhE7M"
},
{
"id": "rMwWy",
"value": "nFIH6PtDRI"
},
{
"id": "xytzI",
"value": "WphgowrYSy"
},
{
"id": "iGWCS",
"value": "jmJpbgG4We"
}
],
"text": "Edck9to0RqBV2uT"
},
{
"code": "CgBD2",
"localizedText": "vECTh3v4nd0j1Ixek1Eg",
"parameters": [
{
"id": "kdXIX",
"value": "v5WcNsE0Oc"
},
{
"id": "yOU0z",
"value": "ypJUKNqwd4"
},
{
"id": "YDCKm",
"value": "4YT6OUM5la"
},
{
"id": "t1qTK",
"value": "jxwyNIohfX"
},
{
"id": "WD3Bv",
"value": "4CPyfxIJ6l"
}
],
"text": "dptaDqXuqKN9uxM"
}
],
"description": "DsgRGS7hOI",
"id": "wtue2"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "xTRNrilPdAzoM9hh62h9",
"trackingNumber": "991413555895",
"url": "https://whopping-duffel.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "jySBZ2hIJRtq7VyuF6W2",
"trackingNumber": "027661548679",
"url": "https://untrue-cheetah.com"
}
]
}
]
},
"transactionId": "e19e2d78-4a58-4665-868c-b6f535d69bf4"
}{
"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": "Fv8As012ElBv5l3EKADr",
"version": {
"major": 1,
"minor": 6,
"patch": 1
}
}{
"customerTransactionId": "cGd8s7eGvLzUKL6",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "i3syJEOaZA",
"message": "T85hkfxuuSbtzYon34xX"
}
],
"transactionShipments": [
{
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://authentic-digit.biz/",
"password": "Po626ZOy",
"role": "Global Implementation Orchestrator",
"userId": "6f95214b-7ae3-4de4-a647-4b7db74daba9"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 4037.89,
"currency": "JPY"
}
},
"completedEtdDetail": {
"folderId": "oNeT5alY0JFZxerM",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "nsJGpOk4Qf53dsrR"
},
{
"documentId": "fRt4LrStCEaCgXNJ"
},
{
"documentId": "cZpqr6rLn1k83crE"
},
{
"documentId": "xzbnMVyODwa6HZzg"
},
{
"documentId": "FEu3ZWlJOz0V6BzW"
}
]
},
"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": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Dh7ZuIkrTm",
"hazardClass": "3",
"id": "UN4197",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 90.37,
"netExplosiveDetail": {
"amount": 9.73,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "VMhUItVMXq",
"hazardClass": "3",
"id": "UN9158",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 61.46,
"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": "GvkiIzpygU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.37,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 34.37,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.45,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "3E4NeYOFLuB3wiL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.01,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 23.15,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "95xuUDEOs2",
"hazardClass": "3",
"id": "UN2595",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A54",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 34.57,
"netExplosiveDetail": {
"amount": 8.73,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "X1QTkqH5hO",
"hazardClass": "8",
"id": "UN7731",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 40.06,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LFJdpFywpq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.42,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 12.9,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.75,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ZB0MFLs7AVLNAzZ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 1.41,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.51,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "1pBhRa7BvB",
"hazardClass": "8",
"id": "UN9571",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A20",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 10.45,
"netExplosiveDetail": {
"amount": 3.55,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2qVrTfBRXY",
"hazardClass": "8",
"id": "UN7273",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 82.67,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FYGabOdOrB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.73,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 1.86,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "zY7ri2ZUJubAqmD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.6,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.98,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "YMpcLqB75p",
"hazardClass": "3",
"id": "UN9511",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 74.39,
"netExplosiveDetail": {
"amount": 9.82,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ZQ32X6NiPX",
"hazardClass": "8",
"id": "UN6350",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 92.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OYFFOHMwfw"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.99,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.13,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 26.71,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.52,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "jduSwtZNRwUsylF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.78,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 7.84,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.08
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "j6EtYtn1yQ",
"hazardClass": "8",
"id": "UN8141",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 1.61,
"netExplosiveDetail": {
"amount": 7.01,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "V6KLw6SCtU",
"hazardClass": "3",
"id": "UN9958",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "woLOKhAEKJ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 30.6,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.25,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 49.55,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.45,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "p7TlURsVDBgx5Tk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 35.37,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.87,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "q4DpGQ5JMK",
"hazardClass": "3",
"id": "UN4016",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 98.35,
"netExplosiveDetail": {
"amount": 6.35,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "ILpg6IWuJr",
"hazardClass": "2.3",
"id": "UN0349",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 22.41,
"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": "uITDoHwZxr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.02,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "QKH9zTSDhYosatc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.76,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 41.11,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.93
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 4.39,
"referenceId": "784213",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Standard",
"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": "GROUND",
"value": "9856982480771259514059843103604806"
},
{
"type": "GROUND",
"value": "7502694622362462806411650404195736"
},
{
"type": "GROUND",
"value": "1372701893946622060480663473136718"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 8
},
{
"content": "SECURED",
"number": 16
},
{
"content": "THIS SIDE UP",
"number": 1
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 2.46,
"packageRateDetails": [
{
"baseCharge": 100.69,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 199.54,
"netFedExCharge": 109.73,
"netFreight": 116.69,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4341,
"currency": "UAH"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3890.21,
"currency": "ALL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 781.65,
"currency": "ISK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 4.4,
"totalRebates": 4.15,
"totalSurcharges": 17.86,
"totalTaxes": 3.55
},
{
"baseCharge": 159.45,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 131.06,
"netFedExCharge": 142.64,
"netFreight": 60.17,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3058.29,
"currency": "SOS"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3356.7,
"currency": "JPY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1268.51,
"currency": "SDG"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 27.47,
"totalRebates": 2.16,
"totalSurcharges": 16.27,
"totalTaxes": 8.22
},
{
"baseCharge": 61.09,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 209.89,
"netFedExCharge": 55.33,
"netFreight": 127.17,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2209.32,
"currency": "MNT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1538.14,
"currency": "DZD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3251.19,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3263.92,
"currency": "ZMW"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 34.46,
"totalRebates": 1.61,
"totalSurcharges": 13.44,
"totalTaxes": 2.29
}
]
},
"sequenceNumber": 8,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "7989",
"trackingIdType": "EXPRESS",
"trackingNumber": "96651420959962587984",
"uspsApplicationId": "44"
},
{
"formId": "0773",
"trackingIdType": "FREIGHT",
"trackingNumber": "32695142334172557962",
"uspsApplicationId": "00"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 5,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "SMSxS8sQOE",
"hazardClass": "3",
"id": "UN7320",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A54",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 11.52,
"netExplosiveDetail": {
"amount": 8.5,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "VFl5cIEvY2",
"hazardClass": "3",
"id": "UN5161",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 99.83,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jpzFynfNTz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.92,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 16.97,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "9EXqj28DAFVcomn",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.33,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 26.66,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "q4xUD7eF7Z",
"hazardClass": "3",
"id": "UN8026",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A65",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 78.76,
"netExplosiveDetail": {
"amount": 5.6,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "ZQqIYqsPvn",
"hazardClass": "3",
"id": "UN4807",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 87.98,
"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": "oqOBRpQVBg"
},
"innerReceptacles": [
{
"quantity": {
"amount": 12.36,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "z8eVfi3djJC7UhU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 43.49,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 25.01,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.02
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 4.26,
"referenceId": "682748",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Standard",
"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": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "1832220003867687825725836405395901"
},
{
"type": "ADDRESS",
"value": "6919848803634421284791719679817967"
},
{
"type": "ADDRESS",
"value": "1106405483982091293342840840921300"
},
{
"type": "GROUND",
"value": "5028573694625191942232143796406023"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 3
},
{
"content": "FRAGILE",
"number": 8
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 3.77,
"packageRateDetails": [
{
"baseCharge": 58.03,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 190.56,
"netFedExCharge": 80.14,
"netFreight": 46.15,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3148.03,
"currency": "LBP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4656.86,
"currency": "BZD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 9.39,
"totalRebates": 0.38,
"totalSurcharges": 11.58,
"totalTaxes": 8.32
},
{
"baseCharge": 144.25,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 139.56,
"netFedExCharge": 156.65,
"netFreight": 76.15,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2937.88,
"currency": "KES"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3372,
"currency": "BYN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1111.83,
"currency": "KGS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3954.32,
"currency": "NGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 29.07,
"totalRebates": 2.55,
"totalSurcharges": 15.98,
"totalTaxes": 0.55
}
]
},
"sequenceNumber": 2,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "0350",
"trackingIdType": "FREIGHT",
"trackingNumber": "56601005931544285018",
"uspsApplicationId": "78"
},
{
"formId": "4827",
"trackingIdType": "FREIGHT",
"trackingNumber": "97237895366554081028",
"uspsApplicationId": "62"
},
{
"formId": "8193",
"trackingIdType": "EXPRESS",
"trackingNumber": "39010431515684571795",
"uspsApplicationId": "63"
}
]
}
],
"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": "pWi0MXHeF9",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-24T00:00:00.0Z",
"expirationDate": "2027-06-10T00:00:00.0Z",
"number": "54687"
}
},
"dryIceDetail": {
"packageCount": 2,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 1
}
},
"masterTrackingId": {
"formId": "7806",
"trackingIdType": "FREIGHT",
"trackingNumber": "21870195090714962446",
"uspsApplicationId": "78"
},
"operationalDetail": {
"airportId": "YVW",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "jjFLoNUvBKDMP3x",
"commitDate": "2026-07-27T00:00:00.0Z",
"commitDay": "Wed",
"countryCode": "MM",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-23T00:00:00.0Z",
"deliveryDay": "Wed",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "nxNm",
"destinationLocationNumber": 932,
"destinationLocationStateOrProvinceCode": "LA",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "036",
"originLocationNumber": 818,
"originServiceArea": "A1",
"packagingCode": "15",
"postalCode": "66151-1062",
"publishedDeliveryTime": "12:00P",
"scac": "FDXG",
"serviceCode": "173",
"stateOrProvinceCode": "WI",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "RM",
"ursaSuffixCode": "tj"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "83",
"description": "Streamlined impactful intranet",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "tYt"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "1iX"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "zWr"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "elSLqcOhWh2c",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "2719",
"trackingIdType": "FREIGHT",
"trackingNumber": "17224914029640124404"
},
{
"formId": "9685",
"trackingIdType": "GROUND",
"trackingNumber": "13376756827027092146"
},
{
"formId": "5915",
"trackingIdType": "EXPRESS",
"trackingNumber": "67524836323858924217"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "3150",
"trackingIdType": "GROUND",
"trackingNumber": "08171443968762066017"
},
{
"formId": "2746",
"trackingIdType": "EXPRESS",
"trackingNumber": "65756541528636149421"
},
{
"formId": "9132",
"trackingIdType": "GROUND",
"trackingNumber": "75207450643804725392"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "5197",
"trackingIdType": "FREIGHT",
"trackingNumber": "96983929949102313760"
},
{
"formId": "4154",
"trackingIdType": "EXPRESS",
"trackingNumber": "96498814390312611086"
},
{
"formId": "5804",
"trackingIdType": "FREIGHT",
"trackingNumber": "81609024685011614962"
},
{
"formId": "7641",
"trackingIdType": "EXPRESS",
"trackingNumber": "83799333525153334856"
},
{
"formId": "8404",
"trackingIdType": "FREIGHT",
"trackingNumber": "52759284242570447803"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "7707",
"trackingIdType": "GROUND",
"trackingNumber": "46857051143226245963"
},
{
"formId": "2913",
"trackingIdType": "GROUND",
"trackingNumber": "22628180167545860256"
},
{
"formId": "4027",
"trackingIdType": "EXPRESS",
"trackingNumber": "94378863477372040178"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"description": "grEGid3SA1",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"description": "TtZ6GVTHhr",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "VND",
"value": "CUSTOMS_VALUE"
},
"description": "s7EQsiWvxh",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "THB",
"value": "CUSTOMS_VALUE"
},
"description": "1LuTzvQiQK",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "1Y0qiXumJI",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CVE",
"rate": 3.57
},
"dutiesAndTaxes": [
{
"harmonizedCode": "523932",
"taxes": {
"amount": {
"currency": "EGP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "Mo4IWGNwWJ",
"id": "F2cXLI",
"name": "GST"
},
"description": "PsokwLIL39",
"effectiveDate": "2025-10-02T00:00:00.0Z",
"formula": "DsucyXbtoGT57h4",
"name": "Sales Tax",
"taxableValue": {
"currency": "COP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "fyPXm",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "RSD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "547477",
"taxes": {
"amount": {
"currency": "AED",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "iAnoBdKpPE",
"id": "0OrmCt",
"name": "Sales Tax"
},
"description": "M6YgmDT6tO",
"effectiveDate": "2026-01-24T00:00:00.0Z",
"formula": "RmGUG0Xukpa5S9v",
"name": "VAT",
"taxableValue": {
"currency": "KRW",
"value": "CUSTOMS_VALUE"
},
"taxcode": "t5MkI",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "576560",
"taxes": {
"amount": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "2qHoAh4Xcd",
"id": "O302ox",
"name": "Sales Tax"
},
"description": "KGA8JQKaEo",
"effectiveDate": "2025-10-25T00:00:00.0Z",
"formula": "1kPpz36rg8Nv9X2",
"name": "Sales Tax",
"taxableValue": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
},
"taxcode": "YPaPr",
"taxRates": [
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "630115",
"taxes": {
"amount": {
"currency": "MRU",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "XoD2xECuZg",
"id": "2jYVhG",
"name": "VAT"
},
"description": "TLQQarLvvN",
"effectiveDate": "2025-11-13T00:00:00.0Z",
"formula": "KnhQSCmTQzA19OO",
"name": "VAT",
"taxableValue": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"taxcode": "UdQuU",
"taxRates": [
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "KZT",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "260798",
"taxes": {
"amount": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "lRLFilwFXz",
"id": "MKN2lp",
"name": "GST"
},
"description": "JrKdMulIMo",
"effectiveDate": "2025-12-10T00:00:00.0Z",
"formula": "WuzVKd5nvgnWJPB",
"name": "Sales Tax",
"taxableValue": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"taxcode": "taVsS",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "10"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"description": "8M3JDGYKlj",
"percent": 13.54,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
"description": "o3rpcH7e4l",
"percent": 11.91,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"description": "oSW44IQErN",
"percent": 11,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"description": "xnT5rcxhue",
"percent": 9.43,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 12.76,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "PDe9YqproH",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "0ea88f",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"description": "7YwQ3n8GTP",
"percent": 2.44,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MWK",
"value": "CUSTOMS_VALUE"
},
"description": "VG1gBRuWAk",
"percent": 4.76,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"description": "lCPKzDkdI2",
"percent": 1.54,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "DKK",
"value": "CUSTOMS_VALUE"
},
"description": "HT90zH6Cz8",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"description": "vJZrC7HU0t",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "AOA",
"value": "CUSTOMS_VALUE"
},
"description": "RUxuS0aHLw",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"description": "i7ky7RZ2cT",
"taxType": "VAT"
},
{
"amount": {
"currency": "SAR",
"value": "CUSTOMS_VALUE"
},
"description": "NxNxxpRfzF",
"taxType": "VAT"
},
{
"amount": {
"currency": "BBD",
"value": "CUSTOMS_VALUE"
},
"description": "oF6LBxmIMC",
"taxType": "VAT"
},
{
"amount": {
"currency": "YER",
"value": "CUSTOMS_VALUE"
},
"description": "A6myCGXgTc",
"taxType": "VAT"
},
{
"amount": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"description": "2Tj0vjRXSE",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "KHR",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "GYD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "CRC",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "ILS",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "LAK",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "BRL",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "LBP",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "BAM",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "GMD",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "BSD",
"rate": 3.19
},
"dimDivisor": 262,
"freightDiscounts": [
{
"amount": 1.86,
"description": "eS3HVOq07P",
"percent": 5.01,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 5.04,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "35704",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "6MRs56",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GBP",
"rate": 19.3
},
"dimDivisor": 264,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.66,
"description": "v1JWo6MpiS",
"percent": 18.67,
"rateDiscountType": "COUPON"
},
{
"amount": 5.7,
"description": "bCahwx127n",
"percent": 19.86,
"rateDiscountType": "EARNED"
},
{
"amount": 5.23,
"description": "I2bWyeU4hm",
"percent": 13.8,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.15,
"description": "dOL826Zasg",
"percent": 16.35,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 15,
"legDestinationLocationId": "UUHF",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "CeRTm",
"ratedWeightMethod": "DIM",
"rateScale": "1198",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "sF1qOj",
"surcharges": [
{
"amount": {
"amount": 3403.55,
"currency": "COP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3852.72,
"currency": "MVR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2860.64,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 2.78,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.69,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 11.68,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.39,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 89.1,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.45,
"totalFreightDiscounts": 7.57,
"totalNetCharge": 53.15,
"totalNetChargeWithDutiesAndTaxes": 209.07,
"totalNetFedExCharge": 189.43,
"totalNetFreight": 120.03,
"totalRebates": 2.49,
"totalSurcharges": 3.31,
"totalTaxes": 8.69
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "UZS",
"rate": 28.22
},
"dimDivisor": 189,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.69,
"description": "SDkHMMNRt2",
"percent": 9.55,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.8,
"description": "4JSxkZIMsl",
"percent": 12.79,
"rateDiscountType": "BONUS"
},
{
"amount": 4.63,
"description": "g6bPAQKkKn",
"percent": 7.11,
"rateDiscountType": "EARNED"
},
{
"amount": 3.13,
"description": "7tJBhpfYKd",
"percent": 17.28,
"rateDiscountType": "COUPON"
},
{
"amount": 9.49,
"description": "GqKXRAfPsa",
"percent": 18.78,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 5.55,
"legDestinationLocationId": "bUbK",
"minimumChargeType": "ACTUAL",
"pricingCode": "kfcjg",
"ratedWeightMethod": "DIM",
"rateScale": "5320",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "j7ulrx",
"surcharges": [
{
"amount": {
"amount": 3692.99,
"currency": "MRU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 12.81,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 18.07,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.97,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 143.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 6.82,
"totalFreightDiscounts": 6.68,
"totalNetCharge": 125.76,
"totalNetChargeWithDutiesAndTaxes": 74.24,
"totalNetFedExCharge": 206.24,
"totalNetFreight": 142.28,
"totalRebates": 4.15,
"totalSurcharges": 14.03,
"totalTaxes": 2.2
}
],
"surcharges": [
{
"amount": {
"amount": 4588.98,
"currency": "CHF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.43,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.42,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.8,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 8.91,
"totalBaseCharge": 115.81,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.32,
"totalDutiesTaxesAndFees": 73.02,
"totalFreightDiscounts": 15.73,
"totalNetCharge": 107.27,
"totalNetChargeWithDutiesAndTaxes": 182.89,
"totalNetFedExCharge": 174.96,
"totalNetFreight": 187.36,
"totalRebates": 4.21,
"totalSurcharges": 4.8,
"totalTaxes": 4.51
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "LSL",
"rate": 19.08
},
"dimDivisor": 141,
"freightDiscounts": [
{
"amount": 3.76,
"description": "mWeKytmYeq",
"percent": 6.16,
"rateDiscountType": "BONUS"
},
{
"amount": 1.13,
"description": "cvY7Ab99qc",
"percent": 6.67,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.17,
"description": "CezMVGBZqR",
"percent": 17.67,
"rateDiscountType": "EARNED"
},
{
"amount": 9.74,
"description": "5m78iuDTuC",
"percent": 14.25,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 7.27,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "05466",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "77CNWr",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ERN",
"rate": 17.13
},
"dimDivisor": 238,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.08,
"description": "MBpk1QhX4s",
"percent": 11.78,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.37,
"legDestinationLocationId": "viZC",
"minimumChargeType": "ACTUAL",
"pricingCode": "hWr16",
"ratedWeightMethod": "DIM",
"rateScale": "0019",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "kbjrT8",
"surcharges": [
{
"amount": {
"amount": 755.49,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 9.22,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.39,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 170.11,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.47,
"totalFreightDiscounts": 6.38,
"totalNetCharge": 80.29,
"totalNetChargeWithDutiesAndTaxes": 148.85,
"totalNetFedExCharge": 75.71,
"totalNetFreight": 123.16,
"totalRebates": 0.93,
"totalSurcharges": 3.82,
"totalTaxes": 6.24
}
],
"surcharges": [
{
"amount": {
"amount": 1099.35,
"currency": "CZK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1141.76,
"currency": "DJF"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 3.17,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 5.06,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 18.18,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.84,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 8.55,
"totalBaseCharge": 54.25,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 45.53,
"totalDutiesTaxesAndFees": 86.7,
"totalFreightDiscounts": 39.79,
"totalNetCharge": 192.23,
"totalNetChargeWithDutiesAndTaxes": 171.35,
"totalNetFedExCharge": 223.68,
"totalNetFreight": 60.73,
"totalRebates": 2.15,
"totalSurcharges": 0.21,
"totalTaxes": 1.5
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SRD",
"rate": 14.55
},
"dimDivisor": 287,
"freightDiscounts": [
{
"amount": 5.9,
"description": "31eja0p4VR",
"percent": 8.43,
"rateDiscountType": "BONUS"
},
{
"amount": 7.23,
"description": "sixNkSPtOy",
"percent": 13.44,
"rateDiscountType": "COUPON"
},
{
"amount": 7.18,
"description": "WRt6099XGY",
"percent": 17.33,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.27,
"description": "Ce7ss3b5Gy",
"percent": 16.38,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 4.42,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "35818",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "KgQpVs",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "NOK",
"rate": 26.22
},
"dimDivisor": 112,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.66,
"description": "8ZKBCgbYYU",
"percent": 16.27,
"rateDiscountType": "COUPON"
},
{
"amount": 7.15,
"description": "6jhob19Q3j",
"percent": 13.81,
"rateDiscountType": "COUPON"
},
{
"amount": 4.83,
"description": "G1DcrIEnSj",
"percent": 5.69,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.95,
"description": "bSlifaHrga",
"percent": 17.6,
"rateDiscountType": "EARNED"
},
{
"amount": 1.93,
"description": "eRgSzeGwSm",
"percent": 10.92,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 2.83,
"legDestinationLocationId": "YCXh",
"minimumChargeType": "ACTUAL",
"pricingCode": "3Oemi",
"ratedWeightMethod": "DIM",
"rateScale": "8483",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "t1SIu1",
"surcharges": [
{
"amount": {
"amount": 1132.05,
"currency": "GBP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2887.8,
"currency": "EGP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3887.34,
"currency": "SZL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2567.54,
"currency": "KPW"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 3.56,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.35,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.71,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 155.44,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.51,
"totalFreightDiscounts": 30.53,
"totalNetCharge": 199.76,
"totalNetChargeWithDutiesAndTaxes": 161.56,
"totalNetFedExCharge": 86.15,
"totalNetFreight": 111.95,
"totalRebates": 1.3,
"totalSurcharges": 18.97,
"totalTaxes": 7.18
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "PKR",
"rate": 26.59
},
"dimDivisor": 209,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.75,
"description": "4Neq2jMXJG",
"percent": 7.16,
"rateDiscountType": "BONUS"
},
{
"amount": 6.37,
"description": "W9FfaWyb4P",
"percent": 10.52,
"rateDiscountType": "EARNED"
},
{
"amount": 3.55,
"description": "QqL63jc2iF",
"percent": 10.82,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 6.17,
"legDestinationLocationId": "EObN",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "glb80",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1612",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "bw0QF5",
"surcharges": [
{
"amount": {
"amount": 4002.81,
"currency": "IQD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1242.35,
"currency": "CLP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4674.76,
"currency": "MNT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 7.67,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.76,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 17.13,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.65,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 184.25,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.49,
"totalFreightDiscounts": 49.23,
"totalNetCharge": 114.82,
"totalNetChargeWithDutiesAndTaxes": 190.67,
"totalNetFedExCharge": 107.79,
"totalNetFreight": 189.8,
"totalRebates": 2.98,
"totalSurcharges": 2.63,
"totalTaxes": 8.1
}
],
"surcharges": [
{
"amount": {
"amount": 1693.47,
"currency": "PKR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 12.99,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 13.2,
"totalBaseCharge": 93.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.97,
"totalDutiesTaxesAndFees": 65.51,
"totalFreightDiscounts": 4.86,
"totalNetCharge": 139.99,
"totalNetChargeWithDutiesAndTaxes": 248.7,
"totalNetFedExCharge": 97.06,
"totalNetFreight": 68.96,
"totalRebates": 2.8,
"totalSurcharges": 3.36,
"totalTaxes": 1.08
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "TJS",
"rate": 6.13
},
"dimDivisor": 138,
"freightDiscounts": [
{
"amount": 2.41,
"description": "Hh2vofzTpn",
"percent": 6.82,
"rateDiscountType": "COUPON"
},
{
"amount": 6.8,
"description": "w9V8Vadj2v",
"percent": 5.22,
"rateDiscountType": "EARNED"
},
{
"amount": 2.39,
"description": "kJPloWXvtO",
"percent": 6.43,
"rateDiscountType": "EARNED"
},
{
"amount": 6.96,
"description": "BJyLZmarVn",
"percent": 13.78,
"rateDiscountType": "EARNED"
},
{
"amount": 8.56,
"description": "kEsd7zWgEg",
"percent": 9.05,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 8.99,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "64518",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "SdGhk4",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "COP",
"rate": 27.23
},
"dimDivisor": 152,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.17,
"description": "GOj3P0WJPE",
"percent": 17.01,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 1.39,
"legDestinationLocationId": "qkno",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "9rUO7",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6375",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "YO6RlA",
"surcharges": [
{
"amount": {
"amount": 2889.46,
"currency": "BDT"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2690.86,
"currency": "SBD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2867.06,
"currency": "SGD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4934.44,
"currency": "LSL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 10.73,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 140.99,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.62,
"totalFreightDiscounts": 43.85,
"totalNetCharge": 104.88,
"totalNetChargeWithDutiesAndTaxes": 179.47,
"totalNetFedExCharge": 192.53,
"totalNetFreight": 179.77,
"totalRebates": 2.28,
"totalSurcharges": 11.43,
"totalTaxes": 4.53
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "VES",
"rate": 1.24
},
"dimDivisor": 226,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.09,
"description": "adhar5hgiy",
"percent": 18.34,
"rateDiscountType": "EARNED"
},
{
"amount": 1,
"description": "kvxiQbWnbj",
"percent": 6.23,
"rateDiscountType": "BONUS"
},
{
"amount": 9.61,
"description": "BQMrHMC26m",
"percent": 7.6,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 11.05,
"legDestinationLocationId": "XgAA",
"minimumChargeType": "ACTUAL",
"pricingCode": "D5GlJ",
"ratedWeightMethod": "DIM",
"rateScale": "7556",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "4wrRT2",
"surcharges": [
{
"amount": {
"amount": 3634.02,
"currency": "LBP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3860.29,
"currency": "MOP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4411.77,
"currency": "PLN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 237.2,
"currency": "CLP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 8.52,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.86,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.29,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 119.34,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 32.5,
"totalFreightDiscounts": 26.22,
"totalNetCharge": 59.94,
"totalNetChargeWithDutiesAndTaxes": 196.23,
"totalNetFedExCharge": 140.29,
"totalNetFreight": 55.39,
"totalRebates": 3.69,
"totalSurcharges": 7.69,
"totalTaxes": 0.53
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "OMR",
"rate": 12.37
},
"dimDivisor": 211,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.9,
"description": "FdOKj1Ou9t",
"percent": 9.61,
"rateDiscountType": "COUPON"
},
{
"amount": 4.7,
"description": "APpJfEMf5K",
"percent": 9.97,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.99,
"legDestinationLocationId": "VzKq",
"minimumChargeType": "ACTUAL",
"pricingCode": "VYXcm",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0557",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "SR1nP2",
"surcharges": [
{
"amount": {
"amount": 2051.11,
"currency": "KRW"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 12.06,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 4.48,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 7.76,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.21,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 83.31,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 34.33,
"totalFreightDiscounts": 23.59,
"totalNetCharge": 85.7,
"totalNetChargeWithDutiesAndTaxes": 152.32,
"totalNetFedExCharge": 118.42,
"totalNetFreight": 74.77,
"totalRebates": 2.52,
"totalSurcharges": 13.63,
"totalTaxes": 0.54
}
],
"surcharges": [
{
"amount": {
"amount": 1521.69,
"currency": "KPW"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4951.1,
"currency": "ILS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4541.04,
"currency": "DKK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2517.95,
"currency": "AUD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 590.31,
"currency": "MWK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 4.39,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.08,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.81,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 14.9,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 16.06,
"totalBaseCharge": 163.44,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 40.25,
"totalDutiesTaxesAndFees": 91.88,
"totalFreightDiscounts": 5.69,
"totalNetCharge": 127.37,
"totalNetChargeWithDutiesAndTaxes": 116.86,
"totalNetFedExCharge": 223.87,
"totalNetFreight": 188.69,
"totalRebates": 0.18,
"totalSurcharges": 18.71,
"totalTaxes": 7.54
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"masterTrackingNumber": "126844524272",
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 273.65,
"baseRateAmount": 203.59,
"codcollectionAmount": 53.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "075684"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "025220"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "845827"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "076311"
}
],
"masterTrackingNumber": "866649509591",
"netChargeAmount": 115.96,
"netDiscountAmount": 12.87,
"netRateAmount": 96.33,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "4Ugd6yFY724gay7gIG6G",
"trackingNumber": "685724994378",
"url": "https://eminent-injunction.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "WhUP9U7ACCOQ2hJK08pp",
"trackingNumber": "585809573156",
"url": "https://gruesome-presume.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "usvgEqaJfQljguR8ovj5",
"trackingNumber": "724003986541",
"url": "https://close-pendant.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "3IT8bHvY1JUIhbGyxHa7",
"trackingNumber": "380325026474",
"url": "https://filthy-density.org/"
}
],
"trackingNumber": "909517396233"
},
{
"additionalChargesDiscount": 312.88,
"baseRateAmount": 203.03,
"codcollectionAmount": 774.87,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "470021"
}
],
"masterTrackingNumber": "013249638187",
"netChargeAmount": 65.99,
"netDiscountAmount": 93.61,
"netRateAmount": 5.18,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "kWWxTuNfLbunNRzibq15",
"trackingNumber": "183819849574",
"url": "https://decent-affiliate.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "msE5PON7sgPT4WDpQxSE",
"trackingNumber": "555059055934",
"url": "https://orange-place.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "5Zunw4q6Uib87b9VJz7I",
"trackingNumber": "720218585944",
"url": "https://grim-coordination.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "OliV07ce2clb3KoDODZK",
"trackingNumber": "355076988462",
"url": "https://animated-pecan.info/"
}
],
"trackingNumber": "290656777149"
},
{
"additionalChargesDiscount": 166.52,
"baseRateAmount": 487.13,
"codcollectionAmount": 979.26,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "897059"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "360108"
}
],
"masterTrackingNumber": "707320101631",
"netChargeAmount": 119.66,
"netDiscountAmount": 71.83,
"netRateAmount": 90.5,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "y7x8Ng0SpvKRKM4u4w6L",
"trackingNumber": "322660403820",
"url": "https://miserable-godparent.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "kvgTHVrXPA8DmlYE1mev",
"trackingNumber": "448335029137",
"url": "https://legal-reservation.org/"
}
],
"trackingNumber": "198470820335"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 378.07,
"baseRateAmount": 476.55,
"codcollectionAmount": 405.01,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "644550"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "851540"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "870613"
}
],
"masterTrackingNumber": "648390506414",
"netChargeAmount": 13.88,
"netDiscountAmount": 124.44,
"netRateAmount": 35.68,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "jm3eBmU0h8DiDQLqVdrA",
"trackingNumber": "523568876471",
"url": "https://profuse-cantaloupe.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "EZ2zcc5qgyKhc1uulKSl",
"trackingNumber": "480708956605",
"url": "https://prestigious-dulcimer.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "Pjt0uY9B5p24YNVZavn9",
"trackingNumber": "786041128858",
"url": "https://compassionate-scorpion.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "Xd9kCoJMSSS8Mg1BDeZ2",
"trackingNumber": "423465278044",
"url": "https://slushy-steak.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "p34ytiRNxwBVg814cJHf",
"trackingNumber": "021700514112",
"url": "https://live-sprinkles.name"
}
],
"trackingNumber": "621467693539"
},
{
"additionalChargesDiscount": 245.19,
"baseRateAmount": 112.65,
"codcollectionAmount": 586.88,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "683250"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "909982"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "888553"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "375747"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "273303"
}
],
"masterTrackingNumber": "844791356211",
"netChargeAmount": 70.91,
"netDiscountAmount": 42.49,
"netRateAmount": 28.16,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "ITp1lekaFhrkAzVZfdHf",
"trackingNumber": "115617942235",
"url": "https://gullible-lifestyle.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "3slUp0XYDrW60s233zus",
"trackingNumber": "815513215379",
"url": "https://shabby-adrenalin.com/"
}
],
"trackingNumber": "403202217174"
}
]
}
],
"serviceCategory": "EXPRESS",
"serviceName": "FedEx 2 Day Freight",
"serviceType": "FEDEX_GROUND",
"shipDatestamp": "2025-10-04T00:00:00.0Z",
"shipmentAdvisoryDetails": {
"regulatoryAdvisory": {
"commodityClarifications": [
{
"commodityIndex": 3,
"suggestions": [
{
"description": "Our tender-inspired Chips brings a taste of luxury to your boiling lifestyle",
"harmonizedCode": "469337"
}
]
},
{
"commodityIndex": 19,
"suggestions": [
{
"description": "Our sour-inspired Chair brings a taste of luxury to your austere lifestyle",
"harmonizedCode": "586881"
},
{
"description": "Featuring Lutetium-enhanced technology, our Bike offers unparalleled putrid performance",
"harmonizedCode": "250319"
},
{
"description": "Electronic Fish designed with Bronze for untimely performance",
"harmonizedCode": "219271"
}
]
},
{
"commodityIndex": 17,
"suggestions": [
{
"description": "Innovative Cheese featuring perfumed technology and Bamboo construction",
"harmonizedCode": "707839"
}
]
},
{
"commodityIndex": 5,
"suggestions": [
{
"description": "New Car model with 11 GB RAM, 521 GB storage, and showy features",
"harmonizedCode": "849735"
}
]
},
{
"commodityIndex": 9,
"suggestions": [
{
"description": "The red Tuna combines Antarctica aesthetics with Erbium-based durability",
"harmonizedCode": "485377"
},
{
"description": "The green Hat combines Niger aesthetics with Manganese-based durability",
"harmonizedCode": "330163"
},
{
"description": "Experience the red brilliance of our Tuna, perfect for well-off environments",
"harmonizedCode": "842849"
},
{
"description": "Introducing the Singapore-inspired Car, blending sure-footed style with local craftsmanship",
"harmonizedCode": "914236"
},
{
"description": "Professional-grade Chicken perfect for vast training and recreational use",
"harmonizedCode": "561105"
}
]
}
],
"prohibitions": [
{
"advisory": {
"code": "brBHV",
"localizedText": "GOIx23g1vMjPg94Yobtu",
"parameters": [
{
"id": "89W4m",
"value": "OXAUnvJFJt"
},
{
"id": "JRC9j",
"value": "hb3ODaoQlg"
},
{
"id": "gDEsc",
"value": "GND8sYIYL2"
},
{
"id": "k5m8y",
"value": "cNL2wtvTQi"
}
],
"text": "Lc20NJLUL1E5F1p"
},
"categories": [
"categories"
],
"commodityIndex": 6,
"derivedHarmonizedCode": "768029",
"source": "mQ4rLHUaJD",
"status": "PENDING",
"type": "0KlLJWrSZ7",
"waiver": {
"advisories": [
{
"code": "gu5AI",
"localizedText": "eRBZPLpGU6pDlK2ewiv5",
"parameters": [
{
"id": "S8FqM",
"value": "bOJICf8HNw"
},
{
"id": "YzKJg",
"value": "zzNtutylKv"
}
],
"text": "hwFIdfHidJUDqCI"
},
{
"code": "PXfZI",
"localizedText": "DO53adAW2vDmFjFiGAPb",
"parameters": [
{
"id": "ObyTW",
"value": "yxTZ7Lcx0z"
},
{
"id": "iIOTO",
"value": "wHVrF0fO7p"
},
{
"id": "WgEZZ",
"value": "2lo5d1hn5h"
},
{
"id": "sFiVw",
"value": "G8AvAcbJ74"
}
],
"text": "0nRvs5qY0lMmxJH"
},
{
"code": "KrzTI",
"localizedText": "NytmnWcs4jRvdxwErw3I",
"parameters": [
{
"id": "KjNBM",
"value": "MS4CTJ5ah9"
},
{
"id": "4IeHc",
"value": "JSdvrGErXu"
}
],
"text": "su1ngpM0LIcSdDB"
},
{
"code": "mLYXu",
"localizedText": "mS6ncI2dawHCesuqiobq",
"parameters": [
{
"id": "9ug7u",
"value": "0Nv9yJkJjB"
},
{
"id": "VeMUi",
"value": "GQuYpZWO9s"
},
{
"id": "wPSme",
"value": "TvzWEtvcXd"
},
{
"id": "fBnov",
"value": "0VzD09XEGB"
}
],
"text": "kPYLb6w9TfhoeWX"
},
{
"code": "Wy7hk",
"localizedText": "xeH8Bo8mFqXKmGdDHHSf",
"parameters": [
{
"id": "Yb2Eo",
"value": "DuPL1EHDVL"
},
{
"id": "bwPYX",
"value": "5VLTR4tGrs"
},
{
"id": "VWrGH",
"value": "w8XQCWpiWb"
},
{
"id": "GCBzb",
"value": "yjCdjTF9lm"
}
],
"text": "eoBjmTjSIaOjRxl"
}
],
"description": "ThaLuXfIzX",
"id": "82p9V"
}
},
{
"advisory": {
"code": "ZRTvu",
"localizedText": "Rq7jNTPaXqc5vE975VUE",
"parameters": [
{
"id": "qFpDO",
"value": "WuaiWX33p8"
},
{
"id": "k2dV6",
"value": "iuxHnAMmBP"
},
{
"id": "g3KiN",
"value": "Ce46BV3n8y"
}
],
"text": "smMy7ifKS1Ert4C"
},
"categories": [
"categories"
],
"commodityIndex": 8,
"derivedHarmonizedCode": "473739",
"source": "jkv7MqtGK0",
"status": "ACTIVE",
"type": "7Zu4eGmFW3",
"waiver": {
"advisories": [
{
"code": "34kz3",
"localizedText": "1uehgq4g3qxinigs3aVj",
"parameters": [
{
"id": "FPpbh",
"value": "vTPoI08PuZ"
}
],
"text": "BrYgyhuiea20vgm"
},
{
"code": "h9zHx",
"localizedText": "VcpK8Em4rV4NzXnq3QU7",
"parameters": [
{
"id": "38iMI",
"value": "poLxAVmey0"
}
],
"text": "H5lci1BJjnzjuTQ"
}
],
"description": "wMkIfy4Uwv",
"id": "WLT5t"
}
},
{
"advisory": {
"code": "a0ZrG",
"localizedText": "4fl5VYfFMMKlC1MhiDSN",
"parameters": [
{
"id": "Xii1v",
"value": "7JvXRF2gtD"
},
{
"id": "Wx68Z",
"value": "1jHt3tsXrE"
},
{
"id": "14p6a",
"value": "GpzqyOSCNr"
},
{
"id": "7AtW1",
"value": "Hn0MFdp9Mb"
}
],
"text": "0nL7SN4cgMgNHxl"
},
"categories": [
"categories"
],
"commodityIndex": 2,
"derivedHarmonizedCode": "240974",
"source": "NQSFwDZkZU",
"status": "ACTIVE",
"type": "1bYT9Ui7i1",
"waiver": {
"advisories": [
{
"code": "Miooh",
"localizedText": "r9XNYpQZgH0JeiUVL29G",
"parameters": [
{
"id": "9Fjot",
"value": "AeOfgDgR1d"
}
],
"text": "PV77fVvVKWcgqm6"
},
{
"code": "ThCcv",
"localizedText": "q2hZ2WbakMiJS9lBl7rw",
"parameters": [
{
"id": "5slU5",
"value": "6hoNXgwDps"
},
{
"id": "L4uvJ",
"value": "PKqfdtTtri"
},
{
"id": "XtbMk",
"value": "d21auquNdW"
},
{
"id": "iRPXQ",
"value": "aSjjUBaSpX"
}
],
"text": "4iv4GG5uizO719w"
}
],
"description": "f39WUkMhUl",
"id": "HjBQJ"
}
},
{
"advisory": {
"code": "YonTN",
"localizedText": "3t2LH5AjBobcVi15Rgm2",
"parameters": [
{
"id": "4sZoP",
"value": "R6bH56QOI0"
},
{
"id": "lY8NW",
"value": "MQRVYBlwMF"
},
{
"id": "xH0eO",
"value": "R9lyWN9JD5"
},
{
"id": "8QcM8",
"value": "dWqlfFd2TU"
}
],
"text": "JJfYvzpzI1Iqp5M"
},
"categories": [
"categories"
],
"commodityIndex": 10,
"derivedHarmonizedCode": "891163",
"source": "5uwR5lqqjm",
"status": "PENDING",
"type": "3bwUpWbpTt",
"waiver": {
"advisories": [
{
"code": "I85tm",
"localizedText": "gdADW2S1ouRwYeZZGx4y",
"parameters": [
{
"id": "d97as",
"value": "1U2jAUOKFW"
},
{
"id": "ehGNC",
"value": "6CegmRedOC"
},
{
"id": "KeGWS",
"value": "FvGMsdTmlz"
},
{
"id": "5SWQj",
"value": "iS79lZl7kG"
},
{
"id": "VI5Xm",
"value": "nD3nhOad8L"
}
],
"text": "xKUaiMfGRtVcw3X"
},
{
"code": "6FYsh",
"localizedText": "aEUQet7E6Y2B9hb1BX6R",
"parameters": [
{
"id": "xfSmr",
"value": "jeE1dNjy0Y"
},
{
"id": "YTxTG",
"value": "V41aeKmw0S"
},
{
"id": "8Pj6K",
"value": "zDGk9w0NMa"
},
{
"id": "0goEE",
"value": "ydjlZRtouL"
},
{
"id": "VcN29",
"value": "5WuiBQoOhW"
}
],
"text": "SbhEhZZmflCTN1N"
}
],
"description": "koAl9EIJL0",
"id": "pFssJ"
}
}
]
}
},
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "67jjYfTaFikR37krKAUC",
"trackingNumber": "311110385749",
"url": "https://wavy-volleyball.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "n1g9q5C3bERI0qHMHA7s",
"trackingNumber": "781899930313",
"url": "https://good-disclosure.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "RkeSaWNqSgT4tarRxFBa",
"trackingNumber": "676091596789",
"url": "https://faint-integer.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "GLSdYbuRvIFXdcgAnJCC",
"trackingNumber": "877182512073",
"url": "https://chilly-veto.biz"
}
]
}
]
},
"transactionId": "7a9388d3-3f2b-4bcb-b247-89efcd524f93"
}{
"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": "eilcnV8e7Y",
"message": "U917s3PHTqH0KVWPCQ9C"
},
{
"alertType": "NOTE",
"code": "nlfAzqfiFN",
"message": "VDLFVpF7YogoOgPGAvZc"
},
{
"alertType": "NOTE",
"code": "8FfefY3ARX",
"message": "fMyA6m6gLxZdgmLWR7NY"
},
{
"alertType": "NOTE",
"code": "tdIbjmcDtN",
"message": "7IMwb3ewRQTk02S3FBqJ"
}
],
"completedConsolidationDetail": {
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://carefree-term.com",
"password": "xLXrxct4",
"role": "Internal Response Facilitator",
"userId": "4e17a0a6-4883-4026-a3aa-ed3f51f6bce3"
},
{
"emailLabelUrl": "https://standard-seal.com",
"password": "__dKj6l4",
"role": "Principal Optimization Liaison",
"userId": "c77e3f27-1dc4-4eea-876d-1cb0e2b0f55c"
},
{
"emailLabelUrl": "https://junior-coliseum.info/",
"password": "RLxHexBn",
"role": "Direct Tactics Representative",
"userId": "f88d0575-6c3d-4529-a17e-aadbffa935fc"
},
{
"emailLabelUrl": "https://antique-hunt.org/",
"password": "bqNC4pJJ",
"role": "Chief Paradigm Assistant",
"userId": "cc8e5fe1-35b9-403c-83ee-ca5f8c431674"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 1771.46,
"currency": "ZAR"
}
},
"completedEtdDetail": {
"folderId": "bCKPEnTnX7K76q2q",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "LtdV65j0Bi7vzw1s"
},
{
"documentId": "Z2rTX509ZQmOH4wm"
}
]
},
"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": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "iZmMEYBWKe",
"hazardClass": "3",
"id": "UN5121",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A70",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 83.42,
"netExplosiveDetail": {
"amount": 1.66,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nR1gQepY3t",
"hazardClass": "3",
"id": "UN9561",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 39.25,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aZisdkHpXP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.95,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 21.33,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40.47,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.52,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 7.02,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "2Llaf03mkVR68MP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 16.64,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 49.99,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FA5Xl3Dtr5",
"hazardClass": "3",
"id": "UN2628",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 99.31,
"netExplosiveDetail": {
"amount": 6.8,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "YNFMC1BfAk",
"hazardClass": "2.3",
"id": "UN6514",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 74.89,
"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": "FSubgBhXAO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.47,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 35.63,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "uacbYd0hWAghFM0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 39.64,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 23.99,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fAgNUqey9o",
"hazardClass": "8",
"id": "UN5972",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 59.39,
"netExplosiveDetail": {
"amount": 5.21,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "vPjKkX8RmC",
"hazardClass": "3",
"id": "UN2285",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 8.12,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jgyvWqiiQb"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 9.12,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 41.7,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "nliMIKPPNNZxmjM",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 10.66,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 38.49,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.64
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 8.19,
"referenceId": "613943",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "5838196801681094626015960572749636"
},
{
"type": "GROUND",
"value": "1198157541897988037265676198577087"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 1
},
{
"content": "DO NOT STACK",
"number": 16
},
{
"content": "SECURED",
"number": 3
}
]
},
"oversizeClass": "OVERSIZE_2",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 20.61,
"packageRateDetails": [
{
"baseCharge": 76.49,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 95.48,
"netFedExCharge": 69.13,
"netFreight": 85.36,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1664.41,
"currency": "SDG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 531.62,
"currency": "MZN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4134.06,
"currency": "LYD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 47.04,
"totalRebates": 1.31,
"totalSurcharges": 10.63,
"totalTaxes": 4.87
},
{
"baseCharge": 185.02,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 131.73,
"netFedExCharge": 139.07,
"netFreight": 136.05,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4189.77,
"currency": "GIP"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 41.46,
"totalRebates": 0.38,
"totalSurcharges": 15.46,
"totalTaxes": 1.64
},
{
"baseCharge": 167.75,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 146.49,
"netFedExCharge": 183.15,
"netFreight": 137.56,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3663.12,
"currency": "PHP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 3.06,
"totalRebates": 1.81,
"totalSurcharges": 13.29,
"totalTaxes": 4.42
},
{
"baseCharge": 123.92,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 52.27,
"netFedExCharge": 56.61,
"netFreight": 117.42,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3409.94,
"currency": "GYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2206.63,
"currency": "KES"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 11.88,
"totalRebates": 3.1,
"totalSurcharges": 11.43,
"totalTaxes": 9.66
}
]
},
"sequenceNumber": 4,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "0010",
"trackingIdType": "FREIGHT",
"trackingNumber": "17721197773110248102",
"uspsApplicationId": "45"
},
{
"formId": "5543",
"trackingIdType": "GROUND",
"trackingNumber": "01881483677071956223",
"uspsApplicationId": "86"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "OUe77ZWrT7",
"hazardClass": "3",
"id": "UN0706",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 66.69,
"netExplosiveDetail": {
"amount": 2.31,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "vsKo1Y8hu5",
"hazardClass": "8",
"id": "UN7159",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 98.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aIMSBbNsCT"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.23,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Pj1KrQ3NJ2KUbu5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 17.31,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 1.65,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "cmEGBWVKpA",
"hazardClass": "8",
"id": "UN6447",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 43.53,
"netExplosiveDetail": {
"amount": 2.8,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "dlLto2QFtY",
"hazardClass": "8",
"id": "UN6450",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 53.65,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MSskzclMoi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.22,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.5,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.43,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 43.85,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.57,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "eWflR6wOXq2exzr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.16,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 19.65,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "yH7bqYPur0",
"hazardClass": "3",
"id": "UN8591",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A78",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 38.26,
"netExplosiveDetail": {
"amount": 9.48,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "j0EDNGmPwf",
"hazardClass": "2.3",
"id": "UN7427",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 58.43,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OQDAgFOmoP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.62,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 45,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.73,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 30,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ieFfXcYBlXNTyrm",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 31.14,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.54,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "SdL3W6RH7n",
"hazardClass": "8",
"id": "UN6597",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A34",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 58.23,
"netExplosiveDetail": {
"amount": 9.12,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "GZG6pAHOkk",
"hazardClass": "3",
"id": "UN4563",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 89.45,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "pvtLITxEBa"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.9,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 28.02,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "P3ZxM1O3s8wsQXA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.89,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 4.43,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.5
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "2IVY8yymqG",
"hazardClass": "3",
"id": "UN2644",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A77",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 9.55,
"netExplosiveDetail": {
"amount": 2.55,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6o971en4ep",
"hazardClass": "3",
"id": "UN9246",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 19.58,
"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": "jaYRShjHJq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 4.33,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 37.24,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 48.79,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "HInuHTbCyCyvXuH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.97,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 2.29,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "NtSt4johC5",
"hazardClass": "3",
"id": "UN1058",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A30",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 65.84,
"netExplosiveDetail": {
"amount": 8.09,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "2NwtjSO4HR",
"hazardClass": "2.3",
"id": "UN1444",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 21.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "RkHetilddY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 44.47,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.09,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 8.24,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.76,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "Wxe43DKVYNeZ0V5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 12.21,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FmKu22CvHP",
"hazardClass": "3",
"id": "UN8208",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A30",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 84.57,
"netExplosiveDetail": {
"amount": 7.88,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Q0dhZgmuu2",
"hazardClass": "8",
"id": "UN6064",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 62.34,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NlkqddohfV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.34,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "ONsuRIs6mFrnEeq",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 42.77,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "0JPF1GnemI",
"hazardClass": "8",
"id": "UN1083",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A66",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 89.73,
"netExplosiveDetail": {
"amount": 6.33,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "mZve5nfM7h",
"hazardClass": "3",
"id": "UN4909",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 31.08,
"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": "OEuKZKnNla"
},
"innerReceptacles": [
{
"quantity": {
"amount": 23.51,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.25,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.09,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.5,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 22.95,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "MS0L9GsMP4TIBIh",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.46,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 2.28,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "aRFVAIIVIR",
"hazardClass": "3",
"id": "UN7530",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A61",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 75.31,
"netExplosiveDetail": {
"amount": 5.34,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "zoMdXEe4zG",
"hazardClass": "2.3",
"id": "UN3226",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 26.31,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "HGZKYVSVTn"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.95,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "cIKsu9rVsPBkcL7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.29,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 16.21,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.77
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 7.6,
"referenceId": "519245",
"regulation": "ADR"
},
"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": "4872692035576554921865397720705236"
},
{
"type": "ADDRESS",
"value": "7658776035141158472700411585804483"
},
{
"type": "GROUND",
"value": "6465474705247346830610781590044894"
},
{
"type": "GROUND",
"value": "5305672242500937204137212934341249"
},
{
"type": "ADDRESS",
"value": "8476851108106365571198201709579945"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 5
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 26.9,
"packageRateDetails": [
{
"baseCharge": 131.68,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 76.56,
"netFedExCharge": 76.88,
"netFreight": 76.39,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2035.85,
"currency": "AWG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 975.88,
"currency": "BYN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2346.51,
"currency": "BYN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1922.45,
"currency": "BGN"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 17.92,
"totalRebates": 3.85,
"totalSurcharges": 9.69,
"totalTaxes": 8.33
},
{
"baseCharge": 72.83,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 181.06,
"netFedExCharge": 159.24,
"netFreight": 46.04,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3763.88,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1858.59,
"currency": "BBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1007.28,
"currency": "AED"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4004.03,
"currency": "SAR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 20.24,
"totalRebates": 0.76,
"totalSurcharges": 17.67,
"totalTaxes": 9.51
},
{
"baseCharge": 172.09,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 199.59,
"netFedExCharge": 81.33,
"netFreight": 122.81,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1326.66,
"currency": "BMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4371.96,
"currency": "HNL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3658.79,
"currency": "TRY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 4.17,
"totalRebates": 0.48,
"totalSurcharges": 9.95,
"totalTaxes": 0.31
}
]
},
"sequenceNumber": 10,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "3919",
"trackingIdType": "GROUND",
"trackingNumber": "48517021927587690914",
"uspsApplicationId": "05"
}
]
}
],
"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": "eSiiMITyMN",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-06-19T00:00:00.0Z",
"expirationDate": "2027-04-09T00:00:00.0Z",
"number": "66844"
}
},
"dryIceDetail": {
"packageCount": 5,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 2
}
},
"masterTrackingId": {
"formId": "8847",
"trackingIdType": "EXPRESS",
"trackingNumber": "20360906597594250457",
"uspsApplicationId": "58"
},
"operationalDetail": {
"airportId": "VYW",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "7vkhZ3QUH6ylJSR",
"commitDate": "2026-07-26T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "SK",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-26T00:00:00.0Z",
"deliveryDay": "Sun",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "Esuk",
"destinationLocationNumber": 672,
"destinationLocationStateOrProvinceCode": "MS",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "898",
"originLocationNumber": 829,
"originServiceArea": "A1",
"packagingCode": "41",
"postalCode": "36504",
"publishedDeliveryTime": "12:00P",
"scac": "FDXG",
"serviceCode": "308",
"stateOrProvinceCode": "FL",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "qN",
"ursaSuffixCode": "XZ"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "35",
"description": "Grass-roots optimal product",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "kFY"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "97o"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "ykg"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "QEA"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "wrz"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "V9AprZVIJ5SB",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "7472",
"trackingIdType": "GROUND",
"trackingNumber": "57412351552312201518"
},
{
"formId": "1569",
"trackingIdType": "GROUND",
"trackingNumber": "31862925489059941215"
},
{
"formId": "9998",
"trackingIdType": "GROUND",
"trackingNumber": "38218575426209763198"
},
{
"formId": "2417",
"trackingIdType": "FREIGHT",
"trackingNumber": "17535078862193787024"
},
{
"formId": "1372",
"trackingIdType": "FREIGHT",
"trackingNumber": "78850225793989365578"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"description": "4ttJKmyQ4z",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "AMD",
"rate": 7.29
},
"dutiesAndTaxes": [
{
"harmonizedCode": "289423",
"taxes": {
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "fBlSJzV4pI",
"id": "IGDimr",
"name": "GST"
},
"description": "4ONO8PKo7f",
"effectiveDate": "2025-09-10T00:00:00.0Z",
"formula": "bjUQyRZKYPQH6Bz",
"name": "VAT",
"taxableValue": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
},
"taxcode": "e66Bf",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "SCR",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "414481",
"taxes": {
"amount": {
"currency": "PHP",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "T2Uy0bHkN0",
"id": "fw52vI",
"name": "GST"
},
"description": "LMxcoYQw1h",
"effectiveDate": "2025-11-14T00:00:00.0Z",
"formula": "iGrOLrTuX6OsZ5g",
"name": "VAT",
"taxableValue": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"taxcode": "ip6Uz",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "10"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "IDR",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "LSL",
"value": "CUSTOMS_VALUE"
},
"description": "w7nByYfU6i",
"percent": 14.75,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"description": "4RgNBVFQWR",
"percent": 15.7,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "SOS",
"value": "CUSTOMS_VALUE"
},
"description": "FwcAxhxRHu",
"percent": 6.08,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "KVn1IHVgZS",
"percent": 18.85,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 9.44,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "TGRc9TNqYs",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "NcViQD",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "OMR",
"value": "CUSTOMS_VALUE"
},
"description": "kwwlkXv1ih",
"percent": 3.04,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
},
"description": "01qWagUTcM",
"percent": 3.7,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "IRR",
"value": "CUSTOMS_VALUE"
},
"description": "u5AOlBMFdP",
"percent": 2.59,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "CAD",
"value": "CUSTOMS_VALUE"
},
"description": "xavKgXAzWr",
"percent": 3.63,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MNT",
"value": "CUSTOMS_VALUE"
},
"description": "rBYH2gjb4p",
"percent": 3.67,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"description": "m6ak73DbKX",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "MDL",
"value": "CUSTOMS_VALUE"
},
"description": "cpP7WcYOiH",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"description": "nVabhOCEcD",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "LYD",
"value": "CUSTOMS_VALUE"
},
"description": "WhFeOyHeKL",
"taxType": "VAT"
},
{
"amount": {
"currency": "ISK",
"value": "CUSTOMS_VALUE"
},
"description": "uXEupcF8DT",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "JOD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "HUF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "BIF",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "BBD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "CLP",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "CRC",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "CHF",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "LSL",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "ARS",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "XOF",
"rate": 19.25
},
"dimDivisor": 114,
"freightDiscounts": [
{
"amount": 6.07,
"description": "1qDrJUdVxa",
"percent": 7.71,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.14,
"description": "sqtdp7NN0d",
"percent": 13.3,
"rateDiscountType": "COUPON"
},
{
"amount": 1.57,
"description": "CyMlb0scmW",
"percent": 5.55,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 10.89,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "78676",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "DlkskI",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ERN",
"rate": 29.13
},
"dimDivisor": 180,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.96,
"description": "Rwf3M5Xdfj",
"percent": 5.01,
"rateDiscountType": "BONUS"
},
{
"amount": 9.76,
"description": "IZPPFpcpkA",
"percent": 7.65,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 10.37,
"legDestinationLocationId": "BRxl",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "5AIAr",
"ratedWeightMethod": "DIM",
"rateScale": "1515",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "PxTRRG",
"surcharges": [
{
"amount": {
"amount": 2745.49,
"currency": "NAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2822.89,
"currency": "TRY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.45,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 117.48,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 23.86,
"totalFreightDiscounts": 39.15,
"totalNetCharge": 166.31,
"totalNetChargeWithDutiesAndTaxes": 239.84,
"totalNetFedExCharge": 124.24,
"totalNetFreight": 161.92,
"totalRebates": 4.25,
"totalSurcharges": 10.64,
"totalTaxes": 6.24
}
],
"surcharges": [
{
"amount": {
"amount": 4501.71,
"currency": "ERN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.34,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 6.13,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.34,
"totalBaseCharge": 70.02,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 44.55,
"totalDutiesTaxesAndFees": 79.91,
"totalFreightDiscounts": 30.88,
"totalNetCharge": 142.03,
"totalNetChargeWithDutiesAndTaxes": 201.77,
"totalNetFedExCharge": 72.96,
"totalNetFreight": 192.92,
"totalRebates": 1.13,
"totalSurcharges": 7.91,
"totalTaxes": 7.92
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "BIF",
"rate": 29.66
},
"dimDivisor": 298,
"freightDiscounts": [
{
"amount": 1.6,
"description": "rkAJnKUeXw",
"percent": 5.14,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 3.98,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "30826",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "Kqjlgf",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "SBD",
"rate": 19.64
},
"dimDivisor": 299,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.81,
"description": "4BEQ2azSXM",
"percent": 15.95,
"rateDiscountType": "EARNED"
},
{
"amount": 9.07,
"description": "t6asooUfYY",
"percent": 15.1,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 6.47,
"legDestinationLocationId": "Pyqx",
"minimumChargeType": "ACTUAL",
"pricingCode": "kGKKt",
"ratedWeightMethod": "ACTUAL",
"rateScale": "7271",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "blDwbl",
"surcharges": [
{
"amount": {
"amount": 4875.43,
"currency": "MNT"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4097.47,
"currency": "YER"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 7.46,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.71,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 148.92,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.11,
"totalFreightDiscounts": 22.8,
"totalNetCharge": 74.32,
"totalNetChargeWithDutiesAndTaxes": 229.58,
"totalNetFedExCharge": 228.55,
"totalNetFreight": 109.6,
"totalRebates": 1.8,
"totalSurcharges": 18.6,
"totalTaxes": 5.58
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ZAR",
"rate": 27.54
},
"dimDivisor": 300,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 6.71,
"description": "cOhKpRFeFo",
"percent": 7.2,
"rateDiscountType": "COUPON"
},
{
"amount": 2.14,
"description": "ggBEJJWg6u",
"percent": 12.33,
"rateDiscountType": "COUPON"
},
{
"amount": 6.07,
"description": "voviNMgFeX",
"percent": 17.17,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.86,
"description": "XgXv1dAy9z",
"percent": 6.57,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 13.9,
"legDestinationLocationId": "IQGL",
"minimumChargeType": "ACTUAL",
"pricingCode": "fybpC",
"ratedWeightMethod": "DIM",
"rateScale": "4285",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "SyagWf",
"surcharges": [
{
"amount": {
"amount": 2071.16,
"currency": "GTQ"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1694.77,
"currency": "BDT"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2694.24,
"currency": "SCR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4841.31,
"currency": "KZT"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 162.53,
"currency": "BSD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 18.55,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.18,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 1.66,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.82,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.55,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 196.96,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 38.24,
"totalFreightDiscounts": 35.85,
"totalNetCharge": 170.08,
"totalNetChargeWithDutiesAndTaxes": 214.41,
"totalNetFedExCharge": 112,
"totalNetFreight": 114.32,
"totalRebates": 3.44,
"totalSurcharges": 9.78,
"totalTaxes": 2.58
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GTQ",
"rate": 13.67
},
"dimDivisor": 206,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 3.86,
"description": "lRK3AsADZ6",
"percent": 16.18,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.73,
"description": "RY2WmOvamx",
"percent": 12.41,
"rateDiscountType": "COUPON"
},
{
"amount": 5.74,
"description": "oabuWrcVdD",
"percent": 19.2,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 14.26,
"legDestinationLocationId": "pPDl",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "qOx44",
"ratedWeightMethod": "DIM",
"rateScale": "3823",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "DwsBpu",
"surcharges": [
{
"amount": {
"amount": 1495.5,
"currency": "SLE"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4469.15,
"currency": "GIP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.54,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 7.83,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 2.18,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 4.2,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 71.2,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 35.51,
"totalFreightDiscounts": 34.63,
"totalNetCharge": 81.64,
"totalNetChargeWithDutiesAndTaxes": 214.48,
"totalNetFedExCharge": 218.21,
"totalNetFreight": 172.94,
"totalRebates": 1.95,
"totalSurcharges": 6.08,
"totalTaxes": 7.19
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "KRW",
"rate": 9.56
},
"dimDivisor": 285,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.11,
"description": "9ic9b8zbW0",
"percent": 7.44,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.32,
"description": "sBLXybt9ht",
"percent": 13.46,
"rateDiscountType": "BONUS"
},
{
"amount": 8.2,
"description": "rABV9LeLi1",
"percent": 16.09,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 11.84,
"legDestinationLocationId": "qvjq",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "0QCGo",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8834",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "OJXImu",
"surcharges": [
{
"amount": {
"amount": 351.81,
"currency": "MVR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 5.45,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 7.24,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.8,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 15.01,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 86.06,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 26.25,
"totalFreightDiscounts": 19.68,
"totalNetCharge": 65.87,
"totalNetChargeWithDutiesAndTaxes": 221.46,
"totalNetFedExCharge": 204.46,
"totalNetFreight": 86.1,
"totalRebates": 1.6,
"totalSurcharges": 16.41,
"totalTaxes": 2.89
}
],
"surcharges": [
{
"amount": {
"amount": 2048.67,
"currency": "XOF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4349.66,
"currency": "SDG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2115.03,
"currency": "SZL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4805.41,
"currency": "NZD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4310.25,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 11.28,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 6.59,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.2,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.08,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 13.06,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 14.4,
"totalBaseCharge": 127.05,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 5.31,
"totalDutiesTaxesAndFees": 36.9,
"totalFreightDiscounts": 49.35,
"totalNetCharge": 123.09,
"totalNetChargeWithDutiesAndTaxes": 175.16,
"totalNetFedExCharge": 135.11,
"totalNetFreight": 109.55,
"totalRebates": 0.63,
"totalSurcharges": 5.65,
"totalTaxes": 5.22
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "ZWL",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FDXG",
"completedPackageDetail": {
"groupNumber": 5,
"label": {
"copiesToPrint": 2,
"imageType": "DPL",
"parts": {
"documentPartSequenceNumber": 2,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 408,
"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": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "3290640966059010810362251838095951"
},
{
"type": "GROUND",
"value": "4063825040037184198460626154343003"
},
{
"type": "ADDRESS",
"value": "6318257012019334170768001845116067"
},
{
"type": "GROUND",
"value": "0980877966202265378586220793820620"
}
]
},
"operationalInstructions": {
"content": "DO NOT STACK",
"number": 10
}
},
"packageDocuments": [
{
"copiesToPrint": 3,
"imageType": "DIB",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "VkoiytseM7N6z6HlaZBu"
}
],
"resolution": 341,
"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": 74,
"signatureOptions": "ADULT",
"trackingId": {
"formId": "4982",
"trackingIdType": "EXPRESS",
"trackingNumber": "40268657005930316486"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 1,
"type": "USMCA_CERTIFICATION_OF_ORIGIN"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "tWexiZ",
"masterTrackingId": {
"formId": "3036",
"trackingIdType": "EXPRESS",
"trackingNumber": "46672797788869920769"
},
"operationalDetail": {
"airportId": "AWT",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "jUy4taGHL4oJcxy",
"commitDate": "2026-07-24T00:00:00.0Z",
"commitDay": "Wed",
"countryCode": "AQ",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-27T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "oppG",
"destinationLocationNumber": 882,
"destinationLocationStateOrProvinceCode": "CO",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "646",
"originLocationNumber": 217,
"originServiceArea": "B2",
"packagingCode": "33",
"postalCode": "76768",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "230",
"stateOrProvinceCode": "HI",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Oa",
"ursaSuffixCode": "Vc"
},
"packageDescription": {
"astraDescription": "SMART POST",
"code": "78",
"description": "sMhOs1HBWl",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "CT9"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "40",
"description": "Robust static local area network",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "yp7"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "Abp"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "7lK"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "wXq"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "7jaF874xI3L5",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "WvIWA",
"id": "00600",
"type": "2NldQ"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "byGCQxJQNw"
}
},
"usDomestic": false
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "6682",
"currency": "EUR"
},
"totalPackageCount": 13,
"totalUniqueAddressCount": 1,
"totalWeight": {
"units": "KG",
"value": "706"
}
}
},
"relationshipTimeStamp": "2025-11-26T00:00:00.0Z",
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "YRCW",
"payment": {
"amount": {
"amount": 464.63,
"currency": "STN"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "West Houstonbury",
"classification": "BUSINESS",
"countryCode": "GH",
"countryName": "Democratic Republic of the Congo",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "26131",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "gc"
},
"contact": {
"companyName": "Thiel, Abbott and Gerhold",
"emailAddress": "Lydia_Ruecker@hotmail.com",
"faxNumber": "4418664235",
"pagerNumber": "4209229",
"personName": {
"firstName": "Isabel",
"lastName": "Davis",
"middleName": "Skyler",
"prefix": "Ms.",
"suffix": "MD",
"title": "Manager"
},
"phoneExtension": "77",
"phoneNumber": "7296001421",
"phoneNumberAreaCode": "613",
"phoneNumberCountryCode": "99",
"title": "Mr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2028-04-04T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2026-06-04T00:00:00.0Z",
"number": "3620-259618-4085",
"verificationCode": "198"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "gNHn2DMOvI",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "vNV4F0yuRoi9F5u4z33z",
"ipAddress": "84.149.102.100"
},
"payorAuthenticationCode": "PjSv7hPpe",
"payorAuthenticationSessionId": "6362285",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 98.75,
"currency": "INR"
},
"creditCardExpirationDate": "2028-05-05T00: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": "320965252",
"address": {
"city": "Spinkahaven",
"classification": "BUSINESS",
"countryCode": "TF",
"countryName": "Portugal",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "16936",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "JO"
},
"contact": {
"companyName": "Huels - Brown",
"contactId": "823",
"emailAddress": "Edwin62@gmail.com",
"faxNumber": "5737283159",
"pagerNumber": "8328644",
"personName": "Valerie Bayer",
"phoneExtension": "94",
"phoneNumber": "5586718918",
"title": "Dr",
"tollFreePhoneNumber": "4934823"
},
"tins": [
{
"effectiveDate": "2026-05-05T00:00:00.0Z",
"expirationDate": "2027-11-19T00:00:00.0Z",
"number": "894820",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-05-30T00:00:00.0Z",
"expirationDate": "2028-03-23T00:00:00.0Z",
"number": "973328",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 4,
"expressPacakgeCount": 7,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 1401
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 588
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 212
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 359
},
"groundPackageCount": 23,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 268
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 590
},
"numberOfUnconsolidatedCommodities": 17
}
},
"type": "INTERNATIONAL_PRIORITY_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"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "7887"
},
"declarationStatement": "epmIrGDqwOsBlkujS4dY",
"freightCharge": {
"amount": 169.71,
"currency": "CNY"
},
"handlingCosts": {
"amount": 15.88,
"currency": "SDG"
},
"originatorName": "Rickey Lesch",
"packingCosts": {
"amount": 18.66,
"currency": "KGS"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "JtK3C0Gn73uvCCr",
"taxesOrMiscellaneousCharge": {
"amount": 31.95,
"currency": "FKP"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FOB"
},
"commodities": [
{
"cIMarksAndNumbers": "we2esE6Jz6",
"clearanceItemDetail": [
{
"address": {
"city": "Port Katrinaton",
"countryCode": "PG",
"postalCode": "75030",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Stoltenberg - Effertz"
},
"id": "0H1IfIsYHs",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Roxanne",
"countryCode": "NZ",
"postalCode": "64221",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Kling - Lakin"
},
"id": "vSorRthCmu",
"role": "MANUFACTURER"
}
],
"commodityId": "EFL2h1",
"countryOfManufacture": "AO",
"customsValue": {
"amount": 3940.08,
"currency": "LAK"
},
"description": "Stylish Mouse designed to make you stand out with outstanding looks",
"name": "Licensed Gold Bacon",
"numberOfPieces": 28,
"quantity": 17,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 2559.46,
"currency": "ERN"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "azFUSyhiHt",
"clearanceItemDetail": [
{
"address": {
"city": "New Hudsonboro",
"countryCode": "BA",
"postalCode": "38699",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Kemmer LLC"
},
"id": "D77voGRgBi",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lake Eveline",
"countryCode": "UZ",
"postalCode": "45101-1012",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Wuckert, Walsh and Barrows"
},
"id": "x94pjhlU3w",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Octavia",
"countryCode": "QA",
"postalCode": "07320-1011",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Olson - Ferry"
},
"id": "ERP6giqkH8",
"role": "MANUFACTURER"
}
],
"commodityId": "xGswF4",
"countryOfManufacture": "MZ",
"customsValue": {
"amount": 848.81,
"currency": "PAB"
},
"description": "Featuring Helium-enhanced technology, our Hat offers unparalleled amazing performance",
"name": "Handcrafted Marble Gloves",
"numberOfPieces": 67,
"quantity": 3,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 4139.89,
"currency": "MVR"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "Jyt3wnGzLe",
"clearanceItemDetail": [
{
"address": {
"city": "West Eliseberg",
"countryCode": "GE",
"postalCode": "98909-9935",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hauck, Reichert and Goodwin"
},
"id": "uYNEvJS6xI",
"role": "MANUFACTURER"
},
{
"address": {
"city": "San Rafael",
"countryCode": "MQ",
"postalCode": "66197",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Grimes and Sons"
},
"id": "V954t3o7ZX",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Hadleyfield",
"countryCode": "CA",
"postalCode": "62484-1379",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Stehr, Wuckert and Olson"
},
"id": "8VXWsG5ijf",
"role": "MANUFACTURER"
}
],
"commodityId": "3ifeMi",
"countryOfManufacture": "AR",
"customsValue": {
"amount": 1016.82,
"currency": "BTN"
},
"description": "Unbranded Computer designed with Gold for damp performance",
"name": "Licensed Concrete Keyboard",
"numberOfPieces": 94,
"quantity": 43,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 1965.36,
"currency": "CHF"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "SbxmD6BUpS",
"clearanceItemDetail": [
{
"address": {
"city": "Port Mac",
"countryCode": "LC",
"postalCode": "28773",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Gulgowski - Satterfield"
},
"id": "EVdHRYpRS7",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Bend",
"countryCode": "UA",
"postalCode": "23947-3526",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hauck - Erdman"
},
"id": "Uhxl2hyeGH",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Ernestina",
"countryCode": "DO",
"postalCode": "01237",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Brown - Olson"
},
"id": "egXelPtUsM",
"role": "MANUFACTURER"
}
],
"commodityId": "RR5AtZ",
"countryOfManufacture": "CM",
"customsValue": {
"amount": 3226.84,
"currency": "SLE"
},
"description": "Featuring Actinium-enhanced technology, our Towels offers unparalleled scratchy performance",
"name": "Elegant Aluminum Shoes",
"numberOfPieces": 37,
"quantity": 24,
"quantityUnits": "EA",
"unitPrice": {
"amount": 1609.59,
"currency": "WST"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Additional details",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement2",
"Statement1"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "West Kylie",
"countryCode": "CY",
"postalCode": "21455",
"residential": false,
"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"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Rosa Cruickshank",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "DlezMJ3CY2xDAjqI",
"permitNumber": "13641"
},
"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": 3821.41,
"currency": "PAB"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "388"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 2673.43,
"currency": "CVE"
}
},
"dropOffType": "REGULAR_PICKUP",
"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": "King and Sons",
"emailAddress": "Everett.Padberg@hotmail.com",
"personName": "Adam Kessler",
"phoneExtension": "46",
"phoneNumber": "(761) 429-4423"
}
},
"packagingType": "FEDEX_PAK",
"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-12-12T00:00:00.0Z",
"expirationDate": "2030-03-27T00:00:00.0Z",
"number": "020004",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2021-09-19T00:00:00.0Z",
"expirationDate": "2027-04-07T00:00:00.0Z",
"number": "328061",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"recipientLocationNumber": "culpa amet",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "EKnUgxxXiN"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "78",
"groupPackageCount": "2",
"sequenceNumber": "26",
"trackingId": {
"formId": "6040",
"trackindIdType": "EXPRESS",
"trackingNumber": "405397704234464"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "INTERNATIONAL_DISTRIBUTION_FREIGHT",
"shipDatestamp": "2026-07-23T00: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": "Beier, Daniel and Goodwin",
"emailAddress": "Norma.Bergstrom@gmail.com",
"personName": "Suzanne Lind",
"phoneExtension": "22",
"phoneNumber": "(714) 417-9035"
},
"tins": [
{
"effectiveDate": "2023-01-03T00:00:00.0Z",
"expirationDate": "2026-12-19T00:00:00.0Z",
"number": "052302",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2021-11-24T00:00:00.0Z",
"expirationDate": "2028-11-13T00:00:00.0Z",
"number": "909888",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2024-06-21T00:00:00.0Z",
"expirationDate": "2028-02-25T00:00:00.0Z",
"number": "158905",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2022-09-10T00:00:00.0Z",
"expirationDate": "2027-11-30T00:00:00.0Z",
"number": "316323",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "MASTER_AIRWAYBILL_SHIPMENT"
}
},
"jobId": "GLok3kQq",
"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": "123456789"
},
"jobId": "zAUJp3Y6DAx1OOcU1iCV",
"version": {
"major": 5,
"minor": 3,
"patch": 4
}
}{
"customerTransactionId": "iNL6kdnIi5KeXCF",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "DeaDwIBefK",
"message": "xP2dUbprFkbe5yPdC7nd"
},
{
"alertType": "NOTE",
"code": "OC9qY1KheZ",
"message": "Jd06N29FEwZxUUApNuvI"
},
{
"alertType": "NOTE",
"code": "QtqA5H68Tk",
"message": "I7IECw8IC1jqqN1vKVlJ"
}
],
"jobId": "G7zyuZjw",
"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"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://indolent-pillow.biz/",
"password": "MmkHWW04",
"role": "Investor Intranet Strategist",
"userId": "b7bd65da-3287-4476-ab46-c2a56c32ef85"
},
{
"emailLabelUrl": "https://phony-hospitalization.biz",
"password": "5kwgAWgk",
"role": "Senior Web Agent",
"userId": "f7f7f72a-1152-4ebf-b55a-56107c90741c"
},
{
"emailLabelUrl": "https://ripe-taxicab.name",
"password": "xyYqxxCO",
"role": "Forward Brand Designer",
"userId": "5c1cfaa0-3205-49fb-ae8f-c600f1b91a64"
},
{
"emailLabelUrl": "https://fortunate-hamburger.info/",
"password": "r5maE5Z9",
"role": "Future Data Supervisor",
"userId": "ca8a7a8e-f1af-4c11-b100-a2f1f2fd399c"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 1474.51,
"currency": "CAD"
}
},
"completedEtdDetail": {
"folderId": "wcxIWzLtEalpm1Cm",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "7bVhVcluFHMCwbHP"
},
{
"documentId": "eC0kOMhLtB64sc7o"
},
{
"documentId": "jjGmIQ2OuNnvGs9A"
},
{
"documentId": "aF9YkURbFRn6XoyK"
},
{
"documentId": "K8Lqca6TuCTZDBwx"
}
]
},
"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": "VbekNrRDH9",
"hazardClass": "8",
"id": "UN1379",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A72",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 78.78,
"netExplosiveDetail": {
"amount": 1.59,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2D7sn4vRkb",
"hazardClass": "3",
"id": "UN5376",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 77.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "pqwXAQULiy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 13.71,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 19.12,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 30.08,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 42.07,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "teEf6LQ8qaLyZvP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 32.83,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 22.03,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "6RHAp1nGRc",
"hazardClass": "8",
"id": "UN2932",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A99",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 69.1,
"netExplosiveDetail": {
"amount": 3.59,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "s7nlLP8uWV",
"hazardClass": "2.3",
"id": "UN0948",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 31.42,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "FNguICNZZq"
},
"innerReceptacles": [
{
"quantity": {
"amount": 36.78,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "56XtLE4PamNEveZ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 18.75,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 8.18,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "xxiaoA1lB5",
"hazardClass": "3",
"id": "UN6798",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A63",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 21.98,
"netExplosiveDetail": {
"amount": 4.18,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "0CKO4fQ2kk",
"hazardClass": "8",
"id": "UN2625",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 1.05,
"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": "FlvHSkcezA"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.79,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 47.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.17,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.29,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "s28P8JPQwcW6OLA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 26.04,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 21.06,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "17JL3znOnv",
"hazardClass": "8",
"id": "UN3160",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 62.14,
"netExplosiveDetail": {
"amount": 1.65,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "JF3SPnfi2b",
"hazardClass": "3",
"id": "UN7495",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 35.97,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LFVCGvrhCv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 42.89,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 30.67,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "gfjWo6ynd8vQhy8",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 25.76,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 13.52,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UwvOdapHxO",
"hazardClass": "3",
"id": "UN5717",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 93.17,
"netExplosiveDetail": {
"amount": 1,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "YUmLvjuClm",
"hazardClass": "2.3",
"id": "UN1939",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 86.23,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ScwPUOsPde"
},
"innerReceptacles": [
{
"quantity": {
"amount": 39.42,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.04,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.59,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 26.25,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ckxcIFygM4rQHLx",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.74,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 42.13,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.11
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.58,
"referenceId": "271485",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Standard",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "9566135935947563273572623731527829"
}
]
},
"operationalInstructions": [
{
"content": "SECURED",
"number": 4
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 0.92,
"packageRateDetails": [
{
"baseCharge": 94.35,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 205.15,
"netFedExCharge": 130.16,
"netFreight": 88.61,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1710.85,
"currency": "KZT"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3743.23,
"currency": "TRY"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4328.91,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4024.92,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 614.16,
"currency": "CRC"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 37.84,
"totalRebates": 1.08,
"totalSurcharges": 8.28,
"totalTaxes": 1.48
},
{
"baseCharge": 58.42,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 89.58,
"netFedExCharge": 61.43,
"netFreight": 92.76,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1327.79,
"currency": "UAH"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4012.98,
"currency": "VES"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 989.02,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 47.53,
"totalRebates": 1.07,
"totalSurcharges": 16.73,
"totalTaxes": 5.06
},
{
"baseCharge": 193.74,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 132.18,
"netFedExCharge": 99.92,
"netFreight": 45.9,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3337.47,
"currency": "PEN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2338.67,
"currency": "SSP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2288.4,
"currency": "BSD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 21.97,
"totalRebates": 0.23,
"totalSurcharges": 19.82,
"totalTaxes": 1.73
},
{
"baseCharge": 69.39,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 73.78,
"netFedExCharge": 122.09,
"netFreight": 65.24,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1945.75,
"currency": "INR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2966.08,
"currency": "RSD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3863.67,
"currency": "AZN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 13.49,
"totalRebates": 0.8,
"totalSurcharges": 1.56,
"totalTaxes": 2.84
}
]
},
"sequenceNumber": 7,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "9320",
"trackingIdType": "FREIGHT",
"trackingNumber": "50630102424491061335",
"uspsApplicationId": "12"
},
{
"formId": "2801",
"trackingIdType": "EXPRESS",
"trackingNumber": "02075718164431032226",
"uspsApplicationId": "88"
},
{
"formId": "3522",
"trackingIdType": "GROUND",
"trackingNumber": "58821141954823797222",
"uspsApplicationId": "41"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 4,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "XuhPwmG1U6",
"hazardClass": "8",
"id": "UN6590",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A90",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 8.75,
"netExplosiveDetail": {
"amount": 8.05,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6v0rNbWeyV",
"hazardClass": "8",
"id": "UN8738",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 40.97,
"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": "MWmdmaSOAp"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.71,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 36.07,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 28.84,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "dR8DLDlvlDp8Jg1",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 20,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 6.42,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "VoTYyZQJLZ",
"hazardClass": "3",
"id": "UN4214",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 51.66,
"netExplosiveDetail": {
"amount": 1.35,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "2EmVLStQev",
"hazardClass": "2.3",
"id": "UN0822",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 86.09,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "MNkTlcnjeZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 46.45,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 24.89,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "9pGZ9YYayUNRABX",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.96,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 29.54,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.39
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gZ8bkzUvvV",
"hazardClass": "8",
"id": "UN0153",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A37",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 67.83,
"netExplosiveDetail": {
"amount": 6.74,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "sabUbSn5pa",
"hazardClass": "2.3",
"id": "UN3683",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 50.99,
"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": "RIllyPIJDW"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.99,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 11.81,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "txB9TYXoZMuR6n3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.47,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 17.06,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "UGYH2ex6MY",
"hazardClass": "8",
"id": "UN3919",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A31",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 71.71,
"netExplosiveDetail": {
"amount": 4.22,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "MJKVZlMg4b",
"hazardClass": "3",
"id": "UN9462",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 90.2,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 1,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ssmYKKPvqd"
},
"innerReceptacles": [
{
"quantity": {
"amount": 20.25,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 44.2,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 34.54,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "7y76UUOR4fOLa1W",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.55,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 47.81,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Ub9P9WCfRV",
"hazardClass": "8",
"id": "UN6339",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A42",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 99.84,
"netExplosiveDetail": {
"amount": 3.12,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "XDYxe1Z5t4",
"hazardClass": "2.3",
"id": "UN9441",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 52.33,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "eSKGRSJWxz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.25,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 47.07,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 9.88,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 37.36,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "rIzIa9yhLrqV0iP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.35,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 12.42,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "hE4qnfR0sn",
"hazardClass": "8",
"id": "UN3646",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A88",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 60.53,
"netExplosiveDetail": {
"amount": 7.52,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "6wbOy4qfmZ",
"hazardClass": "8",
"id": "UN9178",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 89.4,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GiBhbxDiUz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 29.38,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.34,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 15.27,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.27,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "SsyCsuGpuzWkdjQ",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 15.01,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 12.85,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ebdAwKdiXF",
"hazardClass": "8",
"id": "UN0478",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A25",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 5.19,
"netExplosiveDetail": {
"amount": 9.41,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Z5N15NhRGx",
"hazardClass": "8",
"id": "UN4548",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 90.82,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ikIpGePLMi"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.57,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "Le96v9L8PONrktr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 40.08,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 30.98,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.65
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "8ibvamvxqi",
"hazardClass": "8",
"id": "UN6037",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 32.43,
"netExplosiveDetail": {
"amount": 4.15,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "Rhgy52ZxXD",
"hazardClass": "8",
"id": "UN7392",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.36,
"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": "sDwNEJJEst"
},
"innerReceptacles": [
{
"quantity": {
"amount": 29.35,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 44.79,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 3.89,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "K9iAYtWUzSXHzoA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 7.7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 48.97,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Hyp2LFLPAW",
"hazardClass": "8",
"id": "UN9278",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A65",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 68.35,
"netExplosiveDetail": {
"amount": 9.41,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "7cuzY1SyRG",
"hazardClass": "2.3",
"id": "UN6231",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 51.63,
"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": "OflEEgSAxr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 37.79,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "CfVlfwp5a9FIkpa",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 2.2,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 3.18,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.67
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "iNlSqZbATi",
"hazardClass": "8",
"id": "UN6078",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A06",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "C"
},
"massPoints": 7.35,
"netExplosiveDetail": {
"amount": 1.51,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "oKfgSP5Zup",
"hazardClass": "2.3",
"id": "UN0516",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 99.46,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "BLrzbWAiAo"
},
"innerReceptacles": [
{
"quantity": {
"amount": 32.81,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 9.8,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "5ATfl0xC4zvHZ8q",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 33.53,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 5.8,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "bgBbT8dY15",
"hazardClass": "3",
"id": "UN9063",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A55",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 66.84,
"netExplosiveDetail": {
"amount": 5.04,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "CK2vZNd2x5",
"hazardClass": "8",
"id": "UN8835",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 20.65,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "GIzTNwHDbC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.4,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 47.96,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "IaxqwPUKkGiFyVS",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.62,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 13.76,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.3
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "k6MSQOREho",
"hazardClass": "3",
"id": "UN8884",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A08",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 95.98,
"netExplosiveDetail": {
"amount": 1.98,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "cebnWClYsr",
"hazardClass": "8",
"id": "UN3314",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 96.87,
"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": "xjkjmzVnHI"
},
"innerReceptacles": [
{
"quantity": {
"amount": 15.01,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 6.51,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 10.35,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 4.42,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "ZFlnepC4kDpeHhr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.39,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 19.12,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ktnFLx3e7Y",
"hazardClass": "8",
"id": "UN2340",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 45.42,
"netExplosiveDetail": {
"amount": 7.05,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "v7B8mpPR3Y",
"hazardClass": "3",
"id": "UN2266",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 7.43,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "KqUzmqDQCz"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.31,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 40.51,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 31.56,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.2,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "8wst6cjEwOhQ5G7",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 47.05,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 34.35,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "EB38XFnj3w",
"hazardClass": "3",
"id": "UN1132",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 57.92,
"netExplosiveDetail": {
"amount": 5.24,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "TO7st8hbYl",
"hazardClass": "2.3",
"id": "UN8082",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 19.37,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DaONRmPKnU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 25.73,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 38.62,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 45.14,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 29.85,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "kxGdM4R6AQgPFaH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.93,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 39.04,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.72
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 9.34,
"referenceId": "610641",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Keep Dry",
"barcodes": {
"binaryBarcodes": [
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "ADDRESS",
"value": "1451188006847693131865317054260460"
},
{
"type": "GROUND",
"value": "9539069815362658765516850741662436"
},
{
"type": "ADDRESS",
"value": "9658835968303034920566800725093574"
},
{
"type": "ADDRESS",
"value": "4302342007308659246634899903711987"
},
{
"type": "GROUND",
"value": "6019808972376668891098397260902637"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 8
},
{
"content": "THIS SIDE UP",
"number": 12
},
{
"content": "THIS SIDE UP",
"number": 15
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 36.95,
"packageRateDetails": [
{
"baseCharge": 171.79,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 206.19,
"netFedExCharge": 69.18,
"netFreight": 122.05,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 279.3,
"currency": "FJD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3648.56,
"currency": "KGS"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4790.54,
"currency": "BZD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 23.27,
"totalRebates": 4.05,
"totalSurcharges": 12.68,
"totalTaxes": 5.98
},
{
"baseCharge": 99.49,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 163.68,
"netFedExCharge": 137.92,
"netFreight": 80.56,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2841.02,
"currency": "SAR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 24.65,
"totalRebates": 4.52,
"totalSurcharges": 1.97,
"totalTaxes": 0.98
},
{
"baseCharge": 109.87,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "ACTUAL",
"netCharge": 85.22,
"netFedExCharge": 146.26,
"netFreight": 50.84,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1264.4,
"currency": "BGN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 194.86,
"currency": "ZAR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 36.03,
"totalRebates": 0.19,
"totalSurcharges": 17.52,
"totalTaxes": 5.29
}
]
},
"sequenceNumber": 1,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "0261",
"trackingIdType": "EXPRESS",
"trackingNumber": "61682994911808082768",
"uspsApplicationId": "09"
},
{
"formId": "7785",
"trackingIdType": "FREIGHT",
"trackingNumber": "69476371825018051576",
"uspsApplicationId": "44"
},
{
"formId": "1839",
"trackingIdType": "FREIGHT",
"trackingNumber": "85335613279508042974",
"uspsApplicationId": "55"
},
{
"formId": "9882",
"trackingIdType": "EXPRESS",
"trackingNumber": "09573963570593717643",
"uspsApplicationId": "68"
},
{
"formId": "6972",
"trackingIdType": "FREIGHT",
"trackingNumber": "66699820810501563055",
"uspsApplicationId": "94"
}
]
}
],
"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": "1Ht8cuYTG6",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2025-08-17T00:00:00.0Z",
"expirationDate": "2026-09-19T00:00:00.0Z",
"number": "06239"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 9
}
},
"masterTrackingId": {
"formId": "1705",
"trackingIdType": "EXPRESS",
"trackingNumber": "58696006013473433222",
"uspsApplicationId": "08"
},
"operationalDetail": {
"airportId": "CMS",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "4L8DtzvIk1CUzUO",
"commitDate": "2026-07-27T00:00:00.0Z",
"commitDay": "Sun",
"countryCode": "MU",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-26T00:00:00.0Z",
"deliveryDay": "Thu",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "hCOh",
"destinationLocationNumber": 137,
"destinationLocationStateOrProvinceCode": "MN",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "864",
"originLocationNumber": 448,
"originServiceArea": "B2",
"packagingCode": "02",
"postalCode": "12480",
"publishedDeliveryTime": "10:30A",
"scac": "FDXG",
"serviceCode": "358",
"stateOrProvinceCode": "ID",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "ot",
"ursaSuffixCode": "TE"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "35",
"description": "Universal national encoding",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "eef"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "EU9"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Weq"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "lZ6mqywLLsa0",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "6628",
"trackingIdType": "FREIGHT",
"trackingNumber": "99199732988652669518"
},
{
"formId": "6388",
"trackingIdType": "EXPRESS",
"trackingNumber": "05084485754735845387"
},
{
"formId": "9947",
"trackingIdType": "EXPRESS",
"trackingNumber": "97358023076456002723"
},
{
"formId": "3284",
"trackingIdType": "EXPRESS",
"trackingNumber": "57034612760785847108"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "4107",
"trackingIdType": "FREIGHT",
"trackingNumber": "69467091428918160200"
},
{
"formId": "5571",
"trackingIdType": "EXPRESS",
"trackingNumber": "50464874104567958178"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"description": "Q89PDDstSP",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"description": "MN279JTVsJ",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "PKR",
"value": "CUSTOMS_VALUE"
},
"description": "ZdC7lnF2mt",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "RWF",
"value": "CUSTOMS_VALUE"
},
"description": "mvFq8AayOP",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "GTQ",
"rate": 26.83
},
"dutiesAndTaxes": [
{
"harmonizedCode": "069442",
"taxes": {
"amount": {
"currency": "BHD",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "9XaRWkaTxL",
"id": "68IM68",
"name": "VAT"
},
"description": "wG4vAf46jU",
"effectiveDate": "2026-06-19T00:00:00.0Z",
"formula": "Gl0HSNwLVB8rit7",
"name": "GST",
"taxableValue": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "EdC1F",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "KG",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "497218",
"taxes": {
"amount": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "HcilupH3MX",
"id": "2cmLwu",
"name": "GST"
},
"description": "0Q0VWyeuex",
"effectiveDate": "2026-03-12T00:00:00.0Z",
"formula": "8m7e9nBijzS57H2",
"name": "VAT",
"taxableValue": {
"currency": "CAD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "w29tE",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "15"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "294597",
"taxes": {
"amount": {
"currency": "TND",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "Do7ub3cvBW",
"id": "hSGS3j",
"name": "Sales Tax"
},
"description": "WAse68lONM",
"effectiveDate": "2025-11-13T00:00:00.0Z",
"formula": "dx8ZGPR1r91tSdO",
"name": "VAT",
"taxableValue": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
},
"taxcode": "njwSS",
"taxRates": [
{
"currency": "EUR",
"quantity": 30,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "JMD",
"value": "CUSTOMS_VALUE"
},
"description": "nPTvGv5BBy",
"percent": 12.21,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"description": "9b4eV8fuJd",
"percent": 8.61,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"description": "6DzQvnKlU0",
"percent": 6.39,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "SYP",
"value": "CUSTOMS_VALUE"
},
"description": "haXwqYDQp4",
"percent": 8.41,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 3.64,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "NcNavGY4ef",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "b9VMBN",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "CUP",
"value": "CUSTOMS_VALUE"
},
"description": "6J7qrTK42E",
"percent": 4.9,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "MYR",
"value": "CUSTOMS_VALUE"
},
"description": "uMY4eReiBw",
"percent": 2.64,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "PGK",
"value": "CUSTOMS_VALUE"
},
"description": "Pmbb3zV3Rn",
"percent": 2.89,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"description": "ee6BIqRtNj",
"percent": 2.85,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"description": "GWtA10gVWe",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "SOS",
"value": "CUSTOMS_VALUE"
},
"description": "hJ93ff5JQT",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"description": "cYXYTuxV6Z",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "MUR",
"value": "CUSTOMS_VALUE"
},
"description": "0aErH9Kg0r",
"taxType": "VAT"
},
{
"amount": {
"currency": "MMK",
"value": "CUSTOMS_VALUE"
},
"description": "2QigV8cvqu",
"taxType": "VAT"
},
{
"amount": {
"currency": "WST",
"value": "CUSTOMS_VALUE"
},
"description": "y4pUnDRNWC",
"taxType": "VAT"
},
{
"amount": {
"currency": "TRY",
"value": "CUSTOMS_VALUE"
},
"description": "i2vyU8zttc",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "GEL",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "DOP",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "MKD",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "FJD",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "MGA",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "JOD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "LRD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "SSP",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "CNY",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "TOP",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "XCD",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "CZK",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "GYD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "HTG",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "IRR",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "MAD",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "UZS",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CNY",
"rate": 29.79
},
"dimDivisor": 282,
"freightDiscounts": [
{
"amount": 7.56,
"description": "waRwp17vV9",
"percent": 11.85,
"rateDiscountType": "VOLUME"
},
{
"amount": 10,
"description": "CLXF3MFC7R",
"percent": 17.87,
"rateDiscountType": "COUPON"
},
{
"amount": 5.88,
"description": "igMsyGdY0c",
"percent": 19.76,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 13.65,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "09113",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "DaRzCI",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "EUR",
"rate": 7.43
},
"dimDivisor": 267,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 5.69,
"description": "xjY844hFsF",
"percent": 18.94,
"rateDiscountType": "EARNED"
},
{
"amount": 7.29,
"description": "Sz8Qy4EgcM",
"percent": 6.46,
"rateDiscountType": "COUPON"
},
{
"amount": 8.51,
"description": "cSIT3Wfo53",
"percent": 18.66,
"rateDiscountType": "COUPON"
},
{
"amount": 6.13,
"description": "y0vcQp4K9t",
"percent": 6.49,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 13.63,
"legDestinationLocationId": "eszW",
"minimumChargeType": "ACTUAL",
"pricingCode": "sEoD6",
"ratedWeightMethod": "DIM",
"rateScale": "0699",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "tMGix5",
"surcharges": [
{
"amount": {
"amount": 2408.54,
"currency": "MGA"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3766.19,
"currency": "MYR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 585.63,
"currency": "RON"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2045.52,
"currency": "MZN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.69,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 18,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.53,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 81.12,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 8.7,
"totalFreightDiscounts": 17.63,
"totalNetCharge": 65.27,
"totalNetChargeWithDutiesAndTaxes": 244.99,
"totalNetFedExCharge": 97.43,
"totalNetFreight": 141.43,
"totalRebates": 2.18,
"totalSurcharges": 17.15,
"totalTaxes": 8.73
}
],
"surcharges": [
{
"amount": {
"amount": 501.47,
"currency": "NAD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 466.38,
"currency": "COP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 7.86,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.13,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 1.06,
"totalBaseCharge": 75.51,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.58,
"totalDutiesTaxesAndFees": 82.74,
"totalFreightDiscounts": 9.06,
"totalNetCharge": 158.64,
"totalNetChargeWithDutiesAndTaxes": 77.48,
"totalNetFedExCharge": 64.08,
"totalNetFreight": 177.29,
"totalRebates": 3.7,
"totalSurcharges": 7.91,
"totalTaxes": 2.72
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "MWK",
"rate": 8.74
},
"dimDivisor": 233,
"freightDiscounts": [
{
"amount": 5.73,
"description": "ltmJzugCyy",
"percent": 5.93,
"rateDiscountType": "EARNED"
},
{
"amount": 9.89,
"description": "gWdWA6YzCX",
"percent": 15.87,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.17,
"description": "51t0EfZEmu",
"percent": 18.58,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.93,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "27567",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "tzHJzY",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "FJD",
"rate": 29.2
},
"dimDivisor": 218,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.14,
"description": "a9OkgCRM89",
"percent": 19.96,
"rateDiscountType": "VOLUME"
},
{
"amount": 7.95,
"description": "cf9titd7t9",
"percent": 11.32,
"rateDiscountType": "VOLUME"
},
{
"amount": 1.52,
"description": "QexnmStXhn",
"percent": 16.43,
"rateDiscountType": "EARNED"
},
{
"amount": 6.54,
"description": "IPjw6Wv5NH",
"percent": 14.86,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 12.19,
"legDestinationLocationId": "qTly",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "yBBoU",
"ratedWeightMethod": "DIM",
"rateScale": "3874",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "bVf47t",
"surcharges": [
{
"amount": {
"amount": 1843.77,
"currency": "BMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 345.99,
"currency": "RSD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 1.78,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.83,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.41,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.68,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 153.11,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 2.57,
"totalFreightDiscounts": 48.29,
"totalNetCharge": 152.69,
"totalNetChargeWithDutiesAndTaxes": 239.25,
"totalNetFedExCharge": 93.37,
"totalNetFreight": 132.53,
"totalRebates": 3.35,
"totalSurcharges": 18.89,
"totalTaxes": 6.41
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "SOS",
"rate": 17.65
},
"dimDivisor": 258,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 9.31,
"description": "LU4mkfhOpr",
"percent": 9.31,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 2.93,
"legDestinationLocationId": "eSes",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "HZ4S1",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2487",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "vKmdSd",
"surcharges": [
{
"amount": {
"amount": 4467.04,
"currency": "SSP"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 462.94,
"currency": "KYD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3172.82,
"currency": "KES"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 4.39,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 8.9,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 192.68,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 42.71,
"totalFreightDiscounts": 45.38,
"totalNetCharge": 106.55,
"totalNetChargeWithDutiesAndTaxes": 175.55,
"totalNetFedExCharge": 107.27,
"totalNetFreight": 189.3,
"totalRebates": 0.51,
"totalSurcharges": 17.95,
"totalTaxes": 4.87
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "MAD",
"rate": 21.52
},
"dimDivisor": 144,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 1.76,
"description": "MAWPV4LRZ1",
"percent": 15.13,
"rateDiscountType": "COUPON"
},
{
"amount": 4.27,
"description": "vwDpM6LL15",
"percent": 8.84,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.02,
"description": "5uvYqB6Ljf",
"percent": 15.5,
"rateDiscountType": "COUPON"
},
{
"amount": 8.12,
"description": "bYSmFKd3ZN",
"percent": 15.04,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 9.18,
"legDestinationLocationId": "XntM",
"minimumChargeType": "ACTUAL",
"pricingCode": "t8vog",
"ratedWeightMethod": "DIM",
"rateScale": "6831",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "2SxLOQ",
"surcharges": [
{
"amount": {
"amount": 3318.44,
"currency": "LBP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3531.61,
"currency": "HNL"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3974.08,
"currency": "KES"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 13.96,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 134.93,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.86,
"totalFreightDiscounts": 14.06,
"totalNetCharge": 115,
"totalNetChargeWithDutiesAndTaxes": 237.21,
"totalNetFedExCharge": 219.98,
"totalNetFreight": 169.61,
"totalRebates": 3.45,
"totalSurcharges": 8.46,
"totalTaxes": 6.41
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "CUP",
"rate": 9.73
},
"dimDivisor": 256,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.35,
"description": "FrE9LEFt1M",
"percent": 18.9,
"rateDiscountType": "BONUS"
},
{
"amount": 6.96,
"description": "6OOQGmd2K0",
"percent": 9.99,
"rateDiscountType": "VOLUME"
},
{
"amount": 2.22,
"description": "Ph5aGP6nVu",
"percent": 17.69,
"rateDiscountType": "EARNED"
},
{
"amount": 2.03,
"description": "EQ2Scs6DmC",
"percent": 10.64,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 3.31,
"legDestinationLocationId": "mSvk",
"minimumChargeType": "ACTUAL",
"pricingCode": "1uJYt",
"ratedWeightMethod": "DIM",
"rateScale": "3840",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "xDH9vV",
"surcharges": [
{
"amount": {
"amount": 352.14,
"currency": "IQD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1570.99,
"currency": "MMK"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.77,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.45,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 197.51,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.02,
"totalFreightDiscounts": 31.1,
"totalNetCharge": 164.55,
"totalNetChargeWithDutiesAndTaxes": 244.26,
"totalNetFedExCharge": 223.49,
"totalNetFreight": 82.04,
"totalRebates": 4,
"totalSurcharges": 16.57,
"totalTaxes": 7.45
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "TOP",
"rate": 5.36
},
"dimDivisor": 212,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.55,
"description": "CR2JCkxzGI",
"percent": 15.5,
"rateDiscountType": "BONUS"
},
{
"amount": 2.01,
"description": "jUYhnj8Frd",
"percent": 7.09,
"rateDiscountType": "COUPON"
},
{
"amount": 4.17,
"description": "yv5QuUIrKv",
"percent": 19.82,
"rateDiscountType": "VOLUME"
},
{
"amount": 4.86,
"description": "gzxCYfx90f",
"percent": 8.2,
"rateDiscountType": "EARNED"
},
{
"amount": 2.19,
"description": "hMziEMxBj7",
"percent": 13.52,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 7.99,
"legDestinationLocationId": "sMie",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "cGvT6",
"ratedWeightMethod": "ACTUAL",
"rateScale": "8012",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "tB8UFO",
"surcharges": [
{
"amount": {
"amount": 4644.74,
"currency": "ERN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 455.69,
"currency": "TRY"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4032.66,
"currency": "NIO"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4087.33,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 302.59,
"currency": "GYD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.19,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 9.91,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 18.53,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 14.02,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 151.59,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.13,
"totalFreightDiscounts": 13.99,
"totalNetCharge": 105.14,
"totalNetChargeWithDutiesAndTaxes": 66,
"totalNetFedExCharge": 201.65,
"totalNetFreight": 173.39,
"totalRebates": 3.75,
"totalSurcharges": 9.19,
"totalTaxes": 4.13
}
],
"surcharges": [
{
"amount": {
"amount": 3190.99,
"currency": "KRW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 14.44,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 12.27,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 19.74,
"totalBaseCharge": 72.87,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 12.05,
"totalDutiesTaxesAndFees": 63.16,
"totalFreightDiscounts": 24.06,
"totalNetCharge": 160.65,
"totalNetChargeWithDutiesAndTaxes": 125.29,
"totalNetFedExCharge": 139.2,
"totalNetFreight": 67.42,
"totalRebates": 4.41,
"totalSurcharges": 12.69,
"totalTaxes": 2.72
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SZL",
"rate": 12.71
},
"dimDivisor": 128,
"freightDiscounts": [
{
"amount": 1.95,
"description": "wgbEPy1oo6",
"percent": 7.44,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 5.41,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "95513",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "xjOVFu",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ANG",
"rate": 10.32
},
"dimDivisor": 206,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.89,
"description": "oXmNZ52jKt",
"percent": 12.61,
"rateDiscountType": "EARNED"
},
{
"amount": 1.64,
"description": "OjLENaBQgg",
"percent": 5.84,
"rateDiscountType": "COUPON"
},
{
"amount": 3.82,
"description": "JTVbtTq7Pp",
"percent": 9.13,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.09,
"description": "jkYFnmLYIp",
"percent": 17.34,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.94,
"legDestinationLocationId": "IOSO",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "vWIYb",
"ratedWeightMethod": "DIM",
"rateScale": "3581",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "4xgxqH",
"surcharges": [
{
"amount": {
"amount": 2902,
"currency": "ARS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2916.31,
"currency": "BSD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 8.19,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 12.18,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 4.85,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 18.06,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 195.69,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 19.56,
"totalFreightDiscounts": 35.37,
"totalNetCharge": 55.84,
"totalNetChargeWithDutiesAndTaxes": 245.58,
"totalNetFedExCharge": 235.18,
"totalNetFreight": 145.38,
"totalRebates": 3.81,
"totalSurcharges": 11.88,
"totalTaxes": 0.86
}
],
"surcharges": [
{
"amount": {
"amount": 4706.48,
"currency": "XPF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 1.61,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.21,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.76,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 6.87,
"totalBaseCharge": 192.61,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 3.24,
"totalDutiesTaxesAndFees": 42.46,
"totalFreightDiscounts": 48.34,
"totalNetCharge": 120.04,
"totalNetChargeWithDutiesAndTaxes": 238.11,
"totalNetFedExCharge": 139.48,
"totalNetFreight": 150,
"totalRebates": 4.88,
"totalSurcharges": 14.9,
"totalTaxes": 1.11
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "STN",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "PAB",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FDXO",
"completedPackageDetail": {
"groupNumber": 1,
"label": {
"copiesToPrint": 2,
"imageType": "EPL2",
"parts": {
"documentPartSequenceNumber": 2,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 398,
"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": "3503133327348169537220173579965535"
}
]
},
"operationalInstructions": {
"content": "SECURED",
"number": 8
}
},
"packageDocuments": [
{
"copiesToPrint": 3,
"imageType": "PNG",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "7xUGEXSNlhWlFUSNsIkR"
},
{
"documentPartSequenceNumber": 1,
"image": "Drr34pyOf5rWxVflyktV"
}
],
"resolution": 359,
"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": "EPL2",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "UI0ehreeBvybh2AlLqYT"
}
],
"resolution": 319,
"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": "EPL2",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "SgrqGhICS2m75qo7ytu7"
},
{
"documentPartSequenceNumber": 2,
"image": "p5A5nWQYIihMoSdxRQ4z"
},
{
"documentPartSequenceNumber": 2,
"image": "xwitGtuz5PFjDzW5MHLV"
},
{
"documentPartSequenceNumber": 1,
"image": "rKcyNz0AEQfU9JsPIjJu"
}
],
"resolution": 425,
"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": "ZPLII",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "mdtinx0hBjN5JhDnljVy"
},
{
"documentPartSequenceNumber": 2,
"image": "RuLi5yfLhpyCixirstHx"
}
],
"resolution": 356,
"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": 66,
"signatureOptions": "INDIRECT",
"trackingId": {
"formId": "9603",
"trackingIdType": "FREIGHT",
"trackingNumber": "34475378191009787748"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 4,
"type": "PRO_FORMA_INVOICE"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "ZFC2lx",
"masterTrackingId": {
"formId": "0151",
"trackingIdType": "FREIGHT",
"trackingNumber": "86867248949977660491"
},
"operationalDetail": {
"airportId": "ZRW",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "hSvQEIolyCkbKj3",
"commitDate": "2026-07-24T00:00:00.0Z",
"commitDay": "Fri",
"countryCode": "IO",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-24T00:00:00.0Z",
"deliveryDay": "Thu",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "LrLA",
"destinationLocationNumber": 300,
"destinationLocationStateOrProvinceCode": "AL",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "081",
"originLocationNumber": 149,
"originServiceArea": "C3",
"packagingCode": "15",
"postalCode": "27939",
"publishedDeliveryTime": "10:30A",
"scac": "FDXE",
"serviceCode": "325",
"stateOrProvinceCode": "WV",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "XW",
"ursaSuffixCode": "Ap"
},
"packageDescription": {
"astraDescription": "2 DAY FRT",
"code": "27",
"description": "qWFYK9Y3jJ",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "zsB"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "7Ez"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "tGw"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "ucO"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "29A"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "71",
"description": "Public-key executive functionalities",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "ezk"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "sPh"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "8Bp"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "zFkLdx03PmfU",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "GPvSJ",
"id": "92426",
"type": "BtoXg"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "bZT7yUbidA"
}
},
"usDomestic": false
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "1565",
"currency": "EUR"
},
"totalPackageCount": 43,
"totalUniqueAddressCount": 9,
"totalWeight": {
"units": "LB",
"value": "925"
}
}
},
"relationshipTimeStamp": "2025-10-13T00:00:00.0Z",
"role": "CRN_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "SAIA",
"payment": {
"amount": {
"amount": 384.07,
"currency": "YER"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Euclid",
"classification": "BUSINESS",
"countryCode": "CN",
"countryName": "Cambodia",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "50619-3426",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "V2"
},
"contact": {
"companyName": "Hauck Group",
"emailAddress": "Salma.Keeling71@yahoo.com",
"faxNumber": "8431806316",
"pagerNumber": "8363512",
"personName": {
"firstName": "Daisha",
"lastName": "Feeney",
"middleName": "Avery",
"prefix": "Miss",
"suffix": "V",
"title": "Manager"
},
"phoneExtension": "59",
"phoneNumber": "1321949295",
"phoneNumberAreaCode": "745",
"phoneNumberCountryCode": "26",
"title": "Dr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2026-10-08T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-12-12T00:00:00.0Z",
"number": "4414174767763",
"verificationCode": "972"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "2l8FiuwRJS",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "roZlwaLcnM1GOlI9djJP",
"ipAddress": "132.135.247.83"
},
"payorAuthenticationCode": "iJFwRJezd",
"payorAuthenticationSessionId": "4238053",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 87.11,
"currency": "BSD"
},
"creditCardExpirationDate": "2027-06-01T00:00:00.0Z",
"creditCardType": "DISCOVER",
"ePaymentMode": "GOOGLE_PAY",
"epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
},
"paymentType": "CREDIT_CARD",
"payor": {
"associatedAccounts": [
{
"accountNumber": "12345678",
"type": "FEDEX_EXPRESS"
}
],
"responsibleParty": {
"accountNumber": "285383704",
"address": {
"city": "Hackettstad",
"classification": "BUSINESS",
"countryCode": "AW",
"countryName": "Norfolk Island",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "48164-0067",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "i3"
},
"contact": {
"companyName": "Huel Inc",
"contactId": "757",
"emailAddress": "Josefa.Simonis@gmail.com",
"faxNumber": "2968850595",
"pagerNumber": "0216876",
"personName": "Ben Adams",
"phoneExtension": "15",
"phoneNumber": "6896057318",
"title": "Ms",
"tollFreePhoneNumber": "0723774"
},
"tins": [
{
"effectiveDate": "2025-09-27T00:00:00.0Z",
"expirationDate": "2026-09-18T00:00:00.0Z",
"number": "703138",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2025-04-18T00:00:00.0Z",
"expirationDate": "2026-12-01T00:00:00.0Z",
"number": "676657",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 1,
"expressPacakgeCount": 4,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 258
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 434
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 204
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 370
},
"groundPackageCount": 21,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 904
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 450
},
"numberOfUnconsolidatedCommodities": 11
}
},
"type": "INTERNATIONAL_ECONOMY_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": "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": "TYPE2"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "6331"
},
"declarationStatement": "8cJhrwT5dBSOtvk3MVWH",
"freightCharge": {
"amount": 119.42,
"currency": "MRU"
},
"handlingCosts": {
"amount": 4.49,
"currency": "MRU"
},
"originatorName": "Paula Marks",
"packingCosts": {
"amount": 14.71,
"currency": "MZN"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "9nFuBE9nJ1KrgqV",
"taxesOrMiscellaneousCharge": {
"amount": 16.13,
"currency": "JPY"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DAP"
},
"commodities": [
{
"cIMarksAndNumbers": "OYfqf3pcQK",
"clearanceItemDetail": [
{
"address": {
"city": "Draper",
"countryCode": "BO",
"postalCode": "83499",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hodkiewicz LLC"
},
"id": "MBOSMlGmdP",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Cynthiaview",
"countryCode": "SE",
"postalCode": "55618-7895",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Cruickshank Group"
},
"id": "NflFV26r3E",
"role": "MANUFACTURER"
},
{
"address": {
"city": "West Elenorport",
"countryCode": "NI",
"postalCode": "58372-6664",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kling and Sons"
},
"id": "jqiVkufUM2",
"role": "MANUFACTURER"
}
],
"commodityId": "mMKIKI",
"countryOfManufacture": "TH",
"customsValue": {
"amount": 98.77,
"currency": "SOS"
},
"description": "The Streamlined AI-powered structure Hat offers reliable performance and unusual design",
"name": "Soft Ceramic Chips",
"numberOfPieces": 91,
"quantity": 46,
"quantityUnits": "EA",
"unitPrice": {
"amount": 911.89,
"currency": "MNT"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "TTdgTpRofv",
"clearanceItemDetail": [
{
"address": {
"city": "West Lyricview",
"countryCode": "MT",
"postalCode": "70748-4665",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Green - Hermann"
},
"id": "ULLK5ic3kH",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fadelstad",
"countryCode": "GA",
"postalCode": "46329-6930",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Hansen - Kassulke"
},
"id": "eDsvK48aTe",
"role": "MANUFACTURER"
}
],
"commodityId": "7ZJq9o",
"countryOfManufacture": "RU",
"customsValue": {
"amount": 2836.87,
"currency": "VES"
},
"description": "Discover the squirrel-like agility of our Chair, perfect for cute users",
"name": "Incredible Gold Sausages",
"numberOfPieces": 11,
"quantity": 20,
"quantityUnits": "EA",
"unitPrice": {
"amount": 4180.86,
"currency": "NGN"
},
"weight": {
"units": "KG",
"value": 68
}
}
],
"customsOption": {
"description": "Additional details",
"type": "COURTESY_RETURN_LABEL"
},
"declarationStatementDetail": {
"types": [
"Statement2",
"Statement1"
]
},
"documentContent": "DOCUMENTS_ONLY",
"dutiesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "Roderickborough",
"countryCode": "FK",
"postalCode": "62055-9926",
"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": "Kelley Auer",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "2ZgocvDrVY30pwdQ",
"permitNumber": "66987"
},
"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": 1970.48,
"currency": "BMD"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "137"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4553.27,
"currency": "AMD"
}
},
"dropOffType": "DROP_BOX",
"edtRequestTypes": "NONE",
"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": "Marvin, Cormier and Ernser",
"emailAddress": "Johathan_Wintheiser68@gmail.com",
"personName": "Jennifer Smitham",
"phoneExtension": "59",
"phoneNumber": "(327) 396-7953"
}
},
"packagingType": "YOUR_PACKAGING",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "PREFERRED",
"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-07-10T00:00:00.0Z",
"expirationDate": "2030-11-24T00:00:00.0Z",
"number": "085824",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2025-12-24T00:00:00.0Z",
"expirationDate": "2031-03-19T00:00:00.0Z",
"number": "447953",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"recipientLocationNumber": "laboris Ut quis",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "zpqTwle4KX"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "01",
"groupPackageCount": "4",
"sequenceNumber": "43",
"trackingId": {
"formId": "8247",
"trackindIdType": "FREIGHT",
"trackingNumber": "336622749474702"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "STANDARD_OVERNIGHT",
"shipDatestamp": "2026-07-26T00: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": "Huel, Bednar and Cronin",
"emailAddress": "Katarina.Hintz19@hotmail.com",
"personName": "Sean O'Conner",
"phoneExtension": "23",
"phoneNumber": "(427) 371-9842"
},
"tins": [
{
"effectiveDate": "2024-01-18T00:00:00.0Z",
"expirationDate": "2027-09-13T00:00:00.0Z",
"number": "797200",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "CONSOLIDATION_DOCUMENTS_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 134.34,
"baseRateAmount": 292.02,
"codcollectionAmount": 111.48,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "830058"
}
],
"masterTrackingNumber": "036736153091",
"netChargeAmount": 89.16,
"netDiscountAmount": 37.18,
"netRateAmount": 62.89,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "TqL4YLmGtOZpOWf9bfFV",
"trackingNumber": "026192453110",
"url": "https://complicated-coordination.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "JsfbsqRnVG6QM2zEOHSZ",
"trackingNumber": "531251181691",
"url": "https://dutiful-toothpick.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "qlpD7AT6NeUyoSSxOpOA",
"trackingNumber": "456507615195",
"url": "https://sneaky-fowl.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "LRgwTzK7IaFigO3NcTr4",
"trackingNumber": "723689049123",
"url": "https://flowery-eggplant.org/"
}
],
"trackingNumber": "872128683212"
},
{
"additionalChargesDiscount": 243.03,
"baseRateAmount": 362.08,
"codcollectionAmount": 110.28,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "249030"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "409995"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "896358"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "917124"
}
],
"masterTrackingNumber": "753205497999",
"netChargeAmount": 164.19,
"netDiscountAmount": 37.63,
"netRateAmount": 38.06,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "Pz8hbJKks9l6t9E8yLDN",
"trackingNumber": "239423133927",
"url": "https://similar-tomb.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "gekVa9gaIOC3UuhQxpTV",
"trackingNumber": "078595106297",
"url": "https://wide-section.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "KMW38CSpwJ08pY0I6aW6",
"trackingNumber": "607733430419",
"url": "https://roasted-mortise.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "EVxG637JUEd0761SDjbn",
"trackingNumber": "741096512437",
"url": "https://rotating-forager.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "unsrAVfAmZtlgcn5TPhx",
"trackingNumber": "268504191724",
"url": "https://realistic-populist.name/"
}
],
"trackingNumber": "500495989377"
},
{
"additionalChargesDiscount": 96.07,
"baseRateAmount": 377.15,
"codcollectionAmount": 332.39,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "605697"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "313837"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "087524"
}
],
"masterTrackingNumber": "649245721334",
"netChargeAmount": 108.42,
"netDiscountAmount": 112.36,
"netRateAmount": 91.15,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "UPVOFLXJk5vlwJThXGLU",
"trackingNumber": "778104404764",
"url": "https://oblong-exhaust.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "ctmztxyQGrAWUA78WUjQ",
"trackingNumber": "686832882819",
"url": "https://super-recommendation.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "QwvljPvgZZ65qTC8Q84H",
"trackingNumber": "657976649974",
"url": "https://nocturnal-hexagon.name"
}
],
"trackingNumber": "239050532186"
},
{
"additionalChargesDiscount": 79.36,
"baseRateAmount": 353.66,
"codcollectionAmount": 139.86,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "130434"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "404983"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "657082"
}
],
"masterTrackingNumber": "584129036521",
"netChargeAmount": 86.76,
"netDiscountAmount": 139.33,
"netRateAmount": 55.46,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "ZM09q1dEO7LKvvpF3WiJ",
"trackingNumber": "815064725335",
"url": "https://scratchy-outset.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "RpD5znzpCvVWmDzmyoxq",
"trackingNumber": "949767256966",
"url": "https://ambitious-polarisation.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "IeUraZ8wc8RePO7qaAUD",
"trackingNumber": "392437805511",
"url": "https://immense-wombat.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "WIxziWogEHZL5ojx6G1y",
"trackingNumber": "456866957856",
"url": "https://unlawful-habit.biz"
}
],
"trackingNumber": "585031295566"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "nwPNIi116wgQpqzcZgYX",
"trackingNumber": "804799428295",
"url": "https://metallic-cannon.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "D9g1GB41FE1sZ5fQ1whO",
"trackingNumber": "150621609608",
"url": "https://stale-swine.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "S9rCJxYhKCvzsOZzUVEi",
"trackingNumber": "733464173687",
"url": "https://shoddy-bowling.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "BAgIfKclYrLqij5yyDRC",
"trackingNumber": "850590291209",
"url": "https://dutiful-academics.biz"
}
]
},
{
"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://posh-humor.info/",
"password": "cXBmYEb9",
"role": "Product Security Agent",
"userId": "104bb1da-c631-44ec-960c-21f8768ba365"
},
{
"emailLabelUrl": "https://squiggly-swath.info/",
"password": "94oXuXOl",
"role": "Future Optimization Coordinator",
"userId": "b19a9e7e-d3c4-4a9b-8c61-4d03466b70b0"
},
{
"emailLabelUrl": "https://tough-collectivization.com/",
"password": "0L2KNsg8",
"role": "Product Tactics Representative",
"userId": "ffdc75dc-399e-4546-afc5-18615f73efe0"
},
{
"emailLabelUrl": "https://electric-whack.net/",
"password": "06qI1_QE",
"role": "Internal Configuration Specialist",
"userId": "31328f01-920a-4008-a44c-cff924be731a"
},
{
"emailLabelUrl": "https://cultivated-going.net/",
"password": "ht6DVmvb",
"role": "International Solutions Officer",
"userId": "c5723e0f-553c-4907-aa45-aa5e7eb07674"
}
]
},
"carrierCode": "FDXE",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 2955.5,
"currency": "XAF"
}
},
"completedEtdDetail": {
"folderId": "Q6S1EzcL2tdwRnpN",
"type": "PRO_FORMA_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "YD9b7KcmHQ9rWwvY"
}
]
},
"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": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "h4W4nR6hH6",
"hazardClass": "3",
"id": "UN1282",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A26",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 63.91,
"netExplosiveDetail": {
"amount": 8.88,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "rw6MkfHMZh",
"hazardClass": "8",
"id": "UN8613",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 16.76,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "ntwHdUxksV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 47.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 30.08,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 18.45,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 31.48,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "yEOWd4vC9wXU0We",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.8,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 24.41,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gUUV73UV6V",
"hazardClass": "8",
"id": "UN5024",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A82",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 84.33,
"netExplosiveDetail": {
"amount": 3.27,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "pDlTmGC3Ga",
"hazardClass": "2.3",
"id": "UN5165",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 97.71,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "CnwNtwKkHV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 11.66,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.03,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 9.87,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "KhsY8ACAm8Oz2mA",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.15,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 15.91,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.92
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Vo98tgcibF",
"hazardClass": "3",
"id": "UN3924",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A12",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 13.71,
"netExplosiveDetail": {
"amount": 3.8,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "SegUHhDbDF",
"hazardClass": "3",
"id": "UN8334",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 2.41,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "IOXhYsRaoy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 28.16,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.66,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 46.47,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "UPHHSTUnF7qK1C5",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 37.64,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 9.86,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "X0alBu5Luj",
"hazardClass": "8",
"id": "UN6845",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A91",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 60.58,
"netExplosiveDetail": {
"amount": 3.19,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "RwCymsxUW0",
"hazardClass": "8",
"id": "UN1069",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 20.89,
"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": "nqQRtGfOUv"
},
"innerReceptacles": [
{
"quantity": {
"amount": 38.2,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 49.5,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "UP7gcJmQOnQL7I3",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.84,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 5.34,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.62
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jm8vjrm5yP",
"hazardClass": "8",
"id": "UN2245",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "E"
},
"massPoints": 25.08,
"netExplosiveDetail": {
"amount": 6.18,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "s0q30kotEw",
"hazardClass": "8",
"id": "UN8060",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 47.64,
"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": "BuyDiasRZP"
},
"innerReceptacles": [
{
"quantity": {
"amount": 9.03,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "XgiVNoeTXZdm3do",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.68,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 36.13,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.92
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Hx7ARuaTQg",
"hazardClass": "3",
"id": "UN0810",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 5,
"specialProvisions": "A36",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 99.67,
"netExplosiveDetail": {
"amount": 1.61,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "UIHF3osb24",
"hazardClass": "8",
"id": "UN5239",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 32.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "lyZobVssbH"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.17,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 2.72,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "701lZ17Bmy4aw8M",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.25,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 38.14,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "mntRhx4tAi",
"hazardClass": "3",
"id": "UN7567",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A10",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "D"
},
"massPoints": 91.8,
"netExplosiveDetail": {
"amount": 4.59,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Vyy8v4mYrK",
"hazardClass": "3",
"id": "UN2770",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 75.85,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "EqmduOpZgD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 19.63,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "cSO74yQ6CeQjfT2",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 21.77,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 33.27,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "ncVyvg5Zdu",
"hazardClass": "8",
"id": "UN0779",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A44",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 95.75,
"netExplosiveDetail": {
"amount": 5.11,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "T6Bqx4hgPU",
"hazardClass": "2.3",
"id": "UN3089",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.8,
"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": "eleEXWoKLD"
},
"innerReceptacles": [
{
"quantity": {
"amount": 10.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "KaMLWBO9Z6Z9bWj",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 6.3,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 14.81,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "4vu8wjpLFf",
"hazardClass": "8",
"id": "UN7312",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 5,
"specialProvisions": "A75",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 29.67,
"netExplosiveDetail": {
"amount": 9.17,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "SzOPYEeYkI",
"hazardClass": "3",
"id": "UN5885",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 66.6,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "oITWQWmhwV"
},
"innerReceptacles": [
{
"quantity": {
"amount": 49.33,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 20.6,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.96,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "fIzlNKCdKwudKmc",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 3.4,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 14.53,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.13
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 7.92,
"referenceId": "298845",
"regulation": "ADR"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "2808852996119116901569620297566141"
},
{
"type": "ADDRESS",
"value": "1366276617822521947085069488202743"
},
{
"type": "GROUND",
"value": "6599623033722085599414211714663000"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 18
},
{
"content": "SECURED",
"number": 14
},
{
"content": "THIS SIDE UP",
"number": 4
},
{
"content": "DO NOT STACK",
"number": 20
},
{
"content": "SECURED",
"number": 2
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 3.16,
"packageRateDetails": [
{
"baseCharge": 121.89,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 64.54,
"netFedExCharge": 118.52,
"netFreight": 80.72,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1265.58,
"currency": "SDG"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3714.68,
"currency": "HKD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1146.16,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2795.7,
"currency": "IDR"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 46.64,
"totalRebates": 2.42,
"totalSurcharges": 13.78,
"totalTaxes": 7.39
},
{
"baseCharge": 127.29,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "GBP",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 71.02,
"netFedExCharge": 77.48,
"netFreight": 125.66,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2177.29,
"currency": "KMF"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 387.99,
"currency": "ETB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 9.74,
"totalRebates": 1.17,
"totalSurcharges": 2.96,
"totalTaxes": 2.17
},
{
"baseCharge": 97.58,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 153.17,
"netFedExCharge": 54.66,
"netFreight": 129.71,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1666.76,
"currency": "MKD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2819.23,
"currency": "JMD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3752.79,
"currency": "AWG"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 1.74,
"totalRebates": 3.96,
"totalSurcharges": 14.8,
"totalTaxes": 5.26
},
{
"baseCharge": 95.5,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 126.57,
"netFedExCharge": 159.33,
"netFreight": 95.02,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4267.83,
"currency": "MXN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1921.21,
"currency": "SCR"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 547.96,
"currency": "PAB"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4030.03,
"currency": "BMD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 26.96,
"totalRebates": 1.58,
"totalSurcharges": 12.65,
"totalTaxes": 9.95
}
]
},
"sequenceNumber": 9,
"signatureOption": "INDIRECT",
"trackingIds": [
{
"formId": "4452",
"trackingIdType": "EXPRESS",
"trackingNumber": "82621762466491552062",
"uspsApplicationId": "16"
},
{
"formId": "2218",
"trackingIdType": "GROUND",
"trackingNumber": "56064444354530970881",
"uspsApplicationId": "86"
},
{
"formId": "7191",
"trackingIdType": "FREIGHT",
"trackingNumber": "30963020630811584312",
"uspsApplicationId": "64"
},
{
"formId": "8980",
"trackingIdType": "EXPRESS",
"trackingNumber": "78015940399297248569",
"uspsApplicationId": "41"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 2,
"hazardousPackageDetail": {
"accessibility": "INACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "jUHrvJPBgZ",
"hazardClass": "8",
"id": "UN3835",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A13",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 49.8,
"netExplosiveDetail": {
"amount": 8.96,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "nSjLZ0PTIH",
"hazardClass": "3",
"id": "UN8044",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 48.61,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "AvicwDCGwO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 18.04,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 42.35,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 45.03,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 38.12,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 8.82,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "vqtwedaUegxC8M8",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.91,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 22.72,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Eu8MoE07Uo",
"hazardClass": "3",
"id": "UN4123",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A47",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 15.68,
"netExplosiveDetail": {
"amount": 4.56,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "43cO55lSof",
"hazardClass": "2.3",
"id": "UN0657",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 74.05,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "VVqhbiQDyk"
},
"innerReceptacles": [
{
"quantity": {
"amount": 17.41,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.84,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "l6zXpWcDJWZuFva",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.33,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 8.59,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "v8aeB8MhJM",
"hazardClass": "8",
"id": "UN9233",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A96",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 31.51,
"netExplosiveDetail": {
"amount": 9.35,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "BmoZ6xUAYk",
"hazardClass": "3",
"id": "UN4627",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 56.35,
"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": "zYUcsgqrux"
},
"innerReceptacles": [
{
"quantity": {
"amount": 25.93,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 40.04,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "oB1bLuApmnjd6WD",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 19.1,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 23.62,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.96
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "gPvlHN8qCc",
"hazardClass": "3",
"id": "UN6203",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A36",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 48,
"netExplosiveDetail": {
"amount": 6.16,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "oUeMVr6E6i",
"hazardClass": "3",
"id": "UN7169",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 92.29,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hbAQtkCIPy"
},
"innerReceptacles": [
{
"quantity": {
"amount": 35.21,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 12.51,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 39.53,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 16.92,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 24.96,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "ZpVIuuDJRXa6tRm",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 38.41,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 9.89,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "25DDZlUyFk",
"hazardClass": "3",
"id": "UN4568",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 75.81,
"netExplosiveDetail": {
"amount": 4.15,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "cf2XXAuZ49",
"hazardClass": "8",
"id": "UN4857",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 53.12,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hapChgVaUt"
},
"innerReceptacles": [
{
"quantity": {
"amount": 22.24,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "RYe76PHCPGPt6LU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 23.82,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 11.43,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.97
}
],
"labelType": "II_YELLOW",
"radioactiveTransportIndex": 3.53,
"referenceId": "987653",
"regulation": "IATA"
},
"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": "5443901442678073910483070972912057"
},
{
"type": "ADDRESS",
"value": "4377152324974910339329597854649763"
},
{
"type": "GROUND",
"value": "6919368521158075824601713337794159"
},
{
"type": "ADDRESS",
"value": "5204636621167616865202063829683292"
},
{
"type": "ADDRESS",
"value": "2777540763159435211404395854336633"
}
]
},
"operationalInstructions": [
{
"content": "THIS SIDE UP",
"number": 9
},
{
"content": "SECURED",
"number": 18
},
{
"content": "FRAGILE",
"number": 19
}
]
},
"oversizeClass": "OVERSIZE_3",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 49.14,
"packageRateDetails": [
{
"baseCharge": 122.43,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 181.99,
"netFedExCharge": 194.03,
"netFreight": 63.01,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3664.89,
"currency": "KWD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4381.75,
"currency": "CZK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 31.61,
"totalRebates": 2.24,
"totalSurcharges": 14.95,
"totalTaxes": 2.57
},
{
"baseCharge": 148.2,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 191.07,
"netFedExCharge": 101,
"netFreight": 130.59,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3089.09,
"currency": "SBD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 704.43,
"currency": "BZD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4017.14,
"currency": "BOB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 445.3,
"currency": "RUB"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 23.79,
"totalRebates": 4.54,
"totalSurcharges": 8.41,
"totalTaxes": 9.77
},
{
"baseCharge": 117.91,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 172.38,
"netFedExCharge": 181.29,
"netFreight": 44.41,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1911.64,
"currency": "KMF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2779.44,
"currency": "CHF"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1327.31,
"currency": "KHR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 12.88,
"totalRebates": 2.47,
"totalSurcharges": 7.17,
"totalTaxes": 8.04
},
{
"baseCharge": 120.5,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 123.21,
"netFedExCharge": 81.51,
"netFreight": 140.85,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 784.52,
"currency": "IRR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3663.56,
"currency": "NGN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3710.64,
"currency": "UYU"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4939.58,
"currency": "KGS"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 7.34,
"totalRebates": 0.32,
"totalSurcharges": 2.16,
"totalTaxes": 0.36
},
{
"baseCharge": 55.31,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 172.25,
"netFedExCharge": 56.47,
"netFreight": 122.1,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4540.21,
"currency": "MAD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1888.66,
"currency": "XCD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2682.81,
"currency": "JPY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 8.44,
"totalRebates": 2.29,
"totalSurcharges": 1.12,
"totalTaxes": 5.29
}
]
},
"sequenceNumber": 5,
"signatureOption": "NO_SIGNATURE",
"trackingIds": [
{
"formId": "6007",
"trackingIdType": "FREIGHT",
"trackingNumber": "16950187751730418746",
"uspsApplicationId": "28"
},
{
"formId": "4516",
"trackingIdType": "GROUND",
"trackingNumber": "98957196285110508352",
"uspsApplicationId": "43"
},
{
"formId": "5495",
"trackingIdType": "EXPRESS",
"trackingNumber": "02373678947272787832",
"uspsApplicationId": "75"
},
{
"formId": "7621",
"trackingIdType": "FREIGHT",
"trackingNumber": "23409484462687998992",
"uspsApplicationId": "99"
},
{
"formId": "7048",
"trackingIdType": "FREIGHT",
"trackingNumber": "08979697389708316831",
"uspsApplicationId": "37"
}
]
}
],
"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": "p7OMTLe0az",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-02-06T00:00:00.0Z",
"expirationDate": "2026-12-13T00:00:00.0Z",
"number": "17773"
}
},
"dryIceDetail": {
"packageCount": 1,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 10
}
},
"masterTrackingId": {
"formId": "0080",
"trackingIdType": "EXPRESS",
"trackingNumber": "21738003205011836014",
"uspsApplicationId": "17"
},
"operationalDetail": {
"airportId": "WSU",
"astraDescription": "GROUND",
"astraPlannedServiceLevel": "ryEDuioTTk7UetX",
"commitDate": "2026-07-25T00:00:00.0Z",
"commitDay": "Wed",
"countryCode": "DK",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-25T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "NKGA",
"destinationLocationNumber": 646,
"destinationLocationStateOrProvinceCode": "AL",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": true,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "514",
"originLocationNumber": 134,
"originServiceArea": "A1",
"packagingCode": "19",
"postalCode": "31992",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "948",
"stateOrProvinceCode": "AL",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "JO",
"ursaSuffixCode": "mY"
},
"packagingDescription": "barrel",
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "01",
"description": "Customizable needs-based throughput",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "JAU"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Fn3"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "gYU"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "vfoEKRmHwQIF",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "3119",
"trackingIdType": "GROUND",
"trackingNumber": "62648644693784175740"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "7212",
"trackingIdType": "EXPRESS",
"trackingNumber": "91208245831260684740"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "5347",
"trackingIdType": "GROUND",
"trackingNumber": "91352515908387481388"
}
],
"type": "CONSOLIDATION_MASTER"
},
{
"trackingIds": [
{
"formId": "4556",
"trackingIdType": "GROUND",
"trackingNumber": "12578536548468980703"
},
{
"formId": "4693",
"trackingIdType": "FREIGHT",
"trackingNumber": "78600869687948248016"
},
{
"formId": "8061",
"trackingIdType": "FREIGHT",
"trackingNumber": "55999752046094242720"
},
{
"formId": "5251",
"trackingIdType": "EXPRESS",
"trackingNumber": "36546309726966123860"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_LIST_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"description": "Z8UloF4Xtc",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "USD",
"value": "CUSTOMS_VALUE"
},
"description": "Wi9vkMN6CP",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"description": "3HOPQoQEGK",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "RSD",
"value": "CUSTOMS_VALUE"
},
"description": "RH4QLDwKnE",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
},
"description": "66LNljtq9W",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "GMD",
"rate": 2.33
},
"dutiesAndTaxes": [
{
"harmonizedCode": "734998",
"taxes": {
"amount": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "hX043Wwe99",
"id": "sbu7Zp",
"name": "VAT"
},
"description": "dfRe8A36Eh",
"effectiveDate": "2026-01-11T00:00:00.0Z",
"formula": "tf6Zp2mRh6euDzk",
"name": "GST",
"taxableValue": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"taxcode": "BgcV0",
"taxRates": [
{
"currency": "USD",
"quantity": 30,
"unitOfMeasure": "L",
"value": "10"
},
{
"currency": "USD",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "SRD",
"value": "CUSTOMS_VALUE"
},
"description": "BDMEkZjblM",
"percent": 11.89,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "PLN",
"value": "CUSTOMS_VALUE"
},
"description": "hWkEq2ncy0",
"percent": 11.41,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 8.93,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "uJOtTMLjLg",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "ehc0pf",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"description": "80jtNVrILV",
"percent": 2.83,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "CZK",
"value": "CUSTOMS_VALUE"
},
"description": "IxgaNVFZNo",
"percent": 2.04,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "AZN",
"value": "CUSTOMS_VALUE"
},
"description": "nlxrOMfQAg",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"description": "ErYcaypbDe",
"taxType": "VAT"
},
{
"amount": {
"currency": "ALL",
"value": "CUSTOMS_VALUE"
},
"description": "GgbgKYlQtr",
"taxType": "VAT"
},
{
"amount": {
"currency": "ETB",
"value": "CUSTOMS_VALUE"
},
"description": "KO8jqsDTms",
"taxType": "VAT"
},
{
"amount": {
"currency": "KES",
"value": "CUSTOMS_VALUE"
},
"description": "xEZZHcFsWl",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "USD",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "ZWL",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "GNF",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "SLE",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "BYN",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "BTN",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "AWG",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "DZD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "KMF",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "NAD",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "JPY",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "LRD",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "DKK",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "HNL",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "ZMW",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "SHP",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "AMD",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "AOA",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "GIP",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BDT",
"rate": 6.05
},
"dimDivisor": 174,
"freightDiscounts": [
{
"amount": 2.24,
"description": "BCStZOuMQd",
"percent": 6.33,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.92,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "49852",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "JkMoyB",
"shipmentLegRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ZMW",
"rate": 10.43
},
"dimDivisor": 114,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.64,
"description": "cul5jQ3boY",
"percent": 18.89,
"rateDiscountType": "EARNED"
},
{
"amount": 8.98,
"description": "o5UqrC63rO",
"percent": 16.2,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.44,
"description": "ESnfh35j9d",
"percent": 13,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 11.11,
"legDestinationLocationId": "DIAy",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "BXBrI",
"ratedWeightMethod": "DIM",
"rateScale": "0223",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "btnGDh",
"surcharges": [
{
"amount": {
"amount": 474.7,
"currency": "LKR"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4846.88,
"currency": "FKP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1427.12,
"currency": "BWP"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.69,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.99,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 17.87,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 12.41,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 18.6,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 195.39,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 21.94,
"totalFreightDiscounts": 37.91,
"totalNetCharge": 90.89,
"totalNetChargeWithDutiesAndTaxes": 195.16,
"totalNetFedExCharge": 206.4,
"totalNetFreight": 194.49,
"totalRebates": 1.08,
"totalSurcharges": 3.9,
"totalTaxes": 2.28
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "AZN",
"rate": 22.26
},
"dimDivisor": 260,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 9.86,
"description": "PVeImeV4rG",
"percent": 6.25,
"rateDiscountType": "VOLUME"
},
{
"amount": 5.06,
"description": "7gUWFjvQLO",
"percent": 13.22,
"rateDiscountType": "EARNED"
},
{
"amount": 9.02,
"description": "XsI4QnWI2S",
"percent": 15.27,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 6.11,
"legDestinationLocationId": "iFiA",
"minimumChargeType": "ACTUAL",
"pricingCode": "HHc5s",
"ratedWeightMethod": "DIM",
"rateScale": "9940",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "npjxh4",
"surcharges": [
{
"amount": {
"amount": 523.51,
"currency": "MDL"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2124.27,
"currency": "BRL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3891.22,
"currency": "BSD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 17.4,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 15.65,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 19.4,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 103.47,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.79,
"totalFreightDiscounts": 30.07,
"totalNetCharge": 100.3,
"totalNetChargeWithDutiesAndTaxes": 188.22,
"totalNetFedExCharge": 130.64,
"totalNetFreight": 122.84,
"totalRebates": 3.77,
"totalSurcharges": 17.54,
"totalTaxes": 2.49
}
],
"surcharges": [
{
"amount": {
"amount": 2561.64,
"currency": "TZS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2208.96,
"currency": "TTD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 3652.6,
"currency": "GEL"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1451.67,
"currency": "AWG"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 5.99,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 2.94,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 9,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 2.22,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 18.02,
"totalBaseCharge": 67.24,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.86,
"totalDutiesTaxesAndFees": 3.05,
"totalFreightDiscounts": 41.14,
"totalNetCharge": 150.66,
"totalNetChargeWithDutiesAndTaxes": 95.97,
"totalNetFedExCharge": 176.02,
"totalNetFreight": 110.8,
"totalRebates": 0.24,
"totalSurcharges": 19.88,
"totalTaxes": 4.47
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "EUR",
"rate": 24.26
},
"dimDivisor": 179,
"freightDiscounts": [
{
"amount": 2.76,
"description": "4jht0H7QaM",
"percent": 17.48,
"rateDiscountType": "EARNED"
},
{
"amount": 2.62,
"description": "MvSk3nXptv",
"percent": 14.42,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.47,
"description": "9qcFvMUKae",
"percent": 11.45,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.52,
"pricingCode": "STANDARD",
"ratedWeightMethod": "DIM",
"rateScale": "62989",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "xAVntJ",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "PAB",
"rate": 24.25
},
"dimDivisor": 271,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 2.13,
"description": "H1OeuHZiP6",
"percent": 19.07,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 10.52,
"legDestinationLocationId": "uDDX",
"minimumChargeType": "ACTUAL",
"pricingCode": "QQcp4",
"ratedWeightMethod": "DIM",
"rateScale": "6364",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "8pbOVO",
"surcharges": [
{
"amount": {
"amount": 4467.78,
"currency": "GYD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 539.48,
"currency": "MWK"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3238.99,
"currency": "BOB"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 2.15,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.32,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 17.18,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.49,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 16.04,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 164.76,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 13.74,
"totalFreightDiscounts": 38.15,
"totalNetCharge": 165.77,
"totalNetChargeWithDutiesAndTaxes": 197.6,
"totalNetFedExCharge": 236.59,
"totalNetFreight": 91.47,
"totalRebates": 4.74,
"totalSurcharges": 7.91,
"totalTaxes": 1.76
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "BMD",
"rate": 17.74
},
"dimDivisor": 134,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.95,
"description": "yJbHoy7uhc",
"percent": 17.82,
"rateDiscountType": "COUPON"
},
{
"amount": 4.7,
"description": "Pmu7OLkYbh",
"percent": 9.71,
"rateDiscountType": "COUPON"
},
{
"amount": 9.18,
"description": "bBld5EF4TH",
"percent": 13.5,
"rateDiscountType": "VOLUME"
},
{
"amount": 3.9,
"description": "5uEqh3wN4V",
"percent": 11.7,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 5.69,
"legDestinationLocationId": "ZZim",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "C8jmi",
"ratedWeightMethod": "ACTUAL",
"rateScale": "6848",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "UhWjPz",
"surcharges": [
{
"amount": {
"amount": 4372.65,
"currency": "NAD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2006.75,
"currency": "MXN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1443.41,
"currency": "CAD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3789.38,
"currency": "INR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 19.44,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 8.77,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 5.62,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 13.59,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.51,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 51.31,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 4.06,
"totalFreightDiscounts": 0.83,
"totalNetCharge": 156.36,
"totalNetChargeWithDutiesAndTaxes": 124.02,
"totalNetFedExCharge": 209.63,
"totalNetFreight": 66.86,
"totalRebates": 0.52,
"totalSurcharges": 13.06,
"totalTaxes": 2.04
},
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "AZN",
"rate": 27.71
},
"dimDivisor": 224,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 7.94,
"description": "hIW5IvzhVp",
"percent": 18.76,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 3.45,
"legDestinationLocationId": "Sttw",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "6JLbt",
"ratedWeightMethod": "ACTUAL",
"rateScale": "2055",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "4N526K",
"surcharges": [
{
"amount": {
"amount": 3214.08,
"currency": "NPR"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2244.6,
"currency": "FJD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 15.69,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 6.45,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 98.81,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.97,
"totalFreightDiscounts": 10.32,
"totalNetCharge": 55.04,
"totalNetChargeWithDutiesAndTaxes": 76.59,
"totalNetFedExCharge": 134.75,
"totalNetFreight": 149.8,
"totalRebates": 1.93,
"totalSurcharges": 11.79,
"totalTaxes": 5.92
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "HNL",
"rate": 27.08
},
"dimDivisor": 108,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.9,
"description": "Qvufzzju89",
"percent": 8.82,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 11.44,
"legDestinationLocationId": "HYlB",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "miEZF",
"ratedWeightMethod": "DIM",
"rateScale": "2222",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "5gItMa",
"surcharges": [
{
"amount": {
"amount": 940.21,
"currency": "FKP"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4317.37,
"currency": "PEN"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1067.84,
"currency": "BBD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 15.39,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.24,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 1.62,
"description": "GST",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 9.61,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 197.49,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 29.61,
"totalFreightDiscounts": 49.31,
"totalNetCharge": 62.12,
"totalNetChargeWithDutiesAndTaxes": 239.75,
"totalNetFedExCharge": 180.83,
"totalNetFreight": 144.58,
"totalRebates": 2.89,
"totalSurcharges": 12.29,
"totalTaxes": 6.71
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "ARS",
"rate": 17.92
},
"dimDivisor": 121,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 1.92,
"description": "a6mXg0hXGh",
"percent": 18.57,
"rateDiscountType": "COUPON"
},
{
"amount": 5,
"description": "dCTPVxIEOI",
"percent": 19.03,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 6.38,
"legDestinationLocationId": "ZSMT",
"minimumChargeType": "ACTUAL",
"pricingCode": "SjeSt",
"ratedWeightMethod": "DIM",
"rateScale": "7025",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "n66kKa",
"surcharges": [
{
"amount": {
"amount": 2576.67,
"currency": "JOD"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 792.91,
"currency": "BAM"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 5.69,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 185.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 47.5,
"totalFreightDiscounts": 13.12,
"totalNetCharge": 66.81,
"totalNetChargeWithDutiesAndTaxes": 211.01,
"totalNetFedExCharge": 190.51,
"totalNetFreight": 176.93,
"totalRebates": 4.93,
"totalSurcharges": 8.28,
"totalTaxes": 1.16
}
],
"surcharges": [
{
"amount": {
"amount": 2501.7,
"currency": "PEN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 637.58,
"currency": "JPY"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4342.84,
"currency": "BOB"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 411.83,
"currency": "XAF"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1663.09,
"currency": "NIO"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 6.72,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 15.39,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 3.53,
"description": "VAT",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 3.37,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 0.24,
"totalBaseCharge": 107.66,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 16.44,
"totalDutiesTaxesAndFees": 92.4,
"totalFreightDiscounts": 39.46,
"totalNetCharge": 149.31,
"totalNetChargeWithDutiesAndTaxes": 229.3,
"totalNetFedExCharge": 117.98,
"totalNetFreight": 124.11,
"totalRebates": 2.04,
"totalSurcharges": 17.09,
"totalTaxes": 1.12
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "PAB",
"rate": 12.04
},
"dimDivisor": 106,
"freightDiscounts": [
{
"amount": 9.34,
"description": "S6jTLoMitw",
"percent": 11.48,
"rateDiscountType": "VOLUME"
},
{
"amount": 6.63,
"description": "bHjvhslcon",
"percent": 15.39,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 12.11,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "DIM",
"rateScale": "08599",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "O3lwei",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ALL",
"rate": 17.04
},
"dimDivisor": 219,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.84,
"description": "wcu6sBaFJE",
"percent": 5.36,
"rateDiscountType": "EARNED"
},
{
"amount": 5.11,
"description": "3LTlyCl5OV",
"percent": 19.06,
"rateDiscountType": "BONUS"
},
{
"amount": 3.5,
"description": "JCak8m2EKb",
"percent": 9.73,
"rateDiscountType": "COUPON"
},
{
"amount": 1.85,
"description": "IT7VJPGGOa",
"percent": 5.76,
"rateDiscountType": "COUPON"
}
],
"fuelSurchargePercent": 1.42,
"legDestinationLocationId": "ricH",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "arVQk",
"ratedWeightMethod": "DIM",
"rateScale": "0894",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "IrqCz4",
"surcharges": [
{
"amount": {
"amount": 2371.91,
"currency": "EUR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1464.27,
"currency": "TTD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1973.93,
"currency": "STN"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4492.2,
"currency": "MDL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 14.31,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 99.05,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 23.36,
"totalFreightDiscounts": 31.62,
"totalNetCharge": 132.61,
"totalNetChargeWithDutiesAndTaxes": 235.59,
"totalNetFedExCharge": 113.95,
"totalNetFreight": 135.97,
"totalRebates": 1.26,
"totalSurcharges": 8.24,
"totalTaxes": 1.95
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TZS",
"rate": 22.47
},
"dimDivisor": 214,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 4.54,
"description": "TAEuh8zGlS",
"percent": 11.28,
"rateDiscountType": "VOLUME"
},
{
"amount": 8.79,
"description": "1RRTnIjiwX",
"percent": 9.71,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 10.33,
"legDestinationLocationId": "Oubh",
"minimumChargeType": "ACTUAL",
"pricingCode": "d2Q3d",
"ratedWeightMethod": "ACTUAL",
"rateScale": "0190",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "EmsiDq",
"surcharges": [
{
"amount": {
"amount": 1505.25,
"currency": "SGD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2904.47,
"currency": "PYG"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 1988.04,
"currency": "AUD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 788.36,
"currency": "WST"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4296.74,
"currency": "PEN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 8.17,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 6.27,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
}
],
"totalBaseCharge": 54.48,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 22.48,
"totalFreightDiscounts": 35.77,
"totalNetCharge": 159.43,
"totalNetChargeWithDutiesAndTaxes": 222.31,
"totalNetFedExCharge": 238.43,
"totalNetFreight": 190.87,
"totalRebates": 4.29,
"totalSurcharges": 18.16,
"totalTaxes": 3.9
}
],
"surcharges": [
{
"amount": {
"amount": 4454.61,
"currency": "NOK"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 6.52,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 2.86,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
},
{
"amount": 3.62,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.46,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 5.46,
"description": "GST",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 1.84,
"totalBaseCharge": 172.27,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 30.39,
"totalDutiesTaxesAndFees": 71.26,
"totalFreightDiscounts": 15.68,
"totalNetCharge": 172.13,
"totalNetChargeWithDutiesAndTaxes": 112.83,
"totalNetFedExCharge": 107.6,
"totalNetFreight": 75.27,
"totalRebates": 1.77,
"totalSurcharges": 5.25,
"totalTaxes": 7.59
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "BDT",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "SOS",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": false
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FDXO",
"completedPackageDetail": {
"groupNumber": 7,
"label": {
"copiesToPrint": 2,
"imageType": "PDF",
"parts": {
"documentPartSequenceNumber": 2,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 314,
"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": "POSTAL-1D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "3393623795619481064167713902699886"
},
{
"type": "ADDRESS",
"value": "7802540507404090732791861633575429"
},
{
"type": "ADDRESS",
"value": "9946779330229625197340202072001520"
},
{
"type": "ADDRESS",
"value": "2540792297835702795755930773613896"
},
{
"type": "GROUND",
"value": "2888018280559139617698529791002199"
}
]
},
"operationalInstructions": {
"content": "THIS SIDE UP",
"number": 11
}
},
"packageDocuments": [
{
"copiesToPrint": 1,
"imageType": "TEXT",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "jxJ5xjv65M6Ny7Bmdyh2"
}
],
"resolution": 376,
"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": "ZPLII",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "iQoCGWy45jjWnT9PjAGt"
},
{
"documentPartSequenceNumber": 1,
"image": "XNp8X0efikI7J79y1ehc"
},
{
"documentPartSequenceNumber": 1,
"image": "FzvTT7LuqieehIYOQGu8"
},
{
"documentPartSequenceNumber": 2,
"image": "roMJGMW8bQAVWXkGPIK8"
}
],
"resolution": 376,
"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": 50,
"signatureOptions": "DIRECT",
"trackingId": {
"formId": "9176",
"trackingIdType": "EXPRESS",
"trackingNumber": "35662010928659890384"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 5,
"type": "CERTIFICATE_OF_ORIGIN"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "whf7cz",
"masterTrackingId": {
"formId": "7433",
"trackingIdType": "GROUND",
"trackingNumber": "34590991645803881620"
},
"operationalDetail": {
"airportId": "MUP",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "npyppfr8Yd6sMXm",
"commitDate": "2026-07-25T00:00:00.0Z",
"commitDay": "Fri",
"countryCode": "CM",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-23T00:00:00.0Z",
"deliveryDay": "Thu",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "VJdu",
"destinationLocationNumber": 618,
"destinationLocationStateOrProvinceCode": "NV",
"destinationServiceArea": "B2",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "SEVEN_DAYS",
"originLocationId": "745",
"originLocationNumber": 329,
"originServiceArea": "C3",
"packagingCode": "82",
"postalCode": "18931",
"publishedDeliveryTime": "05:00P",
"scac": "FDXG",
"serviceCode": "950",
"stateOrProvinceCode": "CA",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "Fg",
"ursaSuffixCode": "Va"
},
"packageDescription": {
"astraDescription": "2 DAY FRT",
"code": "34",
"description": "G3VshSsvVo",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "yjn"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "q4h"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "1 DAY FRT",
"code": "58",
"description": "Extended systematic alliance",
"names": [
{
"encoding": "UTF-8",
"type": "short",
"value": "e1I"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "Lvw"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "bmx"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "FuSOUQYYDC6u",
"serviceType": "FEDEX_2_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "4ApUX",
"id": "38059",
"type": "R3rE6"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "OcV4JBy52F"
}
},
"usDomestic": true
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "4783",
"currency": "EUR"
},
"totalPackageCount": 50,
"totalUniqueAddressCount": 6,
"totalWeight": {
"units": "KG",
"value": "574"
}
}
},
"relationshipTimeStamp": "2025-10-19T00:00:00.0Z",
"role": "CONSOLIDATION_DOCUMENTS_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "SAIA",
"payment": {
"amount": {
"amount": 392.7,
"currency": "ZAR"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Letitiaburgh",
"classification": "BUSINESS",
"countryCode": "NL",
"countryName": "Lebanon",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "34883",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "zq"
},
"contact": {
"companyName": "Stiedemann and Sons",
"emailAddress": "Ebba2@hotmail.com",
"faxNumber": "7623926422",
"pagerNumber": "9223233",
"personName": {
"firstName": "Krystina",
"lastName": "Rempel-Renner",
"middleName": "Sawyer",
"prefix": "Miss",
"suffix": "Sr.",
"title": "Owner"
},
"phoneExtension": "77",
"phoneNumber": "1688341116",
"phoneNumberAreaCode": "869",
"phoneNumberCountryCode": "75",
"title": "Ms"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2028-05-10T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2026-06-24T00:00:00.0Z",
"number": "4682-0215-8729-1850",
"verificationCode": "024"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "TAUi3uzulD",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "WvWRRM3YVK1PxuLioBFM",
"ipAddress": "176.242.86.92"
},
"payorAuthenticationCode": "3iupcjywv",
"payorAuthenticationSessionId": "2444307",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 343.9,
"currency": "DKK"
},
"creditCardExpirationDate": "2028-04-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"
}
],
"responsibleParty": {
"accountNumber": "300903587",
"address": {
"city": "Fort Torreyfield",
"classification": "BUSINESS",
"countryCode": "BV",
"countryName": "Russian Federation",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "54660-0400",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "RJ"
},
"contact": {
"companyName": "Botsford LLC",
"contactId": "766",
"emailAddress": "Adonis_Hodkiewicz@yahoo.com",
"faxNumber": "0485618392",
"pagerNumber": "5154068",
"personName": "Ms. Allison White MD",
"phoneExtension": "41",
"phoneNumber": "1253400031",
"title": "Mr",
"tollFreePhoneNumber": "0967130"
},
"tins": [
{
"effectiveDate": "2025-03-31T00:00:00.0Z",
"expirationDate": "2027-08-24T00:00:00.0Z",
"number": "267676",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-10-23T00:00:00.0Z",
"expirationDate": "2026-09-25T00:00:00.0Z",
"number": "724495",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-09-13T00:00:00.0Z",
"expirationDate": "2027-12-28T00:00:00.0Z",
"number": "015738",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 5,
"expressPacakgeCount": 3,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 507
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 1258
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 304
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 480
},
"groundPackageCount": 42,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 666
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 369
},
"numberOfUnconsolidatedCommodities": 17
}
},
"type": "INTERNATIONAL_GROUND_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": "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": "TYPE2"
}
],
"clearanceBrokerage": "BROKER_SELECT",
"commercialInvoice": {
"comments": [
"optional comments for the commercial invoice"
],
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "5231"
},
"declarationStatement": "tHF6ZZcZBmUuLUNui7Ve",
"freightCharge": {
"amount": 175.04,
"currency": "UGX"
},
"handlingCosts": {
"amount": 9.85,
"currency": "MMK"
},
"originatorName": "Ignacio Pouros I",
"packingCosts": {
"amount": 7.07,
"currency": "NZD"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "XM0ycYPKnzk6AXV",
"taxesOrMiscellaneousCharge": {
"amount": 18.19,
"currency": "CLP"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "FCA"
},
"commodities": [
{
"cIMarksAndNumbers": "0Mh7ojc55z",
"clearanceItemDetail": [
{
"address": {
"city": "Gerlachfield",
"countryCode": "TF",
"postalCode": "22975",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Friesen, Block and Kunde"
},
"id": "wGuEnpZTWg",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Daphneecester",
"countryCode": "MF",
"postalCode": "61381-7490",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Rodriguez - Schuppe"
},
"id": "486GmjLSEH",
"role": "MANUFACTURER"
}
],
"commodityId": "VjN1Uo",
"countryOfManufacture": "TD",
"customsValue": {
"amount": 2043.41,
"currency": "UAH"
},
"description": "Savor the tender essence in our Cheese, designed for austere culinary adventures",
"name": "Electronic Marble Salad",
"numberOfPieces": 37,
"quantity": 47,
"quantityUnits": "EA",
"unitPrice": {
"amount": 1060.85,
"currency": "CVE"
},
"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": "West Alena",
"countryCode": "NP",
"postalCode": "14752",
"residential": false,
"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"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Kevin Waelchi",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "r1ORkWt0CunTojA3",
"permitNumber": "40372"
},
"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": 421.28,
"currency": "CDF"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "677"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4465.47,
"currency": "BGN"
}
},
"dropOffType": "DROP_BOX",
"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": "Schroeder Inc",
"emailAddress": "Jamie13@gmail.com",
"personName": "Ralph Gleason",
"phoneExtension": "96",
"phoneNumber": "(440) 213-4197"
}
},
"packagingType": "FEDEX_PAK",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "CUSTOM",
"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": "2023-04-01T00:00:00.0Z",
"expirationDate": "2030-12-10T00:00:00.0Z",
"number": "752150",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2022-12-14T00:00:00.0Z",
"expirationDate": "2029-01-25T00:00:00.0Z",
"number": "552079",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"recipientLocationNumber": "quis consectetur esse nisi commodo",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "wneOV1QXTY"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "25",
"groupPackageCount": "3",
"sequenceNumber": "59",
"trackingId": {
"formId": "3947",
"trackindIdType": "EXPRESS",
"trackingNumber": "055857739614133"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "INTERNATIONAL_DISTRIBUTION_FREIGHT",
"shipDatestamp": "2026-07-25T00: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": "Rosenbaum - Langosh",
"emailAddress": "Vita95@yahoo.com",
"personName": "Harvey Hauck",
"phoneExtension": "64",
"phoneNumber": "(940) 724-8550"
},
"tins": [
{
"effectiveDate": "2024-12-04T00:00:00.0Z",
"expirationDate": "2028-07-15T00:00:00.0Z",
"number": "506270",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2022-10-28T00:00:00.0Z",
"expirationDate": "2031-03-07T00:00:00.0Z",
"number": "165269",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "MASTER_AIRWAYBILL_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 68.71,
"baseRateAmount": 499.27,
"codcollectionAmount": 889.11,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "786920"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "579975"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "756413"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "143950"
}
],
"masterTrackingNumber": "272851169453",
"netChargeAmount": 185.1,
"netDiscountAmount": 10.07,
"netRateAmount": 5.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "sxMeVQkuj7X1SDWcYaqj",
"trackingNumber": "365748020544",
"url": "https://staid-doubter.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "51OTfHZ60ObCPkrDrj3H",
"trackingNumber": "685531814888",
"url": "https://granular-equal.net"
}
],
"trackingNumber": "905357532235"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 45.75,
"baseRateAmount": 471.62,
"codcollectionAmount": 464.5,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "885668"
}
],
"masterTrackingNumber": "612295737032",
"netChargeAmount": 67.83,
"netDiscountAmount": 101.97,
"netRateAmount": 25.36,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "VOC5a6lKdaiu9UxBbQwe",
"trackingNumber": "459660287102",
"url": "https://self-assured-legging.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "c5psZAQGHire1xVsIC3j",
"trackingNumber": "004698858424",
"url": "https://worthy-affiliate.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "BsVDi7ivgbjCtP6I7jvW",
"trackingNumber": "675011022414",
"url": "https://prickly-repeat.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "E8X8JzpN67J6QFNN7vBL",
"trackingNumber": "916756444754",
"url": "https://flimsy-hello.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "sLtIKWbVAXZKNBfywWC9",
"trackingNumber": "707431502246",
"url": "https://oval-grandpa.biz"
}
],
"trackingNumber": "325534196420"
},
{
"additionalChargesDiscount": 26.01,
"baseRateAmount": 219.54,
"codcollectionAmount": 744.66,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "071912"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "687971"
}
],
"masterTrackingNumber": "003288971638",
"netChargeAmount": 179.68,
"netDiscountAmount": 32.57,
"netRateAmount": 25.49,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "DEfRly449y5cKdF59cTy",
"trackingNumber": "129912350172",
"url": "https://svelte-babushka.com"
}
],
"trackingNumber": "831805534747"
},
{
"additionalChargesDiscount": 175.64,
"baseRateAmount": 426.7,
"codcollectionAmount": 518.22,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "366695"
}
],
"masterTrackingNumber": "898850161470",
"netChargeAmount": 143.16,
"netDiscountAmount": 20.74,
"netRateAmount": 24.91,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "JSMoTChR5GtxZTfWJ1Cj",
"trackingNumber": "399141850379",
"url": "https://fixed-thongs.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "DOkkQLcdY7J0px5GlSAD",
"trackingNumber": "399925330501",
"url": "https://late-sandbar.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "9FGCpBDhEBrGYsgzuafJ",
"trackingNumber": "023714054787",
"url": "https://basic-wriggler.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "2gnvcpwqZZxGWAJSG1QI",
"trackingNumber": "439294268418",
"url": "https://recent-anticodon.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "7U793R0dY3QWjy22c4wM",
"trackingNumber": "196600238190",
"url": "https://lasting-fibre.name/"
}
],
"trackingNumber": "776123875160"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 481.08,
"baseRateAmount": 413.34,
"codcollectionAmount": 718.52,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "562738"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "468325"
}
],
"masterTrackingNumber": "094321838467",
"netChargeAmount": 61.52,
"netDiscountAmount": 25.42,
"netRateAmount": 40.03,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "BfQ7buWE9DokmKLNh44t",
"trackingNumber": "401693782218",
"url": "https://sizzling-toothbrush.info"
}
],
"trackingNumber": "900179978498"
},
{
"additionalChargesDiscount": 253.35,
"baseRateAmount": 214.39,
"codcollectionAmount": 619.65,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "527971"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "380023"
}
],
"masterTrackingNumber": "682022503289",
"netChargeAmount": 157.77,
"netDiscountAmount": 51.55,
"netRateAmount": 43.24,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "tK4WZn12Cz9jUYdMD2G4",
"trackingNumber": "645509403521",
"url": "https://sunny-pneumonia.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "2y98fdptHOZESr5G8d2E",
"trackingNumber": "686972044435",
"url": "https://grumpy-swordfish.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "MU3pkxQ63vv8xETS1Kcv",
"trackingNumber": "585854061771",
"url": "https://downright-government.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "UdXTQ0AtoSX89cEqTB5q",
"trackingNumber": "630828323166",
"url": "https://watery-vista.name/"
}
],
"trackingNumber": "359258699247"
},
{
"additionalChargesDiscount": 106.71,
"baseRateAmount": 347.4,
"codcollectionAmount": 461.6,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "430407"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "652893"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "621825"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "543921"
}
],
"masterTrackingNumber": "202027138453",
"netChargeAmount": 155.36,
"netDiscountAmount": 98.43,
"netRateAmount": 62.43,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "Ohz8rUp2wTsdJHTDTpNv",
"trackingNumber": "627921078700",
"url": "https://raw-swim.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "4MwxlnstijIClNBO1s85",
"trackingNumber": "136156360141",
"url": "https://cheap-step.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PDF",
"encodedLabel": "qQJSdx5r2p6JjKAm1wuw",
"trackingNumber": "523076878271",
"url": "https://easy-mobility.org"
}
],
"trackingNumber": "294815688265"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 477.84,
"baseRateAmount": 151.5,
"codcollectionAmount": 33.85,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "646958"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "719606"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "706174"
}
],
"masterTrackingNumber": "002649093882",
"netChargeAmount": 125.47,
"netDiscountAmount": 142.58,
"netRateAmount": 31.93,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "Eh6D3JPI8GZEcoJN38ih",
"trackingNumber": "962470955856",
"url": "https://negative-carnival.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "yEbgBN4PfpCS6AWk6537",
"trackingNumber": "953378387740",
"url": "https://late-wedding.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "rD8uIXa1E482I84MF5bG",
"trackingNumber": "874063076935",
"url": "https://silky-sesame.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "WQyfkk12lS1R9WZJqVSJ",
"trackingNumber": "343035276765",
"url": "https://monumental-marksman.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "ADBN3jEEOMsnv1a0brdX",
"trackingNumber": "882947391000",
"url": "https://well-groomed-thunderbolt.info"
}
],
"trackingNumber": "759196660941"
},
{
"additionalChargesDiscount": 182.98,
"baseRateAmount": 367.36,
"codcollectionAmount": 895.05,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "807683"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "921017"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "468591"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "507533"
}
],
"masterTrackingNumber": "702957614105",
"netChargeAmount": 83.7,
"netDiscountAmount": 99.95,
"netRateAmount": 5.95,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "ryfb35ejM5JBDetoBEQw",
"trackingNumber": "199349314079",
"url": "https://likable-kinase.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PNG",
"encodedLabel": "gcq5vfNulJmfa0smHyux",
"trackingNumber": "762268978432",
"url": "https://austere-outrun.name/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "hDy0L6fZBbEWnDres0Li",
"trackingNumber": "014829578462",
"url": "https://sizzling-plastic.info"
}
],
"trackingNumber": "716826729092"
},
{
"additionalChargesDiscount": 36.08,
"baseRateAmount": 434.41,
"codcollectionAmount": 166.75,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "917852"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "926189"
}
],
"masterTrackingNumber": "487415405601",
"netChargeAmount": 132.29,
"netDiscountAmount": 34.79,
"netRateAmount": 17.81,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PDF",
"encodedLabel": "OtrtGhi69n0jPtM2wSvM",
"trackingNumber": "931338606134",
"url": "https://raw-interviewer.com"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "IQGjNso95Ny63M3cGIds",
"trackingNumber": "964571551250",
"url": "https://sure-footed-tomography.com/"
}
],
"trackingNumber": "300815118140"
},
{
"additionalChargesDiscount": 194.6,
"baseRateAmount": 259.44,
"codcollectionAmount": 311.54,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "684181"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "894351"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "735659"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "373567"
}
],
"masterTrackingNumber": "758877620411",
"netChargeAmount": 61.21,
"netDiscountAmount": 17.74,
"netRateAmount": 25.96,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "8ox4u5QQxWWlEOhtYNoS",
"trackingNumber": "827995349102",
"url": "https://burly-soup.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "2Nhm2DsvlupWwtoRooyd",
"trackingNumber": "774466061590",
"url": "https://colossal-parade.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "PNG",
"encodedLabel": "TcbSD4kv1yWwSpZJV9Fq",
"trackingNumber": "835550365669",
"url": "https://mysterious-cuckoo.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "n16Tx1rk5G5CkNAS7D1q",
"trackingNumber": "863480724347",
"url": "https://sniveling-marten.name/"
}
],
"trackingNumber": "368223818866"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 74.7,
"baseRateAmount": 358.75,
"codcollectionAmount": 710.85,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "793585"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "914223"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "539134"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "759991"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "779368"
}
],
"masterTrackingNumber": "473801192195",
"netChargeAmount": 186.96,
"netDiscountAmount": 100.81,
"netRateAmount": 63.16,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "cddD34pgeokieJKfHYv3",
"trackingNumber": "038447533451",
"url": "https://wry-invite.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "9kTzigIYpJnW54YqoFby",
"trackingNumber": "603957643878",
"url": "https://beneficial-sunbeam.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "ZPL",
"encodedLabel": "69XlKB0O33q58uHBAPot",
"trackingNumber": "462238203428",
"url": "https://both-creator.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PNG",
"encodedLabel": "i2sgR9LLl7j63J5SioWK",
"trackingNumber": "145577756433",
"url": "https://webbed-tune-up.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "kmWNdIV7Doy4igvVLGbe",
"trackingNumber": "109045457702",
"url": "https://wealthy-gloom.biz/"
}
],
"trackingNumber": "018016282617"
},
{
"additionalChargesDiscount": 480.89,
"baseRateAmount": 196.04,
"codcollectionAmount": 133.72,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "624005"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "024791"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "347172"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "160924"
}
],
"masterTrackingNumber": "297537829923",
"netChargeAmount": 153.81,
"netDiscountAmount": 72.57,
"netRateAmount": 59.86,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "LUyOcp2ZD1zGXb6bUNKA",
"trackingNumber": "122798677980",
"url": "https://any-importance.info/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "8alW9GcOLXPmBvRWbc2C",
"trackingNumber": "454139727479",
"url": "https://regal-diagram.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "tm7v6yoTXdLUyQCmjLi2",
"trackingNumber": "783263739008",
"url": "https://muffled-birdcage.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "CQCJ2DziflSaar3VrdH9",
"trackingNumber": "380363928645",
"url": "https://substantial-coin.name"
}
],
"trackingNumber": "209664582476"
},
{
"additionalChargesDiscount": 12.02,
"baseRateAmount": 274.64,
"codcollectionAmount": 572.31,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "468388"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "067042"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "629371"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "849047"
}
],
"masterTrackingNumber": "886353128186",
"netChargeAmount": 67.31,
"netDiscountAmount": 97.73,
"netRateAmount": 59.84,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "EPL",
"encodedLabel": "Wk7PXGquFA4LgG4kjNZG",
"trackingNumber": "097389346185",
"url": "https://far-ad.org"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "DLnzrPVRF7vi9LnBBab2",
"trackingNumber": "277410291652",
"url": "https://old-fashioned-kit.biz/"
}
],
"trackingNumber": "980697430139"
},
{
"additionalChargesDiscount": 100.37,
"baseRateAmount": 113.55,
"codcollectionAmount": 905.29,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "707805"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "530990"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "295919"
}
],
"masterTrackingNumber": "569223601132",
"netChargeAmount": 40.43,
"netDiscountAmount": 13.32,
"netRateAmount": 48.92,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "R3BL0NIjzjGekehfYhP4",
"trackingNumber": "296917327503",
"url": "https://spirited-contractor.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "EPL",
"encodedLabel": "dEd9FL8ukbxc5CnODfwN",
"trackingNumber": "447041542395",
"url": "https://lonely-tool.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "y9p3brZNKqpzD9n2FOuq",
"trackingNumber": "664536591054",
"url": "https://monumental-role.net"
}
],
"trackingNumber": "695177795822"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "PDF",
"encodedLabel": "F3qQVFjESteQIdOImGFo",
"trackingNumber": "831308022846",
"url": "https://uniform-sandbar.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"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
},
{
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationShipments": {
"completedShipmentDetail": {
"accessDetail": {
"accessorDetails": [
{
"emailLabelUrl": "https://our-bidet.net/",
"password": "hEAdZB47",
"role": "Internal Mobility Strategist",
"userId": "c32fa9dc-85d6-46db-b5ad-a653f75d90de"
},
{
"emailLabelUrl": "https://misguided-distinction.com",
"password": "xq0GLAjN",
"role": "International Identity Planner",
"userId": "9ecad993-e114-47ea-bfff-ff67f26b6459"
}
]
},
"carrierCode": "FDXG",
"completedCodDetail": {
"codCollectionAmount": {
"amount": 559.67,
"currency": "KRW"
}
},
"completedEtdDetail": {
"folderId": "zBQBzTNkf3XZBMmO",
"type": "COMMERCIAL_INVOICE",
"uploadDocumentReferenceDetails": [
{
"documentId": "2NCI2kgeCVLmgQHp"
},
{
"documentId": "aZRkRcF7URwProGI"
}
]
},
"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": "ACCESSIBLE",
"cargoAircraftOnly": false,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5idcE4XWO9",
"hazardClass": "8",
"id": "UN0144",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A15",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 88.68,
"netExplosiveDetail": {
"amount": 9.21,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "8CF4th5o0P",
"hazardClass": "3",
"id": "UN8836",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 34.8,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "xsyypsMbmZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.34,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 22.5,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 30.34,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 12.46,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 15.96,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "NFmhKAV8BVX7sGe",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 49.85,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 18.4,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "9xhbFh4E3N",
"hazardClass": "8",
"id": "UN5402",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A45",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 66.8,
"netExplosiveDetail": {
"amount": 5.5,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "01qN3JjtDc",
"hazardClass": "3",
"id": "UN0516",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 35.5,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "LMzzwFEYdO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.63,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 27.05,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 31.9,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 49.6,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "xuegHFqOKhtbGQF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.05,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 45,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "Moy2c4oWcc",
"hazardClass": "8",
"id": "UN9571",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A96",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 4.2,
"netExplosiveDetail": {
"amount": 4.61,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "vJdSYtLJiw",
"hazardClass": "3",
"id": "UN6964",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 29.08,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "hZhFwzEdWZ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 2.46,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "u0M2699Aw1nREvM",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.43,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 48.05,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "E3qobrVbkW",
"hazardClass": "8",
"id": "UN2502",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A52",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 95.72,
"netExplosiveDetail": {
"amount": 9.63,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "glOqWqeYfs",
"hazardClass": "3",
"id": "UN4709",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 2.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qENHnDvSzB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.09,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 5.62,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "hVkD2Mqm3FHOG3D",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 45.85,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 39.7,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "NlmBgEEFGY",
"hazardClass": "3",
"id": "UN1582",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A40",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 32.75,
"netExplosiveDetail": {
"amount": 1.72,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "5VdkGmlWsa",
"hazardClass": "8",
"id": "UN6186",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 78.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "OJWZqCfoJe"
},
"innerReceptacles": [
{
"quantity": {
"amount": 1.97,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 3.38,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 32.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 40.21,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "CSyRebXdj9y4TAY",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 27.44,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 35.9,
"quantityType": "GROSS",
"units": "Kg"
}
}
],
"qvalue": 0.71
}
],
"labelType": "WHITE_I",
"radioactiveTransportIndex": 1.5,
"referenceId": "196962",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Handle with Care",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "8886469705263076233609640748669062"
},
{
"type": "GROUND",
"value": "5065277290425458976983235090789999"
},
{
"type": "GROUND",
"value": "4045399802259506956652958258719558"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 10
},
{
"content": "FRAGILE",
"number": 13
},
{
"content": "SECURED",
"number": 3
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_ACCOUNT_PACKAGE",
"effectiveNetDiscount": 45.24,
"packageRateDetails": [
{
"baseCharge": 134.78,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 179.49,
"netFedExCharge": 191.85,
"netFreight": 52.89,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 1780.72,
"currency": "TZS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 2737.03,
"currency": "MUR"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 18.4,
"totalRebates": 3.77,
"totalSurcharges": 19.72,
"totalTaxes": 7.26
},
{
"baseCharge": 155.99,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 72.44,
"netFedExCharge": 106.94,
"netFreight": 107.01,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3543.51,
"currency": "GTQ"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1822.48,
"currency": "TJS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 778.57,
"currency": "JOD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3372.3,
"currency": "MWK"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 46.77,
"totalRebates": 0.06,
"totalSurcharges": 13.95,
"totalTaxes": 2.61
},
{
"baseCharge": 116.98,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 95.14,
"netFedExCharge": 69.34,
"netFreight": 83.15,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3625.3,
"currency": "SLE"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 3716.98,
"currency": "KES"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 35.97,
"totalRebates": 4.27,
"totalSurcharges": 9.59,
"totalTaxes": 1.91
},
{
"baseCharge": 72.93,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 164.71,
"netFedExCharge": 116.42,
"netFreight": 142.84,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2021.57,
"currency": "NAD"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 381.85,
"currency": "TND"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1686.76,
"currency": "KMF"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4388.21,
"currency": "IQD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 20.58,
"totalRebates": 2.85,
"totalSurcharges": 1.16,
"totalTaxes": 4.65
},
{
"baseCharge": 182.14,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 109.05,
"netFedExCharge": 147.66,
"netFreight": 127.26,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2076.29,
"currency": "MAD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 4237.51,
"currency": "TRY"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1502.69,
"currency": "ILS"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"totalFreightDiscounts": 6.1,
"totalRebates": 1.31,
"totalSurcharges": 0.28,
"totalTaxes": 4.85
}
]
},
"sequenceNumber": 3,
"signatureOption": "DIRECT",
"trackingIds": [
{
"formId": "0785",
"trackingIdType": "FREIGHT",
"trackingNumber": "40255504785098800390",
"uspsApplicationId": "47"
}
]
},
{
"dryIceWeight": {
"units": "KG",
"value": 68
},
"groupNumber": 1,
"hazardousPackageDetail": {
"accessibility": "ACCESSIBLE",
"cargoAircraftOnly": true,
"containers": [
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "k7Hivh3iD2",
"hazardClass": "3",
"id": "UN4084",
"labelText": "Toxic",
"packingGroup": "II",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A24",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 63.63,
"netExplosiveDetail": {
"amount": 1.04,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "J6sZ7PVVbo",
"hazardClass": "2.3",
"id": "UN8987",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 35.61,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "rBmeymfxyF"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.96,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 48.41,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.59,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "3zPuwHRTJi9BBKu",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 9.13,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 14.8,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fa73Y8Sd71",
"hazardClass": "3",
"id": "UN1290",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 3,
"specialProvisions": "A17",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 84.38,
"netExplosiveDetail": {
"amount": 7.82,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "6BD8JJp7NO",
"hazardClass": "2.3",
"id": "UN1572",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 4.61,
"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": "FzjmcwyayN"
},
"innerReceptacles": [
{
"quantity": {
"amount": 34.68,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "yMIK00Z5x8zRfgH",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 48.01,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 20.34,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "5rJbt09gPI",
"hazardClass": "8",
"id": "UN7439",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "None",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A40",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 88.32,
"netExplosiveDetail": {
"amount": 8.6,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "aZJnkToCAX",
"hazardClass": "3",
"id": "UN7430",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 91.55,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 4,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "aJMWqFNaLY"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.14,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 11.11,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "lFOqUvCRYyBWKNh",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.07,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 28.93,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "WwRPDQDHux",
"hazardClass": "3",
"id": "UN4768",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A00",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "E"
},
"massPoints": 31.42,
"netExplosiveDetail": {
"amount": 2.82,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "7WLBILwz62",
"hazardClass": "2.3",
"id": "UN1135",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 1.49,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Paint",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "koCtYVHqEC"
},
"innerReceptacles": [
{
"quantity": {
"amount": 11.47,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 7.07,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 8.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 35.36,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 22.1,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "XzLkqmcDghtv3Pp",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 22.91,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 21.99,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.62
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "u9uV9C6jND",
"hazardClass": "8",
"id": "UN1960",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A50",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 93.82,
"netExplosiveDetail": {
"amount": 3.25,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "448eXzYiof",
"hazardClass": "3",
"id": "UN8929",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 83.28,
"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": "CjERLEndDQ"
},
"innerReceptacles": [
{
"quantity": {
"amount": 31.83,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "l4YYcELWnSqnU3M",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 24.7,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 18.62,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "fSXvbLhg7W",
"hazardClass": "3",
"id": "UN6778",
"labelText": "Toxic",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 3,
"specialProvisions": "A03",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 13.63,
"netExplosiveDetail": {
"amount": 3.73,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "mHoYszENtp",
"hazardClass": "2.3",
"id": "UN8359",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 63.69,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Acetal",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "bNRLoFYCeB"
},
"innerReceptacles": [
{
"quantity": {
"amount": 41.41,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "HtIXe5FpuddhvRk",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 36.67,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 4.4,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "RF7SEdFSL9",
"hazardClass": "3",
"id": "UN1956",
"labelText": "Flammable",
"packingGroup": "II",
"packingInstructions": "PI-966",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 2,
"specialProvisions": "A14",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Acetal",
"tunnelRestrictionCode": "C"
},
"massPoints": 83.15,
"netExplosiveDetail": {
"amount": 7.95,
"type": "TOTAL_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "LvNIYd2HgV",
"hazardClass": "3",
"id": "UN7650",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 92.68,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "jFHQdYClcr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 33.68,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "kF9CFoAWUSNtyc0",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 13.07,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 18.41,
"quantityType": "GROSS",
"units": "Kg"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "t52oTybeaN",
"hazardClass": "8",
"id": "UN9768",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A68",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "A",
"technicalName": "Benzene",
"tunnelRestrictionCode": "A"
},
"massPoints": 56.47,
"netExplosiveDetail": {
"amount": 9.12,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "OnRBLbd7Qy",
"hazardClass": "2.3",
"id": "UN5466",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 77.57,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "QZmYXJuCTU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 5.67,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 39.92,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "KcgBpaiXWUQDtnU",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.47,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 22.78,
"quantityType": "GROSS",
"units": "ml"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "PkMKG0UG5r",
"hazardClass": "8",
"id": "UN8736",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 4,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "B"
},
"massPoints": 97.38,
"netExplosiveDetail": {
"amount": 3.94,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "Ryk2Av2F1K",
"hazardClass": "2.3",
"id": "UN5125",
"labelText": "Toxic",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 75.93,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 3,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "NSsoSEknZr"
},
"innerReceptacles": [
{
"quantity": {
"amount": 45.39,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 21.59,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 25.47,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "OtlIw5GoSJZBUqP",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 42.72,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 32.27,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.93
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "PBhnOS86c7",
"hazardClass": "8",
"id": "UN2584",
"labelText": "Flammable",
"packingGroup": "I",
"packingInstructions": "PI-965",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 4,
"specialProvisions": "A48",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 15.73,
"netExplosiveDetail": {
"amount": 2.79,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "RfUOhqmzAD",
"hazardClass": "3",
"id": "UN6990",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 97.52,
"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": "itPIPFzGQU"
},
"innerReceptacles": [
{
"quantity": {
"amount": 27.24,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 29.13,
"quantityType": "NET",
"units": "L"
}
}
],
"options": {
"customerSuppliedLabelText": "p7LIkuFwjV5uCjr",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 11.06,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 11.89,
"quantityType": "GROSS",
"units": "L"
}
},
{
"description": {
"attributes": [
"attributes"
],
"authorization": "X7IXGXLVPm",
"hazardClass": "3",
"id": "UN0219",
"labelText": "Flammable",
"packingGroup": "III",
"packingInstructions": "PI-966",
"properShippingName": "Battery",
"properShippingNameAndDescription": "Accumulators, pressurized",
"sequenceNumber": 1,
"specialProvisions": "A97",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "B"
},
"massPoints": 6.45,
"netExplosiveDetail": {
"amount": 4.43,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "Kg"
},
"options": {
"description": {
"authorization": "A9MLgsLd6S",
"hazardClass": "8",
"id": "UN9660",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "NonBulk"
},
"packingGroup": "I",
"percentage": 36.39,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS",
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Fuel",
"reportableQuantity": true,
"sequenceNumber": 2,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "DFDKmASgLR"
},
"innerReceptacles": [
{
"quantity": {
"amount": 48.35,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 14.41,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 5.31,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "5mSxUoCIFoJx6uL",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 46.74,
"quantityType": "GROSS",
"units": "L"
}
},
"quantity": {
"amount": 44.97,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.62
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "FKSMQbihGs",
"hazardClass": "3",
"id": "UN1049",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 1,
"specialProvisions": "A38",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Benzene",
"tunnelRestrictionCode": "D"
},
"massPoints": 62.54,
"netExplosiveDetail": {
"amount": 4.38,
"type": "NET_EXPLOSIVE_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "g4KVKjH74x",
"hazardClass": "8",
"id": "UN4963",
"labelText": "Flammable Liquid",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 16.06,
"processingOptions": [
"INCLUDE_SPECIAL_PROVISIONS"
],
"properShippingName": "Ethanol",
"reportableQuantity": true,
"sequenceNumber": 5,
"subsidiaryClasses": [
"Subsidiary Classes"
],
"technicalName": "qEmixXNjXO"
},
"innerReceptacles": [
{
"quantity": {
"amount": 40.64,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 29.15,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 2.74,
"quantityType": "NET",
"units": "Kg"
}
},
{
"quantity": {
"amount": 14.88,
"quantityType": "NET",
"units": "ml"
}
},
{
"quantity": {
"amount": 25.78,
"quantityType": "NET",
"units": "Kg"
}
}
],
"options": {
"customerSuppliedLabelText": "C8qmrKffuVTfxsF",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 28.15,
"quantityType": "GROSS",
"units": "ml"
}
},
"quantity": {
"amount": 38.33,
"quantityType": "GROSS",
"units": "L"
}
}
],
"qvalue": 0.85
},
{
"hazardousCommodities": [
{
"description": {
"attributes": [
"attributes"
],
"authorization": "F3yuuovUif",
"hazardClass": "8",
"id": "UN2481",
"labelText": "Toxic",
"packingGroup": "III",
"packingInstructions": "None",
"properShippingName": "Paint",
"properShippingNameAndDescription": "Paint, flammable",
"sequenceNumber": 2,
"specialProvisions": "A36",
"subsidiaryClasses": [
"Subsidiary Classes"
],
"symbols": "D",
"technicalName": "Acetal",
"tunnelRestrictionCode": "A"
},
"massPoints": 4.42,
"netExplosiveDetail": {
"amount": 4.08,
"type": "TOTAL_WEIGHT",
"units": "g"
},
"options": {
"description": {
"authorization": "WgGf3ONRWP",
"hazardClass": "3",
"id": "UN8918",
"labelText": "Corrosive",
"packingDetails": {
"cargoAircraftOnly": true,
"packingInstructions": "Bulk"
},
"packingGroup": "I",
"percentage": 45.55,
"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": "WROovjeDiS"
},
"innerReceptacles": [
{
"quantity": {
"amount": 46.18,
"quantityType": "NET",
"units": "L"
}
},
{
"quantity": {
"amount": 33.99,
"quantityType": "NET",
"units": "ml"
}
}
],
"options": {
"customerSuppliedLabelText": "aDAuLV95shV4rtN",
"labelTextOption": "OVERRIDE"
},
"quantity": {
"amount": 12.75,
"quantityType": "GROSS",
"units": "Kg"
}
},
"quantity": {
"amount": 22.36,
"quantityType": "GROSS",
"units": "ml"
}
}
],
"qvalue": 0.75
}
],
"labelType": "III_YELLOW",
"radioactiveTransportIndex": 6.14,
"referenceId": "197982",
"regulation": "DOT"
},
"operationalDetail": {
"astraHandlingText": "Fragile",
"barcodes": {
"binaryBarcodes": [
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "2270068672723956936104204824663017"
}
]
},
"operationalInstructions": [
{
"content": "FRAGILE",
"number": 3
},
{
"content": "DO NOT STACK",
"number": 7
}
]
},
"oversizeClass": "OVERSIZE_1",
"packageRating": {
"actualRateType": "PAYOR_RETAIL_PACKAGE",
"effectiveNetDiscount": 16.73,
"packageRateDetails": [
{
"baseCharge": 130.24,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "USD",
"minimumChargeType": "ACTUAL",
"netCharge": 106.1,
"netFedExCharge": 99.04,
"netFreight": 64.65,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4700.18,
"currency": "JPY"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 909.91,
"currency": "IDR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"totalFreightDiscounts": 12.96,
"totalRebates": 0.87,
"totalSurcharges": 1.68,
"totalTaxes": 6.69
},
{
"baseCharge": 122.63,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "ACTUAL",
"netCharge": 76.8,
"netFedExCharge": 183.85,
"netFreight": 79.87,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2529.71,
"currency": "IQD"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3192.99,
"currency": "TMT"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 35.67,
"totalRebates": 2.33,
"totalSurcharges": 12.22,
"totalTaxes": 9.54
},
{
"baseCharge": 93.11,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "EUR",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 53.77,
"netFedExCharge": 112.19,
"netFreight": 97.26,
"ratedWeightMethod": "ACTUAL",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 2552.59,
"currency": "TMT"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 39.69,
"totalRebates": 0.91,
"totalSurcharges": 12.26,
"totalTaxes": 3.04
},
{
"baseCharge": 60.12,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "MINIMUM_CHARGE",
"netCharge": 58.71,
"netFedExCharge": 108.86,
"netFreight": 125.64,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 4079.83,
"currency": "TWD"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 8.5,
"totalRebates": 1.37,
"totalSurcharges": 0.05,
"totalTaxes": 4.91
},
{
"baseCharge": 73.51,
"billingWeight": {
"units": "KG",
"value": 68
},
"currency": "CAD",
"minimumChargeType": "ACTUAL",
"netCharge": 198.31,
"netFedExCharge": 191.21,
"netFreight": 140.08,
"ratedWeightMethod": "DIM",
"rateType": "PAYOR_RETAIL_PACKAGE",
"surcharges": [
{
"amount": {
"amount": 3812.1,
"currency": "MRU"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"totalFreightDiscounts": 19.89,
"totalRebates": 0.43,
"totalSurcharges": 9.6,
"totalTaxes": 4.85
}
]
},
"sequenceNumber": 5,
"signatureOption": "ADULT",
"trackingIds": [
{
"formId": "1189",
"trackingIdType": "FREIGHT",
"trackingNumber": "10529177774827452443",
"uspsApplicationId": "72"
}
]
}
],
"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": "OT9Ejj8WZH",
"hazardousShipmentDetail": {
"adrLicense": {
"licenseOrPermitDetail": {
"effectiveDate": "2026-05-02T00:00:00.0Z",
"expirationDate": "2027-07-08T00:00:00.0Z",
"number": "23458"
}
},
"dryIceDetail": {
"packageCount": 4,
"processingOptions": {
"options": [
"options"
]
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"hazardousSummaryDetail": {
"smallQuantityExceptionPackageCount": 10
}
},
"masterTrackingId": {
"formId": "4537",
"trackingIdType": "GROUND",
"trackingNumber": "43401287879693555456",
"uspsApplicationId": "97"
},
"operationalDetail": {
"airportId": "LWJ",
"astraDescription": "EXPRESS",
"astraPlannedServiceLevel": "mEwPFQ0c0ZviCtT",
"commitDate": "2026-07-24T00:00:00.0Z",
"commitDay": "Sun",
"countryCode": "BQ",
"customTransitTime": "ONE_DAY",
"deliveryDate": "2026-07-24T00:00:00.0Z",
"deliveryDay": "Fri",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "Vadw",
"destinationLocationNumber": 295,
"destinationLocationStateOrProvinceCode": "WA",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "352",
"originLocationNumber": 659,
"originServiceArea": "C3",
"packagingCode": "83",
"postalCode": "98733",
"publishedDeliveryTime": "12:00P",
"scac": "FDXG",
"serviceCode": "390",
"stateOrProvinceCode": "AK",
"transitTime": "ONE_DAY",
"ursaPrefixCode": "xQ",
"ursaSuffixCode": "ur"
},
"packagingDescription": "box",
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "43",
"description": "Monitored content-based protocol",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "AgH"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "5k7"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "07h"
},
{
"encoding": "UTF-8",
"type": "long",
"value": "3JR"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "fhX"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "parcel",
"serviceId": "SyfeNZhb1ati",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"shipmentConsolidationDetail": {
"associatedTrackingIds": [
{
"trackingIds": [
{
"formId": "4873",
"trackingIdType": "EXPRESS",
"trackingNumber": "93709814886437469919"
},
{
"formId": "2640",
"trackingIdType": "GROUND",
"trackingNumber": "15706292056550753829"
},
{
"formId": "4860",
"trackingIdType": "EXPRESS",
"trackingNumber": "74811377984551768018"
}
],
"type": "CONSOLIDATION_MASTER"
}
],
"role": "CRN_SHIPMENT",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"shipmentRating": {
"actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
"pickupRateDetail": {
"ancillaryFeesAndTaxes": [
{
"amount": {
"currency": "USD",
"value": "CUSTOMS_VALUE"
},
"description": "74jkmPlke2",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "BOB",
"value": "CUSTOMS_VALUE"
},
"description": "YC3GJXlq8D",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "UGX",
"value": "CUSTOMS_VALUE"
},
"description": "DvVhP6FPBb",
"type": "CLEARANCE_ENTRY_FEE"
},
{
"amount": {
"currency": "ERN",
"value": "CUSTOMS_VALUE"
},
"description": "plW5Kc8Dhc",
"type": "CLEARANCE_ENTRY_FEE"
}
],
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "UYU",
"rate": 2.13
},
"dutiesAndTaxes": [
{
"harmonizedCode": "413277",
"taxes": {
"amount": {
"currency": "GTQ",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "tdrNxw2ZEs",
"id": "TriMop",
"name": "VAT"
},
"description": "zOrw89uU3M",
"effectiveDate": "2025-08-16T00:00:00.0Z",
"formula": "QYea3tofUyWHOtl",
"name": "VAT",
"taxableValue": {
"currency": "BZD",
"value": "CUSTOMS_VALUE"
},
"taxcode": "ZqhRI",
"taxRates": [
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "XPF",
"value": "CUSTOMS_VALUE"
}
},
{
"harmonizedCode": "277220",
"taxes": {
"amount": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"appliedPreferentialTradeAgreement": {
"description": "4zUetTDMff",
"id": "0aY2QK",
"name": "Sales Tax"
},
"description": "hELFSrNdJa",
"effectiveDate": "2026-01-14T00:00:00.0Z",
"formula": "VhUJuklH1H2Udqg",
"name": "Sales Tax",
"taxableValue": {
"currency": "AOA",
"value": "CUSTOMS_VALUE"
},
"taxcode": "HLJVd",
"taxRates": [
{
"currency": "EUR",
"quantity": 20,
"unitOfMeasure": "KG",
"value": "15"
},
{
"currency": "EUR",
"quantity": 10,
"unitOfMeasure": "KG",
"value": "20"
},
{
"currency": "USD",
"quantity": 20,
"unitOfMeasure": "L",
"value": "20"
}
],
"taxType": "INCENTIVE"
},
"total": {
"currency": "RON",
"value": "CUSTOMS_VALUE"
}
}
],
"freightDiscounts": [
{
"amount": {
"currency": "STN",
"value": "CUSTOMS_VALUE"
},
"description": "aUaGY34ZTE",
"percent": 11.92,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "KYD",
"value": "CUSTOMS_VALUE"
},
"description": "FzK9ZRlsai",
"percent": 19.76,
"rateDiscountType": "INCENTIVE"
},
{
"amount": {
"currency": "MXN",
"value": "CUSTOMS_VALUE"
},
"description": "NNtBOE2OJi",
"percent": 11.29,
"rateDiscountType": "INCENTIVE"
}
],
"fuelSurchargePercent": 13.59,
"minimumChargeType": "EARNED_DISCOUNT",
"pickupBaseChargeDescription": "Pickup Area Surcharge",
"pricingCode": "ACTUAL",
"rateScale": "7qRfelTOpP",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "b3Umd4",
"ratingBasis": "SHIPMENT_WEIGHT_BASED",
"rebates": [
{
"amount": {
"currency": "ARS",
"value": "CUSTOMS_VALUE"
},
"description": "ZuOMOhoBkt",
"percent": 2.04,
"rebateType": "EARNED"
},
{
"amount": {
"currency": "SZL",
"value": "CUSTOMS_VALUE"
},
"description": "fQkbBz8b8Q",
"percent": 4.35,
"rebateType": "EARNED"
}
],
"specialRatingApplied": "FEDEX_ONE_RATE",
"surcharges": [
{
"amount": {
"currency": "BSD",
"value": "CUSTOMS_VALUE"
},
"description": "EY1bcSNTJF",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "CVE",
"value": "CUSTOMS_VALUE"
},
"description": "VRDehdEfLI",
"level": "PACKAGE",
"surchargeType": "COD"
},
{
"amount": {
"currency": "BMD",
"value": "CUSTOMS_VALUE"
},
"description": "CIXJgUPFE9",
"level": "PACKAGE",
"surchargeType": "COD"
}
],
"taxes": [
{
"amount": {
"currency": "CZK",
"value": "CUSTOMS_VALUE"
},
"description": "DS7RQOk9Ds",
"taxType": "VAT"
},
{
"amount": {
"currency": "JOD",
"value": "CUSTOMS_VALUE"
},
"description": "dAz1mARuth",
"taxType": "VAT"
},
{
"amount": {
"currency": "VUV",
"value": "CUSTOMS_VALUE"
},
"description": "deQZNb9LzW",
"taxType": "VAT"
},
{
"amount": {
"currency": "MNT",
"value": "CUSTOMS_VALUE"
},
"description": "oivGng5Xn0",
"taxType": "VAT"
}
],
"totalAncillaryFeesAndTaxes": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"totalBaseCharge": {
"currency": "MVR",
"value": "CUSTOMS_VALUE"
},
"totalDutiesAndTaxes": {
"currency": "LSL",
"value": "CUSTOMS_VALUE"
},
"totalDutiesTaxesAndFees": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"totalFreightDiscounts": {
"currency": "GYD",
"value": "CUSTOMS_VALUE"
},
"totalNetCharge": {
"currency": "ERN",
"value": "CUSTOMS_VALUE"
},
"totalNetChargeWithDutiesAndTaxes": {
"currency": "KHR",
"value": "CUSTOMS_VALUE"
},
"totalNetFedExCharge": {
"currency": "CAD",
"value": "CUSTOMS_VALUE"
},
"totalNetFreight": {
"currency": "NZD",
"value": "CUSTOMS_VALUE"
},
"totalRebates": {
"currency": "FJD",
"value": "CUSTOMS_VALUE"
},
"totalSurcharges": {
"currency": "TZS",
"value": "CUSTOMS_VALUE"
},
"totalTaxes": {
"currency": "NPR",
"value": "CUSTOMS_VALUE"
},
"totalVariableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "SDG",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "ETB",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "LSL",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "SEK",
"value": "CUSTOMS_VALUE"
}
},
"variableHandlingCharges": {
"fixedVariableHandlingCharge": {
"currency": "PYG",
"value": "CUSTOMS_VALUE"
},
"percentVariableHandlingCharge": {
"currency": "INR",
"value": "CUSTOMS_VALUE"
},
"totalCustomerCharge": {
"currency": "NGN",
"value": "CUSTOMS_VALUE"
},
"variableHandlingCharge": {
"currency": "JPY",
"value": "CUSTOMS_VALUE"
}
}
},
"shipmentRateDetails": [
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "ALL",
"rate": 26.71
},
"dimDivisor": 189,
"freightDiscounts": [
{
"amount": 3.43,
"description": "FPJNmIYBwR",
"percent": 18.73,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 12.68,
"pricingCode": "STANDARD",
"ratedWeightMethod": "ACTUAL",
"rateScale": "29072",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "PWcjV4",
"shipmentLegRateDetails": [
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "SSP",
"rate": 17.29
},
"dimDivisor": 297,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 2.84,
"description": "0Jojl0E12e",
"percent": 5.36,
"rateDiscountType": "COUPON"
},
{
"amount": 2.06,
"description": "XHgEee3CoC",
"percent": 19.35,
"rateDiscountType": "BONUS"
},
{
"amount": 3.2,
"description": "y8MaBzrGYR",
"percent": 7.25,
"rateDiscountType": "EARNED"
},
{
"amount": 9.81,
"description": "QlxlUydC0x",
"percent": 14.68,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 10.15,
"legDestinationLocationId": "gzGG",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "M0Nav",
"ratedWeightMethod": "DIM",
"rateScale": "4402",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "6cV5jz",
"surcharges": [
{
"amount": {
"amount": 2784.15,
"currency": "VND"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 7.8,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.55,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 17.99,
"description": "GST",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 13.72,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 10.02,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 65.33,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 0.12,
"totalFreightDiscounts": 17.97,
"totalNetCharge": 196.25,
"totalNetChargeWithDutiesAndTaxes": 158.39,
"totalNetFedExCharge": 110.06,
"totalNetFreight": 71.28,
"totalRebates": 0.66,
"totalSurcharges": 10.65,
"totalTaxes": 6.87
}
],
"surcharges": [
{
"amount": {
"amount": 1875.8,
"currency": "MGA"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 4267.66,
"currency": "SZL"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2277.39,
"currency": "SGD"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 1251.68,
"currency": "GBP"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.75,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 7.27,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalAncillaryFeesAndTaxes": 11.45,
"totalBaseCharge": 57.43,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 24.42,
"totalDutiesTaxesAndFees": 1.03,
"totalFreightDiscounts": 14.01,
"totalNetCharge": 78.44,
"totalNetChargeWithDutiesAndTaxes": 108.22,
"totalNetFedExCharge": 158.89,
"totalNetFreight": 72.1,
"totalRebates": 4.76,
"totalSurcharges": 19.44,
"totalTaxes": 6.63
},
{
"currency": "USD",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "LRD",
"rate": 23.79
},
"dimDivisor": 168,
"freightDiscounts": [
{
"amount": 1.34,
"description": "h0FHDaB2fT",
"percent": 11.05,
"rateDiscountType": "VOLUME"
},
{
"amount": 9.06,
"description": "PKbK5HVxYR",
"percent": 14.45,
"rateDiscountType": "COUPON"
},
{
"amount": 4.96,
"description": "k9tQpfZ5kT",
"percent": 11.58,
"rateDiscountType": "BONUS"
},
{
"amount": 9.34,
"description": "nnLVYjuRrl",
"percent": 9.24,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 3.6,
"pricingCode": "LTL_FREIGHT",
"ratedWeightMethod": "ACTUAL",
"rateScale": "71161",
"rateType": "RATED_ACCOUNT_SHIPMENT",
"rateZone": "s23OTm",
"shipmentLegRateDetails": [
{
"currency": "GBP",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "JPY",
"rate": 3.38
},
"dimDivisor": 182,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 3.84,
"description": "43J8ltWqG5",
"percent": 6,
"rateDiscountType": "BONUS"
},
{
"amount": 9.39,
"description": "exvv11aUZs",
"percent": 18.55,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 8.13,
"legDestinationLocationId": "ezKC",
"minimumChargeType": "MINIMUM_CHARGE",
"pricingCode": "iXnIC",
"ratedWeightMethod": "DIM",
"rateScale": "0216",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "PLuXcQ",
"surcharges": [
{
"amount": {
"amount": 1276.13,
"currency": "PEN"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 3906.08,
"currency": "EUR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 958.12,
"currency": "ARS"
},
"description": "Fuel Surcharge",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 2519.32,
"currency": "ZAR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.19,
"description": "VAT",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 94.78,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 41.72,
"totalFreightDiscounts": 46.87,
"totalNetCharge": 169.74,
"totalNetChargeWithDutiesAndTaxes": 224.95,
"totalNetFedExCharge": 148.46,
"totalNetFreight": 70.93,
"totalRebates": 1.71,
"totalSurcharges": 8.23,
"totalTaxes": 5.2
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "INR",
"intoCurrency": "KPW",
"rate": 28.89
},
"dimDivisor": 151,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 8.25,
"description": "4UuludFm3a",
"percent": 15.17,
"rateDiscountType": "EARNED"
},
{
"amount": 2.1,
"description": "xuUtEJOPFr",
"percent": 7.17,
"rateDiscountType": "COUPON"
},
{
"amount": 2.49,
"description": "3JLLJFVd09",
"percent": 16.1,
"rateDiscountType": "BONUS"
}
],
"fuelSurchargePercent": 12.32,
"legDestinationLocationId": "ptmt",
"minimumChargeType": "ACTUAL",
"pricingCode": "sDLnS",
"ratedWeightMethod": "DIM",
"rateScale": "3629",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "5fAfYm",
"surcharges": [
{
"amount": {
"amount": 1816.63,
"currency": "ANG"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 1.08,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "STATE"
},
{
"amount": 5.33,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 13,
"description": "VAT",
"level": "PACKAGE",
"type": "FEDERAL"
}
],
"totalBaseCharge": 156.52,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 1.25,
"totalFreightDiscounts": 38.57,
"totalNetCharge": 92.21,
"totalNetChargeWithDutiesAndTaxes": 173.83,
"totalNetFedExCharge": 69.46,
"totalNetFreight": 183.65,
"totalRebates": 3.2,
"totalSurcharges": 16.15,
"totalTaxes": 1.28
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "GBP",
"intoCurrency": "TRY",
"rate": 21.48
},
"dimDivisor": 121,
"dimDivisorType": "VOLUME",
"freightDiscounts": [
{
"amount": 7.03,
"description": "igoGf2NjML",
"percent": 11.44,
"rateDiscountType": "BONUS"
},
{
"amount": 6.35,
"description": "UaN4tjljSg",
"percent": 17.03,
"rateDiscountType": "EARNED"
},
{
"amount": 3.72,
"description": "N0C10mFAgi",
"percent": 9.85,
"rateDiscountType": "EARNED"
}
],
"fuelSurchargePercent": 4.68,
"legDestinationLocationId": "VobA",
"minimumChargeType": "ACTUAL",
"pricingCode": "CO3Wf",
"ratedWeightMethod": "ACTUAL",
"rateScale": "9400",
"rateType": "PAYOR_ACCOUNT_PACKAGE",
"rateZone": "kIL0HP",
"surcharges": [
{
"amount": {
"amount": 4290.97,
"currency": "STN"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
},
{
"amount": {
"amount": 412.3,
"currency": "ZMW"
},
"description": "Fuel Surcharge",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
},
{
"amount": {
"amount": 2562.7,
"currency": "PEN"
},
"description": "Overweight package",
"level": "SHIPMENT",
"surchargeType": "APPOINTMENT_DELIVERY"
}
],
"taxes": [
{
"amount": 6.58,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalBaseCharge": 176.58,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 15.2,
"totalFreightDiscounts": 40.37,
"totalNetCharge": 174.18,
"totalNetChargeWithDutiesAndTaxes": 158.24,
"totalNetFedExCharge": 95.54,
"totalNetFreight": 156.23,
"totalRebates": 3.37,
"totalSurcharges": 6.3,
"totalTaxes": 5.79
},
{
"currency": "EUR",
"currencyExchangeRate": {
"fromCurrency": "EUR",
"intoCurrency": "RON",
"rate": 7.92
},
"dimDivisor": 178,
"dimDivisorType": "WEIGHT",
"freightDiscounts": [
{
"amount": 4.21,
"description": "Dq1xjs7lxU",
"percent": 8.68,
"rateDiscountType": "VOLUME"
}
],
"fuelSurchargePercent": 7.29,
"legDestinationLocationId": "unwd",
"minimumChargeType": "ACTUAL",
"pricingCode": "sOXA2",
"ratedWeightMethod": "ACTUAL",
"rateScale": "1690",
"rateType": "PAYOR_RETAIL_PACKAGE",
"rateZone": "4asPSn",
"surcharges": [
{
"amount": {
"amount": 661.73,
"currency": "LSL"
},
"description": "Overweight package",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 4613.68,
"currency": "BSD"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
},
{
"amount": {
"amount": 1446.78,
"currency": "PKR"
},
"description": "Residential Delivery",
"level": "PACKAGE",
"surchargeType": "FUEL_SURCHARGE"
}
],
"taxes": [
{
"amount": 19.25,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 14.85,
"description": "Sales Tax",
"level": "SHIPMENT",
"type": "FEDERAL"
}
],
"totalBaseCharge": 55.65,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDimWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 46.58,
"totalFreightDiscounts": 4.03,
"totalNetCharge": 56.2,
"totalNetChargeWithDutiesAndTaxes": 61.47,
"totalNetFedExCharge": 63.75,
"totalNetFreight": 182.76,
"totalRebates": 1.61,
"totalSurcharges": 11.53,
"totalTaxes": 9.42
}
],
"surcharges": [
{
"amount": {
"amount": 1406.28,
"currency": "COP"
},
"description": "Residential Delivery",
"level": "SHIPMENT",
"surchargeType": "RESIDENTIAL_DELIVERY"
}
],
"taxes": [
{
"amount": 17.82,
"description": "VAT",
"level": "SHIPMENT",
"type": "STATE"
},
{
"amount": 15.11,
"description": "Sales Tax",
"level": "PACKAGE",
"type": "FEDERAL"
},
{
"amount": 13.34,
"description": "GST",
"level": "SHIPMENT",
"type": "STATE"
}
],
"totalAncillaryFeesAndTaxes": 5.29,
"totalBaseCharge": 95.5,
"totalBillingWeight": {
"units": "KG",
"value": 68
},
"totalDutiesAndTaxes": 41.18,
"totalDutiesTaxesAndFees": 26.54,
"totalFreightDiscounts": 35.9,
"totalNetCharge": 89.14,
"totalNetChargeWithDutiesAndTaxes": 153.54,
"totalNetFedExCharge": 244.69,
"totalNetFreight": 124.78,
"totalRebates": 1.65,
"totalSurcharges": 12.44,
"totalTaxes": 9.48
}
],
"totalNetFedExTransportationAndPickupCharge": {
"currency": "PAB",
"value": "CUSTOMS_VALUE"
},
"totalNetTransportationAndPickupCharge": {
"currency": "DJF",
"value": "CUSTOMS_VALUE"
}
},
"usDomestic": true
},
"consolidationRequestedShipments": {
"blockinsightVisibility": true,
"completedShipmentDetail": {
"carrierCode": "FXSP",
"completedPackageDetail": {
"groupNumber": 7,
"label": {
"copiesToPrint": 3,
"imageType": "RTF",
"parts": {
"documentPartSequenceNumber": 1,
"image": {
"description": "Specifies the one-origin position of this part within a document."
}
},
"resolution": 286,
"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": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
},
{
"type": "COMMON-2D",
"value": [
"value",
"value"
]
}
],
"stringBarcodes": [
{
"type": "GROUND",
"value": "7424159413091064129249312694392101"
},
{
"type": "ADDRESS",
"value": "4779156384854466338131265328497573"
},
{
"type": "GROUND",
"value": "2000415998206269298337001418729442"
},
{
"type": "ADDRESS",
"value": "7760802940780546694121114487352212"
}
]
},
"operationalInstructions": {
"content": "FRAGILE",
"number": 1
}
},
"packageDocuments": [
{
"copiesToPrint": 1,
"imageType": "GIF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "XjtgZMsJLdoFJV0PHNdT"
},
{
"documentPartSequenceNumber": 2,
"image": "yHzsv518xXrwZZZ9RAOq"
},
{
"documentPartSequenceNumber": 2,
"image": "LkWPHQyx2NzY6qjjKsBn"
},
{
"documentPartSequenceNumber": 2,
"image": "Wzt0UzX5H4At5SN3GdVW"
},
{
"documentPartSequenceNumber": 1,
"image": "0H2hAUtX6higgYSnftzk"
}
],
"resolution": 373,
"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": "oYDZaobLiOzjjVoUIyNG"
},
{
"documentPartSequenceNumber": 2,
"image": "p0kYUtagujdcTtonMkrz"
},
{
"documentPartSequenceNumber": 1,
"image": "4ORwCEPLqqYJE82k1Tba"
}
],
"resolution": 596,
"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": "GIF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "IByaYyYO45kapra5kNmK"
}
],
"resolution": 216,
"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": "TEXT",
"parts": [
{
"documentPartSequenceNumber": 1,
"image": "WEqA6zlUS4CUBSA5GHPh"
},
{
"documentPartSequenceNumber": 1,
"image": "V9qItCsMjgG8uRGrG6f0"
},
{
"documentPartSequenceNumber": 1,
"image": "kBJrZ29cxoRcRYOec7rf"
},
{
"documentPartSequenceNumber": 1,
"image": "4fESqQ0JrBAv6bt3OHuB"
},
{
"documentPartSequenceNumber": 1,
"image": "czicz25pdIWqYOiPZ4Kq"
}
],
"resolution": 334,
"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": "RTF",
"parts": [
{
"documentPartSequenceNumber": 2,
"image": "JMN9GQ9oDcLKygus5LWd"
}
],
"resolution": 528,
"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": 30,
"signatureOptions": "NO_SIGNATURE_REQUIRED",
"trackingId": {
"formId": "8564",
"trackingIdType": "FREIGHT",
"trackingNumber": "14736973554593635842"
}
},
"consolidationDetail": {
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
},
"documentRequirements": {
"generationDetails": {
"minimumCopiesRequired": 5,
"type": "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN"
},
"requiredDocuments": "AIR_WAYBILL"
},
"exportComplianceStatement": "QDvTcM",
"masterTrackingId": {
"formId": "6788",
"trackingIdType": "GROUND",
"trackingNumber": "22831569662684599783"
},
"operationalDetail": {
"airportId": "CCF",
"astraDescription": "SMART POST",
"astraPlannedServiceLevel": "kbEzjSYq2Kh4tA8",
"commitDate": "2026-07-26T00:00:00.0Z",
"commitDay": "Thu",
"countryCode": "LV",
"customTransitTime": "TWO_DAYS",
"deliveryDate": "2026-07-24T00:00:00.0Z",
"deliveryDay": "Sat",
"deliveryEligibilities": [
"deliveryEligibilities"
],
"destinationLocationId": "LPib",
"destinationLocationNumber": 250,
"destinationLocationStateOrProvinceCode": "AZ",
"destinationServiceArea": "A1",
"ineligibleForMoneyBackGuarantee": false,
"maximumTransitTime": "TWO_DAYS",
"originLocationId": "057",
"originLocationNumber": 433,
"originServiceArea": "A1",
"packagingCode": "57",
"postalCode": "76269-3851",
"publishedDeliveryTime": "12:00P",
"scac": "FDXG",
"serviceCode": "175",
"stateOrProvinceCode": "SD",
"transitTime": "TWO_DAYS",
"ursaPrefixCode": "JL",
"ursaSuffixCode": "fK"
},
"packageDescription": {
"astraDescription": "SMART POST",
"code": "83",
"description": "mMzINO2dvN",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "Ixx"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "ZxF"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "q7R"
}
],
"packagingType": "YOUR_PACKAGING"
},
"serviceDescription": {
"astraDescription": "2 DAY FRT",
"code": "36",
"description": "Adaptive empowering hierarchy",
"names": [
{
"encoding": "UTF-8",
"type": "long",
"value": "0Cd"
},
{
"encoding": "UTF-8",
"type": "short",
"value": "8su"
}
],
"operatingOrgCodes": [
"FXE"
],
"serviceCategory": "freight",
"serviceId": "Kj9BZvzP6cND",
"serviceType": "FEDEX_1_DAY_FREIGHT"
},
"specialServiceDescription": {
"identifier": {
"code": "eLfGx",
"id": "67360",
"type": "M4663"
},
"names": {
"encoding": "utf-8",
"type": "medium",
"value": "jq1igFkasg"
}
},
"usDomestic": true
},
"consolidationDetail": {
"internationalDistribtuionDetail": {
"summaryDetail": {
"totalCustomsValue": {
"amount": "9527",
"currency": "EUR"
},
"totalPackageCount": 46,
"totalUniqueAddressCount": 1,
"totalWeight": {
"units": "LB",
"value": "595"
}
}
},
"relationshipTimeStamp": "2026-02-10T00:00:00.0Z",
"role": "MASTER_AIRWAYBILL_SHIPMENT",
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "YRCW",
"payment": {
"amount": {
"amount": 148.78,
"currency": "SRD"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "Octavialand",
"classification": "BUSINESS",
"countryCode": "MR",
"countryName": "Philippines",
"geographicCoordinates": "+40.75-074.00",
"postalCode": "50035-0308",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "zP"
},
"contact": {
"companyName": "Treutel - Pollich",
"emailAddress": "Alfonzo_Will87@yahoo.com",
"faxNumber": "0353902521",
"pagerNumber": "4160138",
"personName": {
"firstName": "Abelardo",
"lastName": "Brown",
"middleName": "Reign",
"prefix": "Dr.",
"suffix": "DVM",
"title": "Mayor"
},
"phoneExtension": "42",
"phoneNumber": "4302720770",
"phoneNumberAreaCode": "497",
"phoneNumberCountryCode": "20",
"title": "Dr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2027-06-07T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-11-03T00:00:00.0Z",
"number": "3547-1682-6595-2969",
"verificationCode": "722"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "XQcSwEGGHg",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": true,
"devicePrint": "XGG2UALvp4jxstBGxksy",
"ipAddress": "207.199.26.253"
},
"payorAuthenticationCode": "haqyyh6nZ",
"payorAuthenticationSessionId": "5348944",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 367.55,
"currency": "DJF"
},
"creditCardExpirationDate": "2027-06-20T00: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": "430058371",
"address": {
"city": "Fort Dashawnshire",
"classification": "BUSINESS",
"countryCode": "GD",
"countryName": "Luxembourg",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "45571",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "Nr"
},
"contact": {
"companyName": "O'Reilly - Kohler",
"contactId": "514",
"emailAddress": "Dax.Farrell@gmail.com",
"faxNumber": "4926281268",
"pagerNumber": "3312403",
"personName": "Micheal Price",
"phoneExtension": "15",
"phoneNumber": "9604470609",
"title": "Ms",
"tollFreePhoneNumber": "4179322"
},
"tins": [
{
"effectiveDate": "2024-10-31T00:00:00.0Z",
"expirationDate": "2026-12-03T00:00:00.0Z",
"number": "260495",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-06-22T00:00:00.0Z",
"expirationDate": "2027-10-16T00:00:00.0Z",
"number": "280848",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2024-11-28T00:00:00.0Z",
"expirationDate": "2028-01-25T00:00:00.0Z",
"number": "396989",
"tinType": "BUSINESS_STATE",
"usage": "customs"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 2,
"expressPacakgeCount": 7,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 1707
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 1438
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 285
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 491
},
"groundPackageCount": 47,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 117
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 866
},
"numberOfUnconsolidatedCommodities": 14
}
},
"type": "INTERNATIONAL_ECONOMY_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": "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": "5177"
},
"declarationStatement": "WqZ2w4spLf6FZ5oFaoCh",
"freightCharge": {
"amount": 50.87,
"currency": "VUV"
},
"handlingCosts": {
"amount": 2.67,
"currency": "PLN"
},
"originatorName": "Nick Gorczany",
"packingCosts": {
"amount": 17.19,
"currency": "MMK"
},
"paymentTerms": "Net 30",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "mdai0sKXIM2RI0R",
"taxesOrMiscellaneousCharge": {
"amount": 37.9,
"currency": "CUP"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DDP"
},
"commodities": [
{
"cIMarksAndNumbers": "NB25U1yLwx",
"clearanceItemDetail": [
{
"address": {
"city": "Santa Fe",
"countryCode": "BR",
"postalCode": "30785",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Harris - Boyle"
},
"id": "MP4fTO0Mpj",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Rosinastead",
"countryCode": "VA",
"postalCode": "10197",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Grady - Stanton"
},
"id": "LYr0uyMuoZ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Fort Isabellefield",
"countryCode": "TC",
"postalCode": "34628",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Lesch, Blick and Herzog"
},
"id": "GkzzX52IPJ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Leaview",
"countryCode": "LK",
"postalCode": "08298-3834",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Thiel, Emmerich and Beatty"
},
"id": "hrBDuTWnvu",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Skylabury",
"countryCode": "MN",
"postalCode": "92658",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Carroll - Pagac"
},
"id": "Z2dJxio9T9",
"role": "MANUFACTURER"
}
],
"commodityId": "hVEF8b",
"countryOfManufacture": "BH",
"customsValue": {
"amount": 1390.79,
"currency": "VES"
},
"description": "Stylish Hat designed to make you stand out with secret looks",
"name": "Awesome Silk Ball",
"numberOfPieces": 67,
"quantity": 33,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 3289.57,
"currency": "NIO"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "wZsgzux4qI",
"clearanceItemDetail": [
{
"address": {
"city": "North Dominic",
"countryCode": "JM",
"postalCode": "79149-0422",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Robel Group"
},
"id": "vwPUnUutr0",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Spencerchester",
"countryCode": "PH",
"postalCode": "93097-7481",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Haley Group"
},
"id": "wAZhZObfeZ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Johanshire",
"countryCode": "BV",
"postalCode": "61664",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Beier - Bechtelar"
},
"id": "ekORV0zvAl",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Feestberg",
"countryCode": "IR",
"postalCode": "41334",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Kovacek LLC"
},
"id": "CYHLwtrCgF",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Ignatius",
"countryCode": "LU",
"postalCode": "44321-8798",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Hegmann, Nienow and Bauch"
},
"id": "fb9gIU8CGE",
"role": "MANUFACTURER"
}
],
"commodityId": "CIx1MR",
"countryOfManufacture": "SI",
"customsValue": {
"amount": 3978.29,
"currency": "NOK"
},
"description": "Discover the whale-like agility of our Sausages, perfect for altruistic users",
"name": "Soft Marble Ball",
"numberOfPieces": 37,
"quantity": 23,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 501.76,
"currency": "TZS"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "eaJ3iwmEO3",
"clearanceItemDetail": [
{
"address": {
"city": "Phyllischester",
"countryCode": "RS",
"postalCode": "42313-0305",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Hermiston - Lehner"
},
"id": "OsVixRTfLC",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Antwanview",
"countryCode": "PN",
"postalCode": "91509-4791",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Wiegand and Sons"
},
"id": "Yk8LzCKV5s",
"role": "MANUFACTURER"
},
{
"address": {
"city": "West Shad",
"countryCode": "GB",
"postalCode": "63497-7545",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Howe Group"
},
"id": "9zI7DQl6GH",
"role": "MANUFACTURER"
}
],
"commodityId": "uTB3D0",
"countryOfManufacture": "BY",
"customsValue": {
"amount": 1262.61,
"currency": "CAD"
},
"description": "The Mariano Chicken is the latest in a series of enchanting products from Block - Price",
"name": "Awesome Bronze Chair",
"numberOfPieces": 60,
"quantity": 4,
"quantityUnits": "EA",
"unitPrice": {
"amount": 497.01,
"currency": "IRR"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "qvtlzTyUmK",
"clearanceItemDetail": [
{
"address": {
"city": "Rempelchester",
"countryCode": "BR",
"postalCode": "12715-8359",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Rohan, Ritchie and Greenholt"
},
"id": "7I38fnbNfL",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Richland Hills",
"countryCode": "TL",
"postalCode": "10012",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Lind, Torp and Grant"
},
"id": "skwfLI2Ulc",
"role": "MANUFACTURER"
},
{
"address": {
"city": "North Ruth",
"countryCode": "MX",
"postalCode": "01088-7205",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Jacobi - Weimann"
},
"id": "R5uxlppXVJ",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Schulistshire",
"countryCode": "CK",
"postalCode": "07304",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Quigley - Jacobs"
},
"id": "vr3pNRLhiC",
"role": "MANUFACTURER"
}
],
"commodityId": "dVgS25",
"countryOfManufacture": "SN",
"customsValue": {
"amount": 2685.24,
"currency": "LRD"
},
"description": "Discover the radiant new Pants with an exciting mix of Bamboo ingredients",
"name": "Sleek Marble Pants",
"numberOfPieces": 75,
"quantity": 44,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 3214.72,
"currency": "STN"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "Elvr6XWArT",
"clearanceItemDetail": [
{
"address": {
"city": "Antoneworth",
"countryCode": "MX",
"postalCode": "69025-3874",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Mosciski Inc"
},
"id": "L1vKIDYpTt",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Feestberg",
"countryCode": "SY",
"postalCode": "00848-3200",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Casper LLC"
},
"id": "YCNhMnKKEe",
"role": "MANUFACTURER"
},
{
"address": {
"city": "East Ambrose",
"countryCode": "MM",
"postalCode": "28582-1227",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Smith - Bernhard"
},
"id": "lkDA7h3UZS",
"role": "MANUFACTURER"
},
{
"address": {
"city": "South Jaydeborough",
"countryCode": "UZ",
"postalCode": "71235",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Walter, Klocko and Cassin"
},
"id": "8q0np3XWIe",
"role": "MANUFACTURER"
}
],
"commodityId": "uNYLec",
"countryOfManufacture": "DZ",
"customsValue": {
"amount": 2196.97,
"currency": "RUB"
},
"description": "Savor the tender essence in our Ball, designed for broken culinary adventures",
"name": "Recycled Steel Salad",
"numberOfPieces": 26,
"quantity": 39,
"quantityUnits": "BOX",
"unitPrice": {
"amount": 1774.5,
"currency": "SZL"
},
"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": "Linneaboro",
"countryCode": "BH",
"postalCode": "51855-7360",
"residential": false,
"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"
}
}
}
},
"exportDetail": {
"b13AFilingOption": "NOT_REQUIRED",
"destinationControlDetail": {
"destinationCountries": [
"USA",
"India"
],
"endUser": "Blanche Goyette",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "ERVM48I6k9JJRz4Z",
"permitNumber": "72191"
},
"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": 378.81,
"currency": "TZS"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "175"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 4266.56,
"currency": "LSL"
}
},
"dropOffType": "BUSINESS_SERVICE_CENTER",
"edtRequestTypes": "NONE",
"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": "Emard, Ondricka and Erdman",
"emailAddress": "Anais14@gmail.com",
"personName": "Deborah Effertz",
"phoneExtension": "90",
"phoneNumber": "(696) 820-2252"
}
},
"packagingType": "FEDEX_PAK",
"processingOptionsRequested": {
"options": "BYPASS_REGULATORY_VALIDATION"
},
"rateRequestTypes": "INCENTIVE",
"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": "2023-08-23T00:00:00.0Z",
"expirationDate": "2029-07-25T00:00:00.0Z",
"number": "607447",
"tinType": "FEDERAL",
"usage": "tax_filing"
},
{
"effectiveDate": "2022-11-18T00:00:00.0Z",
"expirationDate": "2028-05-09T00:00:00.0Z",
"number": "424742",
"tinType": "FEDERAL",
"usage": "usage"
},
{
"effectiveDate": "2021-08-23T00:00:00.0Z",
"expirationDate": "2030-02-23T00:00:00.0Z",
"number": "167945",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"recipientLocationNumber": "ex laborum",
"requestedPackageLineItems": {
"customerReferences": {
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "EChd809sG7"
},
"dimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"groupNumber": "92",
"groupPackageCount": "0",
"sequenceNumber": "02",
"trackingId": {
"formId": "3625",
"trackindIdType": "INTERNAL",
"trackingNumber": "401605976491405"
},
"weights": {
"units": "KG",
"value": 68
}
},
"serviceType": "STANDARD_OVERNIGHT",
"shipDatestamp": "2026-07-25T00: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": "Balistreri LLC",
"emailAddress": "Deshaun_Koss93@yahoo.com",
"personName": "Hilda Littel-Wolf",
"phoneExtension": "47",
"phoneNumber": "(977) 282-4275"
},
"tins": [
{
"effectiveDate": "2025-03-03T00:00:00.0Z",
"expirationDate": "2029-02-05T00:00:00.0Z",
"number": "170502",
"tinType": "FEDERAL",
"usage": "usage"
}
]
},
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalWeight": {
"units": "KG",
"value": 68
}
},
"shipmentRoleType": "CONSOLIDATION_DOCUMENTS_SHIPMENT"
}
},
"pieceResponses": [
{
"packageDocuments": [
{
"additionalChargesDiscount": 298.75,
"baseRateAmount": 182.7,
"codcollectionAmount": 254.95,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "500683"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "676454"
}
],
"masterTrackingNumber": "140724863388",
"netChargeAmount": 29.06,
"netDiscountAmount": 11.78,
"netRateAmount": 40.79,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "ZPL",
"encodedLabel": "Affq5bOvjRsz2tEfnxK0",
"trackingNumber": "500775631630",
"url": "https://turbulent-thorn.biz/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "jt0QX3ZiiVY0eUiwgDXU",
"trackingNumber": "429925987743",
"url": "https://red-role.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "bHvvW1RW3JbyH4PxI45S",
"trackingNumber": "806297247682",
"url": "https://mammoth-plugin.name"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "ZPL",
"encodedLabel": "Vu2ufa6geUAicOrM6UHe",
"trackingNumber": "122766531204",
"url": "https://watery-boyfriend.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "CmA01xiSNyyiv8hUIr9f",
"trackingNumber": "374009689899",
"url": "https://ultimate-goodwill.name/"
}
],
"trackingNumber": "629679771774"
},
{
"additionalChargesDiscount": 114.56,
"baseRateAmount": 351.12,
"codcollectionAmount": 263.33,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "314842"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "094917"
}
],
"masterTrackingNumber": "126324408858",
"netChargeAmount": 199.41,
"netDiscountAmount": 92.8,
"netRateAmount": 44.05,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 2,
"docType": "EPL",
"encodedLabel": "v9jpSMg41gKYGCVPc9Yq",
"trackingNumber": "967962586164",
"url": "https://glaring-cd.com/"
}
],
"trackingNumber": "983094200663"
},
{
"additionalChargesDiscount": 201.79,
"baseRateAmount": 250.81,
"codcollectionAmount": 25.81,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "091259"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "727530"
}
],
"masterTrackingNumber": "081215627503",
"netChargeAmount": 131.11,
"netDiscountAmount": 38.86,
"netRateAmount": 20.57,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "eXWIykairDX3mChQ3WZE",
"trackingNumber": "796205187980",
"url": "https://compassionate-suspension.info"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "fiVP3Hw3hmROxblHDUh7",
"trackingNumber": "935401411147",
"url": "https://mean-maestro.info"
}
],
"trackingNumber": "225815446387"
}
]
},
{
"packageDocuments": [
{
"additionalChargesDiscount": 3.28,
"baseRateAmount": 207.01,
"codcollectionAmount": 983.92,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "411414"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "998695"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "406571"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "515807"
}
],
"masterTrackingNumber": "587130937943",
"netChargeAmount": 115.6,
"netDiscountAmount": 108.53,
"netRateAmount": 15.22,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "A6hk9V2Lm17CL5s6HMsZ",
"trackingNumber": "867622824524",
"url": "https://equatorial-farmer.net/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "EPL",
"encodedLabel": "tv16R6APvOBHWbQF6I6K",
"trackingNumber": "334665139680",
"url": "https://hard-to-find-completion.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "PDF",
"encodedLabel": "e4cZkwaLuuL9aH17qwfk",
"trackingNumber": "285481522220",
"url": "https://super-handle.net"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PDF",
"encodedLabel": "aJ6aA65mFXnRzMEnak6m",
"trackingNumber": "606846249483",
"url": "https://juicy-nucleotidase.com/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "c81BHJ7y8t1ngz5jQSDB",
"trackingNumber": "444022726075",
"url": "https://oval-drive.net/"
}
],
"trackingNumber": "709545766509"
},
{
"additionalChargesDiscount": 461.7,
"baseRateAmount": 389.85,
"codcollectionAmount": 799.82,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "103388"
}
],
"masterTrackingNumber": "687512836723",
"netChargeAmount": 11.25,
"netDiscountAmount": 7.2,
"netRateAmount": 15.18,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "EPL",
"encodedLabel": "vDhOdVuLXQCyJJpoMtPR",
"trackingNumber": "135223713718",
"url": "https://gorgeous-overload.biz"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 5,
"docType": "ZPL",
"encodedLabel": "lNLx2YJaBhBtnEVQQfKq",
"trackingNumber": "019762846630",
"url": "https://tricky-lamp.org/"
},
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 4,
"docType": "ZPL",
"encodedLabel": "DPnoRj3McgYIsiByXrtI",
"trackingNumber": "951651750387",
"url": "https://dual-bell.net/"
}
],
"trackingNumber": "892541812437"
},
{
"additionalChargesDiscount": 416.97,
"baseRateAmount": 186.71,
"codcollectionAmount": 544.81,
"customerReferences": [
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "860206"
},
{
"customerReferenceType": "DEPARTMENT_NUMBER",
"value": "064155"
}
],
"masterTrackingNumber": "891009071237",
"netChargeAmount": 136.3,
"netDiscountAmount": 82.97,
"netRateAmount": 96.35,
"packageDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 3,
"docType": "PNG",
"encodedLabel": "Y5022QZyV6IxozNSMLbK",
"trackingNumber": "701488323244",
"url": "https://distant-drug.net/"
}
],
"trackingNumber": "147752489200"
}
]
}
],
"shipmentDocuments": [
{
"contentType": "COMMERCIAL_INVOICE",
"copiesToPrint": 1,
"docType": "PNG",
"encodedLabel": "KUnY2hg27F7a3Beg1wTB",
"trackingNumber": "567404360064",
"url": "https://vast-alert.org"
}
]
}
]
},
"transactionId": "5c25165e-f65c-49dc-9972-8debd70a0ef9"
}{
"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": "2026-07-14T00:00:00.0Z",
"index": "0249",
"type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
},
"version": {
"major": 3,
"minor": 8,
"patch": 3
}
}{
"customerTransactionId": "bDiJxlnGarYx4pI",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "VNiUrzTfIL",
"message": "uQsO35Ox3qKriJEaHjSA"
},
{
"alertType": "NOTE",
"code": "B1fpCjRtxc",
"message": "YNLXwwTcDTb6MQj9tqM8"
},
{
"alertType": "NOTE",
"code": "s2S878xXsa",
"message": "i7Go5m7vFid5V3ISBLGD"
},
{
"alertType": "NOTE",
"code": "hLB0F3dogB",
"message": "ZyeAAiU2Dnlg3zRA7bF2"
},
{
"alertType": "NOTE",
"code": "UQ4AcHeQWf",
"message": "Sc2QDL7znkzhEQtntQuD"
}
],
"retrievedConsolidation": {
"bookingNumber": "673608569060",
"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"
}
],
"customsPackingListDetail": {
"format": {
"docType": "PDF",
"stockType": "PAPER_LETTER"
}
}
},
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"customerReferences": [
{
"customerReferenceType": "CUSTOMER_REFERENCE",
"value": "4105"
}
],
"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": "5885"
},
"declarationStatement": "yCP43tdXVRQS1N81m9tB",
"freightCharge": {
"amount": 92.67,
"currency": "FKP"
},
"handlingCosts": {
"amount": 0.99,
"currency": "FKP"
},
"originatorName": "Brooke Bogisich DDS",
"packingCosts": {
"amount": 11.15,
"currency": "GNF"
},
"paymentTerms": "Net 60",
"purpose": "CONSUMER",
"purposeOfShipmentDescription": "REPAIR_AND_RETURN",
"specialInstructions": "uyKJZHOqAF5FjT1",
"taxesOrMiscellaneousCharge": {
"amount": 46.81,
"currency": "PEN"
},
"taxesOrMiscellaneousChargeType": "COMMISSIONS",
"termsOfSale": "DAP"
},
"commodities": [
{
"cIMarksAndNumbers": "2VenkZkwCv",
"clearanceItemDetail": [
{
"address": {
"city": "Port Marquiseshire",
"countryCode": "CF",
"postalCode": "67058",
"residential": true,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Schultz LLC"
},
"id": "vBDvClmGUO",
"role": "MANUFACTURER"
}
],
"commodityId": "6bHXSb",
"countryOfManufacture": "SB",
"customsValue": {
"amount": 43.25,
"currency": "AFN"
},
"description": "Professional-grade Gloves perfect for qualified training and recreational use",
"name": "Soft Marble Keyboard",
"numberOfPieces": 72,
"quantity": 47,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 620.99,
"currency": "XPF"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "IV5e2N6zEL",
"clearanceItemDetail": [
{
"address": {
"city": "Aurora",
"countryCode": "ZA",
"postalCode": "17037",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Kling Group"
},
"id": "2ANa6mHvrW",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Randalchester",
"countryCode": "SX",
"postalCode": "69607",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Rippin LLC"
},
"id": "g9rbHMT5ef",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Port Travonfurt",
"countryCode": "AW",
"postalCode": "39738",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"98 Royal Crescent",
"Suite 10"
]
},
"contact": {
"companyName": "Stracke, Bashirian and Towne"
},
"id": "Wggzzl2rcz",
"role": "MANUFACTURER"
},
{
"address": {
"city": "New Daniellashire",
"countryCode": "MH",
"postalCode": "54265-6360",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Stamm, Hagenes and Stoltenberg"
},
"id": "EK6j9n15vM",
"role": "MANUFACTURER"
}
],
"commodityId": "UuQCys",
"countryOfManufacture": "UM",
"customsValue": {
"amount": 4794.68,
"currency": "JMD"
},
"description": "New Computer model with 54 GB RAM, 20 GB storage, and prestigious features",
"name": "Electronic Metal Sausages",
"numberOfPieces": 68,
"quantity": 18,
"quantityUnits": "EA",
"unitPrice": {
"amount": 4845.55,
"currency": "MNT"
},
"weight": {
"units": "KG",
"value": 68
}
},
{
"cIMarksAndNumbers": "rfOF7hWTcX",
"clearanceItemDetail": [
{
"address": {
"city": "Fort Nathanboro",
"countryCode": "GY",
"postalCode": "92503",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Mann - Corwin"
},
"id": "ur14fej8WM",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Temecula",
"countryCode": "MC",
"postalCode": "94460",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Wiegand, Lueilwitz and Hettinger"
},
"id": "zzOeKKKYzc",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Lednerstead",
"countryCode": "SX",
"postalCode": "83370",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Emmerich - Rosenbaum"
},
"id": "Bg6iFJXqei",
"role": "MANUFACTURER"
},
{
"address": {
"city": "Hutchinson",
"countryCode": "IM",
"postalCode": "85207-6929",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": [
"Suite 10",
"98 Royal Crescent"
]
},
"contact": {
"companyName": "Altenwerth - Schaden"
},
"id": "qQxT1fE1kQ",
"role": "MANUFACTURER"
}
],
"commodityId": "sO6ZsT",
"countryOfManufacture": "QA",
"customsValue": {
"amount": 1919.26,
"currency": "MXN"
},
"description": "The Elenor Computer is the latest in a series of cautious products from Olson, Effertz and Cummerata",
"name": "Luxurious Granite Mouse",
"numberOfPieces": 7,
"quantity": 9,
"quantityUnits": "PCS",
"unitPrice": {
"amount": 43.35,
"currency": "MAD"
},
"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 Rachel",
"countryCode": "NE",
"postalCode": "39397",
"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": "Lorraine Beahan",
"statementTypes": "DEPARTMENT_OF_COMMERCE"
},
"exportComplianceStatement": "XiMOKd0KylInxRqz",
"permitNumber": "37125"
},
"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": 1691.51,
"currency": "SAR"
},
"recipientCustomsId": {
"type": "PASSPORT",
"value": "037"
},
"regulatoryControls": "NOT_IN_FREE_CIRCULATION",
"totalCustomsValue": {
"amount": 64.99,
"currency": "COP"
}
},
"distributionLocations": {
"clearanceNumber": "216",
"id": "382",
"inclusionSpecifications": [
"pQLSx",
"dBFmO",
"LIgOF"
],
"locationContactAndAddress": {
"address": {
"city": "Lockmanfield",
"countryCode": "KH",
"postalCode": "59004",
"residential": true,
"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"
}
}
]
}
},
"locationId": "XG3d",
"locationNumber": 87,
"type": "CUSTOMER_SPECIFIED"
},
"internationalDistributionDetail": {
"clearanceFacilityLocationId": "ACa7",
"declarationCurrencies": [
{
"currency": "TTD",
"value": "CUSTOMS_VALUE"
},
{
"currency": "BGN",
"value": "CUSTOMS_VALUE"
},
{
"currency": "MWK",
"value": "CUSTOMS_VALUE"
}
],
"dropOffType": "DROP_BOX",
"totalDimensions": {
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
"totalInsuredValue": {
"amount": 4855.52,
"currency": "RUB"
},
"unitSystem": "ENGLISH"
},
"labelSpecification": {
"customerSpecifiedDetail": {
"docTabContent": {
"barcoded": {
"specification": {
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "ID",
"justification": "RIGHT",
"literalValue": "YqVKxZ",
"zoneNumber": 1
},
"symbology": "UCC128"
},
"docTabContentType": "BARCODED",
"zone001": {
"docTabZoneSpecifications": [
{
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "WT",
"justification": "RIGHT",
"literalValue": "dphXvH",
"zoneNumber": 4
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "WT",
"justification": "RIGHT",
"literalValue": "r7T4aL",
"zoneNumber": 1
},
{
"dataField": "REQUEST/PACKAGE/weight/Value",
"header": "WT",
"justification": "RIGHT",
"literalValue": "O8TgFA",
"zoneNumber": 7
},
{
"dataField": "TRANSACTION/CustomerTransactionId",
"header": "ID",
"justification": "RIGHT",
"literalValue": "8hZTYq",
"zoneNumber": 2
}
]
}
},
"maskedData": [
"[\"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": "Kaleb_Erdman90@yahoo.com",
"recipientType": "THRID_PARTY"
},
{
"emailAddress": "Morris_Nader@gmail.com",
"recipientType": "THRID_PARTY"
}
],
"grouping": "NONE",
"locale": {
"country": "GN",
"language": "es"
}
},
"grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
"printDetail": {
"printerId": "4mFg4rR0"
},
"storageDetail": {
"fileNaming": "FAST",
"filePath": "/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": "Connchester",
"countryCode": "GE",
"postalCode": "15410-8313",
"residential": false,
"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"
}
},
{
"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": "Padberg, Dietrich and Lang",
"emailAddress": "Maya.Huel@gmail.com",
"personName": "Corey Grant",
"phoneExtension": "64",
"phoneNumber": "(274) 887-9121"
}
},
"shipDatestamp": "2025-11-16T00: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": "Kiehn - Kilback",
"emailAddress": "Phoebe_Metz21@gmail.com",
"personName": "Lydia Frami",
"phoneExtension": "77",
"phoneNumber": "(968) 772-3545"
},
"tins": [
{
"effectiveDate": "2026-01-26T00:00:00.0Z",
"expirationDate": "2028-01-13T00:00:00.0Z",
"number": "215042",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-02-01T00:00:00.0Z",
"expirationDate": "2026-12-15T00:00:00.0Z",
"number": "878424",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2024-04-25T00:00:00.0Z",
"expirationDate": "2031-07-11T00:00:00.0Z",
"number": "150202",
"tinType": "FEDERAL",
"usage": "customs"
},
{
"effectiveDate": "2025-01-06T00:00:00.0Z",
"expirationDate": "2028-09-22T00:00:00.0Z",
"number": "539846",
"tinType": "FEDERAL",
"usage": "tax_filing"
}
]
},
"shippingChargesPayment": {
"paymentType": "THIRD_PARTY",
"payor": {
"responsibleParty": {
"accountNumber": {
"value": "123456789"
},
"address": {
"city": "West Barrett",
"countryCode": "CN",
"postalCode": "38011-3050",
"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"
}
}
}
},
"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": "2026-01-26T00:00:00.0Z",
"expirationDate": "2031-07-07T00:00:00.0Z",
"number": "116204",
"tinType": "FEDERAL",
"usage": "customs"
}
]
},
"specialServicesRequested": {
"internationalControlledExportDetail": {
"entryNumber": "DP2AnENtbSW",
"foreignTradeZoneCode": "63m",
"licenseOrPermitExpirationDate": "Fri Jul 31 2026 12:42:44 GMT+0000 (Coordinated Universal Time)",
"licenseOrPermitNumber": "YyfwFK8h58",
"type": "DEA_236"
},
"priorityAlertDetail": {
"content": [
"string"
],
"enhancementTypes": [
"PRIORITY_ALERT_PLUS"
]
},
"specialServiceTypes": "PRIORITY_ALERT"
},
"trackingIds": [
{
"formId": "4249",
"trackingIdType": "EXPRESS",
"trackingNumber": "47117169494982369573"
},
{
"formId": "3568",
"trackingIdType": "EXPRESS",
"trackingNumber": "34477602194114814988"
},
{
"formId": "0247",
"trackingIdType": "EXPRESS",
"trackingNumber": "10083806799322038969"
}
],
"transborderDistributionDetail": {
"routing": "CUSTOMER_SPECIFIED",
"specialServicesRequested": {
"specialServiceTypes": "FEDEX_LTL",
"transborderDistributionLtlDetail": {
"ltlScacCode": "FEDX",
"payment": {
"amount": {
"amount": 362.61,
"currency": "CRC"
},
"creditCard": {
"creditCardHolder": {
"address": {
"city": "North Nyasia",
"classification": "BUSINESS",
"countryCode": "RE",
"countryName": "Chile",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "58850-7638",
"residential": true,
"stateOrProvinceCode": "TX",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "fz"
},
"contact": {
"companyName": "Price Group",
"emailAddress": "Emmie_Hane67@gmail.com",
"faxNumber": "5147500557",
"pagerNumber": "4790491",
"personName": {
"firstName": "Larue",
"lastName": "Hoppe",
"middleName": "Taylor",
"prefix": "Mrs.",
"suffix": "III",
"title": "Mayor"
},
"phoneExtension": "40",
"phoneNumber": "4010346187",
"phoneNumberAreaCode": "445",
"phoneNumberCountryCode": "67",
"title": "Mr"
}
},
"creditCardType": "DISCOVER",
"expirationDate": "2027-02-12T00:00:00.0Z",
"lastAuthenticationByFedexDate": "2025-09-23T00:00:00.0Z",
"number": "2343-9012-2969-7967",
"verificationCode": "564"
},
"creditCardTransactionDetail": {
"attributesDetail": {
"types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
},
"authorizationId": "a6hxZFsiBY",
"authorizationType": "VERIFY_WITH_ACCOUNT",
"fraudDetectionDetail": {
"clientCookiesEnabled": false,
"devicePrint": "Yy6mhTAwk9PbsH7hPAmq",
"ipAddress": "59.245.58.215"
},
"payorAuthenticationCode": "SCSBoRRTz",
"payorAuthenticationSessionId": "4811342",
"settlementScheduleType": "SETTLE_IMMEDIATELY"
},
"ePaymentDetail": {
"amount": {
"amount": 194.36,
"currency": "PYG"
},
"creditCardExpirationDate": "2027-05-14T00: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": "212472198",
"address": {
"city": "Fort Arvillaville",
"classification": "BUSINESS",
"countryCode": "SA",
"countryName": "Curacao",
"geographicCoordinates": "+34.05-118.24",
"postalCode": "61091",
"residential": true,
"stateOrProvinceCode": "CA",
"streetLines": "[10 FedEx Parkway, Suite 302]",
"urbanizationCode": "U1"
},
"contact": {
"companyName": "Murazik - Mills",
"contactId": "105",
"emailAddress": "Lorena_Turner29@gmail.com",
"faxNumber": "3145764045",
"pagerNumber": "9631815",
"personName": "Guy Schmidt",
"phoneExtension": "29",
"phoneNumber": "3206927615",
"title": "Ms",
"tollFreePhoneNumber": "5730879"
},
"tins": [
{
"effectiveDate": "2025-04-05T00:00:00.0Z",
"expirationDate": "2027-01-15T00:00:00.0Z",
"number": "719111",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2026-03-08T00:00:00.0Z",
"expirationDate": "2027-07-02T00:00:00.0Z",
"number": "048872",
"tinType": "BUSINESS_STATE",
"usage": "usage"
},
{
"effectiveDate": "2025-03-13T00:00:00.0Z",
"expirationDate": "2028-01-22T00:00:00.0Z",
"number": "985328",
"tinType": "BUSINESS_STATE",
"usage": "customs"
},
{
"effectiveDate": "2025-04-03T00:00:00.0Z",
"expirationDate": "2026-08-19T00:00:00.0Z",
"number": "916596",
"tinType": "BUSINESS_STATE",
"usage": "usage"
}
]
}
}
}
}
},
"summaryDetail": {
"expressFreightPackageCount": 3,
"expressPacakgeCount": 1,
"expressTotalFreightAdjustedWeight": {
"units": "LB",
"value": 180
},
"expressTotalFreightWeight": {
"units": "LB",
"value": 126
},
"expressTotalPackageAdjustedWeight": {
"units": "LB",
"value": 466
},
"expressTotalPackageWeight": {
"units": "LB",
"value": 279
},
"groundPackageCount": 13,
"groundTotalPackageAdjustedWeight": {
"units": "LB",
"value": 432
},
"groundTotalPackageWeight": {
"units": "LB",
"value": 898
},
"numberOfUnconsolidatedCommodities": 3
}
}
}
},
"transactionId": "e7d15d0a-c021-4e28-9aba-c6ee60c8d4f8"
}{
"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": "123456789"
},
"deletionControl": "DELETE_ONE_PACKAGE",
"resourceKey": "0x7",
"trackingNumber": "2",
"version": {
"major": 5,
"minor": 6,
"patch": 9
}
}{
"customerTransactionId": "eMemoQpTzqNrm",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "0oiTV8AdJp",
"message": "Ebhm8JV8ksaNGEAa6oLi"
},
{
"alertType": "NOTE",
"code": "Dqtu5wtmlL",
"message": "uOA73f0K8AmIcEcY8nA2"
},
{
"alertType": "NOTE",
"code": "wcv0bxR0U2",
"message": "Kn4jkubGHtXQP7QyYR7E"
},
{
"alertType": "NOTE",
"code": "H8Xx3FB0u3",
"message": "rLHfiP2Hfja5WsREGwKj"
}
],
"cancelledShipment": false,
"message": "Cancelled"
},
"transactionId": "e78ebbd7-86fd-41b5-a30a-03e09cb7c137"
}{
"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": "XXXXX2842"
},
"consolidationKey": {
"consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
"index": "12345",
"shipDatestamp": "2022-03-21"
},
"trackingId": {
"formId": "123",
"trackingIdType": "EXPRESS",
"trackingNumber": "547698721345"
}
}{
"customerTransactionId": "5pQ3Idt0RYdR1O_BE5Xp",
"output": {
"alerts": [
{
"alertType": "NOTE",
"code": "oIjpylaQbT",
"message": "D2oGD738b6C6vj8IxObW"
},
{
"alertType": "NOTE",
"code": "9pZ0Pqo3Jn",
"message": "WYWXBrbyiju4X013EeJF"
},
{
"alertType": "NOTE",
"code": "iX6lCLRR8H",
"message": "pBoxixH4NkLvkZWh2mqI"
},
{
"alertType": "NOTE",
"code": "18k2p7Snjk",
"message": "frfCxKEUOvsz31iGAVUY"
},
{
"alertType": "NOTE",
"code": "b9jXhubhSl",
"message": "fYwPEK06bRvJziS2CSPq"
}
]
},
"transactionId": "48e1c020-45cd-4b0d-9242-781cba2cfbcb"
}{
"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