Questions tagged [amazon-mws]

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.

Resources

Guides

API Reference

826 questions
0
votes
0 answers

SignatureDoesNotMatch when calling MWS GetOrder

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…
0
votes
1 answer

Parse amazon mws api response xml Into a dataset with datatables

This is the repsonse I'm getting from amazon mws ListInventorySupplyRequest
boruchsiper
  • 2,016
  • 9
  • 29
  • 53
0
votes
1 answer

Unable to request _GET_SELLER_FEEDBACK_DATA_ report from Amazon MWS Reports API?

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…
Keyur Padalia
  • 2,077
  • 3
  • 28
  • 55
0
votes
2 answers

What are the Amazon Order API throttling rates

I am unable to find any documentation on the MWS Orders API throttling rates.
cyberwombat
  • 38,105
  • 35
  • 175
  • 251
0
votes
1 answer

Amazon MWS SignatureDoesNotMatch Solution

I am getting the following error: Sender SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult…
kk1957
  • 8,246
  • 10
  • 41
  • 63
0
votes
1 answer

After creating shipment plan through MWS feed, not sure how to create shipment

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…
gnychis
  • 7,289
  • 18
  • 75
  • 113
0
votes
3 answers

How to find out if Amazon itself is selling an item through API?

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…
Suraj
  • 451
  • 7
  • 17
0
votes
1 answer

Amazon MWS SubmitFeed - Fatal error: Call to a member function asXML() on a non-object

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…
stackUser4444
  • 19
  • 1
  • 4
0
votes
2 answers

Fatal error: Call to a member function asXML() on a non-object

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…
stackUser4444
  • 19
  • 1
  • 4
0
votes
1 answer

Amazon Report API - Downloaded Text File Occasional Corruption

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…
Fred
  • 5,663
  • 4
  • 45
  • 74
0
votes
2 answers

acknowledge order report amazon mws

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…
Bhavya
  • 572
  • 3
  • 14
0
votes
2 answers

Amazon MWS _POST_ORDER_FULFILLMENT_DATA_ Not Submitting

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…
Jason
  • 29
  • 2
  • 8
0
votes
1 answer

How to get date value from protected array?

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 ( …
Keyur Padalia
  • 2,077
  • 3
  • 28
  • 55
0
votes
1 answer

Socket Error when using MWS SubmitFeed in Delphi using TIdHTTP

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 :=…
0
votes
1 answer

Getting error while creating order?

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…
Mega Fox
  • 141
  • 1
  • 9