Filter By Date In Cs Cart Orders Api

Hello!

Can i filter order by date (from date x to date y) by cs-cart api?

I didn't find anything in documentation about this filter!

Thanks!

Have a wonderful day!

Try to add the following parameters to the request URL

&period=C&time_from=02/01/2022&time_to=03/01/2022

(!) Not tested

Try to add the following parameters to the request URL

&period=C&time_from=02/01/2022&time_to=03/01/2022

(!) Not tested

Thanks, but it works only if i send exactly date, for example if an order was made 02/01/2022, this means 1 February 2022, and i put the filters like this time_from=02/01/2022 and time_to=02/01/2022 it works, if i put the filters like 02/01/2022 and 02/05/2022 or 01/25/2022 and 02/05/2022 it doesn;t work... But that "C" means from "period?

Thanks, but it works only if i send exactly date, for example if an order was made 02/01/2022, this means 1 February 2022, and i put the filters like this time_from=02/01/2022 and time_to=02/01/2022 it works, if i put the filters like 02/01/2022 and 02/05/2022 or 01/25/2022 and 02/05/2022 it doesn;t work... But that "C" means from "period?

Sorry, my bad, it works now. Thanks a lot

But that "C" means from "period?

It means "custom" period