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