skills/sales-printify/SKILL.md
Printify platform help — print-on-demand fulfillment via 140+ print providers (1,300+ products, lowest base costs) with a REST API (api.printify.com/v1, official OpenAPI spec), HMAC-signed webhooks, an API sales channel for headless stores, and connectors for Shopify/Etsy/TikTok Shop/Amazon/WooCommerce/Wix. Use when print quality varies between orders and you need to vet or switch print providers, store orders aren't reaching Printify or shipping is slower than promised, a product publish fails or hits the 200-per-30-minute publishing limit, a Printify webhook stopped firing (blocked after failed deliveries), building a headless store that creates products and submits orders via the API, verifying X-Pfy-Signature webhook payloads, hitting 429 rate limits, or deciding whether Printify Premium's ~20% base-cost discount pays off. Do NOT use for choosing between POD providers like Printful/Gelato/Gooten (use /sales-print-on-demand) or digital-product pricing and launch strategy (use /sales-digital-products).
npx skillsauth add sales-skills/sales sales-printifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Printify is a print-on-demand (POD) fulfillment broker: you design products, and Printify routes production to a network of ~141 third-party print providers — the largest catalog (1,300+ products) and lowest base costs in the category, at the price of provider-to-provider variance in quality and speed. It plugs into your storefront (Shopify, Etsy, TikTok Shop, Amazon, WooCommerce, Wix, etc.) or runs headless via its REST API.
If references/learnings.md exists, read it first for accumulated platform knowledge.
Ask only what you can't infer from the user's prompt:
What are you trying to do?
Auth type? Personal Access Token (single merchant, 1-year expiry) or OAuth 2.0 (platform apps, 6-hour access tokens).
Skip-ahead rule: if the user's prompt already has enough context, go straight to Step 2.
| If the user's question is about… | Route to |
|---|---|
| Which POD provider to pick (Printify vs Printful/CustomCat/Gelato/Gooten/SPOD) | /sales-print-on-demand {question} |
| Digital-product pricing, validation, launch strategy | /sales-digital-products {question} |
| Checkout-page conversion (order bumps, upsells, cart abandonment) | /sales-checkout {question} |
| Tax / Merchant-of-Record obligations on merch sales | /sales-merchant-of-record {question} |
When routing, give the exact command: "This is a {domain} question — run: /sales-print-on-demand {original question}"
Otherwise, answer Printify-specific questions directly using Step 3.
Read references/platform-guide.md for the full reference — capabilities & automation surface, pricing/plan gates, data model (blueprint → print provider → variant → product → order), and quick-start recipes (upload + create + publish a product, submit and poll an order, signed shipment webhook listener).
For raw endpoint detail, auth, rate limits, scopes, and webhook payloads, read references/printify-api-reference.md.
Answer using only the relevant section — don't dump the full reference.
GET .../print_providers/{id}/variants.json, never reuse across providers.GET /orders.json.If you discover a gotcha or tip not in references/learnings.md, append it there with today's date.
Best-effort from research (2026-07) — review these, especially plan-gated features and pricing that may have changed.
publishing_succeeded/publishing_failed./sales-print-on-demand — Choosing between POD providers (Printful vs Printify vs CustomCat vs Gelato vs Gooten vs SPOD) and multi-provider routing strategy/sales-printful — Printful platform help (the owns-its-factories alternative: consistent quality, in-house branding, higher base costs)/sales-customcat — CustomCat platform help (budget US POD: lowest base prices, 1–3 day Detroit production, no private-label branding)/sales-digital-products — Digital product & merch strategy: pricing, validation, launch/sales-checkout — Checkout-page optimization for the store that fronts Printify/sales-merchant-of-record — Tax/VAT handling on merch sales (Printify is not a Merchant of Record)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-codeUser says: "My Printify mugs were great for months, now customers say the print fades after one wash."
Skill does: Explains the provider-network model (quality is per print provider, not per Printify), pulls up how to identify the fulfilling provider on the affected orders, files reprint claims through Printify support, and walks through comparing alternative providers for the same blueprint via GET /catalog/blueprints/{id}/print_providers.json + sample orders before migrating the product.
Result: User gets defective orders reprinted and moves the product to a better provider with samples verified.
User says: "How do I create Printify products from my own app and submit orders when customers buy?"
Skill does: Walks through upload (POST /uploads/images.json) → product create with per-provider variant IDs and print_areas → publish handshake for the API sales channel (publish → publishing_succeeded), then order submission with external_id, shipping calculation, and the signed order:shipment:created webhook listener with X-Pfy-Signature verification — with the cURL + Python recipes from the platform guide and rate-limit handling (600/min global, 200 publishes/30 min).
Result: User has a working headless pipeline with verified webhooks and a polling backup.
User says: "I'm doing about 300 shirt orders a month — should I pay for Printify Premium?" Skill does: Models the decision: Premium ~$29/mo buys up to 20% off base costs, so at ~$8 base per shirt × 300 = $2,400/mo base spend, ~20% saves ~$480/mo — far above the fee. Flags that the discount percentage varies by product and to verify current pricing. Result: User upgrades with a concrete break-even calculation instead of guessing.
Symptom: order:created or order:shipment:created events stop arriving.
Cause: The endpoint returned 4xx/5xx three times in a row — Printify blocks the webhook for 1 hour, and events during the block are not replayed.
Solution: Make the listener return 200 immediately (queue processing), verify the X-Pfy-Signature HMAC without erroring on edge cases, test with POST /webhooks/{id}/simulate, and run a reconciliation poll of GET /orders.json to backfill missed events.
Symptom: API calls fail with 429, especially catalog reads or bulk publishing. Cause: Global 600 req/min, catalog 100 req/min, or publishing 200 req/30 min limit — counted per account, not per token. Solution: Cache catalog data locally (blueprints/variants change rarely), throttle publish jobs below 200/30 min, add exponential backoff starting ~2s, and keep error responses under 5% of traffic to avoid account-level throttling.
Symptom: A product on a custom/API sales channel is locked and can't be edited.
Cause: publish.json was called (or publishing started from the UI) but the integration never confirmed the result.
Solution: Complete the handshake — after your app pushes the product to your storefront, call POST .../publishing_succeeded.json (with your external handle) or .../publishing_failed.json to unlock it. Handle the product:publish:started webhook to automate this.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).