Skip to content

Commit

Permalink
Merge pull request #166 from hollyabrams/dhl-express-hazmat-option
Browse files Browse the repository at this point in the history
Adding DHL Express hazmat example
  • Loading branch information
Justintime50 authored Oct 16, 2024
2 parents 4dda33a + fc55550 commit 322667d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions official/guides/carriers/dhl-express/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"shipment": {
"to_address": {
"name": "Dr. Steve Brule",
"street1": "179 N Harbor Dr",
"city": "Redondo Beach",
"state": "CA",
"zip": "90277",
"country": "US",
"phone": "8573875756",
"email": "[email protected]"
},
"from_address": {
"name": "EasyPost",
"street1": "417 Montgomery Street",
"street2": "5th Floor",
"city": "San Francisco",
"state": "CA",
"zip": "94104",
"country": "US",
"phone": "4153334445",
"email": "[email protected]"
},
"parcel": {
"weight": "23"
},
"options": {
"hazmat": "LITHIUM"
}
}
}

0 comments on commit 322667d

Please sign in to comment.