Skip to content

Instantly share code, notes, and snippets.

@dekomote
Created May 25, 2021 08:12
Show Gist options
  • Save dekomote/fa09512299931b01fcd99e5bb5dacc61 to your computer and use it in GitHub Desktop.
Save dekomote/fa09512299931b01fcd99e5bb5dacc61 to your computer and use it in GitHub Desktop.
Easypost API Json
{
"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": "dr_steve_brule@gmail.com",
},
"from_address": {
"company": null,
"street1": "417 Montgomery Street",
"street2": "5th Floor",
"city": "San Francisco",
"state": "CA",
"zip": "94104",
"country": "US",
"phone": "4153334444",
"email": "support@easypost.com",
},
"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