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
2 answers

Remove DEBUG information from amazon mws php api

When I am using the Amazon MWS php API in a linux cli the code is returning a load of bebug information - output starts with:- About to connect() to mws.amazonservices.co.uk port 443 (#0) Trying 178.236.4.102... connected Connected to…
l0ckm4
  • 757
  • 5
  • 17
0
votes
2 answers

How to upload a TSV amazon order file using Amazon Feed API?

I am familier with Amazon MWS and have used Report,Feed and Product API in past, now i want to upload TSV order file to ship all those orders in my amazon seller central's account. Please can anyone tell me what feed type should i use and what is…
Keyur Padalia
  • 2,077
  • 3
  • 28
  • 55
0
votes
1 answer

amazon mws submit feed

I am attempting a go at updating quantities using the SubmitFeed action. Does anyone have experience with this? The error I am receiving is: 'Either Action or Operation query parameter must be present', but I do have 'Action=SubmitFeed' in the…
danilo
  • 1
  • 3
0
votes
3 answers

Computed Amazon MWS signature does not match

I am relatively new to Java and have been stuck for a few days trying to get my application to 'POST' a HTTP request to Amazon's MWS API. I keep getting a 'SignatureDoesNotMatch' response and I cannot figure out why. I have used Amazon's MWS…
Bacon
  • 11
  • 2
0
votes
1 answer

Amazon MWS order cancellation request in Rails using MWS-Connect gem

I'm new to Rails (but not new to web development in general). I'm using the mws-connect gem (https://github.com/devmode/mws) to connect to Amazon Marketplace Web Service. I'm trying to cancel an order, and according to the Amazon MWS API docs, the…
streetlogics
  • 4,640
  • 33
  • 33
0
votes
1 answer

Retrieve Amazon MWS Response using php5.2 apis

I have some trouble to get a simple xml answer from Amazon, it reports me always: Sender InvalidParameterValue Either Action or Operation query parameter must be present. And if I ask their Support, they can't help me they dont see the…
0
votes
1 answer

weird result when parsing XML document using php

I am attempting to use PHP to parse an XML document. It is basically working except I am getting a very weird error that I do not see a reason for. The XML for the first ASIN is this:
Jim
  • 1,315
  • 4
  • 17
  • 45
0
votes
1 answer

Retrieve Used and New Items, detecting their condition - Amazon-MWS

We allready get a list of our Products through the Amazon MWS API, with the ReportTyp _GET_FLAT_FILE_OPEN_LISTINGS_DATA_. Probelm we have is, that we cant see if the product is NEW or USED. And i also dont know any report with whom i could do…
M. Hirn
  • 725
  • 7
  • 22
0
votes
2 answers

Amazon MWS: Submit Prices and Quantity with ASIN

I would like to update my products with the Amazon MWS API. The problem: I only have the products ASIN's to identify them. Not the SellerSKU. As far as I have seen until now, the Feed to update the products Data does only accept the SKU as an…
SvenFinke
  • 1,254
  • 3
  • 15
  • 30
0
votes
2 answers

Amazon MWS price feed, Override shipping price

I have a feed which sets the price of a book in my amazon inventory. I am able to set the standard price of the book but I have no idea how to set the shipping price, I want to set the shipping price to 0, below is the current feed that I am…
mk_89
  • 2,692
  • 7
  • 44
  • 62
0
votes
1 answer

Amazon List order product is not displaying in by MWS?

I am working on Amazon MWS for importing all amazon orders in our internal database. I am able to import all orders in my database by php and mysql but not get orders product.
Sonelal Singh
  • 69
  • 2
  • 10
0
votes
2 answers

Amazon MWS PHP-API Access and Print Out Packing List

How do I use Amazon MWS with PHP to access and print out packing lists? What is the process, and if possible what are the steps? Examples would be helpful.
user1535423
  • 11
  • 1
  • 5
0
votes
1 answer

Listing orders and passing ISO 8601 date to Amazon MWS

What would be the best way to retrieve orders from Amazon MWS? My current code is as follows... MarketplaceWebServiceOrdersConfig config = new MarketplaceWebServiceOrdersConfig(); config.ServiceURL =…
thatuxguy
  • 2,418
  • 7
  • 30
  • 51
0
votes
2 answers

How to Get General Product Performance Report on Amazon?

I am using Amazon MWS and i get all my product sales report. but I want to know if there is any way i can get sales report for any product ASIN which i am not selling. So That i can find prospective product to sell. --Thank you for your time.
Keyur Padalia
  • 2,077
  • 3
  • 28
  • 55
0
votes
2 answers

Service Status orders vs sellers and products

Does any one know if the service status in the orders part of the API is the same as the ones in the Sellers and Products? Or does it return the status of each section? If this were the case would the Feeds API not also have a service status?
thatuxguy
  • 2,418
  • 7
  • 30
  • 51