Last active
June 8, 2016 04:15
-
-
Save msmithstubbs/11ec0899af0af33934f8c9a8dc2363c6 to your computer and use it in GitHub Desktop.
Back in Stock webhook example
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
{ | |
"topic": "notification/sent", | |
"timestamp": "2016-06-08 03:58:20 UTC", | |
"customer": { | |
"email": "[email protected]" | |
}, | |
"product": { | |
"product_id": 12345678, | |
"variant_id": 98765432, | |
"sku": "aliens-02" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment