TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# Martian Toys connector (`martian-toys`)23- Source: https://martiantoys.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)78Philadelphia designer-toy shop and producer (vinyl toys, artist customs, blind boxes, Pop Mart, Superplastic, tokidoki). Shopify storefront; product_type "vinyl toy".910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `designer-toys` | `designer_toys` | — |14| `designer-vinyl` | `designer_toys` | — |15| `blind-boxes` | `designer_toys` | — |16| `customs` | `designer_toys` | Custom |17| `urban-toys` | `designer_toys` | — |18| `martian-exclusives` | `designer_toys` | Martian Toys |19| `all-martian-toys` | `designer_toys` | Martian Toys |20| `pop-mart` | `designer_toys` | Pop Mart |21| `super-plastic` | `designer_toys` | Superplastic |22| `tokidoki` | `designer_toys` | tokidoki |23| `kozik` | `designer_toys` | Frank Kozik |24| `3d-retro` | `designer_toys` | 3DRetro |25| `madl` | `designer_toys` | MAD*L |2627Excluded (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`2829## Access & compliance30See `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: merch/shirts/prints/stickers/pins, event umbrella collections (NYCC, DCon…), "the vault"/"all" umbrella collections.3132## Fixtures & tests33`data/fixtures/martian-toys/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts martian-toys`), trimmed single-product payloads incl. a sold-out variant.34`pnpm vitest run connectors/api/martian-toys` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts martian-toys`.35