1

I'm trying to get a simple example with amazon MWS working. I downloaded the c# class library from here and read through this article but still can't seem to get a simple example working. I'm lost on the syntax as well as how to use the classes.

There doesn't seem to be a lot of documentation out there as far as integrating their classes.

I have all my access keys and info I need to create the actual request, but I need help calling it using their classes.

Any help/pointers would be greatly appreciated.

Rivka
  • 2,172
  • 10
  • 45
  • 74

1 Answers1

1

Check through StackOverflow. There seems to be lots of people experiencing the same problem. I found this thread here that shows some working examples. Good luck!

Community
  • 1
  • 1
Ken Cenerelli
  • 520
  • 1
  • 9
  • 22
  • Thanks.. those links didn't help much but I did find something here: http://stackoverflow.com/questions/5499886/amazon-mws-problem-with-post-inventory-availability-data I'll ask for further help in the amazon support forums: http://www.amazonsellercommunity.com/forums/category.jspa?categoryID=4 Thanks. – Rivka Jun 13 '12 at 16:15