Cmdlets for ShipStation

Build 24.0.9060

Select-ShipStation Cmdlet

Parameters   Output Objects  

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

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