Skip to main content
Glama

Printify MCP Server

by TSavo

delete_product

Remove a product from Printify's print-on-demand platform by specifying its unique product ID, ensuring accurate product management and inventory control.

Input Schema

NameRequiredDescriptionDefault
productIdYesProduct ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productId": { "description": "Product ID", "type": "string" } }, "required": [ "productId" ], "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/TSavo/printify-mcp'

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