Exporting Orders

How do I access order items from the API?

In the official docs I see the products field:

http://docs.cs-cart.com/4.2.x/api/entities/orders.html

It should contain list or ordered products

Can't believe how convoluted this API is compared to rivals. Doesn't appear to be a way to specify a date range for orders in the call either. I would have thought that would be a basic.

Oh well, back to banging my head against a brick wall to do something that takes 10 seconds in Shopify...

Can't believe how convoluted this API is compared to rivals. Doesn't appear to be a way to specify a date range for orders in the call either. I would have thought that would be a basic.

Oh well, back to banging my head against a brick wall to do something that takes 10 seconds in Shopify...

Please post your wishes to the bug tracker as feature request

To specify date range, try to add the following parameters to the request URL:

period=C
time_from=10/09/2015
time_to=11/09/2015