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 generate a random value for an order number, only if that order number appears multiple times within the database

I have been working on a database that holds order numbers and order information. Previously I used a report that provided an order ID and a unique item ID for each item ordered. The item ID was the primary key as it was a uniquely assigned value.…
Robert H
  • 11,520
  • 18
  • 68
  • 110
0
votes
1 answer

generating java objects with mws

I just started using the Amazon MWS (Marketing web services) and it seems that they no longer use wsdl With the new amazon MWS that does not use soap how do I generate java objects with jaxb binding?
Alex Krupka
  • 710
  • 9
  • 20
0
votes
2 answers

No config.inc.php file+ Class 'MarketplaceWebService_Model_SubmitFeedRequest' not Found

I downloaded the Feeds API Section Client Library for php but there is no config.inc.php file. I even searched for the config file in other api library. Can anyone guide me through the problem??? To solve the issue, I created my own config.inc.php…
Neeraj Dangol
  • 223
  • 1
  • 12
0
votes
1 answer

Error 13043 when trying to submit product feed to Amazon MWS

I am using MWS to send a product feed to Amazon. This is what I am sending (in the product feed, not the price feed) using type of: _POST_PRODUCT_DATA_ Why am I getting an error saying my price is not good?
Yan
  • 1,424
  • 4
  • 21
  • 44
-1
votes
1 answer

Is there any way to cancel removal order using amazon MWS API?

I want to cancel the removal order through MWS API. But I didn't found any information to cancel removal order using MWS api. Then i found removal orders are setup the same as customer orders. So,I just tried FeedType(but getting error in Get Feed…
JankiWebs
  • 1
  • 1
-1
votes
1 answer

GetMatchingProductForId() only returns a result if there's an active offer

As per subject, GetMatchingProductForId() returns results, eg. when querying by EAN and trying to get an ASIN back, only if active offers exist for that ASIN. Essentially, if noone (else) is selling this product while we query, we can't get an ASIN…
sexybit
  • 33
  • 6
-1
votes
1 answer

ConditionType error message when uploading feed with "_POST_FLAT_FILE_LISTINGS_DATA_" using amazon MWS

I want to upload my product to "amazon.com" with the feed template "_POST_FLAT_FILE_LISTINGS_DATA_" using amazon MWS from my website. When it submitted the feed through amazon mws then i am facing the following error: "The ConditionType for SKU:…
Subrata
  • 27
  • 1
  • 1
  • 8
-1
votes
1 answer

Sample python script or curl to submit ION file (xml) as MWS feed

We have a use case where we want to submit an ION file (in .xml extension) to the FRPG-ops tool using MWS service. when we look into this document http://docs.pythonboto.org/en/latest/ref/mws.html?#boto.mws.connection.MWSConnection.submit_feed, we…
nithya j
  • 43
  • 4
-1
votes
1 answer

Laravel PHP Tricky Undefined Index Error

I am banging my head against a wall trying to figure out this error im getting in laravel (version 5.6.23, I checked :( ). Basically I'm reading an associative array created by JSONdecode, and one call is returning the error: Undefined index :…
-1
votes
1 answer

Is there any way to poll any change in amazon products?

Is there any possibility to get information about change in listings from Amazon. Like I would like to get the listings which are changed on amazon.
Shaikh Salman
  • 57
  • 1
  • 5
-1
votes
1 answer

Amazon MWS implementation in android studio

I am developing an application which uses MWS (Amazon market web services). What I have done import java libraries given by Amazon Configuration application with respect seller or Merchant credential. But when I run application the following error…
-1
votes
1 answer

How to Calculate md5 hash of Amazon's report file received from GetReport operation

I need to calculate Md5 hash in php for the GetReport file received from Amazon GetReport call and match with Content-md5 hash string received in GetReport response header to check the integrity of the file. The problem is i can't figure out how to…
-1
votes
1 answer

Amazon MWS Error 25 - Do You See An Error With My XML?

I'm trying to automate the shipping confirmation of our Amazon orders, but the submit feed says, "We are unable to process the XML feed because one or more items are invalid. Please re-submit the feed.". I've checked it against the documentation…
billabrian6
  • 431
  • 3
  • 10
  • 24
-1
votes
1 answer

PHP XML Get Node Values

I need to be able to take the information out of this XML file in order to display on the front end during the checkout process of my Magento site. This file is returned to me from Amazon with the shipping information I need to show the user:
-1
votes
1 answer

Amazon Custom zip now returning empty

Amazon Custom orders normally come in like this through the Reports API. (https://zme-caps.amazon.com/t/randomstring/randomstring/1 after the country is the link to the zip) 104-7327504-xxxxxxx [More Data Here] US …
Goose
  • 4,764
  • 5
  • 45
  • 84