-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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:
Map<String, String> params = new HashMap<>();
params.put("per_page", "100");
params.put("offset", "0");
List<Map<String, Object>> productsMap = wooCommerce.getAll(EndpointBaseType.PRODUCTS.getValue(), params);
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.
Metadata
Metadata
Assignees
Labels
No labels