-
Notifications
You must be signed in to change notification settings - Fork 78
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
woocommerce get products gets only first 100. #26
Comments
Hi Yilmaz,
Read more on WC Rest API Docs: http://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-products Best regards, |
Hello Oleksandr, I have tried however, I received an error.. Is there any other option. I have coded another solution, I get data 100 products per page, and trying to cache them. but it would be amazing if I could get all data.. |
To get all products you have to work with page... import java.util.List; import com.icoderman.woocommerce.ApiVersionType; public class Test {
} |
Dear Coder,
Firstly, I would like to thank you for providing such useful library. I have been developing a microservice-based application and using your library multiple times.
When I use the code below:
Can you please help me to get all the products as Map<String, Object> because I will need to collect all the data from stores.
Thank you very much in advance.
Best regards,
Yilmaz.
The text was updated successfully, but these errors were encountered: