- Newest
- Most votes
- Most comments
You will only receive ANY_OFFER_CHANGED notifications for items for which you have active offers. You cannot subscribe to notifications for items for which you do not have active offers. To know more about the notification, Kindly refer [+].
I'm using SP-API to create notification messages whenever a product's offer changes (notification type: ANY_OFFER_CHANGED).
It is working because I can see messages when I go to Amazon SQS --> Queues and I can see a bunch of messages available.
My question: What function in the API do we call in our application in order to actually get and enumerate through the messages?
Calling getDestination() or getSubscription() only seem to return ID's in the payload, but I don't know what function to call in order to enumerate through all these messages sitting in the Queue.
Our goal is to call our application every few minutes to process messages and update the prices of our products based on these notification messages in the queue. I just need someone to point me on what API function is used to retrieve these messages.
See, e.g., AWS SDK for .NET API Documentation: AmazonSQSClient.ReceiveMessage (ReceiveMessageRequest) .
Relevant content
- asked 2 years ago
- asked 4 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 8 months ago
