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

How do I get data from API(woocommerce, Amazon mws, Shopify) in laravel and update at specific intervals

I'm quite new to laravel and thus I exactly don't know which services to use for the following thing I'm trying to do: When the user inputs his credentials for Woocommerce, Amazon Mws Shopify etc, I need to get the data from their API's and store…
Rajesh Kumar Padhy
  • 301
  • 1
  • 2
  • 6
-1
votes
2 answers

Automated inventory management using Amazon web services is possible?

I have these requirements , Is it possible to accomplish using Amazon Web Services. I need to get a file (excel) from email address with product numbers (SKUs) and quantities for each one. I need to load it into database where I already have all…
user3427540
  • 1,162
  • 1
  • 14
  • 30
-1
votes
1 answer

Running Amazon product api based application via proxy to avoid throttle

I am making an application based on Amazon Product API (or could be MWS), I will need to fetch data huge information again and again. So, in order to avoid Throttling limits, i would like to use Proxy ips. Is this a valid thing to do. 1. Is the…
Subhash Makkena
  • 1,909
  • 2
  • 13
  • 15
-1
votes
1 answer

Putting advertisement item on amazon, ebay

I have my own online selling stole. I want to put some item on amazon, ebay. I dont know how to proceed, any help would be highly appreciate.
user2129623
  • 2,167
  • 3
  • 35
  • 64
-1
votes
1 answer

How to get product details of Merchants Amazon MWS API

I would like to list some products details of a merchant in Amazon Marketplace using MWS API calls. I used to call GetLowestOfferListingForSKUSample API and I got some Lowest prices of each product. I would like to get Seller's Name along with each…
Sayhan
  • 165
  • 20
-1
votes
2 answers

Amazon MWS Product Feed Not Submitting

I am working on the Amazon API. I want to submit the product feed on amazon account. I have validated the XML file (product feed) by the Amazon Scratch Pad and i get the Response that Feed is submitted but when i run the script, to submit the same…
Zee
  • 1
  • 2
-2
votes
1 answer

Convert mws result .csv on php array

I work on mws amazon api so i got data from ReportsApi with that request _GET_MERCHANT_LISTINGS_DATA_LITE_. $request = new MarketplaceWebService_Model_GetReportRequest($parameters); //Envoyer la demande GetReport et recuperer le…
-2
votes
1 answer

How can I import amazon products with synchronisation of inventory with our website for any particular amazon seller?

I want to synchronisation amazon products with our website. I have used amazon MWS product API, and I get products with any specification of search type, like SKU, SBIN, etc. I don't get all Amazon Products of any particular Amazon seller. Although…
-2
votes
1 answer

paddler: undefined method `list_financial_event_groups' for #

I'm calling an API list_financial_event_groups using peddler and its says it is undefined method. Even though the API call is present in paddler documentation. I'm calling the get_report_list with same client and its working fine. I don't know why…
Qumber Ali
  • 47
  • 1
  • 1
  • 9
-2
votes
1 answer

what's best way to handle xml in mws

I am using python. For feeds api you need to submit an xml file. How do I convert it from xsd files in python?
Chris
  • 47
  • 5
-2
votes
1 answer

Cannot create STREAM from file or string

I am trying to create a stream from a file or a string but I am getting the below error. ReadTimeout = 'stream.ReadTimeout' threw an exception of type 'System.InvalidOperationException' WriteTimeout = 'stream.WriteTimeout' threw an exception of type…
Arif YILMAZ
  • 5,754
  • 26
  • 104
  • 189
-2
votes
1 answer

Amazon MWS "Flat File Price and Quantity Update Feed"

I want to use the feed api to submit the stock and price of my products to Amazon Marketplaces in EU. Using the FeedType _POST_FLAT_FILE_PRICEANDQUANTITYONLY_UPDATE_DATA_ with the appropriate CSV seems to work. Since I have different prices for the…
schoash
  • 166
  • 1
  • 6
-3
votes
1 answer

How can I register for Amazon MWS through API

I want to integrate Amazon MWS to my e-commerce website. Through which user can post their products on amazon for which I want to call amazon mws api. Can users get register for amazon mws through api call . How?
-3
votes
1 answer

Amazon api keeps cancelling my request

Everytime I ping amazon to get _GET_FBA_MYI_UNSUPPRESSED_INVENTORY_DATA_ I can make the request and it SUBMITTED for about 10 seconds then when I ping again it says cancel I have tried making the request 3 times and all of the times it seems to get…
Teirten
  • 61
  • 7
-3
votes
1 answer

Parsing string response

I'm getting this response from amazon, it just string. The first values are the titles and the other values are the values. The Response is : order-id order-item-id purchase-date payments-date buyer-email buyer-name 103-26010-55904 394929210114…
avnic
  • 3,241
  • 8
  • 37
  • 46
1 2 3
55
56