I have built a php application which prints shipping labels for orders placed in a magento store - I use the REST API to query for order and customer data.
What is the correct technique to query the Magento store for the set of newest orders only?
So far I have simply been querying for order ids that are greater than the maximum order id that I already have but I think there must be a better way.