Add-Shopify Cmdlet
Inserts Shopify data.
Syntax
Add-Shopify [parameters]
Remarks
The Add-Shopify cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Shopify records.
Add-Shopify -Connection $connection -Table "Customers" -Columns @("Id") -Values @("1668776136772254")