order_examples.php
Table of Contents
- getAmazonOrders() : mixed
- This function will retrieve a list of all unshipped MFN orders made within the past 24 hours.
Functions
getAmazonOrders()
This function will retrieve a list of all unshipped MFN orders made within the past 24 hours.
getAmazonOrders() : mixed
The entire list of orders is returned, with each order contained in an AmazonOrder object. Note that the items in the order are not included in the data. To get the order's items, the "fetchItems" method must be used by the specific order object.