Created
August 2, 2016 16:28
-
-
Save ScottNeaves/e1e88dd3e49f9982fbc4fcc219bf4391 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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