Created
May 25, 2021 08:12
-
-
Save dekomote/fa09512299931b01fcd99e5bb5dacc61 to your computer and use it in GitHub Desktop.
Easypost API Json
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
{ | |
"to_address": { | |
"name": "Dr. Steve Brule", | |
"company": null, | |
"street1": "179 N Harbor Dr", | |
"street2": null, | |
"city": "Redondo Beach", | |
"state": "CA", | |
"zip": "90277", | |
"country": "US", | |
"phone": "4153334444", | |
"mode": "test", | |
"email": "[email protected]", | |
}, | |
"from_address": { | |
"company": null, | |
"street1": "417 Montgomery Street", | |
"street2": "5th Floor", | |
"city": "San Francisco", | |
"state": "CA", | |
"zip": "94104", | |
"country": "US", | |
"phone": "4153334444", | |
"email": "[email protected]", | |
}, | |
"parcel": { | |
"length": 20.2, | |
"width": 10.9, | |
"height": 5.0, | |
"weight": 140.8, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment