We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: