Printify
Print-on-demand catalog, product, order, shipping, and fulfillment operations.
Tools
| Name | Description |
|---|---|
list_shopsList shops connected to the Printify account. | List shops connected to the Printify account. |
list_catalog_blueprintsList Printify catalog blueprints for product discovery. | List Printify catalog blueprints for product discovery. |
list_productsList products in a Printify shop with pagination. | List products in a Printify shop with pagination. |
get_productGet a Printify product by ID. | Get a Printify product by ID. |
create_productCreate a Printify product. Provide the Printify product payload with explicit variants, print areas, images, prices, and currency as required by Printify. | Create a Printify product. Provide the Printify product payload with explicit variants, print areas, images, prices, and currency as required by Printify. |
publish_productPublish a Printify product to its sales channel. Requires a precise product ID. | Publish a Printify product to its sales channel. Requires a precise product ID. |
list_ordersList Printify orders with optional status and date filters. | List Printify orders with optional status and date filters. |
get_orderGet a Printify order by ID. | Get a Printify order by ID. |
create_orderCreate a Printify order with explicit line items, shipping method, address, amount, and currency fields in the payload. | Create a Printify order with explicit line items, shipping method, address, amount, and currency fields in the payload. |
calculate_shippingCalculate Printify shipping rates for a shop order payload with explicit address, line items, shipping method, amount, and currency fields. | Calculate Printify shipping rates for a shop order payload with explicit address, line items, shipping method, amount, and currency fields. |
cancel_orderCancel a Printify order by precise order ID when Printify still permits cancellation. | Cancel a Printify order by precise order ID when Printify still permits cancellation. |
upload_image_from_urlUpload artwork to the Printify media library from a URL. | Upload artwork to the Printify media library from a URL. |
Triggers
| Name | Description |
|---|---|
order_createdReceive Printify order:created webhook events for a shop. | Receive Printify order:created webhook events for a shop. |
order_updatedReceive Printify order:updated webhook events for a shop. | Receive Printify order:updated webhook events for a shop. |
order_shipment_createdReceive Printify order:shipment:created webhook events for a shop. | Receive Printify order:shipment:created webhook events for a shop. |
product_publish_succeededReceive Printify product:publish:succeeded webhook events for a shop. | Receive Printify product:publish:succeeded webhook events for a shop. |
Quick Start
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.