[object Object]

← back to Designer Wallcoverings

Suncloth is Fabric not Wallcovering: stop cadence overriding staging classification

ccdd68da311516ad28c472ce4569fe3299f2cf3b · 2026-06-29 16:17:55 -0700 · Steve

vendors.js Suncloth config hardcoded productType:'Wallcovering', overriding the
quadrille_house_catalog staging table which correctly classifies Suncloth as Fabric.
Changed to 'Fabric' to stop the bleed (~3 wrong products/hr). Retroactive flip of the
119 already-live products handled separately. (Steve approved 2026-06-29.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit ccdd68da311516ad28c472ce4569fe3299f2cf3b
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 29 16:17:55 2026 -0700

    Suncloth is Fabric not Wallcovering: stop cadence overriding staging classification
    
    vendors.js Suncloth config hardcoded productType:'Wallcovering', overriding the
    quadrille_house_catalog staging table which correctly classifies Suncloth as Fabric.
    Changed to 'Fabric' to stop the bleed (~3 wrong products/hr). Retroactive flip of the
    119 already-live products handled separately. (Steve approved 2026-06-29.)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 shopify/scripts/cadence/vendors.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shopify/scripts/cadence/vendors.js b/shopify/scripts/cadence/vendors.js
index 390839bf..70810daf 100644
--- a/shopify/scripts/cadence/vendors.js
+++ b/shopify/scripts/cadence/vendors.js
@@ -139,7 +139,7 @@ module.exports = {
   'Home Couture':    { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Home Couture',    soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
   'Charles Burger':  { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Charles Burger',  soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
   'Cloth and Paper': { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Cloth and Paper', soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
-  'Suncloth':        { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Suncloth',        soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
+  'Suncloth':        { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Suncloth',        soldBy: 'Sample', productType: 'Fabric', note: 'Suncloth is FABRIC, not wallcovering (Steve 2026-06-29). The staging table already classifies it Fabric; this stops the cadence overriding it to Wallcovering.' },
   'Plains':          { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Plains',          soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
   'Grasscloth':      { table: 'quadrille_house_catalog', sampleOnly: true, brandFilter: 'Grasscloth',      soldBy: 'Sample', productType: 'Wallcovering', note: 'Quadrille-house sample-only (no cost); public-site source' },
 

← cda0849d Sangetsu parser: image-filename SKU harvest (covers swatch+n  ·  back to Designer Wallcoverings  ·  Andrew: final consolidated 36in letter drafted (Woven Grass 4547b440 →