Get Product Details from a Sales Order or Quote via CRM API v2
Get Product Details from a Sales Order or Quote via CRM API v2
I am working on creating an application that uses information from the Zoho CRM for various purposes. I am using CRM API v2 (
https://www.zoho.com/crm/help/api/v2/#api-reference
) and it is working out well for the most part. The only problem I have run into is getting the information from the Product Details section of Quotes and Sales Orders. This information is not present in the results from the Single Record (
https://www.zoho.com/crm/help/api/v2/#single-records
) or Bulk Record (
https://www.zoho.com/crm/help/api/v2/#record-api
) requests.
Does anyone have any insight on how to get Product Details for Quotes and Sales Orders via the CRM API?