Cmdlets for WooCommerce

Build 24.0.9060

Add-WooCommerce Cmdlet

Parameters   Output Objects  

Inserts WooCommerce data.

Syntax

Add-WooCommerce [parameters]

Remarks

The Add-WooCommerce cmdlet allows you to use a syntax similar to SQL INSERT statements to create new WooCommerce records.

Add-WooCommerce -Connection $connection -Table "Orders" -Columns @("Total") -Values @("Jon Doe")

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