# Printify MCP

Vendor: Printify  
Category: other  
Auth: API_KEY  
Composio slug: `printify`

Printify is a print-on-demand platform for managing merchant shops, products, orders, uploads, catalog data, and webhooks.

## Tools

- **Archive Uploaded Image** — Irreversibly archive an image in the connected merchant's Printify media library. This cannot be undone, removes it from normal media-library use, and may affect future product editing, but does not remove artwork already rendered into exis
- **Calculate Order Shipping** — Calculate available shipping-cost estimates for proposed line items and a destination. This is quote-only: it does not create an order, send anything to production, or charge the merchant, despite requiring orders.write. Returned amounts ar
- **Create Draft Product** — Create a new product draft in a Printify shop. This changes merchant data but does not publish the product or submit an order. Validate blueprint, provider, variant, print-position, and uploaded image IDs before calling.
- **Create Webhook** — Create a persistent webhook subscription for a Printify shop. Printify sends real event payloads to the HTTPS callback URL. An optional signing secret can be supplied for receiver-side X-Pfy-Signature verification.
- **Delete Product** — Permanently delete a product from a Printify shop. This cannot be undone and does not cancel or refund existing orders. Read the product first and verify both IDs before confirming deletion.
- **Delete Webhook** — Permanently delete a Printify webhook subscription so future events are no longer delivered. The expected callback host must match the subscription, which helps prevent deletion of the wrong webhook.
- **Get Blueprint** — Get the full catalog record for one Printify product blueprint, including its description and images. Use SEARCH_BLUEPRINTS first when the blueprint ID is unknown.
- **Get Catalog Shipping Details** — Get per-variant shipping costs and handling-time ranges for one advertised V2 shipping method. Monetary amounts are integer minor currency units, not decimal major units. Call LIST_SHIPPING_METHODS first and pass only a method it advertised
- **Get Order** — Get complete details for one Printify order, including its recipient address, line items, status, shipping method, shipments, and timestamps. This call is read-only. All monetary amounts are integer minor currency units.
- **Get Product** — Get the complete Printify record for one product in a shop, including variants, print areas, images, visibility, and sales-channel properties.
- **List Blueprint Print Providers** — List print providers that can fulfill a specific Printify blueprint. Use a returned provider ID with variant and shipping tools before creating a product.
- **List Blueprint Variants** — List purchasable variants and print placeholders for a blueprint and print provider. Variant IDs and placeholder dimensions are required inputs when configuring a product.
- **List Catalog Shipping Methods** — List the V2 shipping methods actually available for a Printify blueprint and print provider. Availability varies by pair, so call this before requesting method-specific shipping details.
- **List Orders** — Return one page of orders in a Printify shop, optionally filtered by provider status or exact SKU. This is read-only and does not submit, cancel, or send orders to production. All monetary amounts are integer minor currency units.
- **List Products** — Return one page of products in a Printify shop. Use next_cursor to continue without automatically exhausting a potentially large shop catalog.
- **List Shops** — List shops available to the connected Printify merchant account. Use the returned shop IDs in product, order, and webhook workflows; a shop may be disconnected from a sales channel while remaining readable.
- **List Uploaded Images** — Return one page of images in the connected merchant's Printify media library. Use image IDs and preview metadata when configuring product print areas.
- **List Webhooks** — List webhook subscriptions configured for a Printify shop. The live API returns a complete array, so this action does not expose pagination controls.
- **Mark Product Unpublished** — Notify Printify that a product has been unpublished from the connected sales channel. This irreversibly changes publication-state metadata but does not delete the Printify product. Use only after the product has actually been removed or unp
- **Publish Product Changes** — Start asynchronous publication of one or more fields selected in fields_to_publish from Printify to the shop's connected sales channel. This can make product content externally visible but does not create an order or production charge. A su
- **Search Catalog Blueprints** — Search Printify's product blueprint catalog by case-insensitive text in title, brand, or model. The upstream catalog is unpaginated, so this tool fetches it once and returns only bounded matching summaries.
- **Simulate Webhook Event** — Ask Printify to send a simulated event to an existing webhook's external callback URL. This causes a real outbound request and may activate downstream automation, but does not create a Printify order or product. A successful response confir
- **Update Product Draft** — Update selected fields of an existing Printify product. This changes merchant product data but does not publish those changes to the connected sales channel. Read the product first and provide at least one field to change: title, descriptio
- **Update Webhook URL** — Replace the callback URL of an existing Printify webhook subscription. This changes where future real event payloads are delivered; it does not change the subscribed topic or signing secret.
- **Upload Image** — Add an image to the connected merchant's Printify media library from either a public HTTP(S) URL or base64 content. This creates persistent merchant media but does not create or publish a product or incur production charges.

## Setup

1. Create or open a Switchy Project.
2. Open Integrations and connect Printify.
3. Authorise through api_key.
4. Teammates can now @-mention Printify tools in chat.

---
Last verified: 2026-09-03T02:00:04.194Z  
Canonical URL: https://switchy.build/directory/mcps/printify