I am just browsing the Amazon MWS documentation and exploring their PHP client libraries.
It seems that for each section they provided a separate SDK. I wonder if there is any compiled API so that we can just include it in our project and use it.
The main problem I'm experiencing is, for example, I somehow managed to list my products on Amazon using the MWS API. Now, how can I find out if there is any order. I want to integrate it into my system, that every time a new order arrives, I should receive a notification about this without a manual call ListOrders. Do they have any webhooks?
source
share