Amazon Marketplace Web Service (Amazon MWS) is an integrated Web service API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more.
Amazon MWS Developer Site - Provides all documentation and source code (in PHP, C# and Java). A seller account is needed to access the forums.
When I am using the Amazon MWS php API in a linux cli the code is returning a load of bebug information - output starts with:-
About to connect() to mws.amazonservices.co.uk port 443 (#0)
Trying 178.236.4.102... connected
Connected to…
I am familier with Amazon MWS and have used Report,Feed and Product API in past, now i want to upload TSV order file to ship all those orders in my amazon seller central's account. Please can anyone tell me what feed type should i use and what is…
I am attempting a go at updating quantities using the SubmitFeed action. Does anyone have experience with this? The error I am receiving is: 'Either Action or Operation query parameter must be present', but I do have 'Action=SubmitFeed' in the…
I am relatively new to Java and have been stuck for a few days trying to get my application to 'POST' a HTTP request to Amazon's MWS API. I keep getting a 'SignatureDoesNotMatch' response and I cannot figure out why. I have used Amazon's MWS…
I'm new to Rails (but not new to web development in general). I'm using the mws-connect gem (https://github.com/devmode/mws) to connect to Amazon Marketplace Web Service. I'm trying to cancel an order, and according to the Amazon MWS API docs, the…
I have some trouble to get a simple xml answer from Amazon, it reports me always:
Sender
InvalidParameterValue
Either Action or Operation query parameter must be present.
And if I ask their Support, they can't help me they dont see the…
I am attempting to use PHP to parse an XML document. It is basically working except I am getting a very weird error that I do not see a reason for. The XML for the first ASIN is this:
We allready get a list of our Products through the Amazon MWS API, with the ReportTyp _GET_FLAT_FILE_OPEN_LISTINGS_DATA_.
Probelm we have is, that we cant see if the product is NEW or USED.
And i also dont know any report with whom i could do…
I would like to update my products with the Amazon MWS API. The problem: I only have the products ASIN's to identify them. Not the SellerSKU.
As far as I have seen until now, the Feed to update the products Data does only accept the SKU as an…
I have a feed which sets the price of a book in my amazon inventory.
I am able to set the standard price of the book but I have no idea how to set the shipping price, I want to set the shipping price to 0, below is the current feed that I am…
I am working on Amazon MWS for importing all amazon orders in our internal database. I am able to import all orders in my database by php and mysql but not get orders product.
How do I use Amazon MWS with PHP to access and print out packing lists? What is the process, and if possible what are the steps? Examples would be helpful.
What would be the best way to retrieve orders from Amazon MWS?
My current code is as follows...
MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig();
config.ServiceURL =…
I am using Amazon MWS and i get all my product sales report. but I want to know if there is any way i can get sales report for any product ASIN which i am not selling. So That i can find prospective product to sell.
--Thank you for your time.
Does any one know if the service status in the orders part of the API is the same as the ones in the Sellers and Products?
Or does it return the status of each section? If this were the case would the Feeds API not also have a service status?