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 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 =…
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…
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…
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
…
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…
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…
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?
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 @…
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…
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.
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…
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…
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…
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…
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…