Is there anyway to call catalogProductList and have it return the prices along with the other default product data in one call? Or, do I have to make "n" number of catalogProductInfo calls on each product individually? In my case, if I call catalogProductList, it returns over 1000 products and then I am having to do a catalogProductInfo on each of the over 1000 products which just breaks the program from having over 1000 API calls.
问问题
338 次