Created
February 21, 2017 18:22
-
-
Save dnunez24/bc225ece64f5639f92689db0159580aa to your computer and use it in GitHub Desktop.
CDW Freight API Proposed Transit Time Estimates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ErrorMessage": "", | |
"Freight": { | |
"Details": [ | |
{ | |
"OrderLineNumber": 3, | |
"ProductCode": "2323892", | |
"ShippingMethods": [ | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XC", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 4.01, | |
"DropShipMethodCode": "", | |
"FreightCharge": 7.99, | |
"InsuranceCharge": 0, | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"TotalCharge": 7.99 | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XK", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 6.03, | |
"DropShipMethodCode": "", | |
"FreightCharge": 14.99, | |
"InsuranceCharge": 0, | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"TotalCharge": 14.99 | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XM", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 6.92, | |
"DropShipMethodCode": "", | |
"FreightCharge": 19.99, | |
"InsuranceCharge": 0, | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"TotalCharge": 19.99 | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XV", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 4.01, | |
"DropShipMethodCode": "", | |
"FreightCharge": 0, | |
"InsuranceCharge": 0, | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"TotalCharge": 0 | |
} | |
], | |
"Weight": 0.71 | |
} | |
], | |
"ShippingMethods": [ | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XV", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 4.01, | |
"Description": "2-5 business days", | |
"EstimatedArrival": "n/a", | |
"FreightCharge": 0, | |
"InsuranceCharge": 0, | |
"IsCustomerAccount": false, | |
"Name": "CDW Xerox FREE - FedEx Ground", | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"SpecialCode": "XDR", | |
"TotalCharge": 0, | |
"TotalWeight": 2, | |
"WeightType": "A" | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XC", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 4.01, | |
"Description": "2-5 business days", | |
"EstimatedArrival": "n/a", | |
"FreightCharge": 7.99, | |
"InsuranceCharge": 0, | |
"IsCustomerAccount": false, | |
"Name": "CDW Xerox - FedEx Ground", | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"SpecialCode": "XDR", | |
"TotalCharge": 7.99, | |
"TotalWeight": 2, | |
"WeightType": "A" | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XK", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 6.03, | |
"Description": "2 business days", | |
"EstimatedArrival": "02/01/2017", | |
"FreightCharge": 14.99, | |
"InsuranceCharge": 0, | |
"IsCustomerAccount": false, | |
"Name": "CDW Xerox - FedEx 2 Day", | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"SpecialCode": "XDR", | |
"TotalCharge": 14.99, | |
"TotalWeight": 4, | |
"WeightType": "A" | |
}, | |
{ | |
"BoxHandlingCharge": 0, | |
"Code": "XM", | |
"ContractFreightTypesApplied": 0, | |
"Cost": 6.92, | |
"Description": "Next business day afternoon", | |
"EstimatedArrival": "01/31/2017", | |
"FreightCharge": 19.99, | |
"InsuranceCharge": 0, | |
"IsCustomerAccount": false, | |
"Name": "CDW Xerox - FedEx Standard Overnight", | |
"OrderHandlingCharge": 0, | |
"OtherCharge": 0, | |
"SaturdayCharge": 0, | |
"SpecialCode": "XDR", | |
"TotalCharge": 19.99, | |
"TotalWeight": 4, | |
"WeightType": "A" | |
} | |
] | |
}, | |
"PackageCount": 1, | |
"TransactionIdentifier": "DC3E507D-357D-48BF-A082-C1632B221B2F" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment