Fetch Sales Order with Product Categories

Fetch Sales Order with Product Categories

When I getRecordById for a SalesOrder, I get all associated Products, but the Products do not have Categories on them.

https://crm.zoho.com/crm/private/xml/SalesOrders/getRecordById?authtoken=...&scope=crmapi&id=...


Am I forced to make a second request for each Product (or for all Products in our system), or is there a way to include this information using getRecordById or another method that will get me a single Sales Order, with all Products and their Categories?

TIA