Skip to content

Instantly share code, notes, and snippets.

@teddychan
Last active August 29, 2015 14:02
Show Gist options
  • Save teddychan/cb8ee7ed6635c1de2c9d to your computer and use it in GitHub Desktop.
Save teddychan/cb8ee7ed6635c1de2c9d to your computer and use it in GitHub Desktop.
v4-res-get-couriers.json
{
"meta": {
"code": 200
},
"data": {
"total": 2,
"couriers": [
{
"slug": "dhl",
"name": "DHL",
"phone": "+1 800 225 5345",
"other_name": "DHL Express",
"web_url": "http://www.dhl.com/",
"required_fields": []
},
{
"slug": "deutsch-post",
"name": "Deutsche Post Mail",
"phone": "+49 (0) 180 2 000221",
"other_name": "dpdhl",
"web_url": "http://www.deutschepost.de/",
"required_fields": [
"tracking_ship_date"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment