[ka6] fix connecteur atelierora.ca: migration Shopify→Odoo du site, fiche basculée shopify→generic. Cause racine (2026-09-18): le site a été entièrement refait sous Odoo (saas~19.4, meta generator Odoo) — le Shopify est démonté, /products.json répond 404 alors que l'accueil est en 200 → 3 syncs à 0. Le nouveau site expose un sitemap.xml (24 produits sous /shop/ + 2 catégories) et du JSON-LD schema.org Product en @graph (prix 395 CAD, image, availability) sur chaque fiche — _walk_jsonld du connecteur generic gère nativement le @graph, aucun changement de code. Fix: fiche stores.json seulement: platform generic + catalog_endpoint __generic__. Sync réel 2026-09-18: atelierora.ca 24 produits (+24; médiane historique 14 = l'ancien catalogue Shopify, élargi post-migration). Les 14 anciennes fiches Shopify à external_id numérique seront désactivées via MISS_GRACE=2. Web local 200.
1 changed file +2 −2
modified
data/stores.json
+2 −2
@@ -6977,8 +6977,8 @@ | ||
| 6977 | 6977 | "id": "atelierora.ca", |
| 6978 | 6978 | "name": "Atelier Ora", |
| 6979 | 6979 | "url": "https://www.atelierora.ca", |
| 6980 | − "platform": "shopify", | |
| 6981 | − "catalog_endpoint": "/products.json", | |
| 6980 | + "platform": "generic", | |
| 6981 | + "catalog_endpoint": "__generic__", | |
| 6982 | 6982 | "city": "", |
| 6983 | 6983 | "region": "", |
| 6984 | 6984 | "postal_prefix": "H2T", |
| 6985 | 6985 | |