I'm a little new to Zendesk Sell's (Base) REST APIs, but I'm looking to enable an automation when a Deal has a specific Product ID attached to it. I understand the top-down data hierarchy to be Deal -> Order -> Product, but I don't see an easy way to traverse the API to get that information.
- GET Deals doesn't shows Orders
- GET Orders shows Deal ID but doesn't show Products
- GET Products doesn't show associated Order IDs or Deal IDs
The Search API might have what I need, but I haven't dug into that yet. Any thoughts? And apologies in advance if I'm overlooking anything.