0

When I listing the Zoho Books sales order via Zoho Books API, The line_items of the sales order is not returning. Is there any way to get the line items along with the sales order list via API? Otherwise, I have to request each sales order to get the line items of that order.

manas paul
  • 87
  • 7

1 Answers1

1

when you fetch the list of sales orders then in response line items detail not be there. you need to fetch individual sales order then you will get all details.