Cmdlets for Shopify

Build 24.0.8963

Select-Shopify Cmdlet

Parameters   Output Objects  

Shopify データを検索します。

Syntax

Select-Shopify [parameters]

Remarks

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

$conn = Connect-Shopify -InitiateOAuth 'GETANDREFRESH' -ShopURL 'https://yourshopname.myshopify.com' -OAuthClientId 'myoauthclientid' -OAuthClientSecret 'myoauthclientsecret'
Select-Shopify -Connection $conn -Table "Customers" -Columns @("FirstName","Id") -Where "FirstName='jdoe1234'"

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