Webcams for Amazon MWS

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?

+4
source share
2 answers

We've been integrating with Webgility with the Amazon MWS APIs for half a dozen years or more. Unfortunately, working with them is not as easy as one would hope. The amount of data is throttled, the full data set requires multiple calls and answers your question: there are no Webhooks that we know about.

We help e-commerce sellers process hundreds of thousands of Amazon orders per month (sometimes per week), but still deal with the API issues you are facing.

+2
source

Source: https://habr.com/ru/post/1609336/


All Articles