Skip to main content
Glama

ShipStation API MCP Server

list_products

Fetch and filter product data from ShipStation API by SKU, name, category, or status. Control pagination, sorting, and include inactive products for streamlined inventory management.

Input Schema

NameRequiredDescriptionDefault
nameNoFilter by product name
pageNoPage number
pageSizeNoNumber of products per page (max 500)
productCategoryIdNoFilter by product category ID
showInactiveNoInclude inactive products
skuNoFilter by SKU
sortByNoSort products by a specific field
sortDirNoSort direction

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Filter by product name", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "pageSize": { "description": "Number of products per page (max 500)", "type": "number" }, "productCategoryId": { "description": "Filter by product category ID", "type": "number" }, "showInactive": { "description": "Include inactive products", "type": "boolean" }, "sku": { "description": "Filter by SKU", "type": "string" }, "sortBy": { "description": "Sort products by a specific field", "type": "string" }, "sortDir": { "description": "Sort direction", "enum": [ "ASC", "DESC" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/shipstation-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server