Understanding how to use Notifications #538
-
I'm trying to wrap my head around notifications. I followed the docs and have done these steps:
The payload I'm returned is:
Is there something I'm missing about getting the actual price changes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The destination has to be a SQS Queue, not a role. The notifications are explained here: Once you've set this up you can listen to the queue and process messages that Amazon pushed to it. |
Beta Was this translation helpful? Give feedback.
-
Here's a meeting should you need help. https://calendly.com/d/dkx-8jn-nzp/sp-api |
Beta Was this translation helpful? Give feedback.
The destination has to be a SQS Queue, not a role.
The notifications are explained here:
https://docs.developer.amazonservices.com/en_UK/subscriptions/Subscriptions_ReceivingNotifications.html
Once you've set this up you can listen to the queue and process messages that Amazon pushed to it.