skills/sales-litcommerce/SKILL.md
LitCommerce platform help — multichannel listing & inventory-sync tool that connects one Main Store (Shopify, WooCommerce, Wix, BigCommerce, Squarespace) to 20+ marketplaces (Amazon, eBay, Etsy, Walmart, TikTok Shop, Google, Facebook, Temu, Reverb, Faire, Shopee) with a 15-minute price/inventory/order sync, plus a Product Feed tool that exports a catalog to 300+ ad/shopping/AI-search channels. Use when LitCommerce listings won't sync or won't connect to eBay/Amazon, items oversell despite inventory sync being on, product-ID/GTIN mapping fails across channels, the TikTok Shop or Facebook connection keeps breaking, picking a LitCommerce plan by channels × listings, or building a product feed for Google Shopping/Meta/LLM search. Do NOT use for choosing between multichannel tools like Sellbrite/Codisto/CedCommerce (use /sales-multichannel-selling) or cross-tool checkout-conversion strategy (use /sales-checkout). Note: LitCommerce has no public REST API or webhooks.
npx skillsauth add sales-skills/sales sales-litcommerceInstall 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.
LitCommerce connects one Main Store (Shopify, WooCommerce, Wix, BigCommerce, Squarespace, or a CSV/XML file) to 20+ marketplaces and sales channels, keeping listings, price, inventory, and orders in sync from a single dashboard. It runs an automatic sync every 15 minutes and ships a separate Product Feed tool for exporting a catalog to ad/shopping engines. Critically, LitCommerce has no public REST API or webhooks — you automate into it via CSV/feed imports and it talks to the marketplaces' own APIs for you. This skill covers that integration surface and the sync/connection pain points that trip people up.
If references/learnings.md exists, read it first for accumulated platform knowledge.
Ask only what you need (skip if the prompt already says):
Skip-ahead rule: if the user's prompt already contains enough context, go straight to Step 2.
Map the request to the right home. When routing, give the exact command.
| The user's real problem | Route to |
|---|---|
| Choosing between multichannel tools (LitCommerce vs Sellbrite/Codisto/CedCommerce/Channable), channel-expansion strategy | /sales-multichannel-selling {question} |
| Cross-tool checkout-conversion strategy (order bumps, AOV, cart abandonment) | /sales-checkout {question} |
| The Main Store platform itself (Shopify/WooCommerce/BigCommerce/Wix/Square setup or API) | /sales-shopify, /sales-bigcommerce, /sales-wix, or /sales-square-online {question} |
| Getting a product catalog to rank in AI search / building llms.txt strategy | /sales-ai-visibility {question} |
| Not sure which skill | /sales-do {question} |
Anything LitCommerce-specific (sync, channel connections, feeds, plan gates, overselling) — answer here using Step 3.
Read references/platform-guide.md for the full platform reference — capabilities & automation surface, pricing/plan gates, the data model with JSON shapes, feed/CSV recipes, and integration patterns.
For the integration surface in detail (no public API; CSV/feed import auth, Product Feed export, the help-docs query interface, channel auth), read references/litcommerce-api-reference.md.
Answer using only the relevant section — don't dump the whole reference.
You no longer need the guide loaded — focus on the user's situation:
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 be outdated.
/sales-multichannel-selling — Cross-tool strategy: which marketplaces to sell on, oversell prevention, and choosing a channel manager (LitCommerce vs Sellbrite/Codisto/CedCommerce/Channable/Linnworks)./sales-checkout — Checkout-conversion strategy on your storefront (order bumps, AOV, cart recovery)./sales-shopify — Shopify commerce backend (pull orders/products via the GraphQL Admin API — your real integration point behind LitCommerce)./sales-bigcommerce — BigCommerce backend (REST v3/v2, webhooks) as the Main Store./sales-wix — Wix eCommerce as the Main Store./sales-ai-visibility — Getting product/brand content to surface in ChatGPT/Perplexity (the Product Feed AI/LLMs.txt feeds feed this)./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-codeA developer/automation question — and the answer reframes it. LitCommerce has no public API or webhooks, so you cannot pull orders from LitCommerce directly. But LitCommerce writes channel orders (Amazon/eBay/Etsy/…) back into your Main Store as orders. So integrate at the store: use the Shopify Admin API (/admin/api/.../orders.json or GraphQL) or WooCommerce REST (/wp-json/wc/v3/orders, HMAC webhooks) to read consolidated orders, filtered by the channel/source tag LitCommerce stamps. To push data into LitCommerce, point it at a file Main Store (CSV/XML/Google Sheet) it re-imports on a schedule. Point them to references/litcommerce-api-reference.md for the import auth options.
The #1 LitCommerce pain point. Explain the cause: sync runs every 15 minutes (near-time), so within one window two channels can each sell the last unit. Fix: set an inventory rule to "set the product to out of stock on [channel] at quantity = 1 (or 2)" so the buffer absorbs the sync lag; confirm sync direction is Main Store → channels (edits on a marketplace don't flow back); for fast-movers, lower the buffer threshold or reduce reliance on the last unit. Note that no tool with batch sync is truly real-time — buffers are the standard mitigation.
Pricing/plan-gate question (answer from the guide). There's a 7-day free trial with full access; paid is pay-as-you-go by channels × listings from ~$29/mo (3 channels/1,000 listings) up to ~$369/mo (15 channels/100k), custom above; 20% off annual. For 6 channels and 8,000 products, count listings carefully — variations multiply listing count, so 8,000 products with variants can exceed 10,000 listings and bump you a tier. The Product Feed Tool is billed separately (free for 2 feeds). Flag all pricing as best-effort and tell them to confirm current rates.
Setup is not one-click — each channel is a separate OAuth + policy mapping. Confirm the marketplace account itself is in good standing and has selling permissions (Amazon Professional selling plan, eBay business policies enabled). Re-authorize the channel if the token lapsed. Check that the product has the required identifiers for that channel (GTIN/UPC/EAN, or an Amazon GTIN-exemption). If eBay/Amazon support says "it's a LitCommerce issue," it's usually a missing marketplace permission or a category/identifier requirement surfaced through LitCommerce — fix it on the listing/Main Store. Use LitCommerce's per-channel error reports to see the exact rejection reason.
Sync is Main Store → channels every 15 minutes and one-directional. Causes: (1) the 15-min window let two channels sell concurrently — add an out-of-stock-at-N buffer rule; (2) someone edited stock directly on a marketplace — that won't flow back and gets overwritten; (3) "No Manage Stock" products need a fixed quantity rule; (4) Shopify multi-location — confirm LitCommerce is syncing from the right location(s). Treat the Main Store as the single source of truth and never adjust channel stock by hand.
That's the Product Feed Tool, not the listing sync. On the free plan there's no hourly sync — feeds refresh on a slower cadence; upgrade for hourly. Confirm the feed format matches the destination (Google Shopping vs Meta catalog vs a generic CSV), that required attributes (id, title, price, availability, gtin) are mapped, and that multi-currency/multi-language variants are set if you sell across regions. For AI-search destinations, use the dedicated LLMs.txt / ChatGPT-OpenAI feed templates.
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).