How can I get an order using the created_at_max parameter or a similar parameter to filter orders from a specific day?
hey @dmian thanks for your patience, let me look into this for you and come back asap
Hey @dmian
To get orders from a specific day using the Veeqo API, you can use the created_at_min
and created_at_max
parameters when making a GET request to the /orders
endpoint.
created_at_max is not documented for some reason hence your struggle to find the answer, we are planning an overhaul of our documentation so thanks for highlightin this miss in the meantime. Let me know if you have any issues
Thanks Ben, that is what I was tried to do but it returns data from created_at_min to current date.
please check screenshot.
https://api.veeqo.com/orders?created_at_min=2025-01-01&created_at_max=2025-01-17
hey @dmian I ve gone back to dev and he advised he made a mistake re created_at_max (this doesnt exist after all) however he has advised you can created before in conjunction with created min eg
https://api.veeqo.com/orders?created%5Bbefore%5D=2024-01-16
and it should be usable with created_at_min