Search code examples
xmlc#-4.0amazon-mws

How i can upload products data on Amazon using web service


My requirement is to upload product's data on amazon using API or something else(with xml) without using any dll because i would like to do code with different language.

Anyone knows about how i can achieve this?


Solution

  • If you mean that you don't want to use the Amazon-provided C# client library for MWS, then, sure, you can re-implement a similar client library in any language you want. The Amazon clients are available in C#, Java and PHP, but the API itself is documented independently of programming languages (see here.