Cmdlets for BigCommerce

Build 24.0.8963

Select-BigCommerce Cmdlet

Parameters   Output Objects  

BigCommerce データを検索します。

Syntax

Select-BigCommerce [parameters]

Remarks

Select-BigCommerce コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてBigCommerce データを検索できます。

$conn = Connect-BigCommerce -OAuthClientId -OAuthClientSecret -CallbackURL 'http://localhost:33333' -StoreId 'YoUrSToREId'
Select-BigCommerce -Connection $conn -Table "Customers" -Columns @("FirstName","LastName") -Where "Column2='Bob'"

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