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%
1.1 KB · 13 lines markdown
Rendered Raw Blame History
1# Mattel Creations connector (`mattel-creations`)23- Source: https://creations.mattel.com · type: manufacturer (official collector shop) · country: US · currency: USD4- Acquisition: Shopify storefront `products.json` through the shared `ShopifyStoreConnector`5- Records: `listing` with official MSRP (`originalMsrp`) for Hot Wheels Collectors / RLC / Elite 64 / Car Culture, Matchbox Collectors (model_cars), Barbie Signature (dolls), Masters of the Universe & WWE (action_figures)67## Behaviour8- Subclass copies `Brand:` / `Category:` / `Filter-AgeGrade:` tags into brand/metadata, flags members-only (RLC/BSM) items, and keeps sold-out items as `ended` listings so MSRP history survives sell-outs.9- Apparel, drinkware, memberships, décor, bags, hats, posters, pins are excluded by rule.1011## Fixtures / tests12`data/fixtures/mattel-creations/*.json` are live captures (sold-out Batmobile, Car Culture case, Forza 5-pack, MOTU figure). `pnpm vitest run connectors/api/mattel-creations`. Capture: `pnpm tsx connectors/api/_g6-comics-toys-games-lib/capture.ts mattel-creations 3 [productUrl…]`.13