ShipHero MCP Server

create_vendor

Create and manage vendor profiles by submitting vendor data in JSON format through the ShipHero MCP Server, streamlining vendor setup and integration.

Input Schema

NameRequiredDescriptionDefault
vendor_dataYesJSON string containing the vendor data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "vendor_data": { "description": "JSON string containing the vendor data", "type": "string" } }, "required": [ "vendor_data" ], "type": "object" }
ID: 86hw9j6m2j