Add-ZohoInventory Cmdlet
Inserts Zoho Inventory data.
Syntax
Add-ZohoInventory [parameters]
Remarks
The Add-ZohoInventory cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho Inventory records.
Add-ZohoInventory -Connection $connection -Table "Contacts" -Columns @("CustomerName") -Values @("Jon Doe")