Select-ShipStation Cmdlet
Searches ShipStation data.
Syntax
Select-ShipStation [parameters]
Remarks
The Select-ShipStation cmdlet allows you to use a syntax similar to SQL SELECT statements to search ShipStation data.
$conn = Connect-ShipStation -APIKey "YourAPIKey" -APISecret "YourAPISecret" Select-ShipStation -Connection $conn -Table "Tags" -Columns @("Id","Color") -Where "CustomerId='1368175'"