Skip to main content
Glama

ShipHero MCP Server

create_return

Process return requests for specific orders using JSON return data, enabling streamlined order management within the ShipHero MCP Server environment.

Input Schema

NameRequiredDescriptionDefault
order_idYesThe ID of the order to create a return for
return_dataYesJSON string containing the return data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "order_id": { "description": "The ID of the order to create a return for", "type": "string" }, "return_data": { "description": "JSON string containing the return data", "type": "string" } }, "required": [ "order_id", "return_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