From aa4908afb2693911e8ba24cda67bfe9185360cbd Mon Sep 17 00:00:00 2001 From: Holly Abrams Date: Tue, 15 Oct 2024 17:24:54 -0400 Subject: [PATCH 1/2] Adding DHL Express hazmat example --- .../guides/carriers/dhl-express/options.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 official/guides/carriers/dhl-express/options.json diff --git a/official/guides/carriers/dhl-express/options.json b/official/guides/carriers/dhl-express/options.json new file mode 100644 index 00000000..b52a2aaa --- /dev/null +++ b/official/guides/carriers/dhl-express/options.json @@ -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": "dr_steve_brule@gmail.com" + }, + "from_address": { + "name": "EasyPost", + "street1": "417 Montgomery Street", + "street2": "5th Floor", + "city": "San Francisco", + "state": "CA", + "zip": "94104", + "country": "US", + "phone": "4153334445", + "email": "support@easypost.com" + }, + "parcel": { + "weight": "23" + }, + "options": { + "hazmat": "LITHIUM" + } + } +} From fc5555007af923a21be8fbf9464181b9c04d6817 Mon Sep 17 00:00:00 2001 From: Holly Abrams Date: Tue, 15 Oct 2024 17:26:56 -0400 Subject: [PATCH 2/2] Fix: format node --- .../guides/carriers/dhl-express/options.json | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/official/guides/carriers/dhl-express/options.json b/official/guides/carriers/dhl-express/options.json index b52a2aaa..8520ba42 100644 --- a/official/guides/carriers/dhl-express/options.json +++ b/official/guides/carriers/dhl-express/options.json @@ -1,31 +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": "dr_steve_brule@gmail.com" - }, - "from_address": { - "name": "EasyPost", - "street1": "417 Montgomery Street", - "street2": "5th Floor", - "city": "San Francisco", - "state": "CA", - "zip": "94104", - "country": "US", - "phone": "4153334445", - "email": "support@easypost.com" - }, - "parcel": { - "weight": "23" - }, - "options": { - "hazmat": "LITHIUM" - } + "to_address": { + "name": "Dr. Steve Brule", + "street1": "179 N Harbor Dr", + "city": "Redondo Beach", + "state": "CA", + "zip": "90277", + "country": "US", + "phone": "8573875756", + "email": "dr_steve_brule@gmail.com" + }, + "from_address": { + "name": "EasyPost", + "street1": "417 Montgomery Street", + "street2": "5th Floor", + "city": "San Francisco", + "state": "CA", + "zip": "94104", + "country": "US", + "phone": "4153334445", + "email": "support@easypost.com" + }, + "parcel": { + "weight": "23" + }, + "options": { + "hazmat": "LITHIUM" + } } }