Cmdlets for Zoho Inventory

Build 24.0.8963

Select-ZohoInventory Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963