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