Cmdlets for BigCommerce

Build 24.0.9060

Add-BigCommerce Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060