You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiencing the same issue, but page param doesn't work for me either.
Actually, my issue isn't related to this but to my host. I'm using WP Engine and something about the way they're caching seems to be dropping query parameters. Regardless, I tried the request through postman with the same issue, so it's not this package.
@quocdai-IT you should send the request in Postman or curl and see if the parameter's respected outside of this package. If not, it's something to do with your host / woocommerce itself.
I have a problem retrieving the products list, i want to return 20 item for request get products. I tried
but the request doesn't seem to receive per_page=20, it return default 10 items
can anyone help me to solve this problem?
many thanks
The text was updated successfully, but these errors were encountered: