Weavz
Printify

Printify

Print-on-demand catalog, product, order, shipping, and fulfillment operations.

API KeyCommerce
12 tools
4 triggers

Tools

Name
list_shops

List shops connected to the Printify account.

list_catalog_blueprints

List Printify catalog blueprints for product discovery.

list_products

List products in a Printify shop with pagination.

get_product

Get a Printify product by ID.

create_product

Create a Printify product. Provide the Printify product payload with explicit variants, print areas, images, prices, and currency as required by Printify.

publish_product

Publish a Printify product to its sales channel. Requires a precise product ID.

list_orders

List Printify orders with optional status and date filters.

get_order

Get a Printify order by ID.

create_order

Create a Printify order with explicit line items, shipping method, address, amount, and currency fields in the payload.

calculate_shipping

Calculate Printify shipping rates for a shop order payload with explicit address, line items, shipping method, amount, and currency fields.

cancel_order

Cancel a Printify order by precise order ID when Printify still permits cancellation.

upload_image_from_url

Upload artwork to the Printify media library from a URL.

Triggers

Name
order_created

Receive Printify order:created webhook events for a shop.

order_updated

Receive Printify order:updated webhook events for a shop.

order_shipment_created

Receive Printify order:shipment:created webhook events for a shop.

product_publish_succeeded

Receive Printify product:publish:succeeded webhook events for a shop.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('printify', 'list_shops', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'printify',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Printify to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Printify support?

Printify supports 12 tools including List Shops, List Catalog Blueprints, List Products, Get Product, Create Product, and more.

Can I use Printify with AI agents?

Yes. Add Printify to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Printify be used in stateful agent workflows?

Yes. Agents can combine Printify tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Printify use?

Printify uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Printify integration cost?

The Printify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Printify support?

Printify supports 4 triggers including Order Created, Order Updated, Order Shipment Created, Product Publish Succeeded.

Connect Printify in minutes

Get 20,000 free action executions every month. No credit card required.