skills/sales-printful/SKILL.md
Printful platform help — print-on-demand merch fulfillment for creators/brands (apparel, accessories, all-over print) with a REST API (v2 beta + v1), signed webhooks, mockup generator, and store connectors for Shopify/WooCommerce/Etsy/Wix. Use when orders aren't appearing in Printful or SKUs aren't matching sync variants, an order is stuck in the failed state, a Printful webhook never fired and you need a polling backup, shipping takes too long and customers complain, building a headless store that creates orders via the API, generating product mockups programmatically, or choosing between the Free and Growth plans. Do NOT use for choosing between POD providers like Printify/Gelato/Gooten (use /sales-print-on-demand) or general digital-product pricing/launch strategy (use /sales-digital-products).
npx skillsauth add sales-skills/sales sales-printfulInstall 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.
Printful is a print-on-demand (POD) fulfillment service: you design custom products, Printful prints and ships them on demand, and you hold no inventory. It plugs into your storefront (Shopify, WooCommerce, Etsy, 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?
API version? v2 (beta, recommended for new builds — /v2/ paths, leaky-bucket rate limit, signed webhooks) or legacy v1.
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 (Printful vs Printify/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-digital-products {original question}"
Otherwise, answer Printful-specific questions directly using Step 3.
Read references/platform-guide.md for the full reference — capabilities & automation surface, pricing/plan gates, data model (catalog product vs variant, orders, mockups), and quick-start recipes (create an order, generate a mockup, listen for a shipment webhook).
For raw endpoint detail, auth, rate limits, and webhook payloads, read references/printful-api-reference.md.
Answer using only the relevant section — don't dump the full reference.
catalog_variant_id.calculating; you can't confirm it until calculation finishes. Poll the order or wait for the estimation task.If you discover a gotcha or tip not in references/learnings.md, append it there with today's date.
Best-effort from research (2026-06) — review these, especially plan-gated features and integration details that may have changed.
/sales-print-on-demand).sync_variant_id. This is the #1 store-integration failure.draft orders are never charged or fulfilled — you must POST /orders/{id}/confirm. Many "Printful didn't ship my order" cases are unconfirmed drafts./sales-print-on-demand — POD provider selection: choosing between Printful/Printify/CustomCat/Gelato/Gooten/SPOD and multi-provider routing/sales-digital-products — Digital-product & merch strategy: pricing, validation, launch/sales-printify — Printify platform help (the broker-network alternative — 1,300+ products, lowest base costs, per-provider quality vetting)/sales-customcat — CustomCat platform help (the budget POD alternative — lowest base prices + fastest US production, but no private-label branding and US-only fulfillment)/sales-checkout — Checkout-page optimization (order bumps, upsells, cart abandonment) for the store that fronts Printful/sales-merchant-of-record — Tax/VAT handling on merch sales/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 Shopify orders aren't showing up in Printful."
Skill does: Checks that each product's SKU matches Printful's sync_variant_id, confirms the store connection is active and not paused, verifies orders aren't sitting as unconfirmed draft, and explains the auto vs manual order-confirmation setting.
Result: User finds the SKU mismatch, re-syncs, and orders flow through.
User says: "How do I create and confirm a Printful order from my own backend?"
Skill does: Walks through POST /v2/orders with a recipient + order-items using catalog_variant_id and a placements/layers design payload, explains the async cost calculating state, then POST /v2/orders/{id}/confirm, with a cURL + Python example from the platform guide and the leaky-bucket 429 retry pattern.
Result: User has a working order-creation flow with retry handling.
User says: "Is Printful Growth worth $24.99/mo for me?" Skill does: Explains Growth becomes free above $12K/yr in sales, quantifies the up-to-33% product discount + 9% branding discount against the user's volume, and models base cost + fulfillment + shipping vs retail price to show the break-even order count. Result: User decides based on actual projected volume, not feature FOMO.
Symptom: Store orders don't create Printful orders.
Cause: SKU doesn't match sync_variant_id, store connection paused, or orders left as draft.
Solution: Re-map product SKUs to Printful sync variants, re-enable the connection, and either enable auto-confirm or call POST /orders/{id}/confirm. For API orders, double-check you used catalog_variant_id (not product id).
failed stateSymptom: An order moved to failed after submission.
Cause: A problem surfaced during processing (bad design file/placement, out-of-stock variant, address issue).
Solution: Read the order's error detail, fix the offending item (file URL, placement/technique, or variant), then resubmit. Listen for the order_failed webhook to catch this automatically.
Symptom: A shipment_sent or mockup_task_finished event didn't arrive.
Cause: Webhooks are best-effort; delivery can be missed, and v2 subscriptions can expire or auto-disable.
Solution: Keep a GET-endpoint polling backup (poll the order/shipment or mockup task), re-register the webhook, ensure your endpoint is HTTPS and verifies the v2 signature, and check the configured event is still enabled.
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).