amazon-mws Questions

2

Is there any way to get results of an Amazon MWS request in the Json or Xml format instead of a plain string? my code is the following: public function listOrders() { $request = "https://mws.ama...
Corot asked 30/11, 2016 at 20:47

2

When I'm using my account api keys, which endpoint and which API do I need to hit to be able to tell if I can sell a given product or not?
Exaction asked 6/10, 2016 at 16:3

2

Solved

The Data: <Relationships> <ns2:VariationChild> <Identifiers> <MarketplaceASIN> <MarketplaceId>ATVPDKIKX0DER</MarketplaceId> <ASIN>B002KT3XQC</ASIN...
Yvette asked 20/9, 2016 at 0:29

1

Solved

I am working with the Amazon MWS PHP MarketplaceWebService PHP API to submit inventory feed data to Amazon. https://docs.developer.amazonservices.com/en_US/feeds/Feeds_SubmitFeed.html I can submi...
Germaun asked 2/9, 2016 at 10:4

1

I am using Amazon MWS Orders API for fetching the orders so for that I hit the ListOrder API that gives me the order details which have status as: pending, shipped, unshipped, cancel I got the bu...
Imtiaz asked 22/7, 2016 at 12:27

3

Solved

I need to create a PHP script that retrieve and update my inventory from and to Amazon into my personal web page. Can this be done with MWS or any WS? And also need to show in the front of my site ...
Sacellum asked 19/4, 2012 at 19:56

2

Solved

Just tried to find out, how easy (or maybe difficult) it is to update prices of products of a amazon marketplace shop. After some search I found docs about "Amazon Marketplace Web Service (Amazon ...
Questionary asked 10/9, 2015 at 13:29

2

I am trying to get all product that are in my client's seller account. The problem is that Amazon MWS ListMatchingProducts api call returns a response of maximum 10 products. Actually I want to get...
Montherlant asked 27/5, 2015 at 12:29

2

Solved

I’m trying to calculate a signature to make Amazon Marketplace API calls, but I keep getting the following error: The request signature we calculated does not match the signature you provided. C...
Avaricious asked 16/4, 2015 at 15:41

5

I am currently developing a very basic site which will, at this time, simply display order information from Amazon's Marketplace. I have all of the MWS Security Credentials. I have downloaded an...
Gerrigerrie asked 8/9, 2011 at 18:41

3

Solved

I'm getting started with Amazon MWS and I can't seem to see any real information on the correct flow for listing an item as an existing ASIN. Let's say for example I am selling a "Vulli Sophie the ...
Prevailing asked 2/7, 2013 at 10:57

3

After downloading an unzipping Amazon's MWS client library api I have tried to run one of the scripts to see if everything is working. when trying to run the file GetReportCountSample.php I get th...
Esp asked 22/7, 2012 at 12:49

2

Solved

I am using Amazon MWS order API (ListOrders) and I can successfully run it on Amazon Scratchpad but I am getting the following error Sender MalformedInput timestamp must follow ISO8601 Below...
Stemma asked 9/7, 2014 at 10:56

0

I have an application in which I need to place order on amazon programmatically. I had gone through the Amazon documentation, and found that they are not providing Place order API publicly. I am...
Tangram asked 12/12, 2014 at 7:2

1

Solved

I'm sending $feed = <<<EOD <?xml version="1.0"?> <AmazonEnvelope xsi:noNamespaceSchemaLocation="amzn-envelope.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> &lt...
Garb asked 4/12, 2014 at 10:19

1

Solved

I'm struggling with the following problem: I want to import a merchants active listings from a _GET_MERCHANT_LISTINGS_DATA_ report, no drama so far. But depending on the merchants locale, the rep...
Mufinella asked 9/10, 2014 at 8:49

2

Solved

I'm trying to automate the addition to and management of our products on Amazon. Looking at the API documentation for the MWS API it doesn't look like there's a way to determine if a product has al...
Leila asked 5/12, 2011 at 3:34

1

Solved

I'm doing a project using ebay and amazon api. I've uploaded products to ebay sandbox using the api. But I searched for api to add products in amazon api. Is there any documentation or reference to...
Justness asked 29/3, 2014 at 8:18

2

Solved

I am trying to get Amazon MWS Scratchpad working, but it keeps giving me a message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Ke...
Likable asked 23/9, 2013 at 20:55

3

Solved

Within the _POST_PRODUCT_DATA_ feed the "ProductData" node contains data that is specific to the category that the item is within. How exactly though should the category the item is in be mapped to...
Applaud asked 3/7, 2013 at 9:26

2

Solved

I have listed all of my Amazon orders to my site. Now, i want to have ability to mark order as shipped from my site and the status will be instantly updated on amazon. I have looked at amazon feed ...
Abroad asked 30/5, 2013 at 17:33

1

Solved

In Amazon MWS API, when requesting report of type "_GET_MERCHANT_LISTINGS_DATA_" What is the difference between the returned attributes: product-id listing-id asin1
Mottle asked 21/5, 2013 at 17:47

3

I was expecting amazon marketplace web service to be as simple as any other web service but it is not.... There seems to be a tiny bit of information about marketplace product feeds, and coul...
Immanent asked 12/10, 2011 at 9:9

1

Solved

I am using Amazon MWS Feeds API for adding products to Amazon seller central store. When I use an example from Amazon's Feeds API Section Reference, products added to the store without price. I've ...
Viscus asked 24/1, 2013 at 7:36

3

Solved

I want to know if there is a way to convert my Amazon MWS scratchpad queries to an API call e.g. when using the MWS scratchpad I'm given a String to sign "mws.amazonservices.co.uk" .&qu...
Moleskins asked 27/7, 2012 at 19:22

© 2022 - 2024 — McMap. All rights reserved.