ShipHero MCP Server

create_product

Add new products to ShipHero by submitting JSON-formatted product data using the Model Context Protocol for streamlined inventory and order management.

Input Schema

NameRequiredDescriptionDefault
product_dataYesJSON string containing the product data

Input Schema (JSON Schema)

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