Hello, community
Is it possible to fetch extra products data from invoice in one query with invoice record?
With /crm/v6/Invoices/{some_invoice_id} we could get Invoiced_Items with some products data in Invoiced_Items field
If we need extra data we should get products by their id with
/crm/v6/Products?ids=id1,id2...
Is it possible in one __composite_requests get invoice and products attached to it?
Thanks in advance