Skip to content

Instantly share code, notes, and snippets.

@stekycz
Created January 29, 2017 12:44
Show Gist options
  • Save stekycz/a745dd922867eebdeb2a8ae8edce0e91 to your computer and use it in GitHub Desktop.
Save stekycz/a745dd922867eebdeb2a8ae8edce0e91 to your computer and use it in GitHub Desktop.
{
"data": {
"id": "85bc026c-677a-4d0a-904f-251c9ed76973",
"state": "new",
"address": "...",
"items": [ ... ]
},
"events": {
"accepted": "https://api.my-eshop.example.com/order/85bc026c-677a-4d0a-904f-251c9ed76973/notifications?status=accepted",
"exported": "https://api.my-eshop.example.com/order/85bc026c-677a-4d0a-904f-251c9ed76973/notifications?status=exported",
"delivered": "https://api.my-eshop.example.com/order/85bc026c-677a-4d0a-904f-251c9ed76973/notifications?status=delivered"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment