← back to Wpb Sales Dashboard

config/marketplaces.json

78 lines

{
  "_note": "Account registry for the WPB design-selling operation. brand/email follow the pattern-marketplace-email rule: WPB everywhere EXCEPT Spoonflower + Patternbank (permanent info@dw exceptions). status: live=account exists & usable, pending=awaiting confirmation, planned=not yet created. Sales/units are filled from data/sales-ledger.jsonl at runtime — never hand-edit those here.",
  "marketplaces": [
    {
      "key": "spoonflower",
      "name": "Spoonflower",
      "shop": "Fernwick Studio",
      "brand": "Designer Wallcoverings (permanent exception)",
      "email": "info@designerwallcoverings.com",
      "status": "live",
      "url": "https://www.spoonflower.com/profiles/fernwick",
      "model": "POD royalty per sale",
      "notes": "3 designs uploaded (PRIVATE / pre-launch). For-sale switch gated on Steve's payout+tax setup.",
      "color": "#2ec4b6"
    },
    {
      "key": "etsy",
      "name": "Etsy",
      "shop": "SteveAbramsStudios",
      "brand": "Wallpaper's Back (move from DW when resolved)",
      "email": "info@wallpapersback.com",
      "status": "live",
      "url": "https://www.etsy.com/shop/SteveAbramsStudios",
      "model": "Digital download, you set price ($149)",
      "notes": "38 listings planned in etsy-listings-plan.json; not yet pushed to draft via API.",
      "color": "#f4a261"
    },
    {
      "key": "creativemarket",
      "name": "Creative Market",
      "shop": "SteveAbramsDW",
      "brand": "Wallpaper's Back (move from DW when resolved)",
      "email": "info@wallpapersback.com",
      "status": "live",
      "url": "https://creativemarket.com/SteveAbramsDW",
      "model": "Digital pattern packs, ~40-50% commission",
      "notes": "Created via Google SSO under DW. Best AI-friendly fit. 0 listings yet.",
      "color": "#e76f51"
    },
    {
      "key": "redbubble",
      "name": "Redbubble",
      "shop": "wallpapersback",
      "brand": "Wallpaper's Back",
      "email": "info@wallpapersback.com",
      "status": "live",
      "url": "https://www.redbubble.com/people/wallpapersback/shop",
      "model": "POD margin, you set markup",
      "notes": "Account created 2026-07-07. AI-hostile platform — anti-bot cadence critical. 0 listings yet.",
      "color": "#e63946"
    },
    {
      "key": "patternbank",
      "name": "Patternbank",
      "shop": "Wallpaper's Back",
      "brand": "Designer Wallcoverings (permanent exception)",
      "email": "info@designerwallcoverings.com",
      "status": "pending",
      "url": "https://patternbank.com",
      "model": "Curated marketplace, revenue share",
      "notes": "Signup under info@dw; awaiting confirmation email. 0 listings yet.",
      "color": "#8338ec"
    },
    {
      "key": "society6",
      "name": "Society6",
      "shop": "Wallpaper's Back",
      "brand": "Wallpaper's Back",
      "email": "info@wallpapersback.com",
      "status": "pending",
      "url": "https://society6.com",
      "model": "POD margin",
      "notes": "Signup in progress; awaiting confirmation. 0 listings yet.",
      "color": "#3a86ff"
    }
  ]
}