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.5 KB · 37 lines markdown
Rendered Raw Blame History
1# Mondo connector (`mondo`)23- Source: https://mondoshop.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)78Mondo (Austin): vinyl soundtracks, 1/6 & 1/12 scale figures, soft vinyl, screen-printed movie posters. Shopify storefront; product_type Vinyl / 1/6 Scale / 1/12 Scale / Soft Vinyl / Posters.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `soundtracks` | `music` | Mondo |14| `mondo-music` | `music` | Mondo |15| `exclusive-colored-vinyl` | `music` | Mondo |16| `non-soundtrack` | `music` | Mondo |17| `new-vinyl-records` | `music` | Mondo |18| `collectibles` | `action_figures` | Mondo |19| `statues` | `action_figures` | Mondo |20| `soft-vinyl-1` | `designer_toys` | Mondo |21| `posters` | `movie_posters` | Mondo |2223Rules (first match wins, applied to "title | product_type | tags | collection"):24- `\| (1/6 Scale|1/12 Scale|Figures?|Statues?) \|` → `action_figures` (brand Mondo)25- `\| Soft Vinyl \||\bsoft vinyl\b|\bsofubi\b` → `designer_toys` (brand Mondo)26- `\| (Vinyl|Cassettes?|CDs?) \||\bsoundtrack\b` → `music` (brand Mondo)27- `\| Posters? \||screen ?print|\bposter\b|\bgiclee\b` → `movie_posters` (brand Mondo)2829Excluded (regex): `gift card|mystery|\| (Apparel|Pins?|Enamel Pins?|Tiki Mugs?|Accessories|Puzzles?|Books?) \||t-shirt|hoodie|\bshirt\b|\bhat\b|\bcap\b|enamel pin|\bpin set\b|tiki mug|\bmug\b|\btote\b|puzzle|blanket|\bsocks?\b|\bpatch\b|slipmat|\bsticker`3031## Access & compliance32See `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 & pins, tiki mugs, the "fees-products"/"archive" umbrella collections, wholesale collections.3334## Fixtures & tests35`data/fixtures/mondo/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts mondo`), trimmed single-product payloads incl. a sold-out variant.36`pnpm vitest run connectors/api/mondo` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts mondo`.37