Last active
December 11, 2015 08:08
-
-
Save teddychan/21c4ebc24d3e18d7082c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"meta": { | |
"code": 200 | |
}, | |
"data": { | |
"limit": 50, | |
"keyword": "", | |
"slug": "", | |
"origin": [], | |
"destination": [], | |
"tag": "", | |
"fields": "", | |
"created_at_min": "2014-03-27T07:36:14+00:00", | |
"created_at_max": "2014-06-25T07:36:14+00:00", | |
"cursor": "AJkBYXR0cmlidXRlc1RvUmV0cmlldmU9b2JqZWN0SUQmYXR0c....", | |
"trackings": [ | |
{ | |
"id": "53aa7b5c415a670000000021", | |
"created_at": "2014-06-25T07:33:48+00:00", | |
"updated_at": "2014-06-25T07:33:55+00:00", | |
"tracking_number": "123456789", | |
"tracking_account_number": null, | |
"tracking_postal_code": null, | |
"tracking_ship_date": null, | |
"slug": "dhl", | |
"active": false, | |
"custom_fields": { | |
"product_price": "USD19.99", | |
"product_name": "iPhone Case" | |
}, | |
"customer_name": null, | |
"destination_country_iso3": null, | |
"emails": [ | |
"email@yourdomain.com", | |
"another_email@yourdomain.com" | |
], | |
"expected_delivery": null, | |
"note": null, | |
"order_id": "ID 1234", | |
"order_id_path": "http://www.aftership.com/order_id=1234", | |
"origin_country_iso3": null, | |
"shipment_package_count": 0, | |
"shipment_type": null, | |
"signed_by": "raul", | |
"smses": [], | |
"source": "api", | |
"tag": "Delivered", | |
"title": "Title Name", | |
"tracked_count": 1, | |
"unique_token": "xy_fej9Llg", | |
"checkpoints": [ | |
{ | |
"slug": "dhl", | |
"city": null, | |
"created_at": "2014-06-25T07:33:53+00:00", | |
"country_name": "VALENCIA - SPAIN", | |
"message": "Awaiting collection by recipient as requested", | |
"country_iso3": null, | |
"tag": "InTransit", | |
"checkpoint_time": "2014-05-12T12:02:00", | |
"coordinates": [], | |
"state": null, | |
"zip": null | |
}, | |
... | |
] | |
}, | |
... | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment