SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
3.0 KB · 40 lines markdown
Rendered Raw Blame History
1# Super7 connector (`super7`)23- Source: https://www.super7.com · dealer · US · USD · Shopify storefront4- Acquisition: public `/collections/<handle>/products.json?limit=250&page=N` (shared `ShopifyStoreConnector` adapter wrapped by `MarketPinnedShopifyConnector`, which adds a `localization=US` cookie so Shopify Markets never geo-converts prices; no store-specific code)5- Records: `listing` (asking prices, one per variant; out-of-stock variants → `ended`)6- Refresh: every 12 h (ACTIVE→NORMAL boundary, large catalogue) · history: none (listings only)78Super7 brand store (ReAction, Ultimates!, Kandy Kaiju soft vinyl, G.I. Joe, Godzilla, TMNT, music figures). Shopify storefront; product_type Figures vs Apparel.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `movie-action-figures` | `action_figures` | Super7 |14| `pop-culture-figures` | `action_figures` | Super7 |15| `music-action-figures` | `action_figures` | Super7 |16| `comic-figures` | `action_figures` | Super7 |17| `classic-monster-figures` | `action_figures` | Super7 |18| `gi-joe` | `action_figures` | Super7 / G.I. Joe |19| `godzilla` | `action_figures` | Super7 / Godzilla |20| `nba` | `action_figures` | Super7 / NBA |21| `in-stock-thundercats` | `action_figures` | Super7 / ThunderCats |22| `in-stock-reaction` | `action_figures` | Super7 / ReAction |23| `in-stock-ultimates-and-deluxe-figures` | `action_figures` | Super7 / Ultimates! |24| `keshi-figures` | `action_figures` | Super7 / Keshi |25| `kandy-kaiju` | `designer_toys` | Super7 / Kandy Kaiju |2627Rules (first match wins, applied to "title | product_type | tags | collection"):28- `\bsoft vinyl\b|\bsofubi\b|kandy kaiju|super shogun` → `designer_toys` (brand Super7)29- `\breaction\b` → `action_figures` (brand Super7) (series ReAction)30- `\bultimates!?\b` → `action_figures` (brand Super7) (series Ultimates!)3132Excluded (regex): `gift card|mystery|\| (Apparel|T-Shirts?|Hats?|Accessories|Pins?|Enamel Pins?|Patches?|Socks|Hoodies?|Bags?|Stationery|Stickers?|Prints?|Posters?|Merch|Keychains?|Lanyards?|Pins? Lanyard Set|Books?|Toy Displays?|Home Goods|Drinkware) \||t-shirt|\btee\b|hoodie|sweatshirt|\bhat\b|\bcap\b|beanie|\bsocks?\b|enamel pin|\bpins? set\b|\bpatch\b|sticker|\bkeychain\b|lanyard|\bmug\b|\btote\b|tumbler|display case|acrylic case|pop protector only|art print|\bposter\b|\bzine\b|\bbook\b|\bgame\b|puzzle|blanket|towel|\bwallet\b|backpack|\bshirt\b|advent calendar|\bglassware|\bpint glass`3334## Access & compliance35See `accessNotes` in meta.json: robots.txt verified 2026-09-08 (standard Shopify rules, products.json paths allowed), honest UA, 1 req / 1.5 s, listings only, no personal data. Not fetched: apparel & accessories, BFCM/holiday umbrella collections, "pre-order closed" archive, gift guides.3637## Fixtures & tests38`data/fixtures/super7/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts super7`), trimmed single-product payloads incl. a sold-out variant.39`pnpm vitest run connectors/api/super7` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts super7`.40