how to get amazon performance notifications by mws api - amazon-mws

how to get amazon performance notifications by Amazon Marketplace Web Service (Amazon MWS) api ???
seller central >>Performance>>Performance Notifications

Have a look at the Reports API and the report types. I don't think there is one specifically for performance notifications like you are looking for, but that would be the place to look first.

Related

How to consume Chatbot Analytics?

We want to somehow consume a Chatbot Analytics so we can create our Own Analytics site for our Clients.
Is that any Possible?
Are there Any tools that will help?
We don't want tools, we want to consume their Data and Present them in our own site on behalf of our Clients.
Conside creating Chatbot via Chatfuel, API.ai or something.
You can use chatbotproxy.com API to fetch app and page specific metrics.
Currently, it collects 10 metrics, Note: if there is no data; then API does not return 0, it skips keys with 0 count. ChatbotProxy Metrics
We don't want tools, we want to consume their Data and Present them in our own site on behalf of our Clients.
By assuming you are referring consumer response as Data, yes that is possible.
To gather that data you should use AWS cloud services; you can use AWS Lex and AWS Lambda to build chatbot. In AWS ecosystem,you build the skeleton with Lex and provide functionality using Lambda function which will be triggered on catching an intent.
Considering you want to do some custom analysis on your consumer's responses AWS provides the best solution. AWS implementations are more flexible, transparent and their SDKs are available for a diverse set of platforms.
If your bot is created using api.ai, unfortunately, there's no way to consume analytics data via API calls, instead, they have developed & announced Analytics dashboard in api.ai console. Here, you can review statistics relevant to the specific agent. The solution to your problem can be logging everything via webhooks and write your own analytics service, but you'd probably know that already.

Developer version of amazon MWS API

I want to have a look on amazon MWS api but it needs a special type of account (seller account) that I do not have one. I want just to see and use the technical aspects of the API with mock data.
So does amazon provide a "developer" version of their amazon MWS API?
You must have an Amazon seller account to use it. There are no sandboxes or developer versions to play with. You can download a client library where they have mock data for you to look at. That's right here: https://developer.amazonservices.com/
But that's the best you can get without being a seller.

Using Amazon MWS as an e-commerce solution

I'm currently looking into using Amazon Marketplace Web Services (MWS, https://developer.amazonservices.com/) as e-commerce solution for a client's website.
We will be putting this client's products on Amazon, the questions I have about MWS I have are as follows:
Is it possible to pull products from an Amazon Seller Account onto a non-Amazon seller website using MWS?
Is it possible to submit orders for those products on the non-Amazon seller website and have Amazon do all the payment processing and shipping?
Following the previous question, would it be possible to receive shipping updates for products customers order through this non-Amazon seller website?
I have been reading the MWS documentation and overview pages and it seems like MWS might be able to do everything I need, I just thought it would be nice to receive verification from someone who has worked with MWS before.
Thanks in advance.
Is it possible to pull products from an Amazon Seller Account onto a non-Amazon seller website using MWS?
Yes. You can use MWS to "download" data from Amazon. I haven't done that myself (all integrations I've done are the other way around), but it seems, that there may be considerable lag if you do this through the reporting API.
Is it possible to submit orders for those products on the non-Amazon seller website and have Amazon do all the payment processing and shipping?
Yes. For payment processing, look at Amazon's payment solutions which are not part of MWS. Shipping can be done through MWS using the FBA (Fulfillment by Amazon) calls, such as CreateFulfillmentOrder.
Following the previous question, would it be possible to receive shipping updates for products customers order through this non-Amazon seller website?
Yes. You can get at least some shipping and tracking information for FBA shipments from Amazon, see GetPackageTrackingDetails. I'm not sure if the included tracking number will always be valid - and this may very well depend on your country / region / other stuff. Depending on the level of detail you require, you might have to integrate with that shipping service's API as well.

Which API is used for getting Invoice and Label for Amazon orders using Amazon MWS

I am making an application that accesses the orders programmatically using Amazon MWS API. I want to get the invoice and label for order but I don't know which API is providing this facility, as I checked Merchant Fulfillment API but that is available only in the US,UK, and Germany and I am confused that is the API I am looking for.
Please suggest me which API is suited for this and also what is the difference between Inbound and outbound shipment API provided by Amazon MWS.
Any help would be appreciated
Thanks!

How can I get the inventory level of an item from Amazon using MWS API?

For those who are Amazon ninja, I am wondering if there is the API to retrieve the number of stocks available for the items that are listed in Amazon? I know that Amazon provides that service for those who have registered for Amazon's FBA (Fulfillment by Amazon), but that's not what I'm looking for. I would like to get the inventory levels of the products using non-FBA Amazon APIs. Any help or advice would be appreciated.
you can use _GET_MERCHANT_LISTINGS_DATA_ report for non-FBA products and _GET_AFN_INVENTORY_DATA_ report for FBA product's Inventory
I am sorry but you can not access this information with out access to MWS api services.

Resources