ShipStation API MCP Server

reactivate_store

Reactivate a deactivated store in the ShipStation platform by specifying the store ID using the MCP Server tool for managing eCommerce operations.

Input Schema

NameRequiredDescriptionDefault
storeIdYesStore ID to reactivate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "storeId": { "description": "Store ID to reactivate", "type": "number" } }, "required": [ "storeId" ], "type": "object" }
ID: gf5s1mfe76