Printify
Print-on-demand with shops, products, orders, catalog data, and fulfilment status.
Publishes a product to a shop, checks order fulfilment, and browses which blanks a supplier offers.
Use Printify with Snow
Snow is a personal AI assistant that builds real apps for you, and they can put Printify to work.
What Snow can do with Printify
These are the Printify operations Snow and the apps you build with it can run. Sign in to choose which ones Snow may run without asking.
Reads14
Look at your data without changing it.
- 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 are estimates in integer minor currency units.
- 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 for this blueprint and print provider pair.
- 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.
Creates3
Add something new to your account.
- 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.
- 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.
Updates2
Change something that is already there.
- 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, description, safety_information, blueprint_id, print_provider_id, variants, or print_areas.
- 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.
Deletes6
Remove something. This often cannot be undone.
- 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 existing products. Use only after checking the exact image ID and explicitly confirming archival.
- 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.
- 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 unpublished on the sales channel.
- 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 successful response only confirms that Printify accepted the request; it does not prove that external publication completed.
- 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 confirms dispatch acceptance only, not callback receipt or processing.
Related integrations
Ready to put Printify to work?
Sign up free, build an app by chatting, and connect Printify in minutes. No credit card required.