Skip to main content
Glama

Printify MCP Server

by TSavo

update_product

Modifies product details on Printify by updating the title, description, variants, and print areas using the provided product ID. Enables precise product management and customization within the Print-on-Demand platform.

Input Schema

NameRequiredDescriptionDefault
descriptionNoProduct description
printAreasNoPrint areas for the product
productIdYesProduct ID
titleNoProduct title
variantsNoProduct variants

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Product description", "type": "string" }, "printAreas": { "additionalProperties": { "additionalProperties": false, "properties": { "imageId": { "description": "Image ID from Printify uploads", "type": "string" }, "position": { "description": "Print position (e.g., 'front', 'back')", "type": "string" } }, "required": [ "position", "imageId" ], "type": "object" }, "description": "Print areas for the product", "type": "object" }, "productId": { "description": "Product ID", "type": "string" }, "title": { "description": "Product title", "type": "string" }, "variants": { "description": "Product variants", "items": { "additionalProperties": false, "properties": { "isEnabled": { "description": "Whether the variant is enabled", "type": "boolean" }, "price": { "description": "Price in cents (e.g., 1999 for $19.99)", "type": "number" }, "variantId": { "description": "Variant ID", "type": "number" } }, "required": [ "variantId", "price" ], "type": "object" }, "type": "array" } }, "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