Skip to content

Instantly share code, notes, and snippets.

@dnunez24
Created February 21, 2017 18:22
Show Gist options
  • Save dnunez24/bc225ece64f5639f92689db0159580aa to your computer and use it in GitHub Desktop.
Save dnunez24/bc225ece64f5639f92689db0159580aa to your computer and use it in GitHub Desktop.
CDW Freight API Proposed Transit Time Estimates
{
"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