Skip to main content
Glama

ShipHero MCP Server

delete_product

Remove a specific product from the ShipHero MCP Server by providing its unique product ID, streamlining product management and inventory updates.

Input Schema

NameRequiredDescriptionDefault
product_idYesThe ID of the product to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "product_id": { "description": "The ID of the product to delete", "type": "string" } }, "required": [ "product_id" ], "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