Last active
December 18, 2015 08:39
-
-
Save teddychan/5755792 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
{ | |
"tracking": { | |
"slug": "dhl", | |
"tracking_number": "123456789", | |
"title": "Title Name", | |
"smses": [ | |
"+18555072509", | |
"+18555072501" | |
], | |
"emails": [ | |
"[email protected]", | |
"[email protected]" | |
], | |
"order_id": "ID 1234", | |
"order_id_path": "http://www.aftership.com/order_id=1234", | |
"custom_fields": { | |
"product_name": "iPhone Case", | |
"product_price": "USD19.99" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment