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

How to specify SellerWarrantyDescription in Amazon MWS API?

I am sending product feed, price feed, image feed and inventory feed successfully to Amazon with all fields except warranty information. Now I am stuck at sending SellerWarrantyDescription field and I have no idea how I should specify this field on…
Robi
  • 346
  • 6
  • 15
0
votes
2 answers

Get full billing address in amazon mws reports

I am using _GET_ORDERS_DATA_ report to pull orders to be fulfilled. But this report does not seem to give full billing address(it misses state,zip,city,country) unlike the shipping address. Is there any way that i can get these details for billing…
Bhavya
  • 572
  • 3
  • 14
0
votes
1 answer

Amazon MWS Error When Subitting _POST_ORDER_FULFILLMENT_DATA_ Feed

I am getting the following error: 1 Error 25 We are unable to process the XML feed because one or more items are invalid. Please…
Paul Peat
  • 226
  • 1
  • 2
  • 6
0
votes
1 answer

Access denied on consuming Amazons FBA inventory API

I was using the Fulfilled by Amazon (FBA) Inventory API( https://developer.amazonservices.com/doc/fba/inventory/v20101001/php.html/185-9758808-3007701 ) but getting the following error after executing " ListInventorySupplySample.php " . Can anyone…
Mega Fox
  • 141
  • 1
  • 9
0
votes
1 answer

Amazon MWS : Access denied Error for ListOrders

Yesterday my code was working and today when I again check it is throwing an error. I want to fetch the orders from amazon India for which I have used Orders.ListOrders API of Amazon MWS here is my code : $action = 'ListOrders'; $params =…
Rakesh Shetty
  • 4,548
  • 7
  • 40
  • 79
0
votes
1 answer

Format response coming from cUrl request

I am working on amazon MWS and trying to get product details from SKU using GetMatchingProductForId. The response which I get is : SimpleXMLElement Object ( [GetMatchingProductForIdResult] => SimpleXMLElement Object ( …
Rakesh Shetty
  • 4,548
  • 7
  • 40
  • 79
0
votes
1 answer

Amazon MWS - Submit Feed - Add Product

I'm trying to add a new product to my seller account, using SubmitFeed function (feed type being _POST_PRODUCT_DATA_). Everytime I try it, a different error comes up. Want to confirm if I understand the underlying concepts correct. ISBN/UPC/EAN are…
EagerToLearn
  • 827
  • 2
  • 14
  • 24
0
votes
1 answer

Feed for updating shipping price fails with No child element is expected at this point

IM trying to update the shipping cost for my product. This is the feed that I submit:
user1029829
  • 941
  • 3
  • 16
  • 34
0
votes
1 answer

Prestashop to Amazon Product Import through XML

I am using Third party Module to synchronize my products to Amazon.in using Amazon Marketplace web Service (Amazon MWS). I send the following Product Feed:
0
votes
1 answer

why Current Status of Listings is inactive amazon seller account

I have created a seller account and successfully created an item, but after 15 minutes it is not showing to buy on amazon portal. When we check Account info, then Current Status of Listings: Inactive (Listings not available for sale on…
Atul Jain
  • 1,035
  • 2
  • 16
  • 24
0
votes
1 answer

Taking contents of text file and inserting them in necessary places in XML file

I am making a website using Wordpress - I am integrating the Amazon FBA (Fulfillment By Amazon) service with the woocommerce plugin, using the Amazon MWS PHP API. So far I have figured out how to generate an inventory report and then download it…
ewizard
  • 2,801
  • 4
  • 52
  • 110
0
votes
1 answer

How to List Product on Existing Product Page

Every Amazon product page has a 'buy box,' but customers can also buy from other third party sellers in the 'other sellers' column on the right. How do I list my product there via the MWS API? The documentation seems to show how to add an entirely…
heebee313
  • 325
  • 1
  • 5
  • 16
0
votes
1 answer

Parse Amazon Order Response xml

xxxxxxxx 07/31/2014 15:35:36 xxxxxx
user3886819
  • 11
  • 1
  • 1
  • 3
0
votes
5 answers

Amazon MWS Products SignatureDoesNotMatch

When I run this code, I get a SignatureDoesNotMatch error. I'm not finding the issue. I even commented out the sort() to keep the array in natural order. Any help would be appreciated. $params = array( 'AWSAccessKeyId' => "*********", …
0
votes
1 answer

How to differentiate between inventory in different sites?

I'm using the ListInventorySupply action to get all my inventory https://mws.amazonservices.co.uk/FulfillmentInventory/2010-10-01?AWSAccessKeyId .... Now the response includes ALL my inventory for all European sites. How can I know which items are…
Yisroel M. Olewski
  • 1,560
  • 3
  • 25
  • 41