Add-Ebay Cmdlet
Inserts eBay data.
Syntax
Add-Ebay [parameters]
Remarks
The Add-Ebay cmdlet allows you to use a syntax similar to SQL INSERT statements to create new eBay records.
Add-Ebay -Connection $connection -Table "ItemListing" -Columns @("Title") -Values @("My Awesome Book")