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.
If I use Action=GetServiceStatus, the program below works fine, returning "200 OK" and an XML response as MWS scratchpad.
But if I just change Action="GetOrder" (and add the required extra string AmazonOrderId.Id.1=xxx-5684184-6801000) then it…
I am using Amazon MWS Reports API to get customer's feedback using "_GET_SELLER_FEEDBACK_DATA_" report type.
But unfortunately it says "report status cancelled". Using Scratchpad to request this report it works fine.
The following is my…
I am getting the following error:
SenderSignatureDoesNotMatch
−
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult…
I am a little stuck and confused on something. I read through the following API which details how to create an FBA inbound shipment "plan" by using Amazon's MWS feed API
I used the following template from Amazon to create the shipment plan flat…
I am using "GetLowestOfferListingsForASIN" MWS API to get the lowest prices sold in Amazon for an ASIN. My requirement is to find out if the lowest price is being sold by Amazon itself. Since the API is not returning any seller ID so I am unable to…
I know similar questions have already been asked, however, I have tried the solutions without any success. I keep getting this error:
Fatal error: Call to a member function asXML() on a non-object in ... on line 188
Here is my…
I know similar questions have already been asked, however, I have tried the solutions without any success. I keep getting this error:
Fatal error: Call to a member function asXML() on a non-object in
... on line 188
Here is my…
I am using the Amazon MWS API to download a text file containing orders. 70% of the time the file downloads perfectly but sometime I get corruption. If I look at the file via the Amazon web front end it looks fine. However by the time it is stored…
I am using "GetReportList" api with report list type as "_GET_ORDERS_DATA" to pull order reports from amazon. But I want to pull only new orders. How can I use the "acknowledged" field to make sure that I pull only new orders(which were not…
I have looked at this so long to find whats wrong with my XML structure but maybe now cant see it for looking at it. Can anyone help?
When I run this is in the Scratchpad, after trying to submit, I keep getting "We are unable to process the XML feed…
I am getting this output from Amazon's Report API and i am trying to get the AvailableDate field value but it keep telling me .
Output from Amazon API:
MarketplaceWebService_Model_ReportInfo Object
(
[fields:protected] => Array
(
…
I am building an application in Delphi 2006 to integrate with Amazon's MWS API but am getting Socket Error 10061 Connection Refused.
Here is my Delphi code:
// pull out url end point - in my case mws-eu.amazonservices.com:443
url := '';
url :=…
I am using the PHP library with osc. while creating an order I used the credentials to check through the scratchpad https://mws.amazonservices.com/scratchpad/index.html with following request parameters.
Request…