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

amazon mws orders help simplify, flatten xml

I need to simplify this xml ( to a list ), and associate the pricing with the items (multiple items) here is my start, but the commented section does not work XDocument doc = XDocument.Load( filename ); var ele =…
Scott Kramer
  • 1,711
  • 3
  • 24
  • 37
0
votes
1 answer

Cannot retrieve results from amazon mws products api

Using the below code, the only result I can get to echo is the URL. When I copy and paste into browser, I get: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing…
0
votes
1 answer

how to send xml file to amazon mws using php

I am trying to send xml file to amazon mws marketplace along with I am sending query parameters like marketplace id, accesskey etc. below is the code snippet, I am testing this snippet locally I am getting the following error, Error: necessary data…
0
votes
2 answers

Amazon Marketplace API ProductImage Feed unexpected element error while parsing xml

I'm working with amazon mws feed api in java and I'm having some problem while sending a ProductImage feed to amazon. This is the xml I'm sending: ABCDORD0001
Pievis
  • 1,954
  • 1
  • 22
  • 42
0
votes
1 answer

Amazon Marketplace FBA API connection issue - returns error 'Seller is not registered for basic fulfillment'

We are trying to build a custom in house solution to MWS so that we can use Amazon FBA. We have professional accounts setup in both US and EU and we have triple checked that the accounts are registered for FBA. For some reason when we try the…
0
votes
1 answer

Where is the PHP API for uploading MWS Order Confirmations?

I want to upload order confirmations to MWS. I have the flat file template. I need the actual PHP code library that makes the confirmation possible. I have used the PHP API that MWS provides to handle products and orders. I just don't know where to…
Padraig
  • 3,197
  • 4
  • 18
  • 26
0
votes
2 answers

Amazon MWS inventory XML feed doesn't update quantity

I'm trying to upload my inventory to Amazon via XML feed, but my quantity in seller central doesn't update. My XML feed is below. Can anyone help find my mistake?
0
votes
1 answer

HOW? Submit Amazon Create Fulfilment Order XML using PHP API

I am struggling with the Amazon API at this point! I am trying to Create Fulfillment Orders, send orders to Amazon for them to fulfill. I first need to create the XML which I have used the documentation @…
Matt The Ninja
  • 2,641
  • 4
  • 28
  • 58
0
votes
1 answer

Error in Creating a product via xml in Amazon using Amzon MWS

I am getting an error every time I try to create a product in Amazon using XML and Amazon MWS Submit feed API.I have been trying this since 5 days but in vain. Please find below the link for create/list product xml and the result for the…
0
votes
1 answer

Please provide a link to the correct XSL template for _POST_FLAT_FILE_PRODUCT_DATA

Could someone please post a link to the correct XSL template for _POST_FLAT_FILE_PRODUCT_DATA? I can't find it anywhere on Amazon. It's the one that has the fields like "bulletpoint", etc.
Padraig
  • 3,197
  • 4
  • 18
  • 26
0
votes
1 answer

Get Lowest Offers for Entire Inventory on Amazon

We are just getting started with MWS. We'd like to be able to use the lowest offers on each product to help calculate our price. There is an API to GetLowestOfferListForSku but that only returns a single sku and there is a throttle limit which would…
eisaacson
  • 758
  • 2
  • 7
  • 21
0
votes
1 answer

Amazon MWS - SubmitFeed is sent successfully, but won't be processed

I'm trying to write a program that will automatically create and update a list of products on Amazon. So what I'm doing is sending an XML File via the SubmitFeed function, provided in the SDK. When running the program, I'm getting the following…
steveniclas
  • 102
  • 2
  • 13
0
votes
1 answer

Amazon MWS API: Retrieve Only Orders That Haven't Been Acknowledged?

The Amazon MWS Reports API has an Acknowledged parameter available for returning all outstanding orders that have not been previously acknowledged by the merchant. So far I haven't been able to find an equivalent parameter that I can use with the…
jerhewet
  • 1,186
  • 1
  • 10
  • 19
0
votes
3 answers

Amazon MWS Feeds API

I want to select some products at my store - add them to Amazon and attach to my account. 1.1 To reach this I can use Amazon MWS Feeds API. 1.2 And when I send few products Amazon stores in queue but appear when processed. When I want to make…
shrikant
  • 1
  • 1
  • 1
0
votes
1 answer

Amazon MWS Connection String Not Working

The connection string below is returning an 'Invalid Address' error. The error message indicates that the API Version is missing, but it is included in the string (see the last parameter). Not sure what the issue…