Question:
Does the Javascript method getProduct_MySetup(type, callback) retrieve child products in CRM iRep?
Answer:
Yes, the method getProduct_MySetup(type, callback) retrieves not only the products specified in My Setup Products object but also the relevant child products.
Related Documentation:
CRM API Reference: getProduct_MySetup(type, callback)
Thank you