Skip to content

Instantly share code, notes, and snippets.

@ScottNeaves
Created August 2, 2016 16:28
Show Gist options
  • Save ScottNeaves/e1e88dd3e49f9982fbc4fcc219bf4391 to your computer and use it in GitHub Desktop.
Save ScottNeaves/e1e88dd3e49f9982fbc4fcc219bf4391 to your computer and use it in GitHub Desktop.
{
"fromAddress": {
"addressLines": ["345 Park Avenue"],
"cityTown": "San Jose",
"stateProvince": "CA",
"postalCode": "95110",
"countryCode": "US",
"name": "Adobe"
},
"toAddress": {
"addressLines": ["1 Infinite Loop"],
"cityTown": "Cupertino",
"stateProvince": "CA",
"postalCode": "95014",
"countryCode": "US",
"name": "Apple"
},
"parcel": {
"weight": {
"weight": 14.0,
"unitOfMeasurement": "OZ"
},
"dimension": {
"length": 8.0,
"width": 3.0,
"height": 7.0,
"unitOfMeasurement": "IN"
}
},
"rates": [{
"carrier": "usps",
"parcelType": "PKG",
"serviceId": "PM",
"rateTypeId": "",
"specialServices": [{
"specialServiceId": "DelCon",
"fee": 0.0,
"inputParameters": []
}],
"dimensionalWeight": {
"weight": 0.0,
"unitOfMeasurement": "OZ"
},
"totalCarrierCharge": 5.6,
"baseCharge": 5.6,
"deliveryCommitment": {
"minEstimatedNumberOfDays": "1",
"maxEstimatedNumberOfDays": "1",
"estimatedDeliveryDateTime": "2016-08-03",
"guarantee": "NONE",
"additionalDetails": "By end of Day"
}
}],
"shipmentOptions": [{
"name": "SHIPPER_BASE_CHARGE",
"value": "5.6"
}, {
"name": "SHIPPER_TOTAL_CHARGE",
"value": "5.6"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment