Select-ShipStation Cmdlet
ShipStation データを検索します。
Syntax
Select-ShipStation [parameters]
Remarks
Select-ShipStation コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてShipStation データを検索できます。
$conn = Connect-ShipStation -APIKey "YourAPIKey" -APISecret "YourAPISecret" Select-ShipStation -Connection $conn -Table "Tags" -Columns @("Id","Color") -Where "CustomerId='1368175'"