Cmdlets for ShipStation

Build 24.0.9062

Select-ShipStation Cmdlet

Parameters   Output Objects  

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

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