Hi,
I’m having trouble with the orders query when I try to filter by created_at / updated_at from a given date.
I’ve already try with single quote ‘2024-07-16T00:00:00Z’ or even without time 2024-07-16
Can you please help me?
Thanks!
Hi,
I’m having trouble with the orders query when I try to filter by created_at / updated_at from a given date.
I’ve already try with single quote ‘2024-07-16T00:00:00Z’ or even without time 2024-07-16
Can you please help me?
Thanks!
It looks like the query syntax is mostly correct, but if it’s not working as expected, try ensuring the date format matches Shopify’s required format. Shopify typically uses ISO 8601 format for dates.
“created_at:>=2024-07-16T00:00:00Z”
double-check that the field names are spelled correctly and that there are no extra characters or spaces in the query. If it still doesn’t work, you might want to check if there’s a time zone issue or consider testing with a broader range to see if that affects the results.