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%
2.4 KB · 34 lines markdown
Rendered Raw Blame History
1# Fusion Gaming connector (`fusion-gaming`)23- Source: https://www.fusiongamingonline.com · dealer · CA · CAD · Shopify storefront4- Acquisition: public `/collections/<handle>/products.json?limit=250&page=N` (shared `ShopifyStoreConnector` adapter wrapped by `MarketPinnedShopifyConnector`, which adds a `localization=CA` 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)78Winnipeg TCG retailer. Shopify storefront; singles titles are 'Name [Set]' with condition variants.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `mtg-singles` | `magic_the_gathering` | Magic: The Gathering |14| `mtg-sealed-products` | `magic_the_gathering` | Magic: The Gathering |15| `pokemon-singles` | `pokemon` | Pokémon |16| `pokemon-all-sealed` | `pokemon` | Pokémon |17| `star-wars-unlimited-singles` | `star_wars_tcg` | Star Wars Unlimited |18| `lorcana-singles-1` | `disney_lorcana` | Disney Lorcana |19| `one-piece-singles` | `one_piece_card_game` | One Piece |20| `riftbound-singles-in-stock` | `other_tcg` | Riftbound |21| `riftbound-sealed-product` | `other_tcg` | Riftbound |22| `board-games-all` | `board_games` | — |2324Excluded (regex): `gift card|sleeves?|deck box|binder|playmat|toploader|top loader|storage box|dice|tokens? only|bundle of|mystery|buylist|submission|event ticket|\bentry\b|tournament|store credit|pre-?release event|supplies|card savers?|\brepack|bulk lot|\blot of\b|\bpaints?\b|primer|brushes|online (pack|code)|digital code|code card|unused digital|ptcgo|ptcg live`2526Title pattern: `^(?<name>.+?) \[(?<set>[^\]]+)\]$` (name / set / number)2728## Access & compliance29See `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: accessories/playmats/sleeves/dice collections, event tickets, "items-with-noprice" collection.3031## Fixtures & tests32`data/fixtures/fusion-gaming/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts fusion-gaming`), trimmed single-product payloads incl. a sold-out variant.33`pnpm vitest run connectors/api/fusion-gaming` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts fusion-gaming`.34