开发者

How i can upload products data on Amazon using web service

开发者 https://www.devze.com 2023-04-03 21:53 出处:网络
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.

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消