Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all orders showing with after filter #293

Open
alessandropepi2014 opened this issue Oct 9, 2024 · 0 comments
Open

Not all orders showing with after filter #293

alessandropepi2014 opened this issue Oct 9, 2024 · 0 comments

Comments

@alessandropepi2014
Copy link

When I execute this query in postman:
https://www.aqm.it/wp-json/wc/v2/orders?consumer_key=xxx&consumer_secret=xxx&modified-after=2024-10-08T00:00:01&page=1
the order with an ID, say YYY, is not found, but if I execute this query:
https://www.aqm.it/wp-json/wc/v2/orders/**YYY**?consumer_key=xxx&consumer_secret=xxx&after=2024-10-08T00:00:01&page=1
the order is correctly listed.
What happens? Is something wrong in my query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant