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.
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…
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…
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…
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 =…
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
(
…
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…
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:
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…
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…
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…
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' => "*********",
…
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…