Closed tiziana-git closed 1 year ago
I have found the solution
Dim ParCall As Dictionary(Of String, String) = New Dictionary(Of String, String)()
ParCall.Add("per_page", "100")
ParCall.Add("page", 1)
Dim oVarProd As List(Of Variation) = Await wc.Product.Variations.GetAll(CULng(oProdMod(0).id), ParCall)
I use .Product.Variations.GetAll(CULng(oProdMod(0).id))
but it gets me only 10 variations
i try this but how to pass product id?