Fetch Purchase Orders ( transactions ) from Items in Zoho Inventory

Fetch Purchase Orders ( transactions ) from Items in Zoho Inventory

The below code fetches all purchase orders created against an item.

Code Snippet:
get_pos_against_each_item = invokeurl
[
type :GET
connection:"zinv"
];
info get_pos_against_each_item ;