MCP Server for ShipStation

Build 25.0.9440

Users

Lists ShipStation users.

Select

The server will use the ShipStation API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the server.

  • ShowInactive supports the following operator: =.
For example, the following query is processed server side:
SELECT * FROM Users WHERE ShowInactive = 'true'

Columns

Name Type References Description
Id [KEY] String Id of the User.
Name String Name of the User.
UserName String User name of the User.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ShowInactive Boolean Specifies whether inactive stores will be shown.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440