0

I am working on Amazon MWS for importing all amazon orders in our internal database. I am able to import all orders in my database by php and mysql but not get orders product.

Sonelal Singh
  • 69
  • 2
  • 10
  • 2
    We need more information than just two lines, and please accept more answers to some of your previous questions otherwise no1 will bother helping you – mk_89 Aug 16 '12 at 16:22

1 Answers1

0

I you can import your orders. It mean you've got the AmazonOrderId in your database.

Use the example /src/MarketplaceWebServiceOrders/Samples/ListOrderItemsSample.php from the Orders API PHP Client Library to get the products from your AmazonOrderId

baptme
  • 10,062
  • 3
  • 52
  • 57