Replies: 3 comments 1 reply
-
same problem here |
Beta Was this translation helpful? Give feedback.
-
Create an object of Product and convert it into List with Task you can get em all. here is the sample public async Task<List> getAllProductsV2() |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. I was going deeper and search for a solution. With postman I understand that the get request
|
Beta Was this translation helpful? Give feedback.
-
Hi
How to download a list of all products. When I use
var products = await wc.Product.GetAll();
only gets a list of 10 products. I have over 1000 of them in my WooCommerce.
Beta Was this translation helpful? Give feedback.
All reactions