Basically all Shopify API calls limit the number of results returned, so that the result sets aren't huge. For orders, like most resources, this limit defaults to 50, and you can return more records by specifying a higher 'limit' number, 'limit=250' being the max, as shown in the docs: http://docs.shopify.com/api/order#index :)
↧