Skip to main content
Glama

ShipHero MCP Server

create_order

Process and submit order data as a JSON string to manage and create orders within the ShipHero MCP Server, streamlining order management workflows.

Input Schema

NameRequiredDescriptionDefault
order_dataYesJSON string containing the order data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "order_data": { "description": "JSON string containing the order data", "type": "string" } }, "required": [ "order_data" ], "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/Shiphero-mcp-server'

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