Assuming shipmentorders is required, the following 2 results were found.
has the minimum required scopes: ZohoInventory.salesorders.READ ZohoInventory.packages.READ ZohoInventory.shipmentorders.CREATE ZohoInventory.shipmentorders.READ // // init (put your own ZohoBooks/ZohoInventory Org ID v_BooksOrgID = 123456789; // //...
// // retrieve all shipment orders for that day from ZohoInventory r_YesterdaysShipments = zoho.inventory.getRecords("shipmentorders",v_BooksOrgID,m_Criteria,"ab_inventory"); if(!isnull(r_YesterdaysShipments.get("shipmentorders"))) {...