How could i fetch orders that has been created in a specific day?.
I need to fetch only 1 specific day, by example , all orders from August 23.
https://shop-name-here.myshopify.com/admin/api/2022-07/orders.json?status=any&created_at_min=2022-08-23&created_at_max=2022-08-23 → response , an empty array.
https://shop-name-here.myshopify.com/admin/api/2022-07/orders.json?status=any&created_at_min=2022-08-23&created_at_max=2022-08-24 → response , all orders between 23 and 24.
Thxs