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