How do I search CRM SalesOrders by Product ID via the API?
Hey everyone
I'm using the Zoho CRM API to retrieve SalesOrders, and I want to retrieve the SalesOrders that have a specific Product ID in their line items.
A query like this works fine:
... but when I try to specify Product ID like this:
... or this:
... nothing is returned.
How can I use the API to fetch all SalesOrders that have a specific Product ID?