SPB Git forge

spb/fabri-ka

Public

Agrégateur de produits québécois — www.fabri-ka.com

217commits 1branches 0releases
66.1 MBsize
maindefault branch
7 h agolast push
Python 38.4% HTML 30.3% TypeScript 17.2% CSS 11% JavaScript 3.2%

[ka6] fix connecteur origin-north.ai: site SaaS B2B sans boutique Wix — catalog_endpoint null, ecommerce=false

origin-north.ai (Cédric Millar Integrated Solutions Inc / AFMQ) est un site
SaaS supply chain sans app Wix Stores (app 1380b703 absente, has_cart=false).
Corrige catalog_endpoint (était /_api/wix-ecommerce-storefront-web/api, maintenant
null pour cohérence avec verify_cache) et ecommerce=false. Store déjà disabled=false.
Double filtre ingest (enabled=false + catalog_endpoint=null) garantit l'exclusion.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 23, 2026) parent 02d96a8

1 changed file +2 −2

modified data/stores.json +2 −2
@@ -172806,7 +172806,7 @@
172806 172806 "name": "Inc",
172807 172807 "url": "https://www.origin-north.ai",
172808 172808 "platform": "wix",
172809 − "catalog_endpoint": "/_api/wix-ecommerce-storefront-web/api",
172809 + "catalog_endpoint": null,
172810 172810 "city": "",
172811 172811 "region": "",
172812 172812 "postal_prefix": "H1S",
@@ -172825,7 +172825,7 @@
172825 172825 "https://www.afmq.com/liste_compagnies/profil/cedric-millar-integrated-solutions-inc"
172826 172826 ],
172827 172827 "language": null,
172828 − "ecommerce": true,
172828 + "ecommerce": false,
172829 172829 "verification_date": "2026-08-21",
172830 172830 "status": "probable",
172831 172831 "enabled": false,
172832 172832