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.
Asked
Active
Viewed 848 times
0
-
2We 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 Answers
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