Advertisement
czerwony03

BigCommerce webhook store/order/statusUpdated json

Jan 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.   "scope": "store/order/statusUpdated",
  3.   "store_id": "123456",
  4.   "data": {
  5.     "type": "order",
  6.     "id": 169,
  7.     "status": {
  8.       "previous_status_id": 5,
  9.       "new_status_id": 9
  10.     }
  11.   },
  12.   "hash": "6923dda2313a5709b13f9b217a3acd6f8308a0c2",
  13.   "created_at": 1535486277,
  14.   "producer": "stores/abcdefg"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement