Select-ZohoInventory Cmdlet
Searches Zoho Inventory data.
Syntax
Select-ZohoInventory [parameters]
Remarks
The Select-ZohoInventory cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho Inventory data.
$conn = Connect-ZohoInventory -InitiateOAuth "GETANDREFRESH" -OrganizationId "YourOrganizationId" Select-ZohoInventory -Connection $conn -Table "Contacts" -Columns @("Id","CustomerName") -Where "FirstName='Test'"