Please provide an example of formatting a request to retrieve orders of any status created after a specific date.
Thanks for your help.
Please provide an example of formatting a request to retrieve orders of any status created after a specific date.
Thanks for your help.
Hi @t3chlady ,
This is Theodore from PageFly - Shopify Page Builder App.
Here’s an example of formatting a request to retrieve orders of any status created after a specific date using Shopify’s Admin API:
Method: GET
URL: /admin/api/2024-04/orders.json?status=any&created_at_min=2023-11-21T00:00:00-07:00
Parameters:
Best regards,
Theodore | PageFly
Thanks so much. I truly appreciate your reply. I was not able to find a reference to “created_at_min” in the documentation.
I forgot to ask. Is there a “created_at_max” option?