[object Object]

← back to Dw Vendor Microsites

brand_mckenzie: recover 167 images $0 (host-swap ->api.brandmckenzie.com) + deploy; identity-check retry

55762bf2ea2f026a01cfbcc359bf2f9ce2cdf05b · 2026-07-13 01:59:20 -0700 · Steve

Contrarian was right: 403 was only on products.json; images live on api.brandmckenzie.com (200 image/jpeg,
GET not HEAD). Host-swapped 167 rows, health 0.0->1.0, dw_unified written, deployed, DNS added. Also added
a 4x retry to the post-deploy identity check so it doesn't false-fail on the nginx-reload transient.

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

Files touched

Diff

commit 55762bf2ea2f026a01cfbcc359bf2f9ce2cdf05b
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jul 13 01:59:20 2026 -0700

    brand_mckenzie: recover 167 images $0 (host-swap ->api.brandmckenzie.com) + deploy; identity-check retry
    
    Contrarian was right: 403 was only on products.json; images live on api.brandmckenzie.com (200 image/jpeg,
    GET not HEAD). Host-swapped 167 rows, health 0.0->1.0, dw_unified written, deployed, DNS added. Also added
    a 4x retry to the post-deploy identity check so it doesn't false-fail on the nginx-reload transient.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 deploy-vendor.sh             |  12 +-
 manifest.json                |  11 +-
 staging/brand_mckenzie.jsonl | 334 +++++++++++++++++++++----------------------
 3 files changed, 182 insertions(+), 175 deletions(-)

diff --git a/deploy-vendor.sh b/deploy-vendor.sh
index d980ca2..d5f374a 100755
--- a/deploy-vendor.sh
+++ b/deploy-vendor.sh
@@ -130,9 +130,15 @@ REMOTE
 # compare the live row total to the staging line count. Mismatch => fail loudly, don't mark DEPLOYED.
 STAGING_ROWS="$(grep -c . "$REPO/staging/${VENDOR}.jsonl" 2>/dev/null || echo 0)"
 # force the listen IP with --resolve so this works even before the subdomain's DNS A record
-# exists (DNS is a separate gated step) — we're verifying the deployed app, not DNS.
-LIVE_TOTAL="$(curl -s -k --resolve "${DOMAIN}:443:45.61.58.125" --max-time 20 -u admin:DW2024! "https://${DOMAIN}/api/skus?limit=1" \
-  | python3 -c 'import sys,json;print(json.load(sys.stdin).get("total","?"))' 2>/dev/null || echo '?')"
+# exists (DNS is a separate gated step) — we're verifying the deployed app, not DNS. Retry a few
+# times because the check fires right after `systemctl reload nginx` and can catch a transient.
+LIVE_TOTAL='?'
+for _try in 1 2 3 4; do
+  LIVE_TOTAL="$(curl -s -k --resolve "${DOMAIN}:443:45.61.58.125" --max-time 20 -u admin:DW2024! "https://${DOMAIN}/api/skus?limit=1" \
+    | python3 -c 'import sys,json;print(json.load(sys.stdin).get("total","?"))' 2>/dev/null || echo '?')"
+  [ "$STAGING_ROWS" = "$LIVE_TOTAL" ] && break
+  sleep 2
+done
 if [ "$STAGING_ROWS" != "$LIVE_TOTAL" ]; then
   echo "== IDENTITY MISMATCH: ${DOMAIN} serves ${LIVE_TOTAL} rows but ${VENDOR} staging has ${STAGING_ROWS} —" >&2
   echo "   likely PORT COLLISION (domain proxying to another vendor). NOT marking DEPLOYED. ==" >&2
diff --git a/manifest.json b/manifest.json
index 25d65fb..21e310d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -173,13 +173,14 @@
       "table_count": 167,
       "samples_only": true,
       "status": "OK",
-      "build_status": "BUILT_NEEDS_RESCRAPE",
-      "deploy_status": "PENDING",
+      "build_status": "BUILT",
+      "deploy_status": "DEPLOYED",
       "wave": 15,
       "port": 10013,
       "sku_count": 167,
-      "image_health": 0.0,
-      "image_status": "NEEDS_RESCRAPE"
+      "image_health": 1.0,
+      "image_status": "HEALTHY",
+      "image_note": "2026-07-13: 167 rows recovered $0 by host-swap brandmckenzie.com->api.brandmckenzie.com; dw_unified written"
     },
     "bespoke": {
       "vendor_code": "bespoke",
@@ -2357,7 +2358,7 @@
       "image_health": 1.0
     }
   },
-  "updated_at": "2026-07-13T01:56:10.415940",
+  "updated_at": "2026-07-13T01:58:56.510824",
   "stats": {
     "total_vendors": 118,
     "buildable": 117,
diff --git a/staging/brand_mckenzie.jsonl b/staging/brand_mckenzie.jsonl
index 1671492..624295c 100644
--- a/staging/brand_mckenzie.jsonl
+++ b/staging/brand_mckenzie.jsonl
@@ -1,167 +1,167 @@
-{"id": 14, "mfr_sku": "BMGI006/06A", "dw_sku": "DWBM-910032", "pattern_name": "Mayhem Mansion Grape", "color_name": "Mauve", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2460-large_default/mayhem-mansion-grape.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:17.268842+00:00", "created_at": "2026-02-24T22:57:18.995927+00:00", "updated_at": "2026-06-18T00:00:17.268842+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C89EB1", "ai_colors": [{"hex": "#C89EB1", "name": "Dusty Rose", "percentage": 40}, {"hex": "#C47234", "name": "Burnt Sienna", "percentage": 20}, {"hex": "#87B7A9", "name": "Seafoam Green", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F4E6", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical", "Geometric"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Burnt Sienna", "Seafoam Green", "Jet Black", "Soft White", "Art Deco", "Eclectic", "Maximalist", "Abstract", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mayhem Mansion Grape", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 40, "mfr_sku": "FR44/PRINCE/IVCB", "dw_sku": "DWBM-910127", "pattern_name": "Prince - Framed Art Prints", "color_name": "Beige", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2298-large_default/prince-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:36.166842+00:00", "created_at": "2026-02-24T22:57:42.91708+00:00", "updated_at": "2026-06-18T00:00:36.166842+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Peacock Blue", "percentage": 40}, {"hex": "#F8F0E3", "name": "Soft White", "percentage": 30}, {"hex": "#50C878", "name": "Emerald Green", "percentage": 15}, {"hex": "#CD7F32", "name": "Burnished Bronze", "percentage": 10}, {"hex": "#708090", "name": "Slate Blue", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Peacock Blue", "Soft White", "Emerald Green", "Burnished Bronze", "Slate Blue", "Eclectic", "Contemporary", "Botanical", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Prince - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 61, "mfr_sku": "BMWL005/08B", "dw_sku": "DWBM-910113", "pattern_name": "Punk Rocks Denim", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1874-large_default/punk-rocks-denim.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:53.869332+00:00", "created_at": "2026-02-24T22:58:01.686812+00:00", "updated_at": "2026-06-18T00:00:53.869332+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B47", "ai_colors": [{"hex": "#192B47", "name": "Midnight Navy", "percentage": 40}, {"hex": "#C87984", "name": "Dusty Rose", "percentage": 20}, {"hex": "#B59779", "name": "Warm Taupe", "percentage": 15}, {"hex": "#6082A5", "name": "Slate Blue", "percentage": 15}, {"hex": "#F2C996", "name": "Peach Beige", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Floral", "Plaid", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Dusty Rose", "Warm Taupe", "Slate Blue", "Peach Beige", "Eclectic", "Maximalist", "Contemporary", "Floral", "Plaid", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Punk Rocks Denim", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 115, "mfr_sku": "BMPP004/03A", "dw_sku": "DWBM-260117", "pattern_name": "Fine China Blue &amp; White", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1797-large_default/fine-china-blue-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530370611", "last_scraped": "2026-06-18T00:01:38.646631+00:00", "created_at": "2026-02-24T22:58:54.772527+00:00", "updated_at": "2026-06-18T00:01:38.646631+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1797-large_default/fine-china-blue-white.jpg\",\"https://brandmckenzie.com/1793-large_default/fine-china-blue-white.jpg\",\"https://brandmckenzie.com/1800-large_default/fine-china-blue-white.jpg\",\"https://brandmckenzie.com/1789-large_default/fine-china-blue-white.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 50}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 5}, {"hex": "#228B22", "name": "Forest Green", "percentage": 5}, {"hex": "#BCB4A4", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Cornflower Blue", "Soft White", "Golden Yellow", "Forest Green", "Warm Taupe", "Eclectic", "Chinoiserie", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Blue &amp; White", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 97, "mfr_sku": "BMPP004/08A", "dw_sku": "DWBM-260127", "pattern_name": "The Mediterranean Cherry Aqua", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1718-large_default/the-mediterranean-cherry-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530698291", "last_scraped": "2026-06-18T00:01:25.526242+00:00", "created_at": "2026-02-24T22:58:38.142064+00:00", "updated_at": "2026-06-18T00:01:25.526242+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1718-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://brandmckenzie.com/1733-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://brandmckenzie.com/1732-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://brandmckenzie.com/1719-large_default/the-mediterranean-cherry-aqua.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F4F4F4", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 40}, {"hex": "#7AC7D1", "name": "Aqua Blue", "percentage": 25}, {"hex": "#E6A7A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#87A87B", "name": "Sage Green", "percentage": 10}, {"hex": "#777B80", "name": "Slate Gray", "percentage": 10}], "ai_styles": ["Coastal", "Eclectic", "Scandinavian"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Aqua Blue", "Dusty Rose", "Sage Green", "Slate Gray", "Coastal", "Eclectic", "Scandinavian", "Abstract", "Botanical", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Cherry Aqua", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 137, "mfr_sku": "BMCF003/07A", "dw_sku": "DWBM-910013", "pattern_name": "Happy Hour Day", "color_name": "Light Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1313-large_default/happy-hour-day.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:55.623323+00:00", "created_at": "2026-02-24T22:59:16.177162+00:00", "updated_at": "2026-06-18T00:01:55.623323+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0EB", "ai_colors": [{"hex": "#F2F0EB", "name": "Soft White", "percentage": 60}, {"hex": "#707070", "name": "Slate Gray", "percentage": 20}, {"hex": "#C99DAA", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0975F", "name": "Burnt Sienna", "percentage": 5}, {"hex": "#303030", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Gray", "Dusty Rose", "Burnt Sienna", "Deep Charcoal", "Eclectic", "Contemporary", "Abstract", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Happy Hour Day", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 163, "mfr_sku": "BMCF003/01B", "dw_sku": "DWBM-910002", "pattern_name": "Balancing Act Blue Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1272-large_default/balancing-act-blue-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:15.040751+00:00", "created_at": "2026-02-24T22:59:41.837781+00:00", "updated_at": "2026-06-18T00:02:15.040751+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1F0", "ai_colors": [{"hex": "#A7D1F0", "name": "Sky Blue", "percentage": 40}, {"hex": "#88A87F", "name": "Sage Green", "percentage": 25}, {"hex": "#A0826B", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F28482", "name": "Coral", "percentage": 10}, {"hex": "#E2B74A", "name": "Mustard Yellow", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Sage Green", "Warm Taupe", "Coral", "Mustard Yellow", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Balancing Act Blue Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 168, "mfr_sku": "BMHD002/10A", "dw_sku": "DWBM-910060", "pattern_name": "The Art Deco Hills Teal &amp; Copper", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1559-large_default/the-art-deco-hills-teal-copper.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:20.056741+00:00", "created_at": "2026-02-24T22:59:46.428486+00:00", "updated_at": "2026-06-18T00:02:20.056741+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778DA9", "ai_colors": [{"hex": "#778DA9", "name": "Slate Blue", "percentage": 30}, {"hex": "#395B64", "name": "Deep Teal", "percentage": 25}, {"hex": "#A3978F", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D97737", "name": "Burnt Sienna", "percentage": 15}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Deep Teal", "Warm Taupe", "Burnt Sienna", "Soft White", "Art Deco", "Eclectic", "Chinoiserie", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Art Deco Hills Teal &amp; Copper", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 198, "mfr_sku": "BMHD002/01B", "dw_sku": "DWBM-910043", "pattern_name": "Charleston Tower Pastel Multi", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1619-large_default/charleston-tower-pastel-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:41.849427+00:00", "created_at": "2026-02-24T23:00:16.249043+00:00", "updated_at": "2026-06-18T00:02:41.849427+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2C9B0", "ai_colors": [{"hex": "#F2C9B0", "name": "Soft Peach", "percentage": 30}, {"hex": "#B8D6C2", "name": "Mint Green", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 20}, {"hex": "#E4C89F", "name": "Champagne Gold", "percentage": 15}, {"hex": "#D0CDE3", "name": "Pale Lavender", "percentage": 10}], "ai_styles": ["Art Deco", "Hollywood Regency", "Eclectic"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Light Gray", "ai_tags": ["Soft Peach", "Mint Green", "Jet Black", "Champagne Gold", "Pale Lavender", "Light Gray", "Art Deco", "Hollywood Regency", "Eclectic", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charleston Tower Pastel Multi", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 204, "mfr_sku": "BMTD001/13A", "dw_sku": "DWBM-910088", "pattern_name": "The Green House House Green", "color_name": "Pale Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1494-large_default/the-green-house-house-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:47.188644+00:00", "created_at": "2026-02-24T23:00:22.354498+00:00", "updated_at": "2026-06-18T00:02:47.188644+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B7D1B1", "ai_colors": [{"hex": "#B7D1B1", "name": "Sage Green", "percentage": 40}, {"hex": "#D1BFA0", "name": "Warm Taupe", "percentage": 25}, {"hex": "#7A916B", "name": "Olive Green", "percentage": 20}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 15}], "ai_styles": ["Contemporary", "Scandinavian", "Botanical"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Warm Taupe", "Olive Green", "Soft White", "Contemporary", "Scandinavian", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Green House House Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 905, "mfr_sku": "BMPP004/01D", "dw_sku": "DWBM-260134", "pattern_name": "Charming Lanes Pumpkin", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1820-large_default/charming-lanes-pumpkin.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531779635", "last_scraped": null, "created_at": "2026-03-20T00:56:01.27706+00:00", "updated_at": "2026-04-13T07:42:40.954359+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1820-large_default/charming-lanes-pumpkin.jpg\",\"https://brandmckenzie.com/1818-large_default/charming-lanes-pumpkin.jpg\",\"https://brandmckenzie.com/1825-large_default/charming-lanes-pumpkin.jpg\",\"https://brandmckenzie.com/1819-large_default/charming-lanes-pumpkin.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#C46233", "ai_colors": [{"hex": "#C46233", "name": "Burnt Sienna", "percentage": 40}, {"hex": "#F5F0E6", "name": "Soft White", "percentage": 60}], "ai_styles": ["Coastal", "French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Burnt Sienna", "Soft White", "Coastal", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Pumpkin", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 11, "mfr_sku": "BMGI006/08B", "dw_sku": "DWBM-910037", "pattern_name": "The Glitter Ranch\tDesert Tan", "color_name": "Peach", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2480-large_default/the-glitter-ranch-desert-tan.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:12.984585+00:00", "created_at": "2026-02-24T22:57:16.470954+00:00", "updated_at": "2026-06-18T00:00:12.984585+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D2A782", "ai_colors": [{"hex": "#D2A782", "name": "Desert Sand", "percentage": 40}, {"hex": "#A5B899", "name": "Sage Green", "percentage": 25}, {"hex": "#B58B6B", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Desert Sand", "ai_tags": ["Desert Sand", "Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Contemporary", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Glitter Ranch\tDesert Tan", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 207, "mfr_sku": "BMTD001/12A", "dw_sku": "DWBM-910086", "pattern_name": "The\tArchitecture Architecture Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1497-large_default/the-architecture-architecture-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:48.672277+00:00", "created_at": "2026-02-24T23:00:25.016284+00:00", "updated_at": "2026-06-18T00:02:48.672277+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 55}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Traditional", "Eclectic", "Botanical", "Texture", "Paper", "Wallcovering", "Commercial", "Architectural", "The\tArchitecture Architecture Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 910, "mfr_sku": "BMPP004/03E", "dw_sku": "DWBM-260139", "pattern_name": "Fine China Royal Blue", "color_name": "Dark Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1787-large_default/fine-china-royal-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531976243", "last_scraped": null, "created_at": "2026-03-20T00:56:09.73059+00:00", "updated_at": "2026-04-13T07:42:58.466705+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1787-large_default/fine-china-royal-blue.jpg\",\"https://brandmckenzie.com/1782-large_default/fine-china-royal-blue.jpg\",\"https://brandmckenzie.com/1795-large_default/fine-china-royal-blue.jpg\",\"https://brandmckenzie.com/1783-large_default/fine-china-royal-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#223470", "ai_colors": [{"hex": "#223470", "name": "Deep Navy", "percentage": 50}, {"hex": "#E0218A", "name": "Fuchsia", "percentage": 15}, {"hex": "#FFDA45", "name": "Golden Yellow", "percentage": 15}, {"hex": "#30B0A8", "name": "Teal", "percentage": 10}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Deep Navy", "ai_tags": ["Deep Navy", "Fuchsia", "Golden Yellow", "Teal", "Crisp White", "Eclectic", "Maximalist", "Contemporary", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Royal Blue", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 27, "mfr_sku": "BMGI006/03A", "dw_sku": "DWBM-910026", "pattern_name": "Creature Club Emerald", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2412-large_default/creature-club-emerald.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:26.155682+00:00", "created_at": "2026-02-24T22:57:30.419951+00:00", "updated_at": "2026-06-18T00:00:26.155682+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 40}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 20}, {"hex": "#808000", "name": "Olive Green", "percentage": 15}, {"hex": "#FF8080", "name": "Coral", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Soft White", "Olive Green", "Coral", "Jet Black", "Eclectic", "Maximalist", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Creature Club Emerald", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 906, "mfr_sku": "BMPP004/02C", "dw_sku": "DWBM-260135", "pattern_name": "Elephant Breaststroke Peppermint Pink", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1812-large_default/elephant-breaststroke-peppermint-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531845171", "last_scraped": null, "created_at": "2026-03-20T00:56:03.000763+00:00", "updated_at": "2026-04-13T07:42:44.180306+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1812-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://brandmckenzie.com/1804-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://brandmckenzie.com/1814-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://brandmckenzie.com/1805-large_default/elephant-breaststroke-peppermint-pink.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#D3A6B1", "ai_colors": [{"hex": "#D3A6B1", "name": "Dusty Rose", "percentage": 40}, {"hex": "#A8D1D1", "name": "Soft Teal", "percentage": 30}, {"hex": "#DBC2B4", "name": "Warm Taupe", "percentage": 30}], "ai_styles": ["Eclectic", "Bohemian"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft Teal", "ai_tags": ["Dusty Rose", "Soft Teal", "Warm Taupe", "Eclectic", "Bohemian", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Peppermint Pink", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 919, "mfr_sku": "BMPP004/09C", "dw_sku": "DWBM-260148", "pattern_name": "Tiger Lily Linen & Green", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1700-large_default/tiger-lily-linen-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532271155", "last_scraped": null, "created_at": "2026-03-20T00:56:25.091501+00:00", "updated_at": "2026-04-13T07:43:31.886676+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1700-large_default/tiger-lily-linen-green.jpg\",\"https://brandmckenzie.com/1698-large_default/tiger-lily-linen-green.jpg\",\"https://brandmckenzie.com/1702-large_default/tiger-lily-linen-green.jpg\",\"https://brandmckenzie.com/1699-large_default/tiger-lily-linen-green.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E5DDCB", "ai_colors": [{"hex": "#E5DDCB", "name": "Warm Beige", "percentage": 50}, {"hex": "#97B19F", "name": "Sage Green", "percentage": 20}, {"hex": "#E3B9A9", "name": "Dusty Rose", "percentage": 15}, {"hex": "#333130", "name": "Deep Charcoal", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Warm Beige", "ai_tags": ["Warm Beige", "Sage Green", "Dusty Rose", "Deep Charcoal", "Soft White", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Linen & Green", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 46, "mfr_sku": "FR44/TODD/IVCB", "dw_sku": "DWBM-910128", "pattern_name": "Todd - Framed Art Prints", "color_name": "Beige", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2174-large_default/todd-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:41.50117+00:00", "created_at": "2026-02-24T22:57:49.038422+00:00", "updated_at": "2026-06-18T00:00:41.50117+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9723D", "ai_colors": [{"hex": "#E9723D", "name": "Burnt Sienna", "percentage": 30}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 35}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 15}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 10}, {"hex": "#B7415E", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Burnt Sienna", "Soft White", "Midnight Navy", "Golden Yellow", "Dusty Rose", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Todd - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 913, "mfr_sku": "BMPP004/05D", "dw_sku": "DWBM-260142", "pattern_name": "Jungle Life Orange & Blue", "color_name": "Dark Teal", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1750-large_default/jungle-life-orange-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532074547", "last_scraped": null, "created_at": "2026-03-20T00:56:15.046106+00:00", "updated_at": "2026-04-13T07:43:09.595432+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1750-large_default/jungle-life-orange-blue.jpg\",\"https://brandmckenzie.com/1770-large_default/jungle-life-orange-blue.jpg\",\"https://brandmckenzie.com/1768-large_default/jungle-life-orange-blue.jpg\",\"https://brandmckenzie.com/1751-large_default/jungle-life-orange-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#224F3E", "ai_colors": [{"hex": "#224F3E", "name": "Forest Green", "percentage": 30}, {"hex": "#D4A74A", "name": "Golden Yellow", "percentage": 25}, {"hex": "#36738B", "name": "Teal Blue", "percentage": 20}, {"hex": "#80643A", "name": "Burnished Bronze", "percentage": 15}, {"hex": "#F8F4E6", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Golden Yellow", "Teal Blue", "Burnished Bronze", "Soft White", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Orange & Blue", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 915, "mfr_sku": "BMPP004/07C", "dw_sku": "DWBM-260144", "pattern_name": "Mixology Rainbow", "color_name": "Mustard Yellow", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1736-large_default/mixology-rainbow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532140083", "last_scraped": null, "created_at": "2026-03-20T00:56:18.375267+00:00", "updated_at": "2026-04-13T07:43:17.009572+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1736-large_default/mixology-rainbow.jpg\",\"https://brandmckenzie.com/1727-large_default/mixology-rainbow.jpg\",\"https://brandmckenzie.com/1737-large_default/mixology-rainbow.jpg\",\"https://brandmckenzie.com/1726-large_default/mixology-rainbow.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E4B143", "ai_colors": [{"hex": "#E4B143", "name": "Golden Yellow", "percentage": 40}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F2D7B5", "name": "Peach Beige", "percentage": 20}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Golden Yellow", "ai_tags": ["Golden Yellow", "Burnt Sienna", "Peach Beige", "Soft White", "Eclectic", "Chinoiserie", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Rainbow", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 1, "mfr_sku": "BMGI006/10A", "dw_sku": "DWBM-910040", "pattern_name": "The Parlour Teal Tone", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2516-large_default/the-parlour-teal-tone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:05.39004+00:00", "created_at": "2026-02-24T22:57:06.245592+00:00", "updated_at": "2026-06-18T00:00:05.39004+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 40}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#DCAE96", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A6B888", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Burnt Sienna", "Champagne Gold", "Dusty Rose", "Sage Green", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Parlour Teal Tone", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 7, "mfr_sku": "BMGI006/09B", "dw_sku": "DWBM-910039", "pattern_name": "The Grand Pour Aqua Miami", "color_name": "Light Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2496-large_default/the-grand-pour-aqua-miami.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:09.940148+00:00", "created_at": "2026-02-24T22:57:12.463832+00:00", "updated_at": "2026-06-18T00:00:09.940148+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E9", "ai_colors": [{"hex": "#A7D9E9", "name": "Sky Blue", "percentage": 40}, {"hex": "#F2D1D1", "name": "Pale Pink", "percentage": 25}, {"hex": "#F2E7B8", "name": "Soft Yellow", "percentage": 20}, {"hex": "#A8C9B4", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Pale Pink", "Soft Yellow", "Sage Green", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Grand Pour Aqua Miami", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 47, "mfr_sku": "FR44/LILY/IVCB", "dw_sku": "DWBM-910125", "pattern_name": "Lily - Framed Art Prints", "color_name": "Beige", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2151-large_default/lily-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:42.234483+00:00", "created_at": "2026-02-24T22:57:49.638498+00:00", "updated_at": "2026-06-18T00:00:42.234483+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#FFDA42", "ai_colors": [{"hex": "#FFDA42", "name": "Golden Yellow", "percentage": 30}, {"hex": "#D1C2B0", "name": "Warm Taupe", "percentage": 25}, {"hex": "#332F29", "name": "Deep Charcoal", "percentage": 20}, {"hex": "#6495ED", "name": "Slate Blue", "percentage": 15}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Warm Taupe", "ai_tags": ["Golden Yellow", "Warm Taupe", "Deep Charcoal", "Slate Blue", "Burnt Sienna", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Lily - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 914, "mfr_sku": "BMPP004/05E", "dw_sku": "DWBM-260143", "pattern_name": "Jungle Life Sunset", "color_name": "Dark Burgundy", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1763-large_default/jungle-life-sunset.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532107315", "last_scraped": null, "created_at": "2026-03-20T00:56:16.781329+00:00", "updated_at": "2026-04-13T07:43:13.431894+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1763-large_default/jungle-life-sunset.jpg\",\"https://brandmckenzie.com/1747-large_default/jungle-life-sunset.jpg\",\"https://brandmckenzie.com/1757-large_default/jungle-life-sunset.jpg\",\"https://brandmckenzie.com/1746-large_default/jungle-life-sunset.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B2F35", "ai_colors": [{"hex": "#6B2F35", "name": "Deep Burgundy", "percentage": 30}, {"hex": "#2E5929", "name": "Jungle Green", "percentage": 25}, {"hex": "#E4B740", "name": "Golden Yellow", "percentage": 15}, {"hex": "#587B9A", "name": "Slate Blue", "percentage": 15}, {"hex": "#A68A64", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Deep Burgundy", "ai_tags": ["Deep Burgundy", "Jungle Green", "Golden Yellow", "Slate Blue", "Warm Taupe", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Sunset", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 920, "mfr_sku": "BMPP004/09D", "dw_sku": "DWBM-260149", "pattern_name": "Tiger Lily Midnight", "color_name": "Dark Navy Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1697-large_default/tiger-lily-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532303923", "last_scraped": null, "created_at": "2026-03-20T00:56:26.617669+00:00", "updated_at": "2026-04-13T07:43:35.65513+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1697-large_default/tiger-lily-midnight.jpg\",\"https://brandmckenzie.com/1695-large_default/tiger-lily-midnight.jpg\",\"https://brandmckenzie.com/1694-large_default/tiger-lily-midnight.jpg\",\"https://brandmckenzie.com/1696-large_default/tiger-lily-midnight.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#1E3A5F", "ai_colors": [{"hex": "#1E3A5F", "name": "Midnight Navy", "percentage": 50}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 20}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 15}, {"hex": "#B2BEB5", "name": "Sage Green", "percentage": 10}, {"hex": "#FFDAB9", "name": "Peach", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Soft White", "Burnt Sienna", "Sage Green", "Peach", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Midnight", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 3, "mfr_sku": "BMGI006/10B", "dw_sku": "DWBM-910041", "pattern_name": "The Parlour Dark Dye", "color_name": "Dark Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2512-large_default/the-parlour-dark-dye.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:06.472176+00:00", "created_at": "2026-02-24T22:57:08.410511+00:00", "updated_at": "2026-06-18T00:00:06.472176+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#283735", "ai_colors": [{"hex": "#283735", "name": "Deep Teal", "percentage": 40}, {"hex": "#C7857F", "name": "Dusty Rose", "percentage": 20}, {"hex": "#7A8A59", "name": "Olive Green", "percentage": 15}, {"hex": "#A3896B", "name": "Warm Taupe", "percentage": 15}, {"hex": "#E0C991", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Eclectic", "Art Deco"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Dusty Rose", "Olive Green", "Warm Taupe", "Champagne Gold", "Eclectic", "Art Deco", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Parlour Dark Dye", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 111, "mfr_sku": "BMPP004/05B", "dw_sku": "DWBM-260122", "pattern_name": "Jungle Life Aquamarine &amp; Coral", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1772-large_default/jungle-life-aquamarine-coral.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530534451", "last_scraped": "2026-06-18T00:01:33.730112+00:00", "created_at": "2026-02-24T22:58:51.001317+00:00", "updated_at": "2026-06-18T00:01:33.730112+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1772-large_default/jungle-life-aquamarine-coral.jpg\",\"https://brandmckenzie.com/1758-large_default/jungle-life-aquamarine-coral.jpg\",\"https://brandmckenzie.com/1779-large_default/jungle-life-aquamarine-coral.jpg\",\"https://brandmckenzie.com/1764-large_default/jungle-life-aquamarine-coral.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#22492D", "ai_colors": [{"hex": "#22492D", "name": "Forest Green", "percentage": 40}, {"hex": "#A2B579", "name": "Sage Green", "percentage": 30}, {"hex": "#A67B5B", "name": "Burnished Bronze", "percentage": 15}, {"hex": "#C9A093", "name": "Dusty Rose", "percentage": 10}, {"hex": "#34626C", "name": "Deep Teal", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Sage Green", "Burnished Bronze", "Dusty Rose", "Deep Teal", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Aquamarine &amp; Coral", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 55, "mfr_sku": "BMWL005/10B", "dw_sku": "DWBM-910117", "pattern_name": "The Cabinet Jade &amp; Amber", "color_name": "Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1850-large_default/the-cabinet-jade-amber.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:48.686886+00:00", "created_at": "2026-02-24T22:57:56.512758+00:00", "updated_at": "2026-06-18T00:00:48.686886+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A39B8A", "ai_colors": [{"hex": "#A39B8A", "name": "Warm Taupe", "percentage": 50}, {"hex": "#F2E8D8", "name": "Soft White", "percentage": 25}, {"hex": "#4A806D", "name": "Sage Green", "percentage": 15}, {"hex": "#C46632", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Scandinavian"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Warm Taupe", "ai_tags": ["Warm Taupe", "Soft White", "Sage Green", "Burnt Sienna", "Contemporary", "Eclectic", "Scandinavian", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Cabinet Jade &amp; Amber", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 52, "mfr_sku": "FR44/ELLIOT/IVCB", "dw_sku": "DWBM-910120", "pattern_name": "Elliot - Framed Art Prints", "color_name": "Dark Gray", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2324-large_default/elliot-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:46.610698+00:00", "created_at": "2026-02-24T22:57:53.794425+00:00", "updated_at": "2026-06-18T00:00:46.610698+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#282828", "ai_colors": [{"hex": "#282828", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 25}, {"hex": "#A0B5A0", "name": "Sage Green", "percentage": 10}, {"hex": "#E0C890", "name": "Champagne Gold", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Crisp White", "Sage Green", "Champagne Gold", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Elliot - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 53, "mfr_sku": "BMWL005/10A", "dw_sku": "DWBM-910116", "pattern_name": "The Cabinet Midnight Mustard", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1846-large_default/the-cabinet-midnight-mustard.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:48.164167+00:00", "created_at": "2026-02-24T22:57:54.736383+00:00", "updated_at": "2026-06-18T00:00:48.164167+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#223142", "ai_colors": [{"hex": "#223142", "name": "Deep Teal", "percentage": 45}, {"hex": "#B1823A", "name": "Golden Brown", "percentage": 20}, {"hex": "#D3B9A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#4A798F", "name": "Teal Blue", "percentage": 10}, {"hex": "#76976F", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Golden Brown", "Dusty Rose", "Teal Blue", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Cabinet Midnight Mustard", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 56, "mfr_sku": "BMWL005/09A", "dw_sku": "DWBM-910114", "pattern_name": "Roar Emotions Multi", "color_name": "Light Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1854-large_default/roar-emotions-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:49.614684+00:00", "created_at": "2026-02-24T22:57:57.129737+00:00", "updated_at": "2026-06-18T00:00:49.614684+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A19179", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 30}, {"hex": "#A19179", "name": "Warm Taupe", "percentage": 25}, {"hex": "#C8878F", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A3A984", "name": "Sage Green", "percentage": 15}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Dusty Rose", "Sage Green", "Deep Charcoal", "Eclectic", "Contemporary", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Roar Emotions Multi", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 57, "mfr_sku": "BMWL005/09B", "dw_sku": "DWBM-910115", "pattern_name": "Roar Emotions Charcoal", "color_name": "Dark Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1858-large_default/roar-emotions-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:50.469196+00:00", "created_at": "2026-02-24T22:57:57.78622+00:00", "updated_at": "2026-06-18T00:00:50.469196+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#BFA98A", "ai_colors": [{"hex": "#BFA98A", "name": "Warm Taupe", "percentage": 40}, {"hex": "#212121", "name": "Jet Black", "percentage": 30}, {"hex": "#F2E8D5", "name": "Ivory", "percentage": 20}, {"hex": "#A65A33", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Animal Print"], "ai_background_color": "Jet Black", "ai_tags": ["Warm Taupe", "Jet Black", "Ivory", "Burnt Sienna", "Contemporary", "Eclectic", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Roar Emotions Charcoal", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 904, "mfr_sku": "BMPP004/01C", "dw_sku": "DWBM-260133", "pattern_name": "Charming Lanes Fuchsia", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1828-large_default/charming-lanes-fuchsia.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531648563", "last_scraped": null, "created_at": "2026-03-20T00:55:59.576668+00:00", "updated_at": "2026-04-13T07:42:37.672616+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1828-large_default/charming-lanes-fuchsia.jpg\",\"https://brandmckenzie.com/1821-large_default/charming-lanes-fuchsia.jpg\",\"https://brandmckenzie.com/1829-large_default/charming-lanes-fuchsia.jpg\",\"https://brandmckenzie.com/1822-large_default/charming-lanes-fuchsia.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#D070A0", "ai_colors": [{"hex": "#D070A0", "name": "Orchid", "percentage": 35}, {"hex": "#F5F0E5", "name": "Soft White", "percentage": 65}], "ai_styles": ["French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Orchid", "Soft White", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Fuchsia", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 907, "mfr_sku": "BMPP004/02D", "dw_sku": "DWBM-260136", "pattern_name": "Elephant Breaststroke Stone", "color_name": "Light Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1810-large_default/elephant-breaststroke-stone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531877939", "last_scraped": null, "created_at": "2026-03-20T00:56:04.826684+00:00", "updated_at": "2026-04-13T07:42:47.169372+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1810-large_default/elephant-breaststroke-stone.jpg\",\"https://brandmckenzie.com/1803-large_default/elephant-breaststroke-stone.jpg\",\"https://brandmckenzie.com/1811-large_default/elephant-breaststroke-stone.jpg\",\"https://brandmckenzie.com/1802-large_default/elephant-breaststroke-stone.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 65}, {"hex": "#BDBDBD", "name": "Warm Taupe", "percentage": 25}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 10}], "ai_styles": ["Scandinavian", "Eclectic"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Light Gray", "Scandinavian", "Eclectic", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Stone", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 908, "mfr_sku": "BMPP004/03C", "dw_sku": "DWBM-260137", "pattern_name": "Fine China Chalk", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1791-large_default/fine-china-chalk.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531910707", "last_scraped": null, "created_at": "2026-03-20T00:56:06.509713+00:00", "updated_at": "2026-04-13T07:42:51.012512+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1791-large_default/fine-china-chalk.jpg\",\"https://brandmckenzie.com/1785-large_default/fine-china-chalk.jpg\",\"https://brandmckenzie.com/1792-large_default/fine-china-chalk.jpg\",\"https://brandmckenzie.com/1786-large_default/fine-china-chalk.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D9", "ai_colors": [{"hex": "#F2E8D9", "name": "Soft Beige", "percentage": 50}, {"hex": "#778185", "name": "Slate Gray", "percentage": 20}, {"hex": "#B1A7B5", "name": "Dusty Lavender", "percentage": 15}, {"hex": "#93A88B", "name": "Sage Green", "percentage": 10}, {"hex": "#A5C6C9", "name": "Pale Turquoise", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Slate Gray", "Dusty Lavender", "Sage Green", "Pale Turquoise", "Eclectic", "Contemporary", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Chalk", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 909, "mfr_sku": "BMPP004/03D", "dw_sku": "DWBM-260138", "pattern_name": "Fine China Charcoal", "color_name": "Charcoal Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1799-large_default/fine-china-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531943475", "last_scraped": null, "created_at": "2026-03-20T00:56:08.17656+00:00", "updated_at": "2026-04-13T07:42:54.610792+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1799-large_default/fine-china-charcoal.jpg\",\"https://brandmckenzie.com/1784-large_default/fine-china-charcoal.jpg\",\"https://brandmckenzie.com/1796-large_default/fine-china-charcoal.jpg\",\"https://brandmckenzie.com/1788-large_default/fine-china-charcoal.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#282828", "ai_colors": [{"hex": "#282828", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#D83A9B", "name": "Fuchsia", "percentage": 10}, {"hex": "#FFDA60", "name": "Golden Yellow", "percentage": 10}, {"hex": "#30B0C7", "name": "Teal", "percentage": 10}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Abstract", "Animal Print"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Fuchsia", "Golden Yellow", "Teal", "Crisp White", "Eclectic", "Maximalist", "Contemporary", "Abstract", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Charcoal", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 911, "mfr_sku": "BMPP004/04C", "dw_sku": "DWBM-260140", "pattern_name": "Instrumental Steel", "color_name": "Dark Teal", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1773-large_default/instrumental-steel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532009011", "last_scraped": null, "created_at": "2026-03-20T00:56:11.428434+00:00", "updated_at": "2026-04-13T07:43:01.913804+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1773-large_default/instrumental-steel.jpg\",\"https://brandmckenzie.com/1765-large_default/instrumental-steel.jpg\",\"https://brandmckenzie.com/1781-large_default/instrumental-steel.jpg\",\"https://brandmckenzie.com/1759-large_default/instrumental-steel.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#46627A", "ai_colors": [{"hex": "#46627A", "name": "Slate Blue", "percentage": 55}, {"hex": "#A68165", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D1B167", "name": "Antique Brass", "percentage": 15}, {"hex": "#F0E9E0", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Transitional"], "ai_patterns": ["Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Warm Taupe", "Antique Brass", "Soft White", "Eclectic", "Transitional", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Steel", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 912, "mfr_sku": "BMPP004/05C", "dw_sku": "DWBM-260141", "pattern_name": "Jungle Life Grass", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1753-large_default/jungle-life-grass.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532041779", "last_scraped": null, "created_at": "2026-03-20T00:56:13.124213+00:00", "updated_at": "2026-04-13T07:43:05.67312+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1753-large_default/jungle-life-grass.jpg\",\"https://brandmckenzie.com/1774-large_default/jungle-life-grass.jpg\",\"https://brandmckenzie.com/1771-large_default/jungle-life-grass.jpg\",\"https://brandmckenzie.com/1756-large_default/jungle-life-grass.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#556B2F", "ai_colors": [{"hex": "#556B2F", "name": "Olive Green", "percentage": 40}, {"hex": "#BCAB8F", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}, {"hex": "#D18F9B", "name": "Dusty Rose", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Olive Green", "ai_tags": ["Olive Green", "Warm Taupe", "Soft White", "Deep Charcoal", "Dusty Rose", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Grass", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 916, "mfr_sku": "BMPP004/08C", "dw_sku": "DWBM-260145", "pattern_name": "The Mediterranean Lavender Rose", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1722-large_default/the-mediterranean-lavender-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532172851", "last_scraped": null, "created_at": "2026-03-20T00:56:20.013515+00:00", "updated_at": "2026-04-13T07:43:20.741994+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1722-large_default/the-mediterranean-lavender-rose.jpg\",\"https://brandmckenzie.com/1716-large_default/the-mediterranean-lavender-rose.jpg\",\"https://brandmckenzie.com/1725-large_default/the-mediterranean-lavender-rose.jpg\",\"https://brandmckenzie.com/1715-large_default/the-mediterranean-lavender-rose.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0EE", "ai_colors": [{"hex": "#F2F0EE", "name": "Soft White", "percentage": 40}, {"hex": "#607DBB", "name": "Slate Blue", "percentage": 25}, {"hex": "#E3A7A7", "name": "Dusty Rose", "percentage": 20}, {"hex": "#6A8F6A", "name": "Sage Green", "percentage": 10}, {"hex": "#B19D8C", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic", "Bohemian"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Blue", "Dusty Rose", "Sage Green", "Warm Taupe", "Coastal", "Eclectic", "Bohemian", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Lavender Rose", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 917, "mfr_sku": "BMPP004/08D", "dw_sku": "DWBM-260146", "pattern_name": "The Mediterranean Slate Blue", "color_name": "Light Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1720-large_default/the-mediterranean-slate-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532205619", "last_scraped": null, "created_at": "2026-03-20T00:56:21.682161+00:00", "updated_at": "2026-04-13T07:43:24.358875+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1720-large_default/the-mediterranean-slate-blue.jpg\",\"https://brandmckenzie.com/1713-large_default/the-mediterranean-slate-blue.jpg\",\"https://brandmckenzie.com/1721-large_default/the-mediterranean-slate-blue.jpg\",\"https://brandmckenzie.com/1714-large_default/the-mediterranean-slate-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F2F2", "ai_colors": [{"hex": "#F2F2F2", "name": "Soft White", "percentage": 50}, {"hex": "#77A6B8", "name": "Slate Blue", "percentage": 25}, {"hex": "#A9A9A9", "name": "Stone Gray", "percentage": 15}, {"hex": "#9CB47F", "name": "Sage Green", "percentage": 5}, {"hex": "#C97997", "name": "Dusty Rose", "percentage": 5}], "ai_styles": ["Coastal", "Scandinavian", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Blue", "Stone Gray", "Sage Green", "Dusty Rose", "Coastal", "Scandinavian", "Eclectic", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Slate Blue", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 918, "mfr_sku": "BMPP004/08E", "dw_sku": "DWBM-260147", "pattern_name": "The Mediterranean Stone", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1712-large_default/the-mediterranean-stone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532238387", "last_scraped": null, "created_at": "2026-03-20T00:56:23.349874+00:00", "updated_at": "2026-04-13T07:43:28.013119+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1712-large_default/the-mediterranean-stone.jpg\",\"https://brandmckenzie.com/1711-large_default/the-mediterranean-stone.jpg\",\"https://brandmckenzie.com/1717-large_default/the-mediterranean-stone.jpg\",\"https://brandmckenzie.com/1710-large_default/the-mediterranean-stone.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F4F4F4", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 45}, {"hex": "#98A88B", "name": "Sage Green", "percentage": 20}, {"hex": "#B3A38E", "name": "Warm Taupe", "percentage": 15}, {"hex": "#A0B7C2", "name": "Slate Blue", "percentage": 10}, {"hex": "#D192A5", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Coastal", "Scandinavian", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Soft White", "Sage Green", "Warm Taupe", "Slate Blue", "Dusty Rose", "Coastal", "Scandinavian", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Stone", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 4, "mfr_sku": "BMGI006/09A", "dw_sku": "DWBM-910038", "pattern_name": "The Grand Pour Dirty Olive", "color_name": "Dark Green", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2500-large_default/the-grand-pour-dirty-olive.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:08.63168+00:00", "created_at": "2026-02-24T22:57:09.451226+00:00", "updated_at": "2026-06-18T00:00:08.63168+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#555B3E", "ai_colors": [{"hex": "#555B3E", "name": "Olive Green", "percentage": 40}, {"hex": "#D1B35C", "name": "Champagne Gold", "percentage": 30}, {"hex": "#30938F", "name": "Teal", "percentage": 10}, {"hex": "#C7828F", "name": "Dusty Rose", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Olive Green", "ai_tags": ["Olive Green", "Champagne Gold", "Teal", "Dusty Rose", "Soft White", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Grand Pour Dirty Olive", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 12, "mfr_sku": "BMGI006/07A", "dw_sku": "DWBM-910034", "pattern_name": "Paradise Party Eucalyptus", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2476-large_default/paradise-party-eucalyptus.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:13.522146+00:00", "created_at": "2026-02-24T22:57:17.511743+00:00", "updated_at": "2026-06-18T00:00:13.522146+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3A7B73", "ai_colors": [{"hex": "#3A7B73", "name": "Teal", "percentage": 40}, {"hex": "#408C4B", "name": "Emerald Green", "percentage": 30}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#D99191", "name": "Dusty Rose", "percentage": 10}, {"hex": "#F2C94C", "name": "Golden Yellow", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Emerald Green", "Soft White", "Dusty Rose", "Golden Yellow", "Tropical", "Eclectic", "Maximalist", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Paradise Party Eucalyptus", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 13, "mfr_sku": "BMGI006/07B", "dw_sku": "DWBM-910035", "pattern_name": "Paradise Party Blueberry Rose", "color_name": "Dark Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2472-large_default/paradise-party-blueberry-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:14.348003+00:00", "created_at": "2026-02-24T22:57:18.030541+00:00", "updated_at": "2026-06-18T00:00:14.348003+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#466382", "ai_colors": [{"hex": "#466382", "name": "Slate Blue", "percentage": 50}, {"hex": "#C18277", "name": "Dusty Rose", "percentage": 25}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#A6785A", "name": "Burnished Bronze", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Dusty Rose", "Soft White", "Burnished Bronze", "Tropical", "Eclectic", "Maximalist", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Paradise Party Blueberry Rose", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 17, "mfr_sku": "BMGI006/06B", "dw_sku": "DWBM-910033", "pattern_name": "Mayhem Mansion Electric Blue", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2456-large_default/mayhem-mansion-electric-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:17.890173+00:00", "created_at": "2026-02-24T22:57:21.285841+00:00", "updated_at": "2026-06-18T00:00:17.890173+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#191970", "ai_colors": [{"hex": "#191970", "name": "Midnight Navy", "percentage": 35}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 25}, {"hex": "#D2B48C", "name": "Tan", "percentage": 20}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}, {"hex": "#FFDA61", "name": "Golden Yellow", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Dusty Rose", "Tan", "Crisp White", "Golden Yellow", "Art Deco", "Eclectic", "Maximalist", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mayhem Mansion Electric Blue", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 8, "mfr_sku": "BMGI006/08A", "dw_sku": "DWBM-910036", "pattern_name": "The Glitter Ranch\tDusk", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2484-large_default/the-glitter-ranch-dusk.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:12.415647+00:00", "created_at": "2026-02-24T22:57:13.452057+00:00", "updated_at": "2026-06-18T00:00:12.415647+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#466386", "ai_colors": [{"hex": "#466386", "name": "Slate Blue", "percentage": 40}, {"hex": "#F2C1A3", "name": "Pale Peach", "percentage": 25}, {"hex": "#A8B97F", "name": "Sage Green", "percentage": 20}, {"hex": "#E0A2B3", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Pale Peach", "Sage Green", "Dusty Rose", "Eclectic", "Contemporary", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Glitter Ranch\tDusk", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 26, "mfr_sku": "BMGI006/04B", "dw_sku": "DWBM-910029", "pattern_name": "Disco Lemons Cotton", "color_name": "Beige", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2420-large_default/disco-lemons-cotton.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:24.48777+00:00", "created_at": "2026-02-24T22:57:29.38582+00:00", "updated_at": "2026-06-18T00:00:24.48777+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#8EA95E", "ai_colors": [{"hex": "#8EA95E", "name": "Sage Green", "percentage": 45}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 30}, {"hex": "#E4B135", "name": "Golden Yellow", "percentage": 15}, {"hex": "#92B7D7", "name": "Sky Blue", "percentage": 5}, {"hex": "#A07B56", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Golden Yellow", "Sky Blue", "Warm Taupe", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Disco Lemons Cotton", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 18, "mfr_sku": "BMGI006/05A", "dw_sku": "DWBM-910030", "pattern_name": "Liquid Lab Summer Breeze", "color_name": "Beige", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2448-large_default/liquid-lab-summer-breeze.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:19.589014+00:00", "created_at": "2026-02-24T22:57:22.244128+00:00", "updated_at": "2026-06-18T00:00:19.589014+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E7D9", "ai_colors": [{"hex": "#F2E7D9", "name": "Soft Beige", "percentage": 50}, {"hex": "#E0B1A3", "name": "Dusty Rose", "percentage": 20}, {"hex": "#84C1C0", "name": "Seafoam Green", "percentage": 20}, {"hex": "#F2C19F", "name": "Peach", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Dusty Rose", "Seafoam Green", "Peach", "Contemporary", "Eclectic", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Liquid Lab Summer Breeze", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 20, "mfr_sku": "BMGI006/05B", "dw_sku": "DWBM-910031", "pattern_name": "Liquid Lab Mocha", "color_name": "Brown", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2444-large_default/liquid-lab-mocha.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:20.385207+00:00", "created_at": "2026-02-24T22:57:23.772332+00:00", "updated_at": "2026-06-18T00:00:20.385207+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B18277", "ai_colors": [{"hex": "#B18277", "name": "Dusty Rose", "percentage": 50}, {"hex": "#84B7B5", "name": "Seafoam Green", "percentage": 30}, {"hex": "#F2C2B1", "name": "Pale Peach", "percentage": 20}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Seafoam Green", "Pale Peach", "Contemporary", "Eclectic", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Liquid Lab Mocha", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 21, "mfr_sku": "BMGI006/04A", "dw_sku": "DWBM-910028", "pattern_name": "Disco Lemons Dark Teal", "color_name": "Dark Gray", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2424-large_default/disco-lemons-dark-teal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:23.692247+00:00", "created_at": "2026-02-24T22:57:24.599706+00:00", "updated_at": "2026-06-18T00:00:23.692247+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3D8A5F", "ai_colors": [{"hex": "#3D8A5F", "name": "Emerald Green", "percentage": 40}, {"hex": "#2B3038", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#E0B150", "name": "Champagne Gold", "percentage": 15}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 10}, {"hex": "#A67C52", "name": "Burnished Bronze", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Emerald Green", "Deep Charcoal", "Champagne Gold", "Soft White", "Burnished Bronze", "Contemporary", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Disco Lemons Dark Teal", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 33, "mfr_sku": "BMGI006/02B", "dw_sku": "DWBM-910025", "pattern_name": "Cosmic Groove Aquamarine", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2392-large_default/cosmic-groove-aquamarine.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:30.858083+00:00", "created_at": "2026-02-24T22:57:35.664931+00:00", "updated_at": "2026-06-18T00:00:30.858083+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#78D2D0", "ai_colors": [{"hex": "#78D2D0", "name": "Aqua", "percentage": 60}, {"hex": "#F7B7C3", "name": "Rose Quartz", "percentage": 15}, {"hex": "#F2D779", "name": "Champagne Gold", "percentage": 10}, {"hex": "#C0C0C0", "name": "Silver", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Aqua", "ai_tags": ["Aqua", "Rose Quartz", "Champagne Gold", "Silver", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Cosmic Groove Aquamarine", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 39, "mfr_sku": "S-FR/ALCOEBIV", "dw_sku": "DWBM-910130", "pattern_name": "Frame Colour Swatch", "color_name": "Black", "collection": "Framed Art Prints", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2361-large_default/frame-colour-swatch.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:35.389924+00:00", "created_at": "2026-02-24T22:57:41.818835+00:00", "updated_at": "2026-06-18T00:00:35.389924+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#697B69", "ai_colors": [{"hex": "#697B69", "name": "Sage Green", "percentage": 30}, {"hex": "#224488", "name": "Midnight Navy", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 20}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Solid"], "ai_background_color": "Jet Black", "ai_tags": ["Sage Green", "Midnight Navy", "Jet Black", "Crisp White", "Contemporary", "Minimalist", "Solid", "Vinyl", "Wallcovering", "Commercial", "Architectural", "Frame Colour Swatch", "Framed Art Prints"], "width_inches": null, "on_shopify": false, "ai_description": "Vinyl", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 34, "mfr_sku": "BMGI006/01A", "dw_sku": "DWBM-910022", "pattern_name": "Club Safari Mist", "color_name": "Light Pink", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2376-large_default/club-safari-mist.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:33.801912+00:00", "created_at": "2026-02-24T22:57:36.780369+00:00", "updated_at": "2026-06-18T00:00:33.801912+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C8A7A1", "ai_colors": [{"hex": "#C8A7A1", "name": "Dusty Rose", "percentage": 35}, {"hex": "#000000", "name": "Jet Black", "percentage": 30}, {"hex": "#778DA8", "name": "Slate Blue", "percentage": 20}, {"hex": "#F0EFE9", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Jet Black", "Slate Blue", "Soft White", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Club Safari Mist", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 30, "mfr_sku": "BMGI006/02A", "dw_sku": "DWBM-910024", "pattern_name": "Cosmic Groove Aurora", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2396-large_default/cosmic-groove-aurora.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:29.810629+00:00", "created_at": "2026-02-24T22:57:33.461287+00:00", "updated_at": "2026-06-18T00:00:29.810629+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 60}, {"hex": "#FFD700", "name": "Gold", "percentage": 15}, {"hex": "#F7CAC9", "name": "Rose Quartz", "percentage": 10}, {"hex": "#C0C0C0", "name": "Silver", "percentage": 10}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Gold", "Rose Quartz", "Silver", "Burnt Sienna", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Cosmic Groove Aurora", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 38, "mfr_sku": "BMGI006/01B", "dw_sku": "DWBM-910023", "pattern_name": "Club Safari Lagoon", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2372-large_default/club-safari-lagoon.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7691477614643", "last_scraped": "2026-06-18T00:00:34.49466+00:00", "created_at": "2026-02-24T22:57:40.818956+00:00", "updated_at": "2026-06-18T00:00:34.49466+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 30}, {"hex": "#E2725B", "name": "Terracotta", "percentage": 25}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 20}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Terracotta", "Olive Green", "Jet Black", "Soft White", "Eclectic", "Maximalist", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Club Safari Lagoon", "Groove Inferno"], "width_inches": null, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 41, "mfr_sku": "FR44/FIONA/IVCB", "dw_sku": "DWBM-910121", "pattern_name": "Fiona - Framed Art Prints", "color_name": "Beige", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2328-large_default/fiona-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:36.988986+00:00", "created_at": "2026-02-24T22:57:44.026111+00:00", "updated_at": "2026-06-18T00:00:36.988986+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D8919B", "ai_colors": [{"hex": "#D8919B", "name": "Dusty Rose", "percentage": 35}, {"hex": "#F5F0E6", "name": "Ivory", "percentage": 55}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Ivory", "ai_tags": ["Dusty Rose", "Ivory", "Jet Black", "Contemporary", "Minimalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Fiona - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 43, "mfr_sku": "FR44/VIXEN/IVCB", "dw_sku": "DWBM-910129", "pattern_name": "Vixen - Framed Art Prints", "color_name": "Beige", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2246-large_default/vixen-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:38.898335+00:00", "created_at": "2026-02-24T22:57:46.031116+00:00", "updated_at": "2026-06-18T00:00:38.898335+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E6B", "ai_colors": [{"hex": "#6B8E6B", "name": "Sage Green", "percentage": 35}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F8F0E3", "name": "Soft White", "percentage": 40}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Burnt Sienna", "Soft White", "Eclectic", "Traditional", "Botanical", "Paper", "Wallcovering", "Commercial", "Architectural", "Vixen - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 44, "mfr_sku": "FR44/MARTY/IVCB", "dw_sku": "DWBM-910126", "pattern_name": "Marty - Framed Art Prints", "color_name": "Black", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2337-large_default/marty-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:39.776044+00:00", "created_at": "2026-02-24T22:57:47.146899+00:00", "updated_at": "2026-06-18T00:00:39.776044+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 60}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 20}, {"hex": "#B77171", "name": "Dusty Rose", "percentage": 10}, {"hex": "#D4A973", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Jet Black", "Soft White", "Dusty Rose", "Champagne Gold", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Marty - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 45, "mfr_sku": "FR44/BRUCE/IVCB", "dw_sku": "DWBM-910118", "pattern_name": "Bruce - Framed Art Prints", "color_name": "Off-White", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2343-large_default/bruce-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:40.683293+00:00", "created_at": "2026-02-24T22:57:48.061526+00:00", "updated_at": "2026-06-18T00:00:40.683293+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 60}, {"hex": "#F8F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#B36B6B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0C890", "name": "Champagne Gold", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Jet Black", "Soft White", "Dusty Rose", "Champagne Gold", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Bruce - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 48, "mfr_sku": "FR44/GUS/IVCB", "dw_sku": "DWBM-910123", "pattern_name": "Gus - Framed Art Prints", "color_name": "White", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2327-large_default/gus-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:43.199314+00:00", "created_at": "2026-02-24T22:57:50.281551+00:00", "updated_at": "2026-06-18T00:00:43.199314+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F8F8F2", "ai_colors": [{"hex": "#F8F8F2", "name": "Soft White", "percentage": 80}, {"hex": "#1E3A8A", "name": "Midnight Navy", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 5}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 5}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Solid"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Midnight Navy", "Jet Black", "Golden Yellow", "Contemporary", "Minimalist", "Solid", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Gus - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 49, "mfr_sku": "FR44/DYLAN/IVCB", "dw_sku": "DWBM-910119", "pattern_name": "Dylan - Framed Art Prints", "color_name": "Off-White", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2326-large_default/dylan-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:44.044474+00:00", "created_at": "2026-02-24T22:57:51.222876+00:00", "updated_at": "2026-06-18T00:00:44.044474+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 60}, {"hex": "#000000", "name": "Jet Black", "percentage": 20}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 10}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Jet Black", "Olive Green", "Deep Charcoal", "Contemporary", "Minimalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Dylan - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 50, "mfr_sku": "FR44/KIKI/IVCB", "dw_sku": "DWBM-910124", "pattern_name": "Kiki - Framed Art Prints", "color_name": "Dark Gray", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2079-large_default/kiki-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:44.700019+00:00", "created_at": "2026-02-24T22:57:52.242722+00:00", "updated_at": "2026-06-18T00:00:44.700019+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 55}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 25}, {"hex": "#DA2971", "name": "Vivid Cerise", "percentage": 5}, {"hex": "#008080", "name": "Teal", "percentage": 5}, {"hex": "#4169E1", "name": "Royal Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Jet Black", "ai_tags": ["Jet Black", "Crisp White", "Vivid Cerise", "Teal", "Royal Blue", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Kiki - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 51, "mfr_sku": "FR44/FLAMBOYANCE/IVCB", "dw_sku": "DWBM-910122", "pattern_name": "Flamboyance - Framed Art Prints", "color_name": "Off-White", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2325-large_default/flamboyance-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:45.703167+00:00", "created_at": "2026-02-24T22:57:53.225009+00:00", "updated_at": "2026-06-18T00:00:45.703167+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F2E9", "ai_colors": [{"hex": "#F5F2E9", "name": "Soft White", "percentage": 60}, {"hex": "#779E7E", "name": "Sage Green", "percentage": 20}, {"hex": "#D17199", "name": "Dusty Rose", "percentage": 10}, {"hex": "#1E2851", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Dusty Rose", "Midnight Navy", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Flamboyance - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 29, "mfr_sku": "BMGI006/03B", "dw_sku": "DWBM-910027", "pattern_name": "Creature Club Blue Velvet", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2408-large_default/creature-club-blue-velvet.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:27.086958+00:00", "created_at": "2026-02-24T22:57:32.465552+00:00", "updated_at": "2026-06-18T00:00:27.086958+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192A73", "ai_colors": [{"hex": "#192A73", "name": "Midnight Navy", "percentage": 40}, {"hex": "#F2F2F2", "name": "Crisp White", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}, {"hex": "#E64191", "name": "Fuchsia", "percentage": 15}, {"hex": "#FFC857", "name": "Golden Yellow", "percentage": 10}, {"hex": "#50C878", "name": "Emerald Green", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Botanical", "Geometric", "Abstract"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Crisp White", "Jet Black", "Fuchsia", "Golden Yellow", "Emerald Green", "Eclectic", "Maximalist", "Contemporary", "Botanical", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Creature Club Blue Velvet", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 42, "mfr_sku": "BM-CLEO-FRAMED-ART-PRINTS", "dw_sku": "DWBM-910021", "pattern_name": "Cleo - Framed Art Prints", "color_name": "Black", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://brandmckenzie.com/2250-large_default/cleo-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:37.844621+00:00", "created_at": "2026-02-24T22:57:45.079966+00:00", "updated_at": "2026-06-18T00:00:37.844621+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#508C32", "ai_colors": [{"hex": "#508C32", "name": "Emerald Green", "percentage": 40}, {"hex": "#000000", "name": "Jet Black", "percentage": 35}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#BFA475", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Jet Black", "ai_tags": ["Emerald Green", "Jet Black", "Soft White", "Warm Taupe", "Eclectic", "Contemporary", "Botanical", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Cleo - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 62, "mfr_sku": "BMWL005/07A", "dw_sku": "DWBM-910110", "pattern_name": "Pond Life Sage", "color_name": "Pale Green", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1882-large_default/pond-life-sage.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:55.409118+00:00", "created_at": "2026-02-24T22:58:02.688376+00:00", "updated_at": "2026-06-18T00:00:55.409118+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#BDB76B", "ai_colors": [{"hex": "#BDB76B", "name": "Sage Green", "percentage": 45}, {"hex": "#F5F5DC", "name": "Soft White", "percentage": 30}, {"hex": "#808000", "name": "Olive Green", "percentage": 15}, {"hex": "#D299A3", "name": "Dusty Rose", "percentage": 5}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Olive Green", "Dusty Rose", "Warm Taupe", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pond Life Sage", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 64, "mfr_sku": "BMWL005/07B", "dw_sku": "DWBM-910111", "pattern_name": "Pond Life Aqua", "color_name": "Light Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1886-large_default/pond-life-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:56.011478+00:00", "created_at": "2026-02-24T22:58:04.925578+00:00", "updated_at": "2026-06-18T00:00:56.011478+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1C7", "ai_colors": [{"hex": "#A7D1C7", "name": "Seafoam Green", "percentage": 50}, {"hex": "#D2E6D9", "name": "Celadon", "percentage": 30}, {"hex": "#F8F9F5", "name": "Soft White", "percentage": 10}, {"hex": "#90CD7C", "name": "Lime Green", "percentage": 5}, {"hex": "#B5A38B", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Celadon", "ai_tags": ["Seafoam Green", "Celadon", "Soft White", "Lime Green", "Warm Taupe", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pond Life Aqua", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 58, "mfr_sku": "BMWL005/08A", "dw_sku": "DWBM-910112", "pattern_name": "Punk Rocks Hot Pink", "color_name": "Fuchsia", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1870-large_default/punk-rocks-hot-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:52.982608+00:00", "created_at": "2026-02-24T22:57:58.56392+00:00", "updated_at": "2026-06-18T00:00:52.982608+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E62E7A", "ai_colors": [{"hex": "#E62E7A", "name": "Fuchsia", "percentage": 40}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#708090", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Plaid", "Botanical", "Animal Print"], "ai_background_color": "Fuchsia", "ai_tags": ["Fuchsia", "Olive Green", "Warm Taupe", "Champagne Gold", "Slate Blue", "Eclectic", "Maximalist", "Contemporary", "Plaid", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Punk Rocks Hot Pink", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 65, "mfr_sku": "BMWL005/06A", "dw_sku": "DWBM-910108", "pattern_name": "Octopus Emerald Coral", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1906-large_default/octopus-emerald-coral.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:00.076269+00:00", "created_at": "2026-02-24T22:58:05.941502+00:00", "updated_at": "2026-06-18T00:01:00.076269+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Deep Teal", "percentage": 35}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#228B22", "name": "Forest Green", "percentage": 20}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 10}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Mural"], "ai_background_color": "Midnight Navy", "ai_tags": ["Deep Teal", "Burnt Sienna", "Forest Green", "Golden Yellow", "Midnight Navy", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Mural", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Octopus Emerald Coral", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 70, "mfr_sku": "BMWL005/06B", "dw_sku": "DWBM-910109", "pattern_name": "Octopus Black Pearl", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1910-large_default/octopus-black-pearl.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:01.045697+00:00", "created_at": "2026-02-24T22:58:10.99109+00:00", "updated_at": "2026-06-18T00:01:01.045697+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D2C6B5", "ai_colors": [{"hex": "#D2C6B5", "name": "Warm Taupe", "percentage": 45}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 40}, {"hex": "#777370", "name": "Slate Gray", "percentage": 15}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Soft White", "Slate Gray", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Octopus Black Pearl", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 74, "mfr_sku": "BMWL005/05B", "dw_sku": "DWBM-910107", "pattern_name": "Hidden Clouds Lead", "color_name": "White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1926-large_default/hidden-clouds-lead.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:04.298066+00:00", "created_at": "2026-02-24T22:58:14.616741+00:00", "updated_at": "2026-06-18T00:01:04.298066+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B2B0A8", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 40}, {"hex": "#B2B0A8", "name": "Warm Taupe", "percentage": 35}, {"hex": "#545454", "name": "Charcoal Gray", "percentage": 25}], "ai_styles": ["Contemporary", "Abstract", "Eclectic"], "ai_patterns": ["Abstract", "Texture", "Faux Finish"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Charcoal Gray", "Contemporary", "Abstract", "Eclectic", "Texture", "Faux Finish", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Hidden Clouds Lead", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 71, "mfr_sku": "BMWL005/05A", "dw_sku": "DWBM-910106", "pattern_name": "Hidden Clouds Pastel Blue", "color_name": "Light Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1922-large_default/hidden-clouds-pastel-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:03.664292+00:00", "created_at": "2026-02-24T22:58:12.009969+00:00", "updated_at": "2026-06-18T00:01:03.664292+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#7797B0", "ai_colors": [{"hex": "#7797B0", "name": "Slate Blue", "percentage": 40}, {"hex": "#F0F3F5", "name": "Soft White", "percentage": 35}, {"hex": "#A3A5A8", "name": "Cool Gray", "percentage": 25}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Slate Blue", "Soft White", "Cool Gray", "Contemporary", "Scandinavian", "Transitional", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Hidden Clouds Pastel Blue", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 78, "mfr_sku": "BMWL005/03A", "dw_sku": "DWBM-910102", "pattern_name": "Connecting Frames Caramel", "color_name": "Burnt Sienna", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1950-large_default/connecting-frames-caramel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:08.91484+00:00", "created_at": "2026-02-24T22:58:18.678663+00:00", "updated_at": "2026-06-18T00:01:08.91484+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A66133", "ai_colors": [{"hex": "#A66133", "name": "Burnt Sienna", "percentage": 35}, {"hex": "#E6C2B3", "name": "Dusty Rose", "percentage": 30}, {"hex": "#6B8E23", "name": "Olive Drab", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Art Deco"], "ai_patterns": ["Abstract", "Botanical", "Scenic"], "ai_background_color": "Dusty Rose", "ai_tags": ["Burnt Sienna", "Dusty Rose", "Olive Drab", "Champagne Gold", "Eclectic", "Maximalist", "Art Deco", "Abstract", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Connecting Frames Caramel", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 81, "mfr_sku": "BMWL005/03B", "dw_sku": "DWBM-910103", "pattern_name": "Connecting Frames Black &amp; White", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1954-large_default/connecting-frames-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:09.595311+00:00", "created_at": "2026-02-24T22:58:21.643176+00:00", "updated_at": "2026-06-18T00:01:09.595311+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D4A76A", "ai_colors": [{"hex": "#D4A76A", "name": "Antique Gold", "percentage": 30}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#F5F3EE", "name": "Soft White", "percentage": 25}, {"hex": "#008080", "name": "Teal", "percentage": 10}, {"hex": "#CC6633", "name": "Burnt Orange", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Antique Gold", "Jet Black", "Soft White", "Teal", "Burnt Orange", "Eclectic", "Maximalist", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Connecting Frames Black &amp; White", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 75, "mfr_sku": "BMWL005/04A", "dw_sku": "DWBM-910104", "pattern_name": "Gentlemen Birds Oak", "color_name": "Dark Brown", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1934-large_default/gentlemen-birds-oak.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:05.741901+00:00", "created_at": "2026-02-24T22:58:15.641149+00:00", "updated_at": "2026-06-18T00:01:05.741901+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#55513F", "ai_colors": [{"hex": "#55513F", "name": "Olive Green", "percentage": 45}, {"hex": "#B1A895", "name": "Warm Taupe", "percentage": 35}, {"hex": "#A66161", "name": "Dusty Rose", "percentage": 10}, {"hex": "#1E2842", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Olive Green", "Warm Taupe", "Dusty Rose", "Midnight Navy", "Soft White", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Gentlemen Birds Oak", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 77, "mfr_sku": "BMWL005/04B", "dw_sku": "DWBM-910105", "pattern_name": "Gentlemen Birds Autumn", "color_name": "Olive Green", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1938-large_default/gentlemen-birds-autumn.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:06.758704+00:00", "created_at": "2026-02-24T22:58:17.588655+00:00", "updated_at": "2026-06-18T00:01:06.758704+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#556B2F", "ai_colors": [{"hex": "#556B2F", "name": "Olive Green", "percentage": 35}, {"hex": "#BCAB80", "name": "Warm Taupe", "percentage": 30}, {"hex": "#A67D3D", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#B2BEB5", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Olive Green", "Warm Taupe", "Burnished Bronze", "Sage Green", "Soft White", "Traditional", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Gentlemen Birds Autumn", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 144, "mfr_sku": "BMCF003/05A", "dw_sku": "DWBM-910009", "pattern_name": "Fiesta Peach &amp; Seawater", "color_name": "Light Grayish Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1340-large_default/fiesta-peach-seawater.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:01.732824+00:00", "created_at": "2026-02-24T22:59:22.963767+00:00", "updated_at": "2026-06-18T00:02:01.732824+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B0C4B8", "ai_colors": [{"hex": "#B0C4B8", "name": "Sage Green", "percentage": 40}, {"hex": "#947F73", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fiesta Peach &amp; Seawater", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 82, "mfr_sku": "BMWL005/02A", "dw_sku": "DWBM-910100", "pattern_name": "Catwalk Deep Blue", "color_name": "Dark Navy Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1966-large_default/catwalk-deep-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:11.837037+00:00", "created_at": "2026-02-24T22:58:22.815082+00:00", "updated_at": "2026-06-18T00:01:11.837037+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B56", "ai_colors": [{"hex": "#192B56", "name": "Midnight Navy", "percentage": 60}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 20}, {"hex": "#D090A0", "name": "Dusty Rose", "percentage": 10}, {"hex": "#008080", "name": "Teal Green", "percentage": 5}, {"hex": "#36454F", "name": "Charcoal Gray", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Soft White", "Dusty Rose", "Teal Green", "Charcoal Gray", "Eclectic", "Contemporary", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Catwalk Deep Blue", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 85, "mfr_sku": "BMWL005/02B", "dw_sku": "DWBM-910101", "pattern_name": "Catwalk Black &amp; White", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1970-large_default/catwalk-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:12.530809+00:00", "created_at": "2026-02-24T22:58:25.965668+00:00", "updated_at": "2026-06-18T00:01:12.530809+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 60}, {"hex": "#363636", "name": "Deep Charcoal", "percentage": 25}, {"hex": "#D18999", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A2B579", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Dusty Rose", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Catwalk Black &amp; White", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 86, "mfr_sku": "BMWL005/01A", "dw_sku": "DWBM-910098", "pattern_name": "Birds In Paradise Midnight", "color_name": "Dark Navy Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1986-large_default/birds-in-paradise-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:15.829401+00:00", "created_at": "2026-02-24T22:58:27.345201+00:00", "updated_at": "2026-06-18T00:01:15.829401+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#19253A", "ai_colors": [{"hex": "#19253A", "name": "Midnight Navy", "percentage": 60}, {"hex": "#F07167", "name": "Coral Pink", "percentage": 15}, {"hex": "#34A0A4", "name": "Teal Blue", "percentage": 10}, {"hex": "#A3C47F", "name": "Sage Green", "percentage": 10}, {"hex": "#E07A5F", "name": "Burnt Orange", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Coral Pink", "Teal Blue", "Sage Green", "Burnt Orange", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Birds In Paradise Midnight", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 90, "mfr_sku": "BMWL005/01B", "dw_sku": "DWBM-910099", "pattern_name": "Birds In Paradise Gold", "color_name": "Golden Brown", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1990-large_default/birds-in-paradise-gold.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:16.446682+00:00", "created_at": "2026-02-24T22:58:31.404499+00:00", "updated_at": "2026-06-18T00:01:16.446682+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A6783F", "ai_colors": [{"hex": "#A6783F", "name": "Burnished Bronze", "percentage": 50}, {"hex": "#308569", "name": "Emerald Green", "percentage": 20}, {"hex": "#D1807A", "name": "Dusty Rose", "percentage": 15}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 10}, {"hex": "#B59F82", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Burnished Bronze", "ai_tags": ["Burnished Bronze", "Emerald Green", "Dusty Rose", "Soft White", "Warm Taupe", "Eclectic", "Chinoiserie", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Birds In Paradise Gold", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 91, "mfr_sku": "BMPP004/10A", "dw_sku": "DWBM-260131", "pattern_name": "Travel Map Earth", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1686-large_default/travel-map-earth.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530829363", "last_scraped": "2026-06-18T00:01:17.421001+00:00", "created_at": "2026-02-24T22:58:32.151376+00:00", "updated_at": "2026-06-18T00:01:17.421001+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1686-large_default/travel-map-earth.jpg\",\"https://brandmckenzie.com/1687-large_default/travel-map-earth.jpg\",\"https://brandmckenzie.com/1688-large_default/travel-map-earth.jpg\",\"https://brandmckenzie.com/1689-large_default/travel-map-earth.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D9", "ai_colors": [{"hex": "#F2E8D9", "name": "Soft Beige", "percentage": 40}, {"hex": "#A7D1E8", "name": "Sky Blue", "percentage": 25}, {"hex": "#E0823A", "name": "Burnt Orange", "percentage": 15}, {"hex": "#7A8C5E", "name": "Olive Green", "percentage": 10}, {"hex": "#1E3A68", "name": "Deep Navy", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Sky Blue", "Burnt Orange", "Olive Green", "Deep Navy", "Eclectic", "Contemporary", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Travel Map Earth", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 92, "mfr_sku": "BMPP004/10B", "dw_sku": "DWBM-260132", "pattern_name": "Travel Map Clay &amp; Khaki", "color_name": "Sage Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1692-large_default/travel-map-clay-khaki.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530862131", "last_scraped": "2026-06-18T00:01:18.210053+00:00", "created_at": "2026-02-24T22:58:33.283424+00:00", "updated_at": "2026-06-18T00:01:18.210053+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1692-large_default/travel-map-clay-khaki.jpg\",\"https://brandmckenzie.com/1691-large_default/travel-map-clay-khaki.jpg\",\"https://brandmckenzie.com/1693-large_default/travel-map-clay-khaki.jpg\",\"https://brandmckenzie.com/1690-large_default/travel-map-clay-khaki.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F9A7F", "ai_colors": [{"hex": "#8F9A7F", "name": "Sage Green", "percentage": 40}, {"hex": "#A68166", "name": "Warm Taupe", "percentage": 25}, {"hex": "#F2F0EC", "name": "Soft White", "percentage": 20}, {"hex": "#C4854F", "name": "Burnt Sienna", "percentage": 10}, {"hex": "#363A40", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Burnt Sienna", "Deep Charcoal", "Eclectic", "Contemporary", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Travel Map Clay &amp; Khaki", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 105, "mfr_sku": "BMPP004/06A", "dw_sku": "DWBM-260123", "pattern_name": "Lido Turquoise", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1742-large_default/lido-palm-turquoise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530567219", "last_scraped": "2026-06-18T00:01:29.272421+00:00", "created_at": "2026-02-24T22:58:45.592261+00:00", "updated_at": "2026-06-18T00:01:29.272421+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1742-large_default/lido-palm-turquoise.jpg\",\"https://brandmckenzie.com/1749-large_default/lido-palm-turquoise.jpg\",\"https://brandmckenzie.com/1748-large_default/lido-palm-turquoise.jpg\",\"https://brandmckenzie.com/1743-large_default/lido-palm-turquoise.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB49D", "ai_colors": [{"hex": "#9CB49D", "name": "Sage Green", "percentage": 35}, {"hex": "#E9E1D5", "name": "Soft Beige", "percentage": 30}, {"hex": "#A7D1E2", "name": "Sky Blue", "percentage": 20}, {"hex": "#B4A592", "name": "Taupe", "percentage": 15}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Sage Green", "Soft Beige", "Sky Blue", "Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Lido Turquoise", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 96, "mfr_sku": "BMPP004/09B", "dw_sku": "DWBM-260130", "pattern_name": "Tiger Lily Arctic Blue &amp; Pink", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1836-large_default/tiger-lily-artic-blue-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530796595", "last_scraped": "2026-06-18T00:01:21.834122+00:00", "created_at": "2026-02-24T22:58:37.135398+00:00", "updated_at": "2026-06-18T00:01:21.834122+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1836-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://brandmckenzie.com/1834-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://brandmckenzie.com/1837-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://brandmckenzie.com/1835-large_default/tiger-lily-artic-blue-pink.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#92B0B8", "ai_colors": [{"hex": "#92B0B8", "name": "Dusty Teal", "percentage": 45}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#E0A7B3", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A8BFA8", "name": "Sage Green", "percentage": 10}, {"hex": "#4A4A4A", "name": "Charcoal Gray", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Dusty Teal", "ai_tags": ["Dusty Teal", "Soft White", "Dusty Rose", "Sage Green", "Charcoal Gray", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Arctic Blue &amp; Pink", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 93, "mfr_sku": "BMPP004/09A", "dw_sku": "DWBM-260129", "pattern_name": "Tiger Lily Charcoal &amp; Gold", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1706-large_default/tiger-lily-charcoal-gold.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530763827", "last_scraped": "2026-06-18T00:01:21.107539+00:00", "created_at": "2026-02-24T22:58:34.328582+00:00", "updated_at": "2026-06-18T00:01:21.107539+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1706-large_default/tiger-lily-charcoal-gold.jpg\",\"https://brandmckenzie.com/1701-large_default/tiger-lily-charcoal-gold.jpg\",\"https://brandmckenzie.com/1707-large_default/tiger-lily-charcoal-gold.jpg\",\"https://brandmckenzie.com/1703-large_default/tiger-lily-charcoal-gold.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#333333", "ai_colors": [{"hex": "#333333", "name": "Deep Charcoal", "percentage": 50}, {"hex": "#F28500", "name": "Tangerine", "percentage": 20}, {"hex": "#D8A3A3", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A6B880", "name": "Sage Green", "percentage": 10}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Tangerine", "Dusty Rose", "Sage Green", "Soft White", "Chinoiserie", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Charcoal &amp; Gold", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 102, "mfr_sku": "BMPP004/07A", "dw_sku": "DWBM-260125", "pattern_name": "Mixology Ivory", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1738-large_default/mixology-ivory.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530632755", "last_scraped": "2026-06-18T00:01:27.480036+00:00", "created_at": "2026-02-24T22:58:42.897265+00:00", "updated_at": "2026-06-18T00:01:27.480036+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1738-large_default/mixology-ivory.jpg\",\"https://brandmckenzie.com/1728-large_default/mixology-ivory.jpg\",\"https://brandmckenzie.com/1741-large_default/mixology-ivory.jpg\",\"https://brandmckenzie.com/1729-large_default/mixology-ivory.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D7", "ai_colors": [{"hex": "#F2E8D7", "name": "Warm Taupe", "percentage": 40}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#FFDA66", "name": "Golden Yellow", "percentage": 20}, {"hex": "#FF7F50", "name": "Coral", "percentage": 15}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Burnt Sienna", "Golden Yellow", "Coral", "Soft White", "Eclectic", "Chinoiserie", "Botanical", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Ivory", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 101, "mfr_sku": "BMPP004/08B", "dw_sku": "DWBM-260128", "pattern_name": "The Mediterranean Blue &amp; White", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1734-large_default/the-mediterranean-blue-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530731059", "last_scraped": "2026-06-18T00:01:26.132646+00:00", "created_at": "2026-02-24T22:58:41.856301+00:00", "updated_at": "2026-06-18T00:01:26.132646+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1734-large_default/the-mediterranean-blue-white.jpg\",\"https://brandmckenzie.com/1724-large_default/the-mediterranean-blue-white.jpg\",\"https://brandmckenzie.com/1735-large_default/the-mediterranean-blue-white.jpg\",\"https://brandmckenzie.com/1723-large_default/the-mediterranean-blue-white.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Brilliant White", "percentage": 45}, {"hex": "#0057FF", "name": "Cobalt Blue", "percentage": 25}, {"hex": "#808080", "name": "Stone Gray", "percentage": 15}, {"hex": "#A2AD73", "name": "Sage Green", "percentage": 10}, {"hex": "#F08080", "name": "Coral Pink", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Brilliant White", "Cobalt Blue", "Stone Gray", "Sage Green", "Coral Pink", "Soft White", "Coastal", "Eclectic", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Blue &amp; White", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 124, "mfr_sku": "BMPP004/01A", "dw_sku": "DWBM-260113", "pattern_name": "Charming Lanes Denim", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1830-large_default/charming-lanes-denim.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530239539", "last_scraped": "2026-06-18T00:01:45.217591+00:00", "created_at": "2026-02-24T22:59:03.665443+00:00", "updated_at": "2026-06-18T00:01:45.217591+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1830-large_default/charming-lanes-denim.jpg\",\"https://brandmckenzie.com/1823-large_default/charming-lanes-denim.jpg\",\"https://brandmckenzie.com/1831-large_default/charming-lanes-denim.jpg\",\"https://brandmckenzie.com/1824-large_default/charming-lanes-denim.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 35}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 65}], "ai_styles": ["Coastal", "French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cornflower Blue", "Soft White", "Coastal", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Denim", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 104, "mfr_sku": "BMPP004/07B", "dw_sku": "DWBM-260126", "pattern_name": "Mixology Ebony", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1739-large_default/mixology-ebony.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530665523", "last_scraped": "2026-06-18T00:01:28.404511+00:00", "created_at": "2026-02-24T22:58:44.799278+00:00", "updated_at": "2026-06-18T00:01:28.404511+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1739-large_default/mixology-ebony.jpg\",\"https://brandmckenzie.com/1730-large_default/mixology-ebony.jpg\",\"https://brandmckenzie.com/1740-large_default/mixology-ebony.jpg\",\"https://brandmckenzie.com/1731-large_default/mixology-ebony.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9967A", "ai_colors": [{"hex": "#E9967A", "name": "Burnt Sienna", "percentage": 30}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#FFDA61", "name": "Golden Yellow", "percentage": 20}, {"hex": "#A67B5B", "name": "Umber", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Jet Black", "ai_tags": ["Burnt Sienna", "Jet Black", "Golden Yellow", "Umber", "Soft White", "Eclectic", "Contemporary", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Ebony", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 106, "mfr_sku": "BMPP004/06B", "dw_sku": "DWBM-260124", "pattern_name": "Lido Palm Green", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1744-large_default/lido-palm-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530599987", "last_scraped": "2026-06-18T00:01:29.955429+00:00", "created_at": "2026-02-24T22:58:46.357495+00:00", "updated_at": "2026-06-18T00:01:29.955429+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1744-large_default/lido-palm-green.jpg\",\"https://brandmckenzie.com/1752-large_default/lido-palm-green.jpg\",\"https://brandmckenzie.com/1745-large_default/lido-palm-green.jpg\",\"https://brandmckenzie.com/1755-large_default/lido-palm-green.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#B2BE9A", "ai_colors": [{"hex": "#B2BE9A", "name": "Sage Green", "percentage": 40}, {"hex": "#E8DDC7", "name": "Soft Beige", "percentage": 30}, {"hex": "#92C1C1", "name": "Aqua Blue", "percentage": 20}, {"hex": "#A68A6A", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Sage Green", "Soft Beige", "Aqua Blue", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Lido Palm Green", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 134, "mfr_sku": "BMCF003/08A", "dw_sku": "DWBM-910015", "pattern_name": "Monkey Library Taupes", "color_name": "Dark Gray", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1297-large_default/monkey-library-taupes.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:52.562594+00:00", "created_at": "2026-02-24T22:59:13.060417+00:00", "updated_at": "2026-06-18T00:01:52.562594+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#363A40", "ai_colors": [{"hex": "#363A40", "name": "Deep Charcoal", "percentage": 40}, {"hex": "#A69A8A", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F0EBE0", "name": "Soft White", "percentage": 15}, {"hex": "#707880", "name": "Slate Blue", "percentage": 10}, {"hex": "#907860", "name": "Burnished Bronze", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Warm Taupe", "Soft White", "Slate Blue", "Burnished Bronze", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Library Taupes", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 107, "mfr_sku": "BMPP004/05A", "dw_sku": "DWBM-260121", "pattern_name": "Jungle Life Cerise &amp; Turquoise", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1769-large_default/jungle-life-cerise-turquoise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530501683", "last_scraped": "2026-06-18T00:01:32.809627+00:00", "created_at": "2026-02-24T22:58:47.278708+00:00", "updated_at": "2026-06-18T00:01:32.809627+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1769-large_default/jungle-life-cerise-turquoise.jpg\",\"https://brandmckenzie.com/1760-large_default/jungle-life-cerise-turquoise.jpg\",\"https://brandmckenzie.com/1777-large_default/jungle-life-cerise-turquoise.jpg\",\"https://brandmckenzie.com/1754-large_default/jungle-life-cerise-turquoise.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F976F", "ai_colors": [{"hex": "#8F976F", "name": "Sage Green", "percentage": 40}, {"hex": "#C8738A", "name": "Dusty Rose", "percentage": 20}, {"hex": "#A0785A", "name": "Warm Taupe", "percentage": 20}, {"hex": "#607B8F", "name": "Slate Blue", "percentage": 20}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Dusty Rose", "Warm Taupe", "Slate Blue", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Cerise &amp; Turquoise", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 143, "mfr_sku": "BMCF003/06B", "dw_sku": "DWBM-910012", "pattern_name": "Funfair Denim &amp; Cerise", "color_name": "Dark Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1327-large_default/funfair-denim-cerise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:58.057221+00:00", "created_at": "2026-02-24T22:59:21.816963+00:00", "updated_at": "2026-06-18T00:01:58.057221+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F00078", "ai_colors": [{"hex": "#F00078", "name": "Fuchsia", "percentage": 30}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 25}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 10}, {"hex": "#DCAE96", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Art Deco"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Midnight Navy", "ai_tags": ["Fuchsia", "Teal", "Midnight Navy", "Champagne Gold", "Dusty Rose", "Eclectic", "Maximalist", "Art Deco", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Funfair Denim &amp; Cerise", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 112, "mfr_sku": "BMPP004/04A", "dw_sku": "DWBM-260119", "pattern_name": "Instrumental Clay", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1775-large_default/instrumental-clay.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530436147", "last_scraped": "2026-06-18T00:01:34.980691+00:00", "created_at": "2026-02-24T22:58:51.918677+00:00", "updated_at": "2026-06-18T00:01:34.980691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1775-large_default/instrumental-clay.jpg\",\"https://brandmckenzie.com/1762-large_default/instrumental-clay.jpg\",\"https://brandmckenzie.com/1776-large_default/instrumental-clay.jpg\",\"https://brandmckenzie.com/1761-large_default/instrumental-clay.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E7D9", "ai_colors": [{"hex": "#F2E7D9", "name": "Soft Beige", "percentage": 55}, {"hex": "#282828", "name": "Deep Charcoal", "percentage": 15}, {"hex": "#B36B6B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0C892", "name": "Champagne Gold", "percentage": 10}, {"hex": "#778DBB", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Deep Charcoal", "Dusty Rose", "Champagne Gold", "Slate Blue", "Eclectic", "Chinoiserie", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Clay", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 114, "mfr_sku": "BMPP004/04B", "dw_sku": "DWBM-260120", "pattern_name": "Instrumental Charcoal", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1780-large_default/instrumental-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530468915", "last_scraped": "2026-06-18T00:01:35.58264+00:00", "created_at": "2026-02-24T22:58:54.073694+00:00", "updated_at": "2026-06-18T00:01:35.58264+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1780-large_default/instrumental-charcoal.jpg\",\"https://brandmckenzie.com/1767-large_default/instrumental-charcoal.jpg\",\"https://brandmckenzie.com/1778-large_default/instrumental-charcoal.jpg\",\"https://brandmckenzie.com/1766-large_default/instrumental-charcoal.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#363636", "ai_colors": [{"hex": "#363636", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#E0C870", "name": "Golden Yellow", "percentage": 20}, {"hex": "#B05060", "name": "Dusty Rose", "percentage": 10}, {"hex": "#90A070", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Golden Yellow", "Dusty Rose", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Charcoal", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 119, "mfr_sku": "BMPP004/03B", "dw_sku": "DWBM-260118", "pattern_name": "Fine China Blossom", "color_name": "Light Pink", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1794-large_default/fine-china-blossom.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530403379", "last_scraped": "2026-06-18T00:01:39.687744+00:00", "created_at": "2026-02-24T22:58:58.579647+00:00", "updated_at": "2026-06-18T00:01:39.687744+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1794-large_default/fine-china-blossom.jpg\",\"https://brandmckenzie.com/1801-large_default/fine-china-blossom.jpg\",\"https://brandmckenzie.com/1798-large_default/fine-china-blossom.jpg\",\"https://brandmckenzie.com/1790-large_default/fine-china-blossom.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E6B3B3", "ai_colors": [{"hex": "#E6B3B3", "name": "Dusty Rose", "percentage": 45}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 20}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}, {"hex": "#A6C99A", "name": "Sage Green", "percentage": 10}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Soft White", "Midnight Navy", "Sage Green", "Golden Yellow", "Eclectic", "Contemporary", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Blossom", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 120, "mfr_sku": "BMPP004/02A", "dw_sku": "DWBM-260115", "pattern_name": "Elephant Breaststroke Ocean", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1815-large_default/elephant-breaststroke-ocean.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530305075", "last_scraped": "2026-06-18T00:01:42.186266+00:00", "created_at": "2026-02-24T22:58:59.511826+00:00", "updated_at": "2026-06-18T00:01:42.186266+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1815-large_default/elephant-breaststroke-ocean.jpg\",\"https://brandmckenzie.com/1807-large_default/elephant-breaststroke-ocean.jpg\",\"https://brandmckenzie.com/1813-large_default/elephant-breaststroke-ocean.jpg\",\"https://brandmckenzie.com/1806-large_default/elephant-breaststroke-ocean.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1E7", "ai_colors": [{"hex": "#A7D1E7", "name": "Sky Blue", "percentage": 50}, {"hex": "#B4BFC7", "name": "Cool Gray", "percentage": 30}, {"hex": "#F2F4F7", "name": "Soft White", "percentage": 20}], "ai_styles": ["Coastal", "Eclectic"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Cool Gray", "Soft White", "Coastal", "Eclectic", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Ocean", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 123, "mfr_sku": "BMPP004/02B", "dw_sku": "DWBM-260116", "pattern_name": "Elephant Breaststroke Aqua", "color_name": "Aqua", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://brandmckenzie.com/1809-large_default/elephant-breakstroke-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530337843", "last_scraped": "2026-06-18T00:01:42.699957+00:00", "created_at": "2026-02-24T22:59:02.548541+00:00", "updated_at": "2026-06-18T00:01:42.699957+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1809-large_default/elephant-breakstroke-aqua.jpg\",\"https://brandmckenzie.com/1817-large_default/elephant-breakstroke-aqua.jpg\",\"https://brandmckenzie.com/1816-large_default/elephant-breakstroke-aqua.jpg\",\"https://brandmckenzie.com/1808-large_default/elephant-breakstroke-aqua.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#98D8C9", "ai_colors": [{"hex": "#98D8C9", "name": "Seafoam Green", "percentage": 65}, {"hex": "#D0D5D1", "name": "Pale Silver", "percentage": 30}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic", "Tropical"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Pale Silver", "Soft White", "Coastal", "Eclectic", "Tropical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Aqua", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 127, "mfr_sku": "BMPP004/01B", "dw_sku": "DWBM-260114", "pattern_name": "Charming Lanes China Blue", "color_name": "Denim Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://brandmckenzie.com/1832-large_default/charming-lanes-china-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530272307", "last_scraped": "2026-06-18T00:01:45.77517+00:00", "created_at": "2026-02-24T22:59:06.670507+00:00", "updated_at": "2026-06-18T00:01:45.77517+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://brandmckenzie.com/1832-large_default/charming-lanes-china-blue.jpg\",\"https://brandmckenzie.com/1826-large_default/charming-lanes-china-blue.jpg\",\"https://brandmckenzie.com/1833-large_default/charming-lanes-china-blue.jpg\",\"https://brandmckenzie.com/1827-large_default/charming-lanes-china-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#546D9A", "ai_colors": [{"hex": "#546D9A", "name": "Slate Blue", "percentage": 80}, {"hex": "#F8F8F8", "name": "Soft White", "percentage": 20}], "ai_styles": ["Coastal", "French Country", "Traditional"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Soft White", "Coastal", "French Country", "Traditional", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes China Blue", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 128, "mfr_sku": "BMCF003/10A", "dw_sku": "DWBM-910019", "pattern_name": "Starry Clouds Green Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1281-large_default/starry-clouds-green-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:47.970373+00:00", "created_at": "2026-02-24T22:59:07.750428+00:00", "updated_at": "2026-06-18T00:01:47.970373+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E8", "ai_colors": [{"hex": "#A7D9E8", "name": "Sky Blue", "percentage": 60}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#D1B78B", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Scandinavian", "Eclectic"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Soft White", "Champagne Gold", "Scandinavian", "Eclectic", "Abstract", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Starry Clouds Green Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 131, "mfr_sku": "BMCF003/10B", "dw_sku": "DWBM-910020", "pattern_name": "Starry Clouds Blue Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1285-large_default/starry-clouds-blue-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:49.006275+00:00", "created_at": "2026-02-24T22:59:10.512634+00:00", "updated_at": "2026-06-18T00:01:49.006275+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B0D8EF", "ai_colors": [{"hex": "#B0D8EF", "name": "Sky Blue", "percentage": 60}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#D1C1A6", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Scandinavian", "Coastal"], "ai_patterns": ["Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Soft White", "Champagne Gold", "Scandinavian", "Coastal", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Starry Clouds Blue Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 133, "mfr_sku": "BMCF003/09B", "dw_sku": "DWBM-910018", "pattern_name": "Painting In Colour Bright", "color_name": "Dusty Rose", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1290-large_default/painting-in-colour-bright.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:50.783022+00:00", "created_at": "2026-02-24T22:59:12.207594+00:00", "updated_at": "2026-06-18T00:01:50.783022+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E0919A", "ai_colors": [{"hex": "#E0919A", "name": "Dusty Rose", "percentage": 25}, {"hex": "#348E8E", "name": "Teal Green", "percentage": 25}, {"hex": "#925E9C", "name": "Orchid Purple", "percentage": 20}, {"hex": "#F0A070", "name": "Coral Orange", "percentage": 15}, {"hex": "#73A66E", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Teal Green", "Orchid Purple", "Coral Orange", "Sage Green", "Soft White", "Contemporary", "Eclectic", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Painting In Colour Bright", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 132, "mfr_sku": "BMCF003/09A", "dw_sku": "DWBM-910017", "pattern_name": "Painting In Colour Pastel", "color_name": "Light Pink", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1287-large_default/painting-in-colour-pastel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:49.940036+00:00", "created_at": "2026-02-24T22:59:11.272519+00:00", "updated_at": "2026-06-18T00:01:49.940036+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D1999E", "ai_colors": [{"hex": "#D1999E", "name": "Dusty Rose", "percentage": 30}, {"hex": "#A8B37F", "name": "Sage Green", "percentage": 25}, {"hex": "#5F878F", "name": "Slate Blue", "percentage": 25}, {"hex": "#B9A387", "name": "Warm Taupe", "percentage": 20}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Sage Green", "Slate Blue", "Warm Taupe", "Soft White", "Contemporary", "Eclectic", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Painting In Colour Pastel", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 136, "mfr_sku": "BMCF003/08B", "dw_sku": "DWBM-910016", "pattern_name": "Monkey Library Colourful Blue", "color_name": "Dark Navy Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1301-large_default/monkey-library-colourful-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:53.25226+00:00", "created_at": "2026-02-24T22:59:15.119656+00:00", "updated_at": "2026-06-18T00:01:53.25226+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192343", "ai_colors": [{"hex": "#192343", "name": "Midnight Navy", "percentage": 40}, {"hex": "#E07A47", "name": "Burnt Sienna", "percentage": 20}, {"hex": "#89A56F", "name": "Sage Green", "percentage": 15}, {"hex": "#B5A68B", "name": "Warm Taupe", "percentage": 15}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Burnt Sienna", "Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Maximalist", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Library Colourful Blue", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 140, "mfr_sku": "BMCF003/07B", "dw_sku": "DWBM-910014", "pattern_name": "Happy Hour Club Green", "color_name": "Dark Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1317-large_default/happy-hour-club-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:56.139853+00:00", "created_at": "2026-02-24T22:59:18.804466+00:00", "updated_at": "2026-06-18T00:01:56.139853+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#224F39", "ai_colors": [{"hex": "#224F39", "name": "Forest Green", "percentage": 40}, {"hex": "#B3956B", "name": "Warm Taupe", "percentage": 25}, {"hex": "#D1829B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Warm Taupe", "Dusty Rose", "Jet Black", "Soft White", "Art Deco", "Eclectic", "Maximalist", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Happy Hour Club Green", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 141, "mfr_sku": "BMCF003/06A", "dw_sku": "DWBM-910011", "pattern_name": "Funfair Pastel Blues", "color_name": "Dusty Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1324-large_default/funfair-pastel-blues.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:57.304577+00:00", "created_at": "2026-02-24T22:59:19.776503+00:00", "updated_at": "2026-06-18T00:01:57.304577+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#87A8B8", "ai_colors": [{"hex": "#87A8B8", "name": "Dusty Blue", "percentage": 40}, {"hex": "#BFA88E", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#9CB19E", "name": "Sage Green", "percentage": 10}, {"hex": "#E0CDB0", "name": "Beige", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Dusty Blue", "ai_tags": ["Dusty Blue", "Warm Taupe", "Soft White", "Sage Green", "Beige", "Eclectic", "Chinoiserie", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Funfair Pastel Blues", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 151, "mfr_sku": "BMCF003/04B", "dw_sku": "DWBM-910008", "pattern_name": "Carousel Blue", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1389-large_default/carousel-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:05.11747+00:00", "created_at": "2026-02-24T22:59:30.101679+00:00", "updated_at": "2026-06-18T00:02:05.11747+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7C4E3", "ai_colors": [{"hex": "#A7C4E3", "name": "Sky Blue", "percentage": 45}, {"hex": "#B1998A", "name": "Warm Taupe", "percentage": 25}, {"hex": "#C7A7B7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#F0F3F7", "name": "Soft White", "percentage": 10}, {"hex": "#93B7A9", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Warm Taupe", "Dusty Rose", "Soft White", "Sage Green", "Eclectic", "Chinoiserie", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carousel Blue", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 148, "mfr_sku": "BMCF003/05B", "dw_sku": "DWBM-910010", "pattern_name": "Fiesta Coral Midnight", "color_name": "Dark Navy Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1342-large_default/fiesta-coral-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:02.349535+00:00", "created_at": "2026-02-24T22:59:27.021053+00:00", "updated_at": "2026-06-18T00:02:02.349535+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B4D", "ai_colors": [{"hex": "#192B4D", "name": "Midnight Navy", "percentage": 50}, {"hex": "#875444", "name": "Burnished Bronze", "percentage": 25}, {"hex": "#338B8E", "name": "Teal", "percentage": 15}, {"hex": "#C99191", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Burnished Bronze", "Teal", "Dusty Rose", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fiesta Coral Midnight", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 152, "mfr_sku": "BMCF003/03A", "dw_sku": "DWBM-910005", "pattern_name": "Carnival Map Grass Green", "color_name": "Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1377-large_default/carnival-map-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:07.894049+00:00", "created_at": "2026-02-24T22:59:31.166009+00:00", "updated_at": "2026-06-18T00:02:07.894049+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D5", "ai_colors": [{"hex": "#F2E8D5", "name": "Soft Beige", "percentage": 40}, {"hex": "#9CB07F", "name": "Sage Green", "percentage": 25}, {"hex": "#A39282", "name": "Warm Taupe", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}, {"hex": "#C89991", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Sage Green", "Warm Taupe", "Jet Black", "Dusty Rose", "Eclectic", "Maximalist", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carnival Map Grass Green", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 155, "mfr_sku": "BMCF003/03B", "dw_sku": "DWBM-910006", "pattern_name": "Carnival Map Eau De Nil", "color_name": "Sage Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1373-large_default/carnival-map-eau-de-nil.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:08.381771+00:00", "created_at": "2026-02-24T22:59:34.176532+00:00", "updated_at": "2026-06-18T00:02:08.381771+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A5B195", "ai_colors": [{"hex": "#A5B195", "name": "Sage Green", "percentage": 40}, {"hex": "#CDB496", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F2F0E4", "name": "Soft White", "percentage": 20}, {"hex": "#95B3C4", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Transitional"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Slate Blue", "Eclectic", "Transitional", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carnival Map Eau De Nil", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 149, "mfr_sku": "BMCF003/04A", "dw_sku": "DWBM-910007", "pattern_name": "Carousel Linen", "color_name": "Light Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1394-large_default/carousel-linen.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:04.167482+00:00", "created_at": "2026-02-24T22:59:28.049237+00:00", "updated_at": "2026-06-18T00:02:04.167482+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E8DED4", "ai_colors": [{"hex": "#E8DED4", "name": "Pale Beige", "percentage": 45}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#778899", "name": "Dusty Blue", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Pale Beige", "ai_tags": ["Pale Beige", "Teal", "Dusty Blue", "Warm Taupe", "Ivory", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carousel Linen", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 160, "mfr_sku": "BMCF003/01A", "dw_sku": "DWBM-910001", "pattern_name": "Balancing Act Green Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1345-large_default/balancing-act-green-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:14.134337+00:00", "created_at": "2026-02-24T22:59:39.1498+00:00", "updated_at": "2026-06-18T00:02:14.134337+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1D9", "ai_colors": [{"hex": "#A7D1D9", "name": "Sky Blue", "percentage": 40}, {"hex": "#D19999", "name": "Dusty Rose", "percentage": 20}, {"hex": "#8F9A7F", "name": "Sage Green", "percentage": 20}, {"hex": "#B3A38C", "name": "Warm Taupe", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Tropical", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Dusty Rose", "Sage Green", "Warm Taupe", "Jet Black", "Eclectic", "Tropical", "Maximalist", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Balancing Act Green Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 156, "mfr_sku": "BMCF003/02A", "dw_sku": "DWBM-910003", "pattern_name": "Butterfly Effect Navy", "color_name": "Dark Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1361-large_default/butterfly-effect-navy.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:11.035656+00:00", "created_at": "2026-02-24T22:59:35.256507+00:00", "updated_at": "2026-06-18T00:02:11.035656+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#2C3E50", "ai_colors": [{"hex": "#2C3E50", "name": "Deep Teal", "percentage": 60}, {"hex": "#E7A7A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A2D9CE", "name": "Seafoam Green", "percentage": 15}, {"hex": "#F5E2D8", "name": "Soft Beige", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Dusty Rose", "Seafoam Green", "Soft Beige", "Eclectic", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Butterfly Effect Navy", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 159, "mfr_sku": "BMCF003/02B", "dw_sku": "DWBM-910004", "pattern_name": "Butterfly Effect Green Multi", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1357-large_default/butterfly-effect-green-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:12.03348+00:00", "created_at": "2026-02-24T22:59:38.357544+00:00", "updated_at": "2026-06-18T00:02:12.03348+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E3", "ai_colors": [{"hex": "#A7D9E3", "name": "Sky Blue", "percentage": 40}, {"hex": "#70A99F", "name": "Seafoam Green", "percentage": 25}, {"hex": "#F08080", "name": "Coral Pink", "percentage": 15}, {"hex": "#FAFAD2", "name": "Soft Yellow", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Art Deco", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sky Blue", "Seafoam Green", "Coral Pink", "Soft Yellow", "Jet Black", "Soft White", "Eclectic", "Art Deco", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Butterfly Effect Green Multi", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 170, "mfr_sku": "BMHD002/10B", "dw_sku": "DWBM-910061", "pattern_name": "The Art Deco Hills Aqua", "color_name": "Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1563-large_default/the-art-deco-hills-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:20.690686+00:00", "created_at": "2026-02-24T22:59:48.378068+00:00", "updated_at": "2026-06-18T00:02:20.690686+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 30}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 25}, {"hex": "#708090", "name": "Slate Blue", "percentage": 20}, {"hex": "#BCB88A", "name": "Sage Green", "percentage": 15}, {"hex": "#36454F", "name": "Charcoal", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Teal", "Ivory", "Slate Blue", "Sage Green", "Charcoal", "Soft White", "Art Deco", "Eclectic", "Chinoiserie", "Abstract", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Art Deco Hills Aqua", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 164, "mfr_sku": "BMHD002/11A", "dw_sku": "DWBM-910062", "pattern_name": "The Great Damask Dusky Pink", "color_name": "Beige", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1547-large_default/the-great-damask-dusky-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:17.856774+00:00", "created_at": "2026-02-24T22:59:42.841748+00:00", "updated_at": "2026-06-18T00:02:17.856774+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Damask", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C8B1A6", "ai_colors": [{"hex": "#C8B1A6", "name": "Dusty Rose", "percentage": 55}, {"hex": "#F2EDE6", "name": "Soft White", "percentage": 40}, {"hex": "#97A196", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Soft White", "Sage Green", "Traditional", "Eclectic", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Great Damask Dusky Pink", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 167, "mfr_sku": "BMHD002/11B", "dw_sku": "DWBM-910063", "pattern_name": "The Great Damask Azure Blue", "color_name": "Cream", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1551-large_default/the-great-damask-azure-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:18.902477+00:00", "created_at": "2026-02-24T22:59:45.521021+00:00", "updated_at": "2026-06-18T00:02:18.902477+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Damask", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 45}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 50}, {"hex": "#483C32", "name": "Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Ivory", "ai_tags": ["Cornflower Blue", "Ivory", "Taupe", "Eclectic", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Great Damask Azure Blue", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 175, "mfr_sku": "BMHD002/08A", "dw_sku": "DWBM-910056", "pattern_name": "Seahorse Mangrove Noir", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1587-large_default/seahorse-mangrove-noir.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:25.723062+00:00", "created_at": "2026-02-24T22:59:53.250375+00:00", "updated_at": "2026-06-18T00:02:25.723062+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 45}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 35}, {"hex": "#FF8042", "name": "Coral", "percentage": 10}, {"hex": "#008080", "name": "Teal", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Sage Green", "Deep Charcoal", "Coral", "Teal", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Seahorse Mangrove Noir", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 177, "mfr_sku": "BMHD002/08B", "dw_sku": "DWBM-910057", "pattern_name": "Seahorse Mangrove Autumnal", "color_name": "Slate Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1591-large_default/seahorse-mangrove-autumnal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:26.364989+00:00", "created_at": "2026-02-24T22:59:55.403554+00:00", "updated_at": "2026-06-18T00:02:26.364989+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778599", "ai_colors": [{"hex": "#778599", "name": "Slate Blue", "percentage": 40}, {"hex": "#8B5A31", "name": "Burnished Bronze", "percentage": 35}, {"hex": "#BC8F8F", "name": "Dusty Rose", "percentage": 15}, {"hex": "#BCB88A", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Burnished Bronze", "Dusty Rose", "Sage Green", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Seahorse Mangrove Autumnal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 171, "mfr_sku": "BMHD002/09A", "dw_sku": "DWBM-910058", "pattern_name": "Silk Shades Charcoal", "color_name": "Taupe", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1575-large_default/silk-shades-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:23.498695+00:00", "created_at": "2026-02-24T22:59:49.371289+00:00", "updated_at": "2026-06-18T00:02:23.498695+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A69A8A", "ai_colors": [{"hex": "#A69A8A", "name": "Warm Taupe", "percentage": 35}, {"hex": "#917154", "name": "Burnished Bronze", "percentage": 25}, {"hex": "#2B2725", "name": "Jet Black", "percentage": 20}, {"hex": "#D1B781", "name": "Champagne Gold", "percentage": 20}], "ai_styles": ["Art Deco", "Hollywood Regency", "Maximalist"], "ai_patterns": ["Geometric", "Abstract"], "ai_background_color": "Warm Taupe", "ai_tags": ["Warm Taupe", "Burnished Bronze", "Jet Black", "Champagne Gold", "Art Deco", "Hollywood Regency", "Maximalist", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Silk Shades Charcoal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 174, "mfr_sku": "BMHD002/09B", "dw_sku": "DWBM-910059", "pattern_name": "Silk Shades Cerise", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1579-large_default/silk-shades-cerise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:24.561284+00:00", "created_at": "2026-02-24T22:59:52.326584+00:00", "updated_at": "2026-06-18T00:02:24.561284+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D02090", "ai_colors": [{"hex": "#D02090", "name": "Fuchsia", "percentage": 35}, {"hex": "#308030", "name": "Emerald Green", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Geometric", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Fuchsia", "Emerald Green", "Soft White", "Champagne Gold", "Art Deco", "Eclectic", "Maximalist", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Silk Shades Cerise", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 178, "mfr_sku": "BMHD002/07A", "dw_sku": "DWBM-910054", "pattern_name": "Sea Life Aqua &amp; Sand", "color_name": "Light Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1607-large_default/sea-life-aqua-sand.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:29.004989+00:00", "created_at": "2026-02-24T22:59:56.33644+00:00", "updated_at": "2026-06-18T00:02:29.004989+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778899", "ai_colors": [{"hex": "#778899", "name": "Slate Blue", "percentage": 50}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 25}, {"hex": "#36454F", "name": "Charcoal", "percentage": 25}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Warm Taupe", "Charcoal", "Eclectic", "Traditional", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Sea Life Aqua &amp; Sand", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 182, "mfr_sku": "BMHD002/07B", "dw_sku": "DWBM-910055", "pattern_name": "Sea Life Aqua &amp; Orange", "color_name": "Light Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1611-large_default/sea-life-aqua-orange.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:29.726818+00:00", "created_at": "2026-02-24T23:00:00.22942+00:00", "updated_at": "2026-06-18T00:02:29.726818+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#97C7C3", "ai_colors": [{"hex": "#97C7C3", "name": "Seafoam Green", "percentage": 60}, {"hex": "#A0785A", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#F8F8F2", "name": "Soft White", "percentage": 10}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Burnished Bronze", "Soft White", "Deep Charcoal", "Eclectic", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Sea Life Aqua &amp; Orange", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 183, "mfr_sku": "BMHD002/06A", "dw_sku": "DWBM-910052", "pattern_name": "Peacock Manor Rose", "color_name": "Pale Pink", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1615-large_default/peacock-manor-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:30.33762+00:00", "created_at": "2026-02-24T23:00:01.203521+00:00", "updated_at": "2026-06-18T00:02:30.33762+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9D5D0", "ai_colors": [{"hex": "#E9D5D0", "name": "Dusty Rose", "percentage": 50}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#A2B597", "name": "Sage Green", "percentage": 15}, {"hex": "#36454F", "name": "Charcoal", "percentage": 10}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 5}], "ai_styles": ["Art Deco", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Teal", "Sage Green", "Charcoal", "Ivory", "Art Deco", "Eclectic", "Tropical", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Peacock Manor Rose", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 184, "mfr_sku": "BMHD002/06B", "dw_sku": "DWBM-910053", "pattern_name": "Peacock Manor Indigo", "color_name": "Dark Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1672-large_default/peacock-manor-indigo.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:30.964727+00:00", "created_at": "2026-02-24T23:00:02.40207+00:00", "updated_at": "2026-06-18T00:02:30.964727+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 50}, {"hex": "#A6B880", "name": "Sage Green", "percentage": 20}, {"hex": "#F5F5DC", "name": "Beige", "percentage": 15}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}, {"hex": "#CCCCFF", "name": "Periwinkle", "percentage": 5}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Sage Green", "Beige", "Midnight Navy", "Periwinkle", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Peacock Manor Indigo", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 185, "mfr_sku": "BMHD002/05A", "dw_sku": "DWBM-910050", "pattern_name": "Leopard Light", "color_name": "Beige", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1668-large_default/leopard-light.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:31.651226+00:00", "created_at": "2026-02-24T23:00:03.604366+00:00", "updated_at": "2026-06-18T00:02:31.651226+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F28500", "ai_colors": [{"hex": "#F28500", "name": "Tangerine", "percentage": 30}, {"hex": "#6A994E", "name": "Sage Green", "percentage": 35}, {"hex": "#F5F5DC", "name": "Ivory", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Ivory", "ai_tags": ["Tangerine", "Sage Green", "Ivory", "Jet Black", "Tropical", "Eclectic", "Maximalist", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Leopard Light", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 186, "mfr_sku": "BMHD002/05B", "dw_sku": "DWBM-910051", "pattern_name": "Leopard Dark", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1664-large_default/leopard-dark.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:32.559468+00:00", "created_at": "2026-02-24T23:00:04.691499+00:00", "updated_at": "2026-06-18T00:02:32.559468+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F28500", "ai_colors": [{"hex": "#F28500", "name": "Tangerine", "percentage": 30}, {"hex": "#508F4F", "name": "Emerald Green", "percentage": 40}, {"hex": "#212121", "name": "Jet Black", "percentage": 20}, {"hex": "#40E0D0", "name": "Turquoise", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Jet Black", "ai_tags": ["Tangerine", "Emerald Green", "Jet Black", "Turquoise", "Tropical", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Leopard Dark", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 193, "mfr_sku": "BMHD002/03B", "dw_sku": "DWBM-910047", "pattern_name": "Feather Palm Charcoal", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1639-large_default/feather-palm-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:38.075834+00:00", "created_at": "2026-02-24T23:00:11.468819+00:00", "updated_at": "2026-06-18T00:02:38.075834+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3B3B46", "ai_colors": [{"hex": "#3B3B46", "name": "Deep Charcoal", "percentage": 50}, {"hex": "#D1A1A1", "name": "Dusty Rose", "percentage": 20}, {"hex": "#93935F", "name": "Sage Green", "percentage": 15}, {"hex": "#A68375", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Dusty Rose", "Sage Green", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Feather Palm Charcoal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 194, "mfr_sku": "BMHD002/02A", "dw_sku": "DWBM-910044", "pattern_name": "Downtown Deco Miami Mint", "color_name": "Light Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1631-large_default/downtown-deco-miami-mint.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:39.510398+00:00", "created_at": "2026-02-24T23:00:12.553469+00:00", "updated_at": "2026-06-18T00:02:39.510398+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 35}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 25}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 15}, {"hex": "#EEE8AA", "name": "Pale Yellow", "percentage": 10}, {"hex": "#87CEEB", "name": "Sky Blue", "percentage": 15}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Sky Blue", "ai_tags": ["Teal", "Dusty Rose", "Warm Taupe", "Pale Yellow", "Sky Blue", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Paper", "Wallcovering", "Commercial", "Architectural", "Downtown Deco Miami Mint", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 187, "mfr_sku": "BMHD002/04A", "dw_sku": "DWBM-910048", "pattern_name": "Jewel A Flutter Indigo &amp; Red", "color_name": "Dark Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1652-large_default/jewel-a-flutter-indigo-red.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:35.373946+00:00", "created_at": "2026-02-24T23:00:05.868348+00:00", "updated_at": "2026-06-18T00:02:35.373946+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#00537E", "ai_colors": [{"hex": "#00537E", "name": "Teal Blue", "percentage": 50}, {"hex": "#E96446", "name": "Coral", "percentage": 15}, {"hex": "#B4B85F", "name": "Sage Green", "percentage": 15}, {"hex": "#F08080", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A6977F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Floral"], "ai_background_color": "Teal Blue", "ai_tags": ["Teal Blue", "Coral", "Sage Green", "Dusty Rose", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Floral", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jewel A Flutter Indigo &amp; Red", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 190, "mfr_sku": "BMHD002/04B", "dw_sku": "DWBM-910049", "pattern_name": "Jewel A Flutter Blush", "color_name": "Off-White", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1648-large_default/jewel-a-flutter-blush.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:36.259691+00:00", "created_at": "2026-02-24T23:00:08.950046+00:00", "updated_at": "2026-06-18T00:02:36.259691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F2EC", "ai_colors": [{"hex": "#F5F2EC", "name": "Soft White", "percentage": 55}, {"hex": "#99B18F", "name": "Sage Green", "percentage": 20}, {"hex": "#D1A192", "name": "Dusty Rose", "percentage": 15}, {"hex": "#50918F", "name": "Teal", "percentage": 5}, {"hex": "#A18E7A", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Dusty Rose", "Teal", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jewel A Flutter Blush", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 191, "mfr_sku": "BMHD002/03A", "dw_sku": "DWBM-910046", "pattern_name": "Feather Palm Rose", "color_name": "Pale Pink", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1642-large_default/feather-palm-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:37.388865+00:00", "created_at": "2026-02-24T23:00:09.922433+00:00", "updated_at": "2026-06-18T00:02:37.388865+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D8B3B3", "ai_colors": [{"hex": "#D8B3B3", "name": "Dusty Rose", "percentage": 40}, {"hex": "#93A87F", "name": "Sage Green", "percentage": 20}, {"hex": "#B5B0AC", "name": "Warm Taupe", "percentage": 15}, {"hex": "#F2E9E2", "name": "Soft White", "percentage": 25}], "ai_styles": ["Traditional", "French Country", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Sage Green", "Warm Taupe", "Soft White", "Traditional", "French Country", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Feather Palm Rose", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 196, "mfr_sku": "BMHD002/02B", "dw_sku": "DWBM-910045", "pattern_name": "Downtown Deco Indigo", "color_name": "Dark Navy", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1627-large_default/downtown-deco-indigo.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:40.409187+00:00", "created_at": "2026-02-24T23:00:14.292534+00:00", "updated_at": "2026-06-18T00:02:40.409187+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Deep Teal", "percentage": 35}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 30}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#A6C99A", "name": "Sage Green", "percentage": 10}, {"hex": "#CD7F32", "name": "Burnished Bronze", "percentage": 10}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Midnight Navy", "ai_tags": ["Deep Teal", "Midnight Navy", "Champagne Gold", "Sage Green", "Burnished Bronze", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Downtown Deco Indigo", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 201, "mfr_sku": "BMTD001/14A", "dw_sku": "DWBM-910090", "pattern_name": "The Tropics Mint Green", "color_name": "Light Blue", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1482-large_default/the-tropics-mint-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:45.072681+00:00", "created_at": "2026-02-24T23:00:19.037364+00:00", "updated_at": "2026-06-18T00:02:45.072681+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#97B3A9", "ai_colors": [{"hex": "#97B3A9", "name": "Sage Green", "percentage": 40}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#E0B9B1", "name": "Dusty Rose", "percentage": 10}, {"hex": "#C2D6C9", "name": "Seafoam Green", "percentage": 15}, {"hex": "#7A8F88", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Dusty Rose", "Seafoam Green", "Slate Blue", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Tropics Mint Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 197, "mfr_sku": "BMHD002/01A", "dw_sku": "DWBM-910042", "pattern_name": "Charleston Tower Vintage Multi", "color_name": "Sage Green", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1623-large_default/charleston-tower-vintage-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:41.240589+00:00", "created_at": "2026-02-24T23:00:15.16673+00:00", "updated_at": "2026-06-18T00:02:41.240589+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A2B199", "ai_colors": [{"hex": "#A2B199", "name": "Sage Green", "percentage": 30}, {"hex": "#BFA991", "name": "Warm Taupe", "percentage": 25}, {"hex": "#F2E9DC", "name": "Soft White", "percentage": 20}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#D3B1A8", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Art Deco", "Hollywood Regency", "Eclectic"], "ai_patterns": ["Abstract", "Geometric"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Jet Black", "Dusty Rose", "Art Deco", "Hollywood Regency", "Eclectic", "Abstract", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charleston Tower Vintage Multi", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 199, "mfr_sku": "BMTD001/15A", "dw_sku": "DWBM-910092", "pattern_name": "Tropical Forest Dark Green &amp; Yellow", "color_name": "Sage Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1473-large_default/tropical-forest-dark-green-yellow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:42.729641+00:00", "created_at": "2026-02-24T23:00:16.94914+00:00", "updated_at": "2026-06-18T00:02:42.729641+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 55}, {"hex": "#3CB371", "name": "Emerald Green", "percentage": 25}, {"hex": "#FFD700", "name": "Golden Yellow", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Emerald Green", "Golden Yellow", "Jet Black", "Soft White", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Forest Dark Green &amp; Yellow", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 200, "mfr_sku": "BMTD001/15B", "dw_sku": "DWBM-910093", "pattern_name": "Tropical Forest Dark Green &amp; Pink", "color_name": "Forest Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1476-large_default/tropical-forest-dark-green-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:43.514963+00:00", "created_at": "2026-02-24T23:00:17.979957+00:00", "updated_at": "2026-06-18T00:02:43.514963+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 60}, {"hex": "#228B22", "name": "Forest Green", "percentage": 25}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 10}, {"hex": "#36454F", "name": "Charcoal", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Forest Green", "Dusty Rose", "Charcoal", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Forest Dark Green &amp; Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 203, "mfr_sku": "BMTD001/14B", "dw_sku": "DWBM-910091", "pattern_name": "The Tropics Deep Blue", "color_name": "Dark Blue", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1485-large_default/the-tropics-deep-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:46.055896+00:00", "created_at": "2026-02-24T23:00:21.236427+00:00", "updated_at": "2026-06-18T00:02:46.055896+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#193A72", "ai_colors": [{"hex": "#193A72", "name": "Midnight Navy", "percentage": 50}, {"hex": "#337C4B", "name": "Emerald Green", "percentage": 15}, {"hex": "#F0D863", "name": "Golden Yellow", "percentage": 15}, {"hex": "#F28541", "name": "Coral Orange", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Emerald Green", "Golden Yellow", "Coral Orange", "Soft White", "Tropical", "Eclectic", "Contemporary", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Tropics Deep Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 221, "mfr_sku": "BMTD001/05B", "dw_sku": "DWBM-910073", "pattern_name": "Banana Leaves Max Black &amp; White", "color_name": "Off-White", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1440-large_default/banana-leaves-max-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:59.645898+00:00", "created_at": "2026-02-24T23:00:38.12576+00:00", "updated_at": "2026-06-18T00:02:59.645898+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 40}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Contemporary", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Silver Gray", "Soft White", "Jet Black", "Contemporary", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Max Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 206, "mfr_sku": "BMTD001/13B", "dw_sku": "DWBM-910089", "pattern_name": "The Green House Sky Blue", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1488-large_default/the-green-house-sky-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:47.72985+00:00", "created_at": "2026-02-24T23:00:24.281312+00:00", "updated_at": "2026-06-18T00:02:47.72985+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB47F", "ai_colors": [{"hex": "#9CB47F", "name": "Sage Green", "percentage": 45}, {"hex": "#F0F2F4", "name": "Soft White", "percentage": 30}, {"hex": "#D2C1A6", "name": "Warm Taupe", "percentage": 20}, {"hex": "#708090", "name": "Slate Gray", "percentage": 5}], "ai_styles": ["Contemporary", "Scandinavian", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Warm Taupe", "Slate Gray", "Contemporary", "Scandinavian", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Green House Sky Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 208, "mfr_sku": "BMTD001/12B", "dw_sku": "DWBM-910087", "pattern_name": "The\tArchitecture Architecture Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1500-large_default/the-architecture-architecture-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:49.56792+00:00", "created_at": "2026-02-24T23:00:25.758176+00:00", "updated_at": "2026-06-18T00:02:49.56792+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 60}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#6B8E23", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Sage Green", "Traditional", "Eclectic", "Botanical", "Texture", "Paper", "Wallcovering", "Commercial", "Architectural", "The\tArchitecture Architecture Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 209, "mfr_sku": "BMTD001/17A", "dw_sku": "DWBM-910096", "pattern_name": "Rice Terrace Max Grass Green", "color_name": "Light Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1509-large_default/rice-terrace-max-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:50.296429+00:00", "created_at": "2026-02-24T23:00:26.568429+00:00", "updated_at": "2026-06-18T00:02:50.296429+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A3B87F", "ai_colors": [{"hex": "#A3B87F", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#E4D0A4", "name": "Straw Yellow", "percentage": 10}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Olive Green", "Warm Taupe", "Straw Yellow", "Deep Charcoal", "Soft White", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Max Grass Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 210, "mfr_sku": "BMTD001/17B", "dw_sku": "DWBM-910097", "pattern_name": "Rice Terrace Max Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1512-large_default/rice-terrace-max-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:50.93655+00:00", "created_at": "2026-02-24T23:00:27.605545+00:00", "updated_at": "2026-06-18T00:02:50.93655+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 40}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 35}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 25}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Max Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 211, "mfr_sku": "BMTD001/10A", "dw_sku": "DWBM-910082", "pattern_name": "Pampas Grass Neutral Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1518-large_default/pampas-grass-neutral-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:52.546981+00:00", "created_at": "2026-02-24T23:00:28.365653+00:00", "updated_at": "2026-06-18T00:02:52.546981+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0E4", "ai_colors": [{"hex": "#F2F0E4", "name": "Soft Beige", "percentage": 45}, {"hex": "#B3B0A8", "name": "Warm Taupe", "percentage": 40}, {"hex": "#E8E6D9", "name": "Ivory", "percentage": 15}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Botanical"], "ai_background_color": "Warm Taupe", "ai_tags": ["Soft Beige", "Warm Taupe", "Ivory", "Contemporary", "Scandinavian", "Transitional", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pampas Grass Neutral Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 216, "mfr_sku": "BMTD001/06A", "dw_sku": "DWBM-910074", "pattern_name": "Banana Leaves Standard Blush Pink", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1452-large_default/banana-leaves-standard-blush-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:56.69337+00:00", "created_at": "2026-02-24T23:00:33.275573+00:00", "updated_at": "2026-06-18T00:02:56.69337+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#347C69", "ai_colors": [{"hex": "#347C69", "name": "Emerald Green", "percentage": 50}, {"hex": "#E3D9C6", "name": "Soft Beige", "percentage": 30}, {"hex": "#708238", "name": "Olive Green", "percentage": 10}, {"hex": "#98FF98", "name": "Seafoam Green", "percentage": 10}], "ai_styles": ["Tropical", "Contemporary"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft Beige", "ai_tags": ["Emerald Green", "Soft Beige", "Olive Green", "Seafoam Green", "Tropical", "Contemporary", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Standard Blush Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 213, "mfr_sku": "BMTD001/10B", "dw_sku": "DWBM-910083", "pattern_name": "Pampas Grass Cornflower Blue", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1521-large_default/pampas-grass-cornflower-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:53.302928+00:00", "created_at": "2026-02-24T23:00:30.456979+00:00", "updated_at": "2026-06-18T00:02:53.302928+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0E6", "ai_colors": [{"hex": "#F2F0E6", "name": "Soft White", "percentage": 40}, {"hex": "#D4CDBF", "name": "Warm Taupe", "percentage": 30}, {"hex": "#C2C7C9", "name": "Light Gray", "percentage": 30}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Botanical"], "ai_background_color": "Light Gray", "ai_tags": ["Soft White", "Warm Taupe", "Light Gray", "Contemporary", "Scandinavian", "Transitional", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pampas Grass Cornflower Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 214, "mfr_sku": "BMTD001/09A", "dw_sku": "DWBM-910080", "pattern_name": "Monkey Forest Dark Green &amp; Yellow", "color_name": "Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1524-large_default/monkey-forest-dark-green-yellow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7245736149043", "last_scraped": "2026-06-18T00:02:54.224613+00:00", "created_at": "2026-02-24T23:00:31.423952+00:00", "updated_at": "2026-06-18T00:02:54.224613+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 60}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 20}, {"hex": "#FFD700", "name": "Golden Yellow", "percentage": 10}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Golden Yellow", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Forest Dark Green &amp; Yellow", "Tropical Daze"], "width_inches": null, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 215, "mfr_sku": "BMTD001/09B", "dw_sku": "DWBM-910081", "pattern_name": "Monkey Forest Dark Green &amp; Pink", "color_name": "Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1527-large_default/monkey-forest-dark-green-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:55.207573+00:00", "created_at": "2026-02-24T23:00:32.309174+00:00", "updated_at": "2026-06-18T00:02:55.207573+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#DDA0DD", "name": "Dusty Rose", "percentage": 10}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Dusty Rose", "Warm Taupe", "Jet Black", "Tropical", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Forest Dark Green &amp; Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 218, "mfr_sku": "BMTD001/06B", "dw_sku": "DWBM-910075", "pattern_name": "Banana Leaves Standard Black &amp; White", "color_name": "Off-White", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1449-large_default/banana-leaves-standard-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:57.43154+00:00", "created_at": "2026-02-24T23:00:35.160105+00:00", "updated_at": "2026-06-18T00:02:57.43154+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 35}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}], "ai_styles": ["Contemporary", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Silver Gray", "Soft White", "Jet Black", "Contemporary", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Standard Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 219, "mfr_sku": "BMTD001/05A", "dw_sku": "DWBM-910072", "pattern_name": "Banana Leaves Max Blush Pink", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1443-large_default/banana-leaves-max-blush-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:58.611313+00:00", "created_at": "2026-02-24T23:00:36.150435+00:00", "updated_at": "2026-06-18T00:02:58.611313+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#55997B", "ai_colors": [{"hex": "#55997B", "name": "Jade Green", "percentage": 45}, {"hex": "#E5DDCB", "name": "Soft Beige", "percentage": 35}, {"hex": "#709966", "name": "Olive Green", "percentage": 10}, {"hex": "#C09944", "name": "Mustard Yellow", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft Beige", "ai_tags": ["Jade Green", "Soft Beige", "Olive Green", "Mustard Yellow", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Max Blush Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 226, "mfr_sku": "BMTD001/02B", "dw_sku": "DWBM-910067", "pattern_name": "Alpine Landscape Alpine Green", "color_name": "Jade Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1413-large_default/alpine-landscape-alpine-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:03.238473+00:00", "created_at": "2026-02-24T23:00:42.853828+00:00", "updated_at": "2026-06-18T00:03:03.238473+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6A996E", "ai_colors": [{"hex": "#6A996E", "name": "Sage Green", "percentage": 50}, {"hex": "#A2C9A5", "name": "Seafoam Green", "percentage": 30}, {"hex": "#1E414A", "name": "Deep Teal", "percentage": 20}], "ai_styles": ["Contemporary", "Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Teal", "ai_tags": ["Sage Green", "Seafoam Green", "Deep Teal", "Contemporary", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Alpine Landscape Alpine Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 227, "mfr_sku": "BMTD001/01A", "dw_sku": "DWBM-910064", "pattern_name": "Abstract Jungle Putty Grey", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1405-large_default/abstract-jungle-putty-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:04.891554+00:00", "created_at": "2026-02-24T23:00:43.840953+00:00", "updated_at": "2026-06-18T00:03:04.891554+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B5A99A", "ai_colors": [{"hex": "#B5A99A", "name": "Warm Taupe", "percentage": 35}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 30}, {"hex": "#777470", "name": "Slate Gray", "percentage": 25}, {"hex": "#A09B93", "name": "Taupe Gray", "percentage": 10}], "ai_styles": ["Contemporary", "Scandinavian", "Eclectic"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Soft White", "Slate Gray", "Taupe Gray", "Contemporary", "Scandinavian", "Eclectic", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Abstract Jungle Putty Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 222, "mfr_sku": "BMTD001/03A", "dw_sku": "DWBM-910068", "pattern_name": "Animal Architecture Architecture Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1428-large_default/animal-architecture-architecture-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:00.149062+00:00", "created_at": "2026-02-24T23:00:38.828236+00:00", "updated_at": "2026-06-18T00:03:00.149062+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 60}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Light Gray", "Traditional", "Eclectic", "Botanical", "Animal Print", "Paper", "Wallcovering", "Commercial", "Architectural", "Animal Architecture Architecture Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 223, "mfr_sku": "BMTD001/03B", "dw_sku": "DWBM-910069", "pattern_name": "Animal Architecture Architecture Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1425-large_default/animal-architecture-architecture-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:00.975021+00:00", "created_at": "2026-02-24T23:00:39.536004+00:00", "updated_at": "2026-06-18T00:03:00.975021+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 20}, {"hex": "#D2B48C", "name": "Tan", "percentage": 20}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Olive Green", "Tan", "Deep Charcoal", "Eclectic", "Traditional", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Animal Architecture Architecture Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 224, "mfr_sku": "BMTD001/02A", "dw_sku": "DWBM-910066", "pattern_name": "Alpine Landscape Green Multicoloured", "color_name": "Dark Teal", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1417-large_default/alpine-landscape-green-multicoloured.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:02.378102+00:00", "created_at": "2026-02-24T23:00:40.636733+00:00", "updated_at": "2026-06-18T00:03:02.378102+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB1A9", "ai_colors": [{"hex": "#9CB1A9", "name": "Sage Green", "percentage": 40}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#B4A9C1", "name": "Dusty Lavender", "percentage": 15}, {"hex": "#E0DDB1", "name": "Pale Yellow", "percentage": 10}, {"hex": "#78A3B1", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Botanical"], "ai_patterns": ["Floral"], "ai_background_color": "Deep Teal", "ai_tags": ["Sage Green", "Soft White", "Dusty Lavender", "Pale Yellow", "Slate Blue", "Deep Teal", "Contemporary", "Eclectic", "Botanical", "Floral", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Alpine Landscape Green Multicoloured", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 229, "mfr_sku": "BMTD001/01B", "dw_sku": "DWBM-910065", "pattern_name": "Abstract Jungle Leaf Green", "color_name": "Pale Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1401-large_default/abstract-jungle-leaf-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:05.440574+00:00", "created_at": "2026-02-24T23:00:45.461921+00:00", "updated_at": "2026-06-18T00:03:05.440574+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB48F", "ai_colors": [{"hex": "#F2F0E6", "name": "Soft White", "percentage": 40}, {"hex": "#9CB48F", "name": "Sage Green", "percentage": 35}, {"hex": "#73856B", "name": "Olive Green", "percentage": 20}, {"hex": "#363E35", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Contemporary", "Scandinavian", "Tropical"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Olive Green", "Deep Charcoal", "Contemporary", "Scandinavian", "Tropical", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Abstract Jungle Leaf Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 230, "mfr_sku": "BMTD001/16A", "dw_sku": "DWBM-910094", "pattern_name": "Tropical Reflections Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1467-large_default/tropical-reflections-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:06.258681+00:00", "created_at": "2026-02-24T23:00:46.536289+00:00", "updated_at": "2026-06-18T00:03:06.258681+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F977D", "ai_colors": [{"hex": "#8F977D", "name": "Sage Green", "percentage": 35}, {"hex": "#778793", "name": "Slate Blue", "percentage": 30}, {"hex": "#363A32", "name": "Deep Charcoal", "percentage": 20}, {"hex": "#B19A79", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Tropical", "Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Sage Green", "Slate Blue", "Deep Charcoal", "Warm Taupe", "Tropical", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Reflections Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 231, "mfr_sku": "BMTD001/16B", "dw_sku": "DWBM-910095", "pattern_name": "Tropical Reflections Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1470-large_default/tropical-reflections-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:06.971816+00:00", "created_at": "2026-02-24T23:00:47.597281+00:00", "updated_at": "2026-06-18T00:03:06.971816+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 30}, {"hex": "#A9A9A9", "name": "Dark Gray", "percentage": 20}], "ai_styles": ["Traditional", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Light Gray", "ai_tags": ["Silver Gray", "Light Gray", "Dark Gray", "Traditional", "Tropical", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Tropical Reflections Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 232, "mfr_sku": "BMTD001/11A", "dw_sku": "DWBM-910084", "pattern_name": "Rice Terrace Standard Grass Green", "color_name": "Sage Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1503-large_default/rice-terrace-standard-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:07.475395+00:00", "created_at": "2026-02-24T23:00:48.667545+00:00", "updated_at": "2026-06-18T00:03:07.475395+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Soft White", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Standard Grass Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 233, "mfr_sku": "BMTD001/11B", "dw_sku": "DWBM-910085", "pattern_name": "Rice Terrace Standard Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1506-large_default/rice-terrace-standard-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:08.171757+00:00", "created_at": "2026-02-24T23:00:49.560287+00:00", "updated_at": "2026-06-18T00:03:08.171757+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 50}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 20}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Tropical", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Standard Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 234, "mfr_sku": "BMTD001/08A", "dw_sku": "DWBM-910078", "pattern_name": "Exotic Birds Concrete Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1533-large_default/exotic-birds-concrete-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:10.01691+00:00", "created_at": "2026-02-24T23:00:50.481006+00:00", "updated_at": "2026-06-18T00:03:10.01691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Faux Stone", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 70}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 30}], "ai_styles": ["Contemporary", "Scandinavian"], "ai_patterns": ["Botanical"], "ai_background_color": "Silver Gray", "ai_tags": ["Silver Gray", "Soft White", "Contemporary", "Scandinavian", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Exotic Birds Concrete Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 236, "mfr_sku": "BMTD001/08B", "dw_sku": "DWBM-910079", "pattern_name": "Exotic Birds Duck Egg Blue", "color_name": "Pale Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1536-large_default/exotic-birds-duck-egg-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:10.937845+00:00", "created_at": "2026-02-24T23:00:52.608055+00:00", "updated_at": "2026-06-18T00:03:10.937845+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7C1B9", "ai_colors": [{"hex": "#A7C1B9", "name": "Seafoam Green", "percentage": 70}, {"hex": "#C8A7B4", "name": "Dusty Rose", "percentage": 15}, {"hex": "#D0C9D6", "name": "Pale Lavender", "percentage": 10}, {"hex": "#F2F4F5", "name": "Soft White", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Dusty Rose", "Pale Lavender", "Soft White", "Contemporary", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Exotic Birds Duck Egg Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 240, "mfr_sku": "BMTD001/04B", "dw_sku": "DWBM-910071", "pattern_name": "Animal Islands Bamboo Green", "color_name": "Light Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1431-large_default/animal-islands-bamboo-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:15.214668+00:00", "created_at": "2026-02-24T23:00:56.686254+00:00", "updated_at": "2026-06-18T00:03:15.214668+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B5B09E", "ai_colors": [{"hex": "#B5B09E", "name": "Warm Taupe", "percentage": 40}, {"hex": "#7A8A6D", "name": "Sage Green", "percentage": 25}, {"hex": "#A0785A", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#C7919F", "name": "Dusty Rose", "percentage": 10}, {"hex": "#363636", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Tropical", "Traditional"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Sage Green", "Burnished Bronze", "Dusty Rose", "Deep Charcoal", "Soft White", "Eclectic", "Tropical", "Traditional", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Animal Islands Bamboo Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 242, "mfr_sku": "BMTD001/04A", "dw_sku": "DWBM-910070", "pattern_name": "Animal Islands Midnight Blue", "color_name": "Dark Teal", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1434-large_default/animal-islands-midnight-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:16.011185+00:00", "created_at": "2026-02-24T23:00:58.803216+00:00", "updated_at": "2026-06-18T00:03:16.011185+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#0A2235", "ai_colors": [{"hex": "#0A2235", "name": "Deep Teal", "percentage": 40}, {"hex": "#88A878", "name": "Sage Green", "percentage": 25}, {"hex": "#B19A7A", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D0919F", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Tropical", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Sage Green", "Warm Taupe", "Dusty Rose", "Eclectic", "Tropical", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Animal Islands Midnight Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 237, "mfr_sku": "BMTD001/07A", "dw_sku": "DWBM-910076", "pattern_name": "Curious Skies Midnight Blue", "color_name": "Dark Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1461-large_default/curious-skies-midnight-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:12.510425+00:00", "created_at": "2026-02-24T23:00:53.682842+00:00", "updated_at": "2026-06-18T00:03:12.510425+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3A404A", "ai_colors": [{"hex": "#3A404A", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#A68A6D", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 10}, {"hex": "#708090", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Traditional"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Warm Taupe", "Soft White", "Slate Blue", "Eclectic", "Maximalist", "Traditional", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Curious Skies Midnight Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
-{"id": 239, "mfr_sku": "BMTD001/07B", "dw_sku": "DWBM-910077", "pattern_name": "Curious Skies Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://brandmckenzie.com/1458-large_default/curious-skies-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:13.221081+00:00", "created_at": "2026-02-24T23:00:55.692207+00:00", "updated_at": "2026-06-18T00:03:13.221081+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 60}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Silver Gray", "ai_tags": ["Silver Gray", "Deep Charcoal", "Soft White", "Eclectic", "Traditional", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Curious Skies Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 14, "mfr_sku": "BMGI006/06A", "dw_sku": "DWBM-910032", "pattern_name": "Mayhem Mansion Grape", "color_name": "Mauve", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2460-large_default/mayhem-mansion-grape.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:17.268842+00:00", "created_at": "2026-02-24T22:57:18.995927+00:00", "updated_at": "2026-06-18T00:00:17.268842+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C89EB1", "ai_colors": [{"hex": "#C89EB1", "name": "Dusty Rose", "percentage": 40}, {"hex": "#C47234", "name": "Burnt Sienna", "percentage": 20}, {"hex": "#87B7A9", "name": "Seafoam Green", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F4E6", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical", "Geometric"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Burnt Sienna", "Seafoam Green", "Jet Black", "Soft White", "Art Deco", "Eclectic", "Maximalist", "Abstract", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mayhem Mansion Grape", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 40, "mfr_sku": "FR44/PRINCE/IVCB", "dw_sku": "DWBM-910127", "pattern_name": "Prince - Framed Art Prints", "color_name": "Beige", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2298-large_default/prince-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:36.166842+00:00", "created_at": "2026-02-24T22:57:42.91708+00:00", "updated_at": "2026-06-18T00:00:36.166842+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Peacock Blue", "percentage": 40}, {"hex": "#F8F0E3", "name": "Soft White", "percentage": 30}, {"hex": "#50C878", "name": "Emerald Green", "percentage": 15}, {"hex": "#CD7F32", "name": "Burnished Bronze", "percentage": 10}, {"hex": "#708090", "name": "Slate Blue", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Peacock Blue", "Soft White", "Emerald Green", "Burnished Bronze", "Slate Blue", "Eclectic", "Contemporary", "Botanical", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Prince - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 61, "mfr_sku": "BMWL005/08B", "dw_sku": "DWBM-910113", "pattern_name": "Punk Rocks Denim", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1874-large_default/punk-rocks-denim.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:53.869332+00:00", "created_at": "2026-02-24T22:58:01.686812+00:00", "updated_at": "2026-06-18T00:00:53.869332+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B47", "ai_colors": [{"hex": "#192B47", "name": "Midnight Navy", "percentage": 40}, {"hex": "#C87984", "name": "Dusty Rose", "percentage": 20}, {"hex": "#B59779", "name": "Warm Taupe", "percentage": 15}, {"hex": "#6082A5", "name": "Slate Blue", "percentage": 15}, {"hex": "#F2C996", "name": "Peach Beige", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Floral", "Plaid", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Dusty Rose", "Warm Taupe", "Slate Blue", "Peach Beige", "Eclectic", "Maximalist", "Contemporary", "Floral", "Plaid", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Punk Rocks Denim", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 115, "mfr_sku": "BMPP004/03A", "dw_sku": "DWBM-260117", "pattern_name": "Fine China Blue &amp; White", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1797-large_default/fine-china-blue-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530370611", "last_scraped": "2026-06-18T00:01:38.646631+00:00", "created_at": "2026-02-24T22:58:54.772527+00:00", "updated_at": "2026-06-18T00:01:38.646631+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1797-large_default/fine-china-blue-white.jpg\",\"https://api.brandmckenzie.com/1793-large_default/fine-china-blue-white.jpg\",\"https://api.brandmckenzie.com/1800-large_default/fine-china-blue-white.jpg\",\"https://api.brandmckenzie.com/1789-large_default/fine-china-blue-white.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 50}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 5}, {"hex": "#228B22", "name": "Forest Green", "percentage": 5}, {"hex": "#BCB4A4", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Cornflower Blue", "Soft White", "Golden Yellow", "Forest Green", "Warm Taupe", "Eclectic", "Chinoiserie", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Blue &amp; White", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 97, "mfr_sku": "BMPP004/08A", "dw_sku": "DWBM-260127", "pattern_name": "The Mediterranean Cherry Aqua", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1718-large_default/the-mediterranean-cherry-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530698291", "last_scraped": "2026-06-18T00:01:25.526242+00:00", "created_at": "2026-02-24T22:58:38.142064+00:00", "updated_at": "2026-06-18T00:01:25.526242+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1718-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://api.brandmckenzie.com/1733-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://api.brandmckenzie.com/1732-large_default/the-mediterranean-cherry-aqua.jpg\",\"https://api.brandmckenzie.com/1719-large_default/the-mediterranean-cherry-aqua.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F4F4F4", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 40}, {"hex": "#7AC7D1", "name": "Aqua Blue", "percentage": 25}, {"hex": "#E6A7A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#87A87B", "name": "Sage Green", "percentage": 10}, {"hex": "#777B80", "name": "Slate Gray", "percentage": 10}], "ai_styles": ["Coastal", "Eclectic", "Scandinavian"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Aqua Blue", "Dusty Rose", "Sage Green", "Slate Gray", "Coastal", "Eclectic", "Scandinavian", "Abstract", "Botanical", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Cherry Aqua", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 137, "mfr_sku": "BMCF003/07A", "dw_sku": "DWBM-910013", "pattern_name": "Happy Hour Day", "color_name": "Light Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1313-large_default/happy-hour-day.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:55.623323+00:00", "created_at": "2026-02-24T22:59:16.177162+00:00", "updated_at": "2026-06-18T00:01:55.623323+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0EB", "ai_colors": [{"hex": "#F2F0EB", "name": "Soft White", "percentage": 60}, {"hex": "#707070", "name": "Slate Gray", "percentage": 20}, {"hex": "#C99DAA", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0975F", "name": "Burnt Sienna", "percentage": 5}, {"hex": "#303030", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Gray", "Dusty Rose", "Burnt Sienna", "Deep Charcoal", "Eclectic", "Contemporary", "Abstract", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Happy Hour Day", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 163, "mfr_sku": "BMCF003/01B", "dw_sku": "DWBM-910002", "pattern_name": "Balancing Act Blue Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1272-large_default/balancing-act-blue-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:15.040751+00:00", "created_at": "2026-02-24T22:59:41.837781+00:00", "updated_at": "2026-06-18T00:02:15.040751+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1F0", "ai_colors": [{"hex": "#A7D1F0", "name": "Sky Blue", "percentage": 40}, {"hex": "#88A87F", "name": "Sage Green", "percentage": 25}, {"hex": "#A0826B", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F28482", "name": "Coral", "percentage": 10}, {"hex": "#E2B74A", "name": "Mustard Yellow", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Sage Green", "Warm Taupe", "Coral", "Mustard Yellow", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Balancing Act Blue Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 168, "mfr_sku": "BMHD002/10A", "dw_sku": "DWBM-910060", "pattern_name": "The Art Deco Hills Teal &amp; Copper", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1559-large_default/the-art-deco-hills-teal-copper.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:20.056741+00:00", "created_at": "2026-02-24T22:59:46.428486+00:00", "updated_at": "2026-06-18T00:02:20.056741+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778DA9", "ai_colors": [{"hex": "#778DA9", "name": "Slate Blue", "percentage": 30}, {"hex": "#395B64", "name": "Deep Teal", "percentage": 25}, {"hex": "#A3978F", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D97737", "name": "Burnt Sienna", "percentage": 15}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Deep Teal", "Warm Taupe", "Burnt Sienna", "Soft White", "Art Deco", "Eclectic", "Chinoiserie", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Art Deco Hills Teal &amp; Copper", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 198, "mfr_sku": "BMHD002/01B", "dw_sku": "DWBM-910043", "pattern_name": "Charleston Tower Pastel Multi", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1619-large_default/charleston-tower-pastel-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:41.849427+00:00", "created_at": "2026-02-24T23:00:16.249043+00:00", "updated_at": "2026-06-18T00:02:41.849427+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2C9B0", "ai_colors": [{"hex": "#F2C9B0", "name": "Soft Peach", "percentage": 30}, {"hex": "#B8D6C2", "name": "Mint Green", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 20}, {"hex": "#E4C89F", "name": "Champagne Gold", "percentage": 15}, {"hex": "#D0CDE3", "name": "Pale Lavender", "percentage": 10}], "ai_styles": ["Art Deco", "Hollywood Regency", "Eclectic"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Light Gray", "ai_tags": ["Soft Peach", "Mint Green", "Jet Black", "Champagne Gold", "Pale Lavender", "Light Gray", "Art Deco", "Hollywood Regency", "Eclectic", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charleston Tower Pastel Multi", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 204, "mfr_sku": "BMTD001/13A", "dw_sku": "DWBM-910088", "pattern_name": "The Green House House Green", "color_name": "Pale Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1494-large_default/the-green-house-house-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:47.188644+00:00", "created_at": "2026-02-24T23:00:22.354498+00:00", "updated_at": "2026-06-18T00:02:47.188644+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B7D1B1", "ai_colors": [{"hex": "#B7D1B1", "name": "Sage Green", "percentage": 40}, {"hex": "#D1BFA0", "name": "Warm Taupe", "percentage": 25}, {"hex": "#7A916B", "name": "Olive Green", "percentage": 20}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 15}], "ai_styles": ["Contemporary", "Scandinavian", "Botanical"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Warm Taupe", "Olive Green", "Soft White", "Contemporary", "Scandinavian", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Green House House Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 905, "mfr_sku": "BMPP004/01D", "dw_sku": "DWBM-260134", "pattern_name": "Charming Lanes Pumpkin", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1820-large_default/charming-lanes-pumpkin.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531779635", "last_scraped": null, "created_at": "2026-03-20T00:56:01.27706+00:00", "updated_at": "2026-04-13T07:42:40.954359+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1820-large_default/charming-lanes-pumpkin.jpg\",\"https://api.brandmckenzie.com/1818-large_default/charming-lanes-pumpkin.jpg\",\"https://api.brandmckenzie.com/1825-large_default/charming-lanes-pumpkin.jpg\",\"https://api.brandmckenzie.com/1819-large_default/charming-lanes-pumpkin.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#C46233", "ai_colors": [{"hex": "#C46233", "name": "Burnt Sienna", "percentage": 40}, {"hex": "#F5F0E6", "name": "Soft White", "percentage": 60}], "ai_styles": ["Coastal", "French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Burnt Sienna", "Soft White", "Coastal", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Pumpkin", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 11, "mfr_sku": "BMGI006/08B", "dw_sku": "DWBM-910037", "pattern_name": "The Glitter Ranch\tDesert Tan", "color_name": "Peach", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2480-large_default/the-glitter-ranch-desert-tan.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:12.984585+00:00", "created_at": "2026-02-24T22:57:16.470954+00:00", "updated_at": "2026-06-18T00:00:12.984585+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D2A782", "ai_colors": [{"hex": "#D2A782", "name": "Desert Sand", "percentage": 40}, {"hex": "#A5B899", "name": "Sage Green", "percentage": 25}, {"hex": "#B58B6B", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Desert Sand", "ai_tags": ["Desert Sand", "Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Contemporary", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Glitter Ranch\tDesert Tan", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 207, "mfr_sku": "BMTD001/12A", "dw_sku": "DWBM-910086", "pattern_name": "The\tArchitecture Architecture Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1497-large_default/the-architecture-architecture-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:48.672277+00:00", "created_at": "2026-02-24T23:00:25.016284+00:00", "updated_at": "2026-06-18T00:02:48.672277+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 55}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Traditional", "Eclectic", "Botanical", "Texture", "Paper", "Wallcovering", "Commercial", "Architectural", "The\tArchitecture Architecture Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 910, "mfr_sku": "BMPP004/03E", "dw_sku": "DWBM-260139", "pattern_name": "Fine China Royal Blue", "color_name": "Dark Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1787-large_default/fine-china-royal-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531976243", "last_scraped": null, "created_at": "2026-03-20T00:56:09.73059+00:00", "updated_at": "2026-04-13T07:42:58.466705+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1787-large_default/fine-china-royal-blue.jpg\",\"https://api.brandmckenzie.com/1782-large_default/fine-china-royal-blue.jpg\",\"https://api.brandmckenzie.com/1795-large_default/fine-china-royal-blue.jpg\",\"https://api.brandmckenzie.com/1783-large_default/fine-china-royal-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#223470", "ai_colors": [{"hex": "#223470", "name": "Deep Navy", "percentage": 50}, {"hex": "#E0218A", "name": "Fuchsia", "percentage": 15}, {"hex": "#FFDA45", "name": "Golden Yellow", "percentage": 15}, {"hex": "#30B0A8", "name": "Teal", "percentage": 10}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Deep Navy", "ai_tags": ["Deep Navy", "Fuchsia", "Golden Yellow", "Teal", "Crisp White", "Eclectic", "Maximalist", "Contemporary", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Royal Blue", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 27, "mfr_sku": "BMGI006/03A", "dw_sku": "DWBM-910026", "pattern_name": "Creature Club Emerald", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2412-large_default/creature-club-emerald.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:26.155682+00:00", "created_at": "2026-02-24T22:57:30.419951+00:00", "updated_at": "2026-06-18T00:00:26.155682+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 40}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 20}, {"hex": "#808000", "name": "Olive Green", "percentage": 15}, {"hex": "#FF8080", "name": "Coral", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Soft White", "Olive Green", "Coral", "Jet Black", "Eclectic", "Maximalist", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Creature Club Emerald", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 906, "mfr_sku": "BMPP004/02C", "dw_sku": "DWBM-260135", "pattern_name": "Elephant Breaststroke Peppermint Pink", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1812-large_default/elephant-breaststroke-peppermint-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531845171", "last_scraped": null, "created_at": "2026-03-20T00:56:03.000763+00:00", "updated_at": "2026-04-13T07:42:44.180306+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1812-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://api.brandmckenzie.com/1804-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://api.brandmckenzie.com/1814-large_default/elephant-breaststroke-peppermint-pink.jpg\",\"https://api.brandmckenzie.com/1805-large_default/elephant-breaststroke-peppermint-pink.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#D3A6B1", "ai_colors": [{"hex": "#D3A6B1", "name": "Dusty Rose", "percentage": 40}, {"hex": "#A8D1D1", "name": "Soft Teal", "percentage": 30}, {"hex": "#DBC2B4", "name": "Warm Taupe", "percentage": 30}], "ai_styles": ["Eclectic", "Bohemian"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft Teal", "ai_tags": ["Dusty Rose", "Soft Teal", "Warm Taupe", "Eclectic", "Bohemian", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Peppermint Pink", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 919, "mfr_sku": "BMPP004/09C", "dw_sku": "DWBM-260148", "pattern_name": "Tiger Lily Linen & Green", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1700-large_default/tiger-lily-linen-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532271155", "last_scraped": null, "created_at": "2026-03-20T00:56:25.091501+00:00", "updated_at": "2026-04-13T07:43:31.886676+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1700-large_default/tiger-lily-linen-green.jpg\",\"https://api.brandmckenzie.com/1698-large_default/tiger-lily-linen-green.jpg\",\"https://api.brandmckenzie.com/1702-large_default/tiger-lily-linen-green.jpg\",\"https://api.brandmckenzie.com/1699-large_default/tiger-lily-linen-green.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E5DDCB", "ai_colors": [{"hex": "#E5DDCB", "name": "Warm Beige", "percentage": 50}, {"hex": "#97B19F", "name": "Sage Green", "percentage": 20}, {"hex": "#E3B9A9", "name": "Dusty Rose", "percentage": 15}, {"hex": "#333130", "name": "Deep Charcoal", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Warm Beige", "ai_tags": ["Warm Beige", "Sage Green", "Dusty Rose", "Deep Charcoal", "Soft White", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Linen & Green", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 46, "mfr_sku": "FR44/TODD/IVCB", "dw_sku": "DWBM-910128", "pattern_name": "Todd - Framed Art Prints", "color_name": "Beige", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2174-large_default/todd-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:41.50117+00:00", "created_at": "2026-02-24T22:57:49.038422+00:00", "updated_at": "2026-06-18T00:00:41.50117+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9723D", "ai_colors": [{"hex": "#E9723D", "name": "Burnt Sienna", "percentage": 30}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 35}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 15}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 10}, {"hex": "#B7415E", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Burnt Sienna", "Soft White", "Midnight Navy", "Golden Yellow", "Dusty Rose", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Todd - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 913, "mfr_sku": "BMPP004/05D", "dw_sku": "DWBM-260142", "pattern_name": "Jungle Life Orange & Blue", "color_name": "Dark Teal", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1750-large_default/jungle-life-orange-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532074547", "last_scraped": null, "created_at": "2026-03-20T00:56:15.046106+00:00", "updated_at": "2026-04-13T07:43:09.595432+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1750-large_default/jungle-life-orange-blue.jpg\",\"https://api.brandmckenzie.com/1770-large_default/jungle-life-orange-blue.jpg\",\"https://api.brandmckenzie.com/1768-large_default/jungle-life-orange-blue.jpg\",\"https://api.brandmckenzie.com/1751-large_default/jungle-life-orange-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#224F3E", "ai_colors": [{"hex": "#224F3E", "name": "Forest Green", "percentage": 30}, {"hex": "#D4A74A", "name": "Golden Yellow", "percentage": 25}, {"hex": "#36738B", "name": "Teal Blue", "percentage": 20}, {"hex": "#80643A", "name": "Burnished Bronze", "percentage": 15}, {"hex": "#F8F4E6", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Golden Yellow", "Teal Blue", "Burnished Bronze", "Soft White", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Orange & Blue", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 915, "mfr_sku": "BMPP004/07C", "dw_sku": "DWBM-260144", "pattern_name": "Mixology Rainbow", "color_name": "Mustard Yellow", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1736-large_default/mixology-rainbow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532140083", "last_scraped": null, "created_at": "2026-03-20T00:56:18.375267+00:00", "updated_at": "2026-04-13T07:43:17.009572+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1736-large_default/mixology-rainbow.jpg\",\"https://api.brandmckenzie.com/1727-large_default/mixology-rainbow.jpg\",\"https://api.brandmckenzie.com/1737-large_default/mixology-rainbow.jpg\",\"https://api.brandmckenzie.com/1726-large_default/mixology-rainbow.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E4B143", "ai_colors": [{"hex": "#E4B143", "name": "Golden Yellow", "percentage": 40}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F2D7B5", "name": "Peach Beige", "percentage": 20}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Golden Yellow", "ai_tags": ["Golden Yellow", "Burnt Sienna", "Peach Beige", "Soft White", "Eclectic", "Chinoiserie", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Rainbow", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 1, "mfr_sku": "BMGI006/10A", "dw_sku": "DWBM-910040", "pattern_name": "The Parlour Teal Tone", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2516-large_default/the-parlour-teal-tone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:05.39004+00:00", "created_at": "2026-02-24T22:57:06.245592+00:00", "updated_at": "2026-06-18T00:00:05.39004+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 40}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#DCAE96", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A6B888", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Burnt Sienna", "Champagne Gold", "Dusty Rose", "Sage Green", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Parlour Teal Tone", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 7, "mfr_sku": "BMGI006/09B", "dw_sku": "DWBM-910039", "pattern_name": "The Grand Pour Aqua Miami", "color_name": "Light Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2496-large_default/the-grand-pour-aqua-miami.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:09.940148+00:00", "created_at": "2026-02-24T22:57:12.463832+00:00", "updated_at": "2026-06-18T00:00:09.940148+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E9", "ai_colors": [{"hex": "#A7D9E9", "name": "Sky Blue", "percentage": 40}, {"hex": "#F2D1D1", "name": "Pale Pink", "percentage": 25}, {"hex": "#F2E7B8", "name": "Soft Yellow", "percentage": 20}, {"hex": "#A8C9B4", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Pale Pink", "Soft Yellow", "Sage Green", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Grand Pour Aqua Miami", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 47, "mfr_sku": "FR44/LILY/IVCB", "dw_sku": "DWBM-910125", "pattern_name": "Lily - Framed Art Prints", "color_name": "Beige", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2151-large_default/lily-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:42.234483+00:00", "created_at": "2026-02-24T22:57:49.638498+00:00", "updated_at": "2026-06-18T00:00:42.234483+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#FFDA42", "ai_colors": [{"hex": "#FFDA42", "name": "Golden Yellow", "percentage": 30}, {"hex": "#D1C2B0", "name": "Warm Taupe", "percentage": 25}, {"hex": "#332F29", "name": "Deep Charcoal", "percentage": 20}, {"hex": "#6495ED", "name": "Slate Blue", "percentage": 15}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Warm Taupe", "ai_tags": ["Golden Yellow", "Warm Taupe", "Deep Charcoal", "Slate Blue", "Burnt Sienna", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Lily - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 914, "mfr_sku": "BMPP004/05E", "dw_sku": "DWBM-260143", "pattern_name": "Jungle Life Sunset", "color_name": "Dark Burgundy", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1763-large_default/jungle-life-sunset.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532107315", "last_scraped": null, "created_at": "2026-03-20T00:56:16.781329+00:00", "updated_at": "2026-04-13T07:43:13.431894+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1763-large_default/jungle-life-sunset.jpg\",\"https://api.brandmckenzie.com/1747-large_default/jungle-life-sunset.jpg\",\"https://api.brandmckenzie.com/1757-large_default/jungle-life-sunset.jpg\",\"https://api.brandmckenzie.com/1746-large_default/jungle-life-sunset.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B2F35", "ai_colors": [{"hex": "#6B2F35", "name": "Deep Burgundy", "percentage": 30}, {"hex": "#2E5929", "name": "Jungle Green", "percentage": 25}, {"hex": "#E4B740", "name": "Golden Yellow", "percentage": 15}, {"hex": "#587B9A", "name": "Slate Blue", "percentage": 15}, {"hex": "#A68A64", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Deep Burgundy", "ai_tags": ["Deep Burgundy", "Jungle Green", "Golden Yellow", "Slate Blue", "Warm Taupe", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Sunset", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 920, "mfr_sku": "BMPP004/09D", "dw_sku": "DWBM-260149", "pattern_name": "Tiger Lily Midnight", "color_name": "Dark Navy Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1697-large_default/tiger-lily-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532303923", "last_scraped": null, "created_at": "2026-03-20T00:56:26.617669+00:00", "updated_at": "2026-04-13T07:43:35.65513+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1697-large_default/tiger-lily-midnight.jpg\",\"https://api.brandmckenzie.com/1695-large_default/tiger-lily-midnight.jpg\",\"https://api.brandmckenzie.com/1694-large_default/tiger-lily-midnight.jpg\",\"https://api.brandmckenzie.com/1696-large_default/tiger-lily-midnight.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#1E3A5F", "ai_colors": [{"hex": "#1E3A5F", "name": "Midnight Navy", "percentage": 50}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 20}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 15}, {"hex": "#B2BEB5", "name": "Sage Green", "percentage": 10}, {"hex": "#FFDAB9", "name": "Peach", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Soft White", "Burnt Sienna", "Sage Green", "Peach", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Midnight", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 3, "mfr_sku": "BMGI006/10B", "dw_sku": "DWBM-910041", "pattern_name": "The Parlour Dark Dye", "color_name": "Dark Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2512-large_default/the-parlour-dark-dye.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:06.472176+00:00", "created_at": "2026-02-24T22:57:08.410511+00:00", "updated_at": "2026-06-18T00:00:06.472176+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#283735", "ai_colors": [{"hex": "#283735", "name": "Deep Teal", "percentage": 40}, {"hex": "#C7857F", "name": "Dusty Rose", "percentage": 20}, {"hex": "#7A8A59", "name": "Olive Green", "percentage": 15}, {"hex": "#A3896B", "name": "Warm Taupe", "percentage": 15}, {"hex": "#E0C991", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Eclectic", "Art Deco"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Dusty Rose", "Olive Green", "Warm Taupe", "Champagne Gold", "Eclectic", "Art Deco", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Parlour Dark Dye", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 111, "mfr_sku": "BMPP004/05B", "dw_sku": "DWBM-260122", "pattern_name": "Jungle Life Aquamarine &amp; Coral", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1772-large_default/jungle-life-aquamarine-coral.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530534451", "last_scraped": "2026-06-18T00:01:33.730112+00:00", "created_at": "2026-02-24T22:58:51.001317+00:00", "updated_at": "2026-06-18T00:01:33.730112+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1772-large_default/jungle-life-aquamarine-coral.jpg\",\"https://api.brandmckenzie.com/1758-large_default/jungle-life-aquamarine-coral.jpg\",\"https://api.brandmckenzie.com/1779-large_default/jungle-life-aquamarine-coral.jpg\",\"https://api.brandmckenzie.com/1764-large_default/jungle-life-aquamarine-coral.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#22492D", "ai_colors": [{"hex": "#22492D", "name": "Forest Green", "percentage": 40}, {"hex": "#A2B579", "name": "Sage Green", "percentage": 30}, {"hex": "#A67B5B", "name": "Burnished Bronze", "percentage": 15}, {"hex": "#C9A093", "name": "Dusty Rose", "percentage": 10}, {"hex": "#34626C", "name": "Deep Teal", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Sage Green", "Burnished Bronze", "Dusty Rose", "Deep Teal", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Aquamarine &amp; Coral", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 55, "mfr_sku": "BMWL005/10B", "dw_sku": "DWBM-910117", "pattern_name": "The Cabinet Jade &amp; Amber", "color_name": "Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1850-large_default/the-cabinet-jade-amber.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:48.686886+00:00", "created_at": "2026-02-24T22:57:56.512758+00:00", "updated_at": "2026-06-18T00:00:48.686886+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A39B8A", "ai_colors": [{"hex": "#A39B8A", "name": "Warm Taupe", "percentage": 50}, {"hex": "#F2E8D8", "name": "Soft White", "percentage": 25}, {"hex": "#4A806D", "name": "Sage Green", "percentage": 15}, {"hex": "#C46632", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Scandinavian"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Warm Taupe", "ai_tags": ["Warm Taupe", "Soft White", "Sage Green", "Burnt Sienna", "Contemporary", "Eclectic", "Scandinavian", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Cabinet Jade &amp; Amber", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 52, "mfr_sku": "FR44/ELLIOT/IVCB", "dw_sku": "DWBM-910120", "pattern_name": "Elliot - Framed Art Prints", "color_name": "Dark Gray", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2324-large_default/elliot-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:46.610698+00:00", "created_at": "2026-02-24T22:57:53.794425+00:00", "updated_at": "2026-06-18T00:00:46.610698+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#282828", "ai_colors": [{"hex": "#282828", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 25}, {"hex": "#A0B5A0", "name": "Sage Green", "percentage": 10}, {"hex": "#E0C890", "name": "Champagne Gold", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Crisp White", "Sage Green", "Champagne Gold", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Elliot - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 53, "mfr_sku": "BMWL005/10A", "dw_sku": "DWBM-910116", "pattern_name": "The Cabinet Midnight Mustard", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1846-large_default/the-cabinet-midnight-mustard.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:48.164167+00:00", "created_at": "2026-02-24T22:57:54.736383+00:00", "updated_at": "2026-06-18T00:00:48.164167+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#223142", "ai_colors": [{"hex": "#223142", "name": "Deep Teal", "percentage": 45}, {"hex": "#B1823A", "name": "Golden Brown", "percentage": 20}, {"hex": "#D3B9A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#4A798F", "name": "Teal Blue", "percentage": 10}, {"hex": "#76976F", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Golden Brown", "Dusty Rose", "Teal Blue", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Cabinet Midnight Mustard", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 56, "mfr_sku": "BMWL005/09A", "dw_sku": "DWBM-910114", "pattern_name": "Roar Emotions Multi", "color_name": "Light Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1854-large_default/roar-emotions-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:49.614684+00:00", "created_at": "2026-02-24T22:57:57.129737+00:00", "updated_at": "2026-06-18T00:00:49.614684+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A19179", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 30}, {"hex": "#A19179", "name": "Warm Taupe", "percentage": 25}, {"hex": "#C8878F", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A3A984", "name": "Sage Green", "percentage": 15}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Dusty Rose", "Sage Green", "Deep Charcoal", "Eclectic", "Contemporary", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Roar Emotions Multi", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 57, "mfr_sku": "BMWL005/09B", "dw_sku": "DWBM-910115", "pattern_name": "Roar Emotions Charcoal", "color_name": "Dark Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1858-large_default/roar-emotions-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:50.469196+00:00", "created_at": "2026-02-24T22:57:57.78622+00:00", "updated_at": "2026-06-18T00:00:50.469196+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#BFA98A", "ai_colors": [{"hex": "#BFA98A", "name": "Warm Taupe", "percentage": 40}, {"hex": "#212121", "name": "Jet Black", "percentage": 30}, {"hex": "#F2E8D5", "name": "Ivory", "percentage": 20}, {"hex": "#A65A33", "name": "Burnt Sienna", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Animal Print"], "ai_background_color": "Jet Black", "ai_tags": ["Warm Taupe", "Jet Black", "Ivory", "Burnt Sienna", "Contemporary", "Eclectic", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Roar Emotions Charcoal", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 904, "mfr_sku": "BMPP004/01C", "dw_sku": "DWBM-260133", "pattern_name": "Charming Lanes Fuchsia", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1828-large_default/charming-lanes-fuchsia.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531648563", "last_scraped": null, "created_at": "2026-03-20T00:55:59.576668+00:00", "updated_at": "2026-04-13T07:42:37.672616+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1828-large_default/charming-lanes-fuchsia.jpg\",\"https://api.brandmckenzie.com/1821-large_default/charming-lanes-fuchsia.jpg\",\"https://api.brandmckenzie.com/1829-large_default/charming-lanes-fuchsia.jpg\",\"https://api.brandmckenzie.com/1822-large_default/charming-lanes-fuchsia.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#D070A0", "ai_colors": [{"hex": "#D070A0", "name": "Orchid", "percentage": 35}, {"hex": "#F5F0E5", "name": "Soft White", "percentage": 65}], "ai_styles": ["French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Orchid", "Soft White", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Fuchsia", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 907, "mfr_sku": "BMPP004/02D", "dw_sku": "DWBM-260136", "pattern_name": "Elephant Breaststroke Stone", "color_name": "Light Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1810-large_default/elephant-breaststroke-stone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531877939", "last_scraped": null, "created_at": "2026-03-20T00:56:04.826684+00:00", "updated_at": "2026-04-13T07:42:47.169372+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1810-large_default/elephant-breaststroke-stone.jpg\",\"https://api.brandmckenzie.com/1803-large_default/elephant-breaststroke-stone.jpg\",\"https://api.brandmckenzie.com/1811-large_default/elephant-breaststroke-stone.jpg\",\"https://api.brandmckenzie.com/1802-large_default/elephant-breaststroke-stone.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 65}, {"hex": "#BDBDBD", "name": "Warm Taupe", "percentage": 25}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 10}], "ai_styles": ["Scandinavian", "Eclectic"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Light Gray", "Scandinavian", "Eclectic", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Stone", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 908, "mfr_sku": "BMPP004/03C", "dw_sku": "DWBM-260137", "pattern_name": "Fine China Chalk", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1791-large_default/fine-china-chalk.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531910707", "last_scraped": null, "created_at": "2026-03-20T00:56:06.509713+00:00", "updated_at": "2026-04-13T07:42:51.012512+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1791-large_default/fine-china-chalk.jpg\",\"https://api.brandmckenzie.com/1785-large_default/fine-china-chalk.jpg\",\"https://api.brandmckenzie.com/1792-large_default/fine-china-chalk.jpg\",\"https://api.brandmckenzie.com/1786-large_default/fine-china-chalk.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D9", "ai_colors": [{"hex": "#F2E8D9", "name": "Soft Beige", "percentage": 50}, {"hex": "#778185", "name": "Slate Gray", "percentage": 20}, {"hex": "#B1A7B5", "name": "Dusty Lavender", "percentage": 15}, {"hex": "#93A88B", "name": "Sage Green", "percentage": 10}, {"hex": "#A5C6C9", "name": "Pale Turquoise", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Slate Gray", "Dusty Lavender", "Sage Green", "Pale Turquoise", "Eclectic", "Contemporary", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Chalk", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 909, "mfr_sku": "BMPP004/03D", "dw_sku": "DWBM-260138", "pattern_name": "Fine China Charcoal", "color_name": "Charcoal Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 117.65, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1799-large_default/fine-china-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800531943475", "last_scraped": null, "created_at": "2026-03-20T00:56:08.17656+00:00", "updated_at": "2026-04-13T07:42:54.610792+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1799-large_default/fine-china-charcoal.jpg\",\"https://api.brandmckenzie.com/1784-large_default/fine-china-charcoal.jpg\",\"https://api.brandmckenzie.com/1796-large_default/fine-china-charcoal.jpg\",\"https://api.brandmckenzie.com/1788-large_default/fine-china-charcoal.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#282828", "ai_colors": [{"hex": "#282828", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#D83A9B", "name": "Fuchsia", "percentage": 10}, {"hex": "#FFDA60", "name": "Golden Yellow", "percentage": 10}, {"hex": "#30B0C7", "name": "Teal", "percentage": 10}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Abstract", "Animal Print"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Fuchsia", "Golden Yellow", "Teal", "Crisp White", "Eclectic", "Maximalist", "Contemporary", "Abstract", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Charcoal", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 911, "mfr_sku": "BMPP004/04C", "dw_sku": "DWBM-260140", "pattern_name": "Instrumental Steel", "color_name": "Dark Teal", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1773-large_default/instrumental-steel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532009011", "last_scraped": null, "created_at": "2026-03-20T00:56:11.428434+00:00", "updated_at": "2026-04-13T07:43:01.913804+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1773-large_default/instrumental-steel.jpg\",\"https://api.brandmckenzie.com/1765-large_default/instrumental-steel.jpg\",\"https://api.brandmckenzie.com/1781-large_default/instrumental-steel.jpg\",\"https://api.brandmckenzie.com/1759-large_default/instrumental-steel.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#46627A", "ai_colors": [{"hex": "#46627A", "name": "Slate Blue", "percentage": 55}, {"hex": "#A68165", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D1B167", "name": "Antique Brass", "percentage": 15}, {"hex": "#F0E9E0", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Transitional"], "ai_patterns": ["Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Warm Taupe", "Antique Brass", "Soft White", "Eclectic", "Transitional", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Steel", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 912, "mfr_sku": "BMPP004/05C", "dw_sku": "DWBM-260141", "pattern_name": "Jungle Life Grass", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1753-large_default/jungle-life-grass.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532041779", "last_scraped": null, "created_at": "2026-03-20T00:56:13.124213+00:00", "updated_at": "2026-04-13T07:43:05.67312+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1753-large_default/jungle-life-grass.jpg\",\"https://api.brandmckenzie.com/1774-large_default/jungle-life-grass.jpg\",\"https://api.brandmckenzie.com/1771-large_default/jungle-life-grass.jpg\",\"https://api.brandmckenzie.com/1756-large_default/jungle-life-grass.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#556B2F", "ai_colors": [{"hex": "#556B2F", "name": "Olive Green", "percentage": 40}, {"hex": "#BCAB8F", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}, {"hex": "#D18F9B", "name": "Dusty Rose", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Olive Green", "ai_tags": ["Olive Green", "Warm Taupe", "Soft White", "Deep Charcoal", "Dusty Rose", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Grass", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 916, "mfr_sku": "BMPP004/08C", "dw_sku": "DWBM-260145", "pattern_name": "The Mediterranean Lavender Rose", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1722-large_default/the-mediterranean-lavender-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532172851", "last_scraped": null, "created_at": "2026-03-20T00:56:20.013515+00:00", "updated_at": "2026-04-13T07:43:20.741994+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1722-large_default/the-mediterranean-lavender-rose.jpg\",\"https://api.brandmckenzie.com/1716-large_default/the-mediterranean-lavender-rose.jpg\",\"https://api.brandmckenzie.com/1725-large_default/the-mediterranean-lavender-rose.jpg\",\"https://api.brandmckenzie.com/1715-large_default/the-mediterranean-lavender-rose.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0EE", "ai_colors": [{"hex": "#F2F0EE", "name": "Soft White", "percentage": 40}, {"hex": "#607DBB", "name": "Slate Blue", "percentage": 25}, {"hex": "#E3A7A7", "name": "Dusty Rose", "percentage": 20}, {"hex": "#6A8F6A", "name": "Sage Green", "percentage": 10}, {"hex": "#B19D8C", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic", "Bohemian"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Blue", "Dusty Rose", "Sage Green", "Warm Taupe", "Coastal", "Eclectic", "Bohemian", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Lavender Rose", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 917, "mfr_sku": "BMPP004/08D", "dw_sku": "DWBM-260146", "pattern_name": "The Mediterranean Slate Blue", "color_name": "Light Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1720-large_default/the-mediterranean-slate-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532205619", "last_scraped": null, "created_at": "2026-03-20T00:56:21.682161+00:00", "updated_at": "2026-04-13T07:43:24.358875+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1720-large_default/the-mediterranean-slate-blue.jpg\",\"https://api.brandmckenzie.com/1713-large_default/the-mediterranean-slate-blue.jpg\",\"https://api.brandmckenzie.com/1721-large_default/the-mediterranean-slate-blue.jpg\",\"https://api.brandmckenzie.com/1714-large_default/the-mediterranean-slate-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F2F2", "ai_colors": [{"hex": "#F2F2F2", "name": "Soft White", "percentage": 50}, {"hex": "#77A6B8", "name": "Slate Blue", "percentage": 25}, {"hex": "#A9A9A9", "name": "Stone Gray", "percentage": 15}, {"hex": "#9CB47F", "name": "Sage Green", "percentage": 5}, {"hex": "#C97997", "name": "Dusty Rose", "percentage": 5}], "ai_styles": ["Coastal", "Scandinavian", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Slate Blue", "Stone Gray", "Sage Green", "Dusty Rose", "Coastal", "Scandinavian", "Eclectic", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Slate Blue", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 918, "mfr_sku": "BMPP004/08E", "dw_sku": "DWBM-260147", "pattern_name": "The Mediterranean Stone", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 179.19, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1712-large_default/the-mediterranean-stone.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800532238387", "last_scraped": null, "created_at": "2026-03-20T00:56:23.349874+00:00", "updated_at": "2026-04-13T07:43:28.013119+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1712-large_default/the-mediterranean-stone.jpg\",\"https://api.brandmckenzie.com/1711-large_default/the-mediterranean-stone.jpg\",\"https://api.brandmckenzie.com/1717-large_default/the-mediterranean-stone.jpg\",\"https://api.brandmckenzie.com/1710-large_default/the-mediterranean-stone.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F4F4F4", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 45}, {"hex": "#98A88B", "name": "Sage Green", "percentage": 20}, {"hex": "#B3A38E", "name": "Warm Taupe", "percentage": 15}, {"hex": "#A0B7C2", "name": "Slate Blue", "percentage": 10}, {"hex": "#D192A5", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Coastal", "Scandinavian", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Soft White", "Sage Green", "Warm Taupe", "Slate Blue", "Dusty Rose", "Coastal", "Scandinavian", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Stone", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 4, "mfr_sku": "BMGI006/09A", "dw_sku": "DWBM-910038", "pattern_name": "The Grand Pour Dirty Olive", "color_name": "Dark Green", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2500-large_default/the-grand-pour-dirty-olive.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:08.63168+00:00", "created_at": "2026-02-24T22:57:09.451226+00:00", "updated_at": "2026-06-18T00:00:08.63168+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#555B3E", "ai_colors": [{"hex": "#555B3E", "name": "Olive Green", "percentage": 40}, {"hex": "#D1B35C", "name": "Champagne Gold", "percentage": 30}, {"hex": "#30938F", "name": "Teal", "percentage": 10}, {"hex": "#C7828F", "name": "Dusty Rose", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Olive Green", "ai_tags": ["Olive Green", "Champagne Gold", "Teal", "Dusty Rose", "Soft White", "Contemporary", "Eclectic", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Grand Pour Dirty Olive", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 12, "mfr_sku": "BMGI006/07A", "dw_sku": "DWBM-910034", "pattern_name": "Paradise Party Eucalyptus", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2476-large_default/paradise-party-eucalyptus.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:13.522146+00:00", "created_at": "2026-02-24T22:57:17.511743+00:00", "updated_at": "2026-06-18T00:00:13.522146+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3A7B73", "ai_colors": [{"hex": "#3A7B73", "name": "Teal", "percentage": 40}, {"hex": "#408C4B", "name": "Emerald Green", "percentage": 30}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#D99191", "name": "Dusty Rose", "percentage": 10}, {"hex": "#F2C94C", "name": "Golden Yellow", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Emerald Green", "Soft White", "Dusty Rose", "Golden Yellow", "Tropical", "Eclectic", "Maximalist", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Paradise Party Eucalyptus", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 13, "mfr_sku": "BMGI006/07B", "dw_sku": "DWBM-910035", "pattern_name": "Paradise Party Blueberry Rose", "color_name": "Dark Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2472-large_default/paradise-party-blueberry-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:14.348003+00:00", "created_at": "2026-02-24T22:57:18.030541+00:00", "updated_at": "2026-06-18T00:00:14.348003+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#466382", "ai_colors": [{"hex": "#466382", "name": "Slate Blue", "percentage": 50}, {"hex": "#C18277", "name": "Dusty Rose", "percentage": 25}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#A6785A", "name": "Burnished Bronze", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Dusty Rose", "Soft White", "Burnished Bronze", "Tropical", "Eclectic", "Maximalist", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Paradise Party Blueberry Rose", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 17, "mfr_sku": "BMGI006/06B", "dw_sku": "DWBM-910033", "pattern_name": "Mayhem Mansion Electric Blue", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2456-large_default/mayhem-mansion-electric-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:17.890173+00:00", "created_at": "2026-02-24T22:57:21.285841+00:00", "updated_at": "2026-06-18T00:00:17.890173+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#191970", "ai_colors": [{"hex": "#191970", "name": "Midnight Navy", "percentage": 35}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 25}, {"hex": "#D2B48C", "name": "Tan", "percentage": 20}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 10}, {"hex": "#FFDA61", "name": "Golden Yellow", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Dusty Rose", "Tan", "Crisp White", "Golden Yellow", "Art Deco", "Eclectic", "Maximalist", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mayhem Mansion Electric Blue", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 8, "mfr_sku": "BMGI006/08A", "dw_sku": "DWBM-910036", "pattern_name": "The Glitter Ranch\tDusk", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2484-large_default/the-glitter-ranch-dusk.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:12.415647+00:00", "created_at": "2026-02-24T22:57:13.452057+00:00", "updated_at": "2026-06-18T00:00:12.415647+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#466386", "ai_colors": [{"hex": "#466386", "name": "Slate Blue", "percentage": 40}, {"hex": "#F2C1A3", "name": "Pale Peach", "percentage": 25}, {"hex": "#A8B97F", "name": "Sage Green", "percentage": 20}, {"hex": "#E0A2B3", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Pale Peach", "Sage Green", "Dusty Rose", "Eclectic", "Contemporary", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Glitter Ranch\tDusk", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 26, "mfr_sku": "BMGI006/04B", "dw_sku": "DWBM-910029", "pattern_name": "Disco Lemons Cotton", "color_name": "Beige", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2420-large_default/disco-lemons-cotton.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:24.48777+00:00", "created_at": "2026-02-24T22:57:29.38582+00:00", "updated_at": "2026-06-18T00:00:24.48777+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#8EA95E", "ai_colors": [{"hex": "#8EA95E", "name": "Sage Green", "percentage": 45}, {"hex": "#F2E8D5", "name": "Soft White", "percentage": 30}, {"hex": "#E4B135", "name": "Golden Yellow", "percentage": 15}, {"hex": "#92B7D7", "name": "Sky Blue", "percentage": 5}, {"hex": "#A07B56", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Golden Yellow", "Sky Blue", "Warm Taupe", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Disco Lemons Cotton", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 18, "mfr_sku": "BMGI006/05A", "dw_sku": "DWBM-910030", "pattern_name": "Liquid Lab Summer Breeze", "color_name": "Beige", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2448-large_default/liquid-lab-summer-breeze.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:19.589014+00:00", "created_at": "2026-02-24T22:57:22.244128+00:00", "updated_at": "2026-06-18T00:00:19.589014+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E7D9", "ai_colors": [{"hex": "#F2E7D9", "name": "Soft Beige", "percentage": 50}, {"hex": "#E0B1A3", "name": "Dusty Rose", "percentage": 20}, {"hex": "#84C1C0", "name": "Seafoam Green", "percentage": 20}, {"hex": "#F2C19F", "name": "Peach", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Dusty Rose", "Seafoam Green", "Peach", "Contemporary", "Eclectic", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Liquid Lab Summer Breeze", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 20, "mfr_sku": "BMGI006/05B", "dw_sku": "DWBM-910031", "pattern_name": "Liquid Lab Mocha", "color_name": "Brown", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2444-large_default/liquid-lab-mocha.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:20.385207+00:00", "created_at": "2026-02-24T22:57:23.772332+00:00", "updated_at": "2026-06-18T00:00:20.385207+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B18277", "ai_colors": [{"hex": "#B18277", "name": "Dusty Rose", "percentage": 50}, {"hex": "#84B7B5", "name": "Seafoam Green", "percentage": 30}, {"hex": "#F2C2B1", "name": "Pale Peach", "percentage": 20}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Seafoam Green", "Pale Peach", "Contemporary", "Eclectic", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Liquid Lab Mocha", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 21, "mfr_sku": "BMGI006/04A", "dw_sku": "DWBM-910028", "pattern_name": "Disco Lemons Dark Teal", "color_name": "Dark Gray", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2424-large_default/disco-lemons-dark-teal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:23.692247+00:00", "created_at": "2026-02-24T22:57:24.599706+00:00", "updated_at": "2026-06-18T00:00:23.692247+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3D8A5F", "ai_colors": [{"hex": "#3D8A5F", "name": "Emerald Green", "percentage": 40}, {"hex": "#2B3038", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#E0B150", "name": "Champagne Gold", "percentage": 15}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 10}, {"hex": "#A67C52", "name": "Burnished Bronze", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Emerald Green", "Deep Charcoal", "Champagne Gold", "Soft White", "Burnished Bronze", "Contemporary", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Disco Lemons Dark Teal", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 33, "mfr_sku": "BMGI006/02B", "dw_sku": "DWBM-910025", "pattern_name": "Cosmic Groove Aquamarine", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2392-large_default/cosmic-groove-aquamarine.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:30.858083+00:00", "created_at": "2026-02-24T22:57:35.664931+00:00", "updated_at": "2026-06-18T00:00:30.858083+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#78D2D0", "ai_colors": [{"hex": "#78D2D0", "name": "Aqua", "percentage": 60}, {"hex": "#F7B7C3", "name": "Rose Quartz", "percentage": 15}, {"hex": "#F2D779", "name": "Champagne Gold", "percentage": 10}, {"hex": "#C0C0C0", "name": "Silver", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Aqua", "ai_tags": ["Aqua", "Rose Quartz", "Champagne Gold", "Silver", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Cosmic Groove Aquamarine", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 39, "mfr_sku": "S-FR/ALCOEBIV", "dw_sku": "DWBM-910130", "pattern_name": "Frame Colour Swatch", "color_name": "Black", "collection": "Framed Art Prints", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2361-large_default/frame-colour-swatch.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:35.389924+00:00", "created_at": "2026-02-24T22:57:41.818835+00:00", "updated_at": "2026-06-18T00:00:35.389924+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#697B69", "ai_colors": [{"hex": "#697B69", "name": "Sage Green", "percentage": 30}, {"hex": "#224488", "name": "Midnight Navy", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 20}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Solid"], "ai_background_color": "Jet Black", "ai_tags": ["Sage Green", "Midnight Navy", "Jet Black", "Crisp White", "Contemporary", "Minimalist", "Solid", "Vinyl", "Wallcovering", "Commercial", "Architectural", "Frame Colour Swatch", "Framed Art Prints"], "width_inches": null, "on_shopify": false, "ai_description": "Vinyl", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 34, "mfr_sku": "BMGI006/01A", "dw_sku": "DWBM-910022", "pattern_name": "Club Safari Mist", "color_name": "Light Pink", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2376-large_default/club-safari-mist.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:33.801912+00:00", "created_at": "2026-02-24T22:57:36.780369+00:00", "updated_at": "2026-06-18T00:00:33.801912+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C8A7A1", "ai_colors": [{"hex": "#C8A7A1", "name": "Dusty Rose", "percentage": 35}, {"hex": "#000000", "name": "Jet Black", "percentage": 30}, {"hex": "#778DA8", "name": "Slate Blue", "percentage": 20}, {"hex": "#F0EFE9", "name": "Soft White", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Jet Black", "Slate Blue", "Soft White", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Club Safari Mist", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 30, "mfr_sku": "BMGI006/02A", "dw_sku": "DWBM-910024", "pattern_name": "Cosmic Groove Aurora", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2396-large_default/cosmic-groove-aurora.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:29.810629+00:00", "created_at": "2026-02-24T22:57:33.461287+00:00", "updated_at": "2026-06-18T00:00:29.810629+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 60}, {"hex": "#FFD700", "name": "Gold", "percentage": 15}, {"hex": "#F7CAC9", "name": "Rose Quartz", "percentage": 10}, {"hex": "#C0C0C0", "name": "Silver", "percentage": 10}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Gold", "Rose Quartz", "Silver", "Burnt Sienna", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Cosmic Groove Aurora", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 38, "mfr_sku": "BMGI006/01B", "dw_sku": "DWBM-910023", "pattern_name": "Club Safari Lagoon", "color_name": "Teal", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2372-large_default/club-safari-lagoon.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7691477614643", "last_scraped": "2026-06-18T00:00:34.49466+00:00", "created_at": "2026-02-24T22:57:40.818956+00:00", "updated_at": "2026-06-18T00:00:34.49466+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 30}, {"hex": "#E2725B", "name": "Terracotta", "percentage": 25}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 20}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Terracotta", "Olive Green", "Jet Black", "Soft White", "Eclectic", "Maximalist", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Club Safari Lagoon", "Groove Inferno"], "width_inches": null, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 41, "mfr_sku": "FR44/FIONA/IVCB", "dw_sku": "DWBM-910121", "pattern_name": "Fiona - Framed Art Prints", "color_name": "Beige", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2328-large_default/fiona-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:36.988986+00:00", "created_at": "2026-02-24T22:57:44.026111+00:00", "updated_at": "2026-06-18T00:00:36.988986+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D8919B", "ai_colors": [{"hex": "#D8919B", "name": "Dusty Rose", "percentage": 35}, {"hex": "#F5F0E6", "name": "Ivory", "percentage": 55}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Ivory", "ai_tags": ["Dusty Rose", "Ivory", "Jet Black", "Contemporary", "Minimalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Fiona - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 43, "mfr_sku": "FR44/VIXEN/IVCB", "dw_sku": "DWBM-910129", "pattern_name": "Vixen - Framed Art Prints", "color_name": "Beige", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2246-large_default/vixen-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:38.898335+00:00", "created_at": "2026-02-24T22:57:46.031116+00:00", "updated_at": "2026-06-18T00:00:38.898335+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E6B", "ai_colors": [{"hex": "#6B8E6B", "name": "Sage Green", "percentage": 35}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#F8F0E3", "name": "Soft White", "percentage": 40}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Burnt Sienna", "Soft White", "Eclectic", "Traditional", "Botanical", "Paper", "Wallcovering", "Commercial", "Architectural", "Vixen - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 44, "mfr_sku": "FR44/MARTY/IVCB", "dw_sku": "DWBM-910126", "pattern_name": "Marty - Framed Art Prints", "color_name": "Black", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2337-large_default/marty-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:39.776044+00:00", "created_at": "2026-02-24T22:57:47.146899+00:00", "updated_at": "2026-06-18T00:00:39.776044+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 60}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 20}, {"hex": "#B77171", "name": "Dusty Rose", "percentage": 10}, {"hex": "#D4A973", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Jet Black", "Soft White", "Dusty Rose", "Champagne Gold", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Marty - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 45, "mfr_sku": "FR44/BRUCE/IVCB", "dw_sku": "DWBM-910118", "pattern_name": "Bruce - Framed Art Prints", "color_name": "Off-White", "collection": "Happy Hour", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2343-large_default/bruce-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:40.683293+00:00", "created_at": "2026-02-24T22:57:48.061526+00:00", "updated_at": "2026-06-18T00:00:40.683293+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 60}, {"hex": "#F8F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#B36B6B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0C890", "name": "Champagne Gold", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Jet Black", "Soft White", "Dusty Rose", "Champagne Gold", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Bruce - Framed Art Prints", "Happy Hour"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 48, "mfr_sku": "FR44/GUS/IVCB", "dw_sku": "DWBM-910123", "pattern_name": "Gus - Framed Art Prints", "color_name": "White", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2327-large_default/gus-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:43.199314+00:00", "created_at": "2026-02-24T22:57:50.281551+00:00", "updated_at": "2026-06-18T00:00:43.199314+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F8F8F2", "ai_colors": [{"hex": "#F8F8F2", "name": "Soft White", "percentage": 80}, {"hex": "#1E3A8A", "name": "Midnight Navy", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 5}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 5}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Solid"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Midnight Navy", "Jet Black", "Golden Yellow", "Contemporary", "Minimalist", "Solid", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Gus - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 49, "mfr_sku": "FR44/DYLAN/IVCB", "dw_sku": "DWBM-910119", "pattern_name": "Dylan - Framed Art Prints", "color_name": "Off-White", "collection": "Fine China", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2326-large_default/dylan-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:44.044474+00:00", "created_at": "2026-02-24T22:57:51.222876+00:00", "updated_at": "2026-06-18T00:00:44.044474+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 60}, {"hex": "#000000", "name": "Jet Black", "percentage": 20}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 10}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Contemporary", "Minimalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Jet Black", "Olive Green", "Deep Charcoal", "Contemporary", "Minimalist", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Dylan - Framed Art Prints", "Fine China"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 50, "mfr_sku": "FR44/KIKI/IVCB", "dw_sku": "DWBM-910124", "pattern_name": "Kiki - Framed Art Prints", "color_name": "Dark Gray", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2079-large_default/kiki-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:44.700019+00:00", "created_at": "2026-02-24T22:57:52.242722+00:00", "updated_at": "2026-06-18T00:00:44.700019+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#000000", "ai_colors": [{"hex": "#000000", "name": "Jet Black", "percentage": 55}, {"hex": "#FFFFFF", "name": "Crisp White", "percentage": 25}, {"hex": "#DA2971", "name": "Vivid Cerise", "percentage": 5}, {"hex": "#008080", "name": "Teal", "percentage": 5}, {"hex": "#4169E1", "name": "Royal Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Jet Black", "ai_tags": ["Jet Black", "Crisp White", "Vivid Cerise", "Teal", "Royal Blue", "Eclectic", "Contemporary", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Kiki - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 51, "mfr_sku": "FR44/FLAMBOYANCE/IVCB", "dw_sku": "DWBM-910122", "pattern_name": "Flamboyance - Framed Art Prints", "color_name": "Off-White", "collection": "Balancing Act", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2325-large_default/flamboyance-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:45.703167+00:00", "created_at": "2026-02-24T22:57:53.225009+00:00", "updated_at": "2026-06-18T00:00:45.703167+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F2E9", "ai_colors": [{"hex": "#F5F2E9", "name": "Soft White", "percentage": 60}, {"hex": "#779E7E", "name": "Sage Green", "percentage": 20}, {"hex": "#D17199", "name": "Dusty Rose", "percentage": 10}, {"hex": "#1E2851", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Dusty Rose", "Midnight Navy", "Contemporary", "Eclectic", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Flamboyance - Framed Art Prints", "Balancing Act"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 29, "mfr_sku": "BMGI006/03B", "dw_sku": "DWBM-910027", "pattern_name": "Creature Club Blue Velvet", "color_name": "Dark Blue", "collection": "Groove Inferno", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2408-large_default/creature-club-blue-velvet.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:27.086958+00:00", "created_at": "2026-02-24T22:57:32.465552+00:00", "updated_at": "2026-06-18T00:00:27.086958+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192A73", "ai_colors": [{"hex": "#192A73", "name": "Midnight Navy", "percentage": 40}, {"hex": "#F2F2F2", "name": "Crisp White", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}, {"hex": "#E64191", "name": "Fuchsia", "percentage": 15}, {"hex": "#FFC857", "name": "Golden Yellow", "percentage": 10}, {"hex": "#50C878", "name": "Emerald Green", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Botanical", "Geometric", "Abstract"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Crisp White", "Jet Black", "Fuchsia", "Golden Yellow", "Emerald Green", "Eclectic", "Maximalist", "Contemporary", "Botanical", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Creature Club Blue Velvet", "Groove Inferno"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 42, "mfr_sku": "BM-CLEO-FRAMED-ART-PRINTS", "dw_sku": "DWBM-910021", "pattern_name": "Cleo - Framed Art Prints", "color_name": "Black", "collection": "Punk Rocks", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 36.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/2250-large_default/cleo-framed-art-prints.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:37.844621+00:00", "created_at": "2026-02-24T22:57:45.079966+00:00", "updated_at": "2026-06-18T00:00:37.844621+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#508C32", "ai_colors": [{"hex": "#508C32", "name": "Emerald Green", "percentage": 40}, {"hex": "#000000", "name": "Jet Black", "percentage": 35}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#BFA475", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Jet Black", "ai_tags": ["Emerald Green", "Jet Black", "Soft White", "Warm Taupe", "Eclectic", "Contemporary", "Botanical", "Abstract", "Paper", "Wallcovering", "Commercial", "Architectural", "Cleo - Framed Art Prints", "Punk Rocks"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 62, "mfr_sku": "BMWL005/07A", "dw_sku": "DWBM-910110", "pattern_name": "Pond Life Sage", "color_name": "Pale Green", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1882-large_default/pond-life-sage.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:55.409118+00:00", "created_at": "2026-02-24T22:58:02.688376+00:00", "updated_at": "2026-06-18T00:00:55.409118+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#BDB76B", "ai_colors": [{"hex": "#BDB76B", "name": "Sage Green", "percentage": 45}, {"hex": "#F5F5DC", "name": "Soft White", "percentage": 30}, {"hex": "#808000", "name": "Olive Green", "percentage": 15}, {"hex": "#D299A3", "name": "Dusty Rose", "percentage": 5}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Olive Green", "Dusty Rose", "Warm Taupe", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pond Life Sage", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 64, "mfr_sku": "BMWL005/07B", "dw_sku": "DWBM-910111", "pattern_name": "Pond Life Aqua", "color_name": "Light Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1886-large_default/pond-life-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:56.011478+00:00", "created_at": "2026-02-24T22:58:04.925578+00:00", "updated_at": "2026-06-18T00:00:56.011478+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1C7", "ai_colors": [{"hex": "#A7D1C7", "name": "Seafoam Green", "percentage": 50}, {"hex": "#D2E6D9", "name": "Celadon", "percentage": 30}, {"hex": "#F8F9F5", "name": "Soft White", "percentage": 10}, {"hex": "#90CD7C", "name": "Lime Green", "percentage": 5}, {"hex": "#B5A38B", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Celadon", "ai_tags": ["Seafoam Green", "Celadon", "Soft White", "Lime Green", "Warm Taupe", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pond Life Aqua", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 58, "mfr_sku": "BMWL005/08A", "dw_sku": "DWBM-910112", "pattern_name": "Punk Rocks Hot Pink", "color_name": "Fuchsia", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1870-large_default/punk-rocks-hot-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:00:52.982608+00:00", "created_at": "2026-02-24T22:57:58.56392+00:00", "updated_at": "2026-06-18T00:00:52.982608+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E62E7A", "ai_colors": [{"hex": "#E62E7A", "name": "Fuchsia", "percentage": 40}, {"hex": "#6B8E23", "name": "Olive Green", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#708090", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Contemporary"], "ai_patterns": ["Plaid", "Botanical", "Animal Print"], "ai_background_color": "Fuchsia", "ai_tags": ["Fuchsia", "Olive Green", "Warm Taupe", "Champagne Gold", "Slate Blue", "Eclectic", "Maximalist", "Contemporary", "Plaid", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Punk Rocks Hot Pink", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 65, "mfr_sku": "BMWL005/06A", "dw_sku": "DWBM-910108", "pattern_name": "Octopus Emerald Coral", "color_name": "Dark Navy", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1906-large_default/octopus-emerald-coral.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:00.076269+00:00", "created_at": "2026-02-24T22:58:05.941502+00:00", "updated_at": "2026-06-18T00:01:00.076269+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Deep Teal", "percentage": 35}, {"hex": "#E97451", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#228B22", "name": "Forest Green", "percentage": 20}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 10}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Mural"], "ai_background_color": "Midnight Navy", "ai_tags": ["Deep Teal", "Burnt Sienna", "Forest Green", "Golden Yellow", "Midnight Navy", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Mural", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Octopus Emerald Coral", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 70, "mfr_sku": "BMWL005/06B", "dw_sku": "DWBM-910109", "pattern_name": "Octopus Black Pearl", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1910-large_default/octopus-black-pearl.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:01.045697+00:00", "created_at": "2026-02-24T22:58:10.99109+00:00", "updated_at": "2026-06-18T00:01:01.045697+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D2C6B5", "ai_colors": [{"hex": "#D2C6B5", "name": "Warm Taupe", "percentage": 45}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 40}, {"hex": "#777370", "name": "Slate Gray", "percentage": 15}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Soft White", "Slate Gray", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Octopus Black Pearl", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 74, "mfr_sku": "BMWL005/05B", "dw_sku": "DWBM-910107", "pattern_name": "Hidden Clouds Lead", "color_name": "White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1926-large_default/hidden-clouds-lead.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:04.298066+00:00", "created_at": "2026-02-24T22:58:14.616741+00:00", "updated_at": "2026-06-18T00:01:04.298066+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B2B0A8", "ai_colors": [{"hex": "#F4F4F4", "name": "Soft White", "percentage": 40}, {"hex": "#B2B0A8", "name": "Warm Taupe", "percentage": 35}, {"hex": "#545454", "name": "Charcoal Gray", "percentage": 25}], "ai_styles": ["Contemporary", "Abstract", "Eclectic"], "ai_patterns": ["Abstract", "Texture", "Faux Finish"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Warm Taupe", "Charcoal Gray", "Contemporary", "Abstract", "Eclectic", "Texture", "Faux Finish", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Hidden Clouds Lead", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 71, "mfr_sku": "BMWL005/05A", "dw_sku": "DWBM-910106", "pattern_name": "Hidden Clouds Pastel Blue", "color_name": "Light Gray", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1922-large_default/hidden-clouds-pastel-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:03.664292+00:00", "created_at": "2026-02-24T22:58:12.009969+00:00", "updated_at": "2026-06-18T00:01:03.664292+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#7797B0", "ai_colors": [{"hex": "#7797B0", "name": "Slate Blue", "percentage": 40}, {"hex": "#F0F3F5", "name": "Soft White", "percentage": 35}, {"hex": "#A3A5A8", "name": "Cool Gray", "percentage": 25}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Slate Blue", "Soft White", "Cool Gray", "Contemporary", "Scandinavian", "Transitional", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Hidden Clouds Pastel Blue", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 78, "mfr_sku": "BMWL005/03A", "dw_sku": "DWBM-910102", "pattern_name": "Connecting Frames Caramel", "color_name": "Burnt Sienna", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1950-large_default/connecting-frames-caramel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:08.91484+00:00", "created_at": "2026-02-24T22:58:18.678663+00:00", "updated_at": "2026-06-18T00:01:08.91484+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A66133", "ai_colors": [{"hex": "#A66133", "name": "Burnt Sienna", "percentage": 35}, {"hex": "#E6C2B3", "name": "Dusty Rose", "percentage": 30}, {"hex": "#6B8E23", "name": "Olive Drab", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Art Deco"], "ai_patterns": ["Abstract", "Botanical", "Scenic"], "ai_background_color": "Dusty Rose", "ai_tags": ["Burnt Sienna", "Dusty Rose", "Olive Drab", "Champagne Gold", "Eclectic", "Maximalist", "Art Deco", "Abstract", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Connecting Frames Caramel", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 81, "mfr_sku": "BMWL005/03B", "dw_sku": "DWBM-910103", "pattern_name": "Connecting Frames Black &amp; White", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1954-large_default/connecting-frames-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:09.595311+00:00", "created_at": "2026-02-24T22:58:21.643176+00:00", "updated_at": "2026-06-18T00:01:09.595311+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D4A76A", "ai_colors": [{"hex": "#D4A76A", "name": "Antique Gold", "percentage": 30}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#F5F3EE", "name": "Soft White", "percentage": 25}, {"hex": "#008080", "name": "Teal", "percentage": 10}, {"hex": "#CC6633", "name": "Burnt Orange", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Antique Gold", "Jet Black", "Soft White", "Teal", "Burnt Orange", "Eclectic", "Maximalist", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Connecting Frames Black &amp; White", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 75, "mfr_sku": "BMWL005/04A", "dw_sku": "DWBM-910104", "pattern_name": "Gentlemen Birds Oak", "color_name": "Dark Brown", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1934-large_default/gentlemen-birds-oak.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:05.741901+00:00", "created_at": "2026-02-24T22:58:15.641149+00:00", "updated_at": "2026-06-18T00:01:05.741901+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#55513F", "ai_colors": [{"hex": "#55513F", "name": "Olive Green", "percentage": 45}, {"hex": "#B1A895", "name": "Warm Taupe", "percentage": 35}, {"hex": "#A66161", "name": "Dusty Rose", "percentage": 10}, {"hex": "#1E2842", "name": "Midnight Navy", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Olive Green", "Warm Taupe", "Dusty Rose", "Midnight Navy", "Soft White", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Gentlemen Birds Oak", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 77, "mfr_sku": "BMWL005/04B", "dw_sku": "DWBM-910105", "pattern_name": "Gentlemen Birds Autumn", "color_name": "Olive Green", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1938-large_default/gentlemen-birds-autumn.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:06.758704+00:00", "created_at": "2026-02-24T22:58:17.588655+00:00", "updated_at": "2026-06-18T00:01:06.758704+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#556B2F", "ai_colors": [{"hex": "#556B2F", "name": "Olive Green", "percentage": 35}, {"hex": "#BCAB80", "name": "Warm Taupe", "percentage": 30}, {"hex": "#A67D3D", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#B2BEB5", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Olive Green", "Warm Taupe", "Burnished Bronze", "Sage Green", "Soft White", "Traditional", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Gentlemen Birds Autumn", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 144, "mfr_sku": "BMCF003/05A", "dw_sku": "DWBM-910009", "pattern_name": "Fiesta Peach &amp; Seawater", "color_name": "Light Grayish Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1340-large_default/fiesta-peach-seawater.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:01.732824+00:00", "created_at": "2026-02-24T22:59:22.963767+00:00", "updated_at": "2026-06-18T00:02:01.732824+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B0C4B8", "ai_colors": [{"hex": "#B0C4B8", "name": "Sage Green", "percentage": 40}, {"hex": "#947F73", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fiesta Peach &amp; Seawater", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 82, "mfr_sku": "BMWL005/02A", "dw_sku": "DWBM-910100", "pattern_name": "Catwalk Deep Blue", "color_name": "Dark Navy Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1966-large_default/catwalk-deep-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:11.837037+00:00", "created_at": "2026-02-24T22:58:22.815082+00:00", "updated_at": "2026-06-18T00:01:11.837037+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B56", "ai_colors": [{"hex": "#192B56", "name": "Midnight Navy", "percentage": 60}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 20}, {"hex": "#D090A0", "name": "Dusty Rose", "percentage": 10}, {"hex": "#008080", "name": "Teal Green", "percentage": 5}, {"hex": "#36454F", "name": "Charcoal Gray", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Soft White", "Dusty Rose", "Teal Green", "Charcoal Gray", "Eclectic", "Contemporary", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Catwalk Deep Blue", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 85, "mfr_sku": "BMWL005/02B", "dw_sku": "DWBM-910101", "pattern_name": "Catwalk Black &amp; White", "color_name": "Off-White", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1970-large_default/catwalk-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:12.530809+00:00", "created_at": "2026-02-24T22:58:25.965668+00:00", "updated_at": "2026-06-18T00:01:12.530809+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Soft White", "percentage": 60}, {"hex": "#363636", "name": "Deep Charcoal", "percentage": 25}, {"hex": "#D18999", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A2B579", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Dusty Rose", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Catwalk Black &amp; White", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 86, "mfr_sku": "BMWL005/01A", "dw_sku": "DWBM-910098", "pattern_name": "Birds In Paradise Midnight", "color_name": "Dark Navy Blue", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1986-large_default/birds-in-paradise-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:15.829401+00:00", "created_at": "2026-02-24T22:58:27.345201+00:00", "updated_at": "2026-06-18T00:01:15.829401+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#19253A", "ai_colors": [{"hex": "#19253A", "name": "Midnight Navy", "percentage": 60}, {"hex": "#F07167", "name": "Coral Pink", "percentage": 15}, {"hex": "#34A0A4", "name": "Teal Blue", "percentage": 10}, {"hex": "#A3C47F", "name": "Sage Green", "percentage": 10}, {"hex": "#E07A5F", "name": "Burnt Orange", "percentage": 5}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Coral Pink", "Teal Blue", "Sage Green", "Burnt Orange", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Birds In Paradise Midnight", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 90, "mfr_sku": "BMWL005/01B", "dw_sku": "DWBM-910099", "pattern_name": "Birds In Paradise Gold", "color_name": "Golden Brown", "collection": "Wild Life", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1990-large_default/birds-in-paradise-gold.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:16.446682+00:00", "created_at": "2026-02-24T22:58:31.404499+00:00", "updated_at": "2026-06-18T00:01:16.446682+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A6783F", "ai_colors": [{"hex": "#A6783F", "name": "Burnished Bronze", "percentage": 50}, {"hex": "#308569", "name": "Emerald Green", "percentage": 20}, {"hex": "#D1807A", "name": "Dusty Rose", "percentage": 15}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 10}, {"hex": "#B59F82", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Burnished Bronze", "ai_tags": ["Burnished Bronze", "Emerald Green", "Dusty Rose", "Soft White", "Warm Taupe", "Eclectic", "Chinoiserie", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Birds In Paradise Gold", "Wild Life"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 91, "mfr_sku": "BMPP004/10A", "dw_sku": "DWBM-260131", "pattern_name": "Travel Map Earth", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1686-large_default/travel-map-earth.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530829363", "last_scraped": "2026-06-18T00:01:17.421001+00:00", "created_at": "2026-02-24T22:58:32.151376+00:00", "updated_at": "2026-06-18T00:01:17.421001+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1686-large_default/travel-map-earth.jpg\",\"https://api.brandmckenzie.com/1687-large_default/travel-map-earth.jpg\",\"https://api.brandmckenzie.com/1688-large_default/travel-map-earth.jpg\",\"https://api.brandmckenzie.com/1689-large_default/travel-map-earth.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D9", "ai_colors": [{"hex": "#F2E8D9", "name": "Soft Beige", "percentage": 40}, {"hex": "#A7D1E8", "name": "Sky Blue", "percentage": 25}, {"hex": "#E0823A", "name": "Burnt Orange", "percentage": 15}, {"hex": "#7A8C5E", "name": "Olive Green", "percentage": 10}, {"hex": "#1E3A68", "name": "Deep Navy", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Sky Blue", "Burnt Orange", "Olive Green", "Deep Navy", "Eclectic", "Contemporary", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Travel Map Earth", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 92, "mfr_sku": "BMPP004/10B", "dw_sku": "DWBM-260132", "pattern_name": "Travel Map Clay &amp; Khaki", "color_name": "Sage Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1692-large_default/travel-map-clay-khaki.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530862131", "last_scraped": "2026-06-18T00:01:18.210053+00:00", "created_at": "2026-02-24T22:58:33.283424+00:00", "updated_at": "2026-06-18T00:01:18.210053+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1692-large_default/travel-map-clay-khaki.jpg\",\"https://api.brandmckenzie.com/1691-large_default/travel-map-clay-khaki.jpg\",\"https://api.brandmckenzie.com/1693-large_default/travel-map-clay-khaki.jpg\",\"https://api.brandmckenzie.com/1690-large_default/travel-map-clay-khaki.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F9A7F", "ai_colors": [{"hex": "#8F9A7F", "name": "Sage Green", "percentage": 40}, {"hex": "#A68166", "name": "Warm Taupe", "percentage": 25}, {"hex": "#F2F0EC", "name": "Soft White", "percentage": 20}, {"hex": "#C4854F", "name": "Burnt Sienna", "percentage": 10}, {"hex": "#363A40", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Burnt Sienna", "Deep Charcoal", "Eclectic", "Contemporary", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Travel Map Clay &amp; Khaki", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 105, "mfr_sku": "BMPP004/06A", "dw_sku": "DWBM-260123", "pattern_name": "Lido Turquoise", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1742-large_default/lido-palm-turquoise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530567219", "last_scraped": "2026-06-18T00:01:29.272421+00:00", "created_at": "2026-02-24T22:58:45.592261+00:00", "updated_at": "2026-06-18T00:01:29.272421+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1742-large_default/lido-palm-turquoise.jpg\",\"https://api.brandmckenzie.com/1749-large_default/lido-palm-turquoise.jpg\",\"https://api.brandmckenzie.com/1748-large_default/lido-palm-turquoise.jpg\",\"https://api.brandmckenzie.com/1743-large_default/lido-palm-turquoise.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB49D", "ai_colors": [{"hex": "#9CB49D", "name": "Sage Green", "percentage": 35}, {"hex": "#E9E1D5", "name": "Soft Beige", "percentage": 30}, {"hex": "#A7D1E2", "name": "Sky Blue", "percentage": 20}, {"hex": "#B4A592", "name": "Taupe", "percentage": 15}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Sage Green", "Soft Beige", "Sky Blue", "Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Lido Turquoise", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 96, "mfr_sku": "BMPP004/09B", "dw_sku": "DWBM-260130", "pattern_name": "Tiger Lily Arctic Blue &amp; Pink", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1836-large_default/tiger-lily-artic-blue-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530796595", "last_scraped": "2026-06-18T00:01:21.834122+00:00", "created_at": "2026-02-24T22:58:37.135398+00:00", "updated_at": "2026-06-18T00:01:21.834122+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1836-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://api.brandmckenzie.com/1834-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://api.brandmckenzie.com/1837-large_default/tiger-lily-artic-blue-pink.jpg\",\"https://api.brandmckenzie.com/1835-large_default/tiger-lily-artic-blue-pink.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#92B0B8", "ai_colors": [{"hex": "#92B0B8", "name": "Dusty Teal", "percentage": 45}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#E0A7B3", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A8BFA8", "name": "Sage Green", "percentage": 10}, {"hex": "#4A4A4A", "name": "Charcoal Gray", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Dusty Teal", "ai_tags": ["Dusty Teal", "Soft White", "Dusty Rose", "Sage Green", "Charcoal Gray", "Chinoiserie", "Eclectic", "Tropical", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Arctic Blue &amp; Pink", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 93, "mfr_sku": "BMPP004/09A", "dw_sku": "DWBM-260129", "pattern_name": "Tiger Lily Charcoal &amp; Gold", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1706-large_default/tiger-lily-charcoal-gold.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530763827", "last_scraped": "2026-06-18T00:01:21.107539+00:00", "created_at": "2026-02-24T22:58:34.328582+00:00", "updated_at": "2026-06-18T00:01:21.107539+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1706-large_default/tiger-lily-charcoal-gold.jpg\",\"https://api.brandmckenzie.com/1701-large_default/tiger-lily-charcoal-gold.jpg\",\"https://api.brandmckenzie.com/1707-large_default/tiger-lily-charcoal-gold.jpg\",\"https://api.brandmckenzie.com/1703-large_default/tiger-lily-charcoal-gold.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#333333", "ai_colors": [{"hex": "#333333", "name": "Deep Charcoal", "percentage": 50}, {"hex": "#F28500", "name": "Tangerine", "percentage": 20}, {"hex": "#D8A3A3", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A6B880", "name": "Sage Green", "percentage": 10}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 5}], "ai_styles": ["Chinoiserie", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Tangerine", "Dusty Rose", "Sage Green", "Soft White", "Chinoiserie", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tiger Lily Charcoal &amp; Gold", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 102, "mfr_sku": "BMPP004/07A", "dw_sku": "DWBM-260125", "pattern_name": "Mixology Ivory", "color_name": "Cream", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1738-large_default/mixology-ivory.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530632755", "last_scraped": "2026-06-18T00:01:27.480036+00:00", "created_at": "2026-02-24T22:58:42.897265+00:00", "updated_at": "2026-06-18T00:01:27.480036+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1738-large_default/mixology-ivory.jpg\",\"https://api.brandmckenzie.com/1728-large_default/mixology-ivory.jpg\",\"https://api.brandmckenzie.com/1741-large_default/mixology-ivory.jpg\",\"https://api.brandmckenzie.com/1729-large_default/mixology-ivory.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D7", "ai_colors": [{"hex": "#F2E8D7", "name": "Warm Taupe", "percentage": 40}, {"hex": "#A0522D", "name": "Burnt Sienna", "percentage": 25}, {"hex": "#FFDA66", "name": "Golden Yellow", "percentage": 20}, {"hex": "#FF7F50", "name": "Coral", "percentage": 15}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Burnt Sienna", "Golden Yellow", "Coral", "Soft White", "Eclectic", "Chinoiserie", "Botanical", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Ivory", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 101, "mfr_sku": "BMPP004/08B", "dw_sku": "DWBM-260128", "pattern_name": "The Mediterranean Blue &amp; White", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "42.5\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1734-large_default/the-mediterranean-blue-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530731059", "last_scraped": "2026-06-18T00:01:26.132646+00:00", "created_at": "2026-02-24T22:58:41.856301+00:00", "updated_at": "2026-06-18T00:01:26.132646+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1734-large_default/the-mediterranean-blue-white.jpg\",\"https://api.brandmckenzie.com/1724-large_default/the-mediterranean-blue-white.jpg\",\"https://api.brandmckenzie.com/1735-large_default/the-mediterranean-blue-white.jpg\",\"https://api.brandmckenzie.com/1723-large_default/the-mediterranean-blue-white.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F5F5", "ai_colors": [{"hex": "#F5F5F5", "name": "Brilliant White", "percentage": 45}, {"hex": "#0057FF", "name": "Cobalt Blue", "percentage": 25}, {"hex": "#808080", "name": "Stone Gray", "percentage": 15}, {"hex": "#A2AD73", "name": "Sage Green", "percentage": 10}, {"hex": "#F08080", "name": "Coral Pink", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Brilliant White", "Cobalt Blue", "Stone Gray", "Sage Green", "Coral Pink", "Soft White", "Coastal", "Eclectic", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "The Mediterranean Blue &amp; White", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 124, "mfr_sku": "BMPP004/01A", "dw_sku": "DWBM-260113", "pattern_name": "Charming Lanes Denim", "color_name": "Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1830-large_default/charming-lanes-denim.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530239539", "last_scraped": "2026-06-18T00:01:45.217591+00:00", "created_at": "2026-02-24T22:59:03.665443+00:00", "updated_at": "2026-06-18T00:01:45.217591+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1830-large_default/charming-lanes-denim.jpg\",\"https://api.brandmckenzie.com/1823-large_default/charming-lanes-denim.jpg\",\"https://api.brandmckenzie.com/1831-large_default/charming-lanes-denim.jpg\",\"https://api.brandmckenzie.com/1824-large_default/charming-lanes-denim.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 35}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 65}], "ai_styles": ["Coastal", "French Country", "Eclectic"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cornflower Blue", "Soft White", "Coastal", "French Country", "Eclectic", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes Denim", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 104, "mfr_sku": "BMPP004/07B", "dw_sku": "DWBM-260126", "pattern_name": "Mixology Ebony", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "57.1\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1739-large_default/mixology-ebony.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530665523", "last_scraped": "2026-06-18T00:01:28.404511+00:00", "created_at": "2026-02-24T22:58:44.799278+00:00", "updated_at": "2026-06-18T00:01:28.404511+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Straight", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1739-large_default/mixology-ebony.jpg\",\"https://api.brandmckenzie.com/1730-large_default/mixology-ebony.jpg\",\"https://api.brandmckenzie.com/1740-large_default/mixology-ebony.jpg\",\"https://api.brandmckenzie.com/1731-large_default/mixology-ebony.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9967A", "ai_colors": [{"hex": "#E9967A", "name": "Burnt Sienna", "percentage": 30}, {"hex": "#000000", "name": "Jet Black", "percentage": 25}, {"hex": "#FFDA61", "name": "Golden Yellow", "percentage": 20}, {"hex": "#A67B5B", "name": "Umber", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Jet Black", "ai_tags": ["Burnt Sienna", "Jet Black", "Golden Yellow", "Umber", "Soft White", "Eclectic", "Contemporary", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Mixology Ebony", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 106, "mfr_sku": "BMPP004/06B", "dw_sku": "DWBM-260124", "pattern_name": "Lido Palm Green", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1744-large_default/lido-palm-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530599987", "last_scraped": "2026-06-18T00:01:29.955429+00:00", "created_at": "2026-02-24T22:58:46.357495+00:00", "updated_at": "2026-06-18T00:01:29.955429+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1744-large_default/lido-palm-green.jpg\",\"https://api.brandmckenzie.com/1752-large_default/lido-palm-green.jpg\",\"https://api.brandmckenzie.com/1745-large_default/lido-palm-green.jpg\",\"https://api.brandmckenzie.com/1755-large_default/lido-palm-green.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#B2BE9A", "ai_colors": [{"hex": "#B2BE9A", "name": "Sage Green", "percentage": 40}, {"hex": "#E8DDC7", "name": "Soft Beige", "percentage": 30}, {"hex": "#92C1C1", "name": "Aqua Blue", "percentage": 20}, {"hex": "#A68A6A", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Sage Green", "Soft Beige", "Aqua Blue", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Lido Palm Green", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 134, "mfr_sku": "BMCF003/08A", "dw_sku": "DWBM-910015", "pattern_name": "Monkey Library Taupes", "color_name": "Dark Gray", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1297-large_default/monkey-library-taupes.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:52.562594+00:00", "created_at": "2026-02-24T22:59:13.060417+00:00", "updated_at": "2026-06-18T00:01:52.562594+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#363A40", "ai_colors": [{"hex": "#363A40", "name": "Deep Charcoal", "percentage": 40}, {"hex": "#A69A8A", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F0EBE0", "name": "Soft White", "percentage": 15}, {"hex": "#707880", "name": "Slate Blue", "percentage": 10}, {"hex": "#907860", "name": "Burnished Bronze", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Warm Taupe", "Soft White", "Slate Blue", "Burnished Bronze", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Library Taupes", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 107, "mfr_sku": "BMPP004/05A", "dw_sku": "DWBM-260121", "pattern_name": "Jungle Life Cerise &amp; Turquoise", "color_name": "Dark Green", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "39.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1769-large_default/jungle-life-cerise-turquoise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530501683", "last_scraped": "2026-06-18T00:01:32.809627+00:00", "created_at": "2026-02-24T22:58:47.278708+00:00", "updated_at": "2026-06-18T00:01:32.809627+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1769-large_default/jungle-life-cerise-turquoise.jpg\",\"https://api.brandmckenzie.com/1760-large_default/jungle-life-cerise-turquoise.jpg\",\"https://api.brandmckenzie.com/1777-large_default/jungle-life-cerise-turquoise.jpg\",\"https://api.brandmckenzie.com/1754-large_default/jungle-life-cerise-turquoise.jpg\"]", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F976F", "ai_colors": [{"hex": "#8F976F", "name": "Sage Green", "percentage": 40}, {"hex": "#C8738A", "name": "Dusty Rose", "percentage": 20}, {"hex": "#A0785A", "name": "Warm Taupe", "percentage": 20}, {"hex": "#607B8F", "name": "Slate Blue", "percentage": 20}], "ai_styles": ["Eclectic", "Maximalist", "Tropical"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Dusty Rose", "Warm Taupe", "Slate Blue", "Eclectic", "Maximalist", "Tropical", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jungle Life Cerise &amp; Turquoise", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 143, "mfr_sku": "BMCF003/06B", "dw_sku": "DWBM-910012", "pattern_name": "Funfair Denim &amp; Cerise", "color_name": "Dark Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1327-large_default/funfair-denim-cerise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:58.057221+00:00", "created_at": "2026-02-24T22:59:21.816963+00:00", "updated_at": "2026-06-18T00:01:58.057221+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F00078", "ai_colors": [{"hex": "#F00078", "name": "Fuchsia", "percentage": 30}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 25}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 10}, {"hex": "#DCAE96", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Maximalist", "Art Deco"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Midnight Navy", "ai_tags": ["Fuchsia", "Teal", "Midnight Navy", "Champagne Gold", "Dusty Rose", "Eclectic", "Maximalist", "Art Deco", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Funfair Denim &amp; Cerise", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 112, "mfr_sku": "BMPP004/04A", "dw_sku": "DWBM-260119", "pattern_name": "Instrumental Clay", "color_name": "Pale Beige", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1775-large_default/instrumental-clay.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530436147", "last_scraped": "2026-06-18T00:01:34.980691+00:00", "created_at": "2026-02-24T22:58:51.918677+00:00", "updated_at": "2026-06-18T00:01:34.980691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1775-large_default/instrumental-clay.jpg\",\"https://api.brandmckenzie.com/1762-large_default/instrumental-clay.jpg\",\"https://api.brandmckenzie.com/1776-large_default/instrumental-clay.jpg\",\"https://api.brandmckenzie.com/1761-large_default/instrumental-clay.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E7D9", "ai_colors": [{"hex": "#F2E7D9", "name": "Soft Beige", "percentage": 55}, {"hex": "#282828", "name": "Deep Charcoal", "percentage": 15}, {"hex": "#B36B6B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#E0C892", "name": "Champagne Gold", "percentage": 10}, {"hex": "#778DBB", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Deep Charcoal", "Dusty Rose", "Champagne Gold", "Slate Blue", "Eclectic", "Chinoiserie", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Clay", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 114, "mfr_sku": "BMPP004/04B", "dw_sku": "DWBM-260120", "pattern_name": "Instrumental Charcoal", "color_name": "Dark Gray", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1780-large_default/instrumental-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530468915", "last_scraped": "2026-06-18T00:01:35.58264+00:00", "created_at": "2026-02-24T22:58:54.073694+00:00", "updated_at": "2026-06-18T00:01:35.58264+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1780-large_default/instrumental-charcoal.jpg\",\"https://api.brandmckenzie.com/1767-large_default/instrumental-charcoal.jpg\",\"https://api.brandmckenzie.com/1778-large_default/instrumental-charcoal.jpg\",\"https://api.brandmckenzie.com/1766-large_default/instrumental-charcoal.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#363636", "ai_colors": [{"hex": "#363636", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#E0C870", "name": "Golden Yellow", "percentage": 20}, {"hex": "#B05060", "name": "Dusty Rose", "percentage": 10}, {"hex": "#90A070", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Abstract"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Golden Yellow", "Dusty Rose", "Sage Green", "Eclectic", "Contemporary", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Instrumental Charcoal", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "texture", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 119, "mfr_sku": "BMPP004/03B", "dw_sku": "DWBM-260118", "pattern_name": "Fine China Blossom", "color_name": "Light Pink", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "47.2\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1794-large_default/fine-china-blossom.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530403379", "last_scraped": "2026-06-18T00:01:39.687744+00:00", "created_at": "2026-02-24T22:58:58.579647+00:00", "updated_at": "2026-06-18T00:01:39.687744+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1794-large_default/fine-china-blossom.jpg\",\"https://api.brandmckenzie.com/1801-large_default/fine-china-blossom.jpg\",\"https://api.brandmckenzie.com/1798-large_default/fine-china-blossom.jpg\",\"https://api.brandmckenzie.com/1790-large_default/fine-china-blossom.jpg\"]", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#E6B3B3", "ai_colors": [{"hex": "#E6B3B3", "name": "Dusty Rose", "percentage": 45}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 20}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}, {"hex": "#A6C99A", "name": "Sage Green", "percentage": 10}, {"hex": "#FFDA63", "name": "Golden Yellow", "percentage": 15}], "ai_styles": ["Eclectic", "Contemporary"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Soft White", "Midnight Navy", "Sage Green", "Golden Yellow", "Eclectic", "Contemporary", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fine China Blossom", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 120, "mfr_sku": "BMPP004/02A", "dw_sku": "DWBM-260115", "pattern_name": "Elephant Breaststroke Ocean", "color_name": "Light Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1815-large_default/elephant-breaststroke-ocean.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530305075", "last_scraped": "2026-06-18T00:01:42.186266+00:00", "created_at": "2026-02-24T22:58:59.511826+00:00", "updated_at": "2026-06-18T00:01:42.186266+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1815-large_default/elephant-breaststroke-ocean.jpg\",\"https://api.brandmckenzie.com/1807-large_default/elephant-breaststroke-ocean.jpg\",\"https://api.brandmckenzie.com/1813-large_default/elephant-breaststroke-ocean.jpg\",\"https://api.brandmckenzie.com/1806-large_default/elephant-breaststroke-ocean.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1E7", "ai_colors": [{"hex": "#A7D1E7", "name": "Sky Blue", "percentage": 50}, {"hex": "#B4BFC7", "name": "Cool Gray", "percentage": 30}, {"hex": "#F2F4F7", "name": "Soft White", "percentage": 20}], "ai_styles": ["Coastal", "Eclectic"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Cool Gray", "Soft White", "Coastal", "Eclectic", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Ocean", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 123, "mfr_sku": "BMPP004/02B", "dw_sku": "DWBM-260116", "pattern_name": "Elephant Breaststroke Aqua", "color_name": "Aqua", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "27.5", "length": "11 yards (10.05m)", "repeat_v": "35.4\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 99.0, "image_url": "https://api.brandmckenzie.com/1809-large_default/elephant-breakstroke-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530337843", "last_scraped": "2026-06-18T00:01:42.699957+00:00", "created_at": "2026-02-24T22:59:02.548541+00:00", "updated_at": "2026-06-18T00:01:42.699957+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "75 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1809-large_default/elephant-breakstroke-aqua.jpg\",\"https://api.brandmckenzie.com/1817-large_default/elephant-breakstroke-aqua.jpg\",\"https://api.brandmckenzie.com/1816-large_default/elephant-breakstroke-aqua.jpg\",\"https://api.brandmckenzie.com/1808-large_default/elephant-breakstroke-aqua.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#98D8C9", "ai_colors": [{"hex": "#98D8C9", "name": "Seafoam Green", "percentage": 65}, {"hex": "#D0D5D1", "name": "Pale Silver", "percentage": 30}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 5}], "ai_styles": ["Coastal", "Eclectic", "Tropical"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Pale Silver", "Soft White", "Coastal", "Eclectic", "Tropical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Elephant Breaststroke Aqua", "Paper Paradise"], "width_inches": 27.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 127, "mfr_sku": "BMPP004/01B", "dw_sku": "DWBM-260114", "pattern_name": "Charming Lanes China Blue", "color_name": "Denim Blue", "collection": "Paper Paradise", "product_type": "Wallcovering", "width": "20.5", "length": "11 yards (10.05m)", "repeat_v": "41.7\"", "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": 65.0, "image_url": "https://api.brandmckenzie.com/1832-large_default/charming-lanes-china-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7800530272307", "last_scraped": "2026-06-18T00:01:45.77517+00:00", "created_at": "2026-02-24T22:59:06.670507+00:00", "updated_at": "2026-06-18T00:01:45.77517+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "Half Drop", "coverage": "56 sq ft", "features": "", "all_images": "[\"https://api.brandmckenzie.com/1832-large_default/charming-lanes-china-blue.jpg\",\"https://api.brandmckenzie.com/1826-large_default/charming-lanes-china-blue.jpg\",\"https://api.brandmckenzie.com/1833-large_default/charming-lanes-china-blue.jpg\",\"https://api.brandmckenzie.com/1827-large_default/charming-lanes-china-blue.jpg\"]", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "Sancar Wallcoverings", "showroom_locations": "", "about_vendor": "", "color_hex": "#546D9A", "ai_colors": [{"hex": "#546D9A", "name": "Slate Blue", "percentage": 80}, {"hex": "#F8F8F8", "name": "Soft White", "percentage": 20}], "ai_styles": ["Coastal", "French Country", "Traditional"], "ai_patterns": ["Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Soft White", "Coastal", "French Country", "Traditional", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charming Lanes China Blue", "Paper Paradise"], "width_inches": 20.5, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": "pattern", "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 128, "mfr_sku": "BMCF003/10A", "dw_sku": "DWBM-910019", "pattern_name": "Starry Clouds Green Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1281-large_default/starry-clouds-green-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:47.970373+00:00", "created_at": "2026-02-24T22:59:07.750428+00:00", "updated_at": "2026-06-18T00:01:47.970373+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E8", "ai_colors": [{"hex": "#A7D9E8", "name": "Sky Blue", "percentage": 60}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#D1B78B", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Scandinavian", "Eclectic"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Soft White", "Champagne Gold", "Scandinavian", "Eclectic", "Abstract", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Starry Clouds Green Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 131, "mfr_sku": "BMCF003/10B", "dw_sku": "DWBM-910020", "pattern_name": "Starry Clouds Blue Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1285-large_default/starry-clouds-blue-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:49.006275+00:00", "created_at": "2026-02-24T22:59:10.512634+00:00", "updated_at": "2026-06-18T00:01:49.006275+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B0D8EF", "ai_colors": [{"hex": "#B0D8EF", "name": "Sky Blue", "percentage": 60}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 30}, {"hex": "#D1C1A6", "name": "Champagne Gold", "percentage": 10}], "ai_styles": ["Scandinavian", "Coastal"], "ai_patterns": ["Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Soft White", "Champagne Gold", "Scandinavian", "Coastal", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Starry Clouds Blue Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 133, "mfr_sku": "BMCF003/09B", "dw_sku": "DWBM-910018", "pattern_name": "Painting In Colour Bright", "color_name": "Dusty Rose", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1290-large_default/painting-in-colour-bright.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:50.783022+00:00", "created_at": "2026-02-24T22:59:12.207594+00:00", "updated_at": "2026-06-18T00:01:50.783022+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E0919A", "ai_colors": [{"hex": "#E0919A", "name": "Dusty Rose", "percentage": 25}, {"hex": "#348E8E", "name": "Teal Green", "percentage": 25}, {"hex": "#925E9C", "name": "Orchid Purple", "percentage": 20}, {"hex": "#F0A070", "name": "Coral Orange", "percentage": 15}, {"hex": "#73A66E", "name": "Sage Green", "percentage": 15}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Teal Green", "Orchid Purple", "Coral Orange", "Sage Green", "Soft White", "Contemporary", "Eclectic", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Painting In Colour Bright", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 132, "mfr_sku": "BMCF003/09A", "dw_sku": "DWBM-910017", "pattern_name": "Painting In Colour Pastel", "color_name": "Light Pink", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1287-large_default/painting-in-colour-pastel.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:49.940036+00:00", "created_at": "2026-02-24T22:59:11.272519+00:00", "updated_at": "2026-06-18T00:01:49.940036+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D1999E", "ai_colors": [{"hex": "#D1999E", "name": "Dusty Rose", "percentage": 30}, {"hex": "#A8B37F", "name": "Sage Green", "percentage": 25}, {"hex": "#5F878F", "name": "Slate Blue", "percentage": 25}, {"hex": "#B9A387", "name": "Warm Taupe", "percentage": 20}], "ai_styles": ["Contemporary", "Eclectic"], "ai_patterns": ["Abstract", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Sage Green", "Slate Blue", "Warm Taupe", "Soft White", "Contemporary", "Eclectic", "Abstract", "Texture", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Painting In Colour Pastel", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 136, "mfr_sku": "BMCF003/08B", "dw_sku": "DWBM-910016", "pattern_name": "Monkey Library Colourful Blue", "color_name": "Dark Navy Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1301-large_default/monkey-library-colourful-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:53.25226+00:00", "created_at": "2026-02-24T22:59:15.119656+00:00", "updated_at": "2026-06-18T00:01:53.25226+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192343", "ai_colors": [{"hex": "#192343", "name": "Midnight Navy", "percentage": 40}, {"hex": "#E07A47", "name": "Burnt Sienna", "percentage": 20}, {"hex": "#89A56F", "name": "Sage Green", "percentage": 15}, {"hex": "#B5A68B", "name": "Warm Taupe", "percentage": 15}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Burnt Sienna", "Sage Green", "Warm Taupe", "Soft White", "Eclectic", "Maximalist", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Library Colourful Blue", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 140, "mfr_sku": "BMCF003/07B", "dw_sku": "DWBM-910014", "pattern_name": "Happy Hour Club Green", "color_name": "Dark Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1317-large_default/happy-hour-club-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:56.139853+00:00", "created_at": "2026-02-24T22:59:18.804466+00:00", "updated_at": "2026-06-18T00:01:56.139853+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#224F39", "ai_colors": [{"hex": "#224F39", "name": "Forest Green", "percentage": 40}, {"hex": "#B3956B", "name": "Warm Taupe", "percentage": 25}, {"hex": "#D1829B", "name": "Dusty Rose", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Animal Print", "Abstract"], "ai_background_color": "Forest Green", "ai_tags": ["Forest Green", "Warm Taupe", "Dusty Rose", "Jet Black", "Soft White", "Art Deco", "Eclectic", "Maximalist", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Happy Hour Club Green", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 141, "mfr_sku": "BMCF003/06A", "dw_sku": "DWBM-910011", "pattern_name": "Funfair Pastel Blues", "color_name": "Dusty Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1324-large_default/funfair-pastel-blues.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:01:57.304577+00:00", "created_at": "2026-02-24T22:59:19.776503+00:00", "updated_at": "2026-06-18T00:01:57.304577+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#87A8B8", "ai_colors": [{"hex": "#87A8B8", "name": "Dusty Blue", "percentage": 40}, {"hex": "#BFA88E", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 15}, {"hex": "#9CB19E", "name": "Sage Green", "percentage": 10}, {"hex": "#E0CDB0", "name": "Beige", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Dusty Blue", "ai_tags": ["Dusty Blue", "Warm Taupe", "Soft White", "Sage Green", "Beige", "Eclectic", "Chinoiserie", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Funfair Pastel Blues", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 151, "mfr_sku": "BMCF003/04B", "dw_sku": "DWBM-910008", "pattern_name": "Carousel Blue", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1389-large_default/carousel-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:05.11747+00:00", "created_at": "2026-02-24T22:59:30.101679+00:00", "updated_at": "2026-06-18T00:02:05.11747+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7C4E3", "ai_colors": [{"hex": "#A7C4E3", "name": "Sky Blue", "percentage": 45}, {"hex": "#B1998A", "name": "Warm Taupe", "percentage": 25}, {"hex": "#C7A7B7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#F0F3F7", "name": "Soft White", "percentage": 10}, {"hex": "#93B7A9", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Eclectic", "Chinoiserie", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Warm Taupe", "Dusty Rose", "Soft White", "Sage Green", "Eclectic", "Chinoiserie", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carousel Blue", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 148, "mfr_sku": "BMCF003/05B", "dw_sku": "DWBM-910010", "pattern_name": "Fiesta Coral Midnight", "color_name": "Dark Navy Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1342-large_default/fiesta-coral-midnight.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:02.349535+00:00", "created_at": "2026-02-24T22:59:27.021053+00:00", "updated_at": "2026-06-18T00:02:02.349535+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#192B4D", "ai_colors": [{"hex": "#192B4D", "name": "Midnight Navy", "percentage": 50}, {"hex": "#875444", "name": "Burnished Bronze", "percentage": 25}, {"hex": "#338B8E", "name": "Teal", "percentage": 15}, {"hex": "#C99191", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Burnished Bronze", "Teal", "Dusty Rose", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Fiesta Coral Midnight", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 152, "mfr_sku": "BMCF003/03A", "dw_sku": "DWBM-910005", "pattern_name": "Carnival Map Grass Green", "color_name": "Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1377-large_default/carnival-map-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:07.894049+00:00", "created_at": "2026-02-24T22:59:31.166009+00:00", "updated_at": "2026-06-18T00:02:07.894049+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2E8D5", "ai_colors": [{"hex": "#F2E8D5", "name": "Soft Beige", "percentage": 40}, {"hex": "#9CB07F", "name": "Sage Green", "percentage": 25}, {"hex": "#A39282", "name": "Warm Taupe", "percentage": 15}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}, {"hex": "#C89991", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft Beige", "ai_tags": ["Soft Beige", "Sage Green", "Warm Taupe", "Jet Black", "Dusty Rose", "Eclectic", "Maximalist", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carnival Map Grass Green", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 155, "mfr_sku": "BMCF003/03B", "dw_sku": "DWBM-910006", "pattern_name": "Carnival Map Eau De Nil", "color_name": "Sage Green", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1373-large_default/carnival-map-eau-de-nil.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:08.381771+00:00", "created_at": "2026-02-24T22:59:34.176532+00:00", "updated_at": "2026-06-18T00:02:08.381771+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A5B195", "ai_colors": [{"hex": "#A5B195", "name": "Sage Green", "percentage": 40}, {"hex": "#CDB496", "name": "Warm Taupe", "percentage": 30}, {"hex": "#F2F0E4", "name": "Soft White", "percentage": 20}, {"hex": "#95B3C4", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Transitional"], "ai_patterns": ["Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Slate Blue", "Eclectic", "Transitional", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carnival Map Eau De Nil", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 149, "mfr_sku": "BMCF003/04A", "dw_sku": "DWBM-910007", "pattern_name": "Carousel Linen", "color_name": "Light Beige", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1394-large_default/carousel-linen.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:04.167482+00:00", "created_at": "2026-02-24T22:59:28.049237+00:00", "updated_at": "2026-06-18T00:02:04.167482+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E8DED4", "ai_colors": [{"hex": "#E8DED4", "name": "Pale Beige", "percentage": 45}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#778899", "name": "Dusty Blue", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Pale Beige", "ai_tags": ["Pale Beige", "Teal", "Dusty Blue", "Warm Taupe", "Ivory", "Eclectic", "Maximalist", "Chinoiserie", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Carousel Linen", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 160, "mfr_sku": "BMCF003/01A", "dw_sku": "DWBM-910001", "pattern_name": "Balancing Act Green Sky", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1345-large_default/balancing-act-green-sky.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:14.134337+00:00", "created_at": "2026-02-24T22:59:39.1498+00:00", "updated_at": "2026-06-18T00:02:14.134337+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D1D9", "ai_colors": [{"hex": "#A7D1D9", "name": "Sky Blue", "percentage": 40}, {"hex": "#D19999", "name": "Dusty Rose", "percentage": 20}, {"hex": "#8F9A7F", "name": "Sage Green", "percentage": 20}, {"hex": "#B3A38C", "name": "Warm Taupe", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Tropical", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print", "Abstract"], "ai_background_color": "Sky Blue", "ai_tags": ["Sky Blue", "Dusty Rose", "Sage Green", "Warm Taupe", "Jet Black", "Eclectic", "Tropical", "Maximalist", "Botanical", "Animal Print", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Balancing Act Green Sky", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 156, "mfr_sku": "BMCF003/02A", "dw_sku": "DWBM-910003", "pattern_name": "Butterfly Effect Navy", "color_name": "Dark Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1361-large_default/butterfly-effect-navy.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:11.035656+00:00", "created_at": "2026-02-24T22:59:35.256507+00:00", "updated_at": "2026-06-18T00:02:11.035656+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#2C3E50", "ai_colors": [{"hex": "#2C3E50", "name": "Deep Teal", "percentage": 60}, {"hex": "#E7A7A7", "name": "Dusty Rose", "percentage": 15}, {"hex": "#A2D9CE", "name": "Seafoam Green", "percentage": 15}, {"hex": "#F5E2D8", "name": "Soft Beige", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Dusty Rose", "Seafoam Green", "Soft Beige", "Eclectic", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Butterfly Effect Navy", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 159, "mfr_sku": "BMCF003/02B", "dw_sku": "DWBM-910004", "pattern_name": "Butterfly Effect Green Multi", "color_name": "Light Blue", "collection": "Carnival Fever", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1357-large_default/butterfly-effect-green-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:12.03348+00:00", "created_at": "2026-02-24T22:59:38.357544+00:00", "updated_at": "2026-06-18T00:02:12.03348+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7D9E3", "ai_colors": [{"hex": "#A7D9E3", "name": "Sky Blue", "percentage": 40}, {"hex": "#70A99F", "name": "Seafoam Green", "percentage": 25}, {"hex": "#F08080", "name": "Coral Pink", "percentage": 15}, {"hex": "#FAFAD2", "name": "Soft Yellow", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Eclectic", "Art Deco", "Maximalist"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sky Blue", "Seafoam Green", "Coral Pink", "Soft Yellow", "Jet Black", "Soft White", "Eclectic", "Art Deco", "Maximalist", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Butterfly Effect Green Multi", "Carnival Fever"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 170, "mfr_sku": "BMHD002/10B", "dw_sku": "DWBM-910061", "pattern_name": "The Art Deco Hills Aqua", "color_name": "Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1563-large_default/the-art-deco-hills-aqua.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:20.690686+00:00", "created_at": "2026-02-24T22:59:48.378068+00:00", "updated_at": "2026-06-18T00:02:20.690686+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 30}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 25}, {"hex": "#708090", "name": "Slate Blue", "percentage": 20}, {"hex": "#BCB88A", "name": "Sage Green", "percentage": 15}, {"hex": "#36454F", "name": "Charcoal", "percentage": 10}], "ai_styles": ["Art Deco", "Eclectic", "Chinoiserie"], "ai_patterns": ["Abstract", "Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Teal", "Ivory", "Slate Blue", "Sage Green", "Charcoal", "Soft White", "Art Deco", "Eclectic", "Chinoiserie", "Abstract", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Art Deco Hills Aqua", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 164, "mfr_sku": "BMHD002/11A", "dw_sku": "DWBM-910062", "pattern_name": "The Great Damask Dusky Pink", "color_name": "Beige", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1547-large_default/the-great-damask-dusky-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:17.856774+00:00", "created_at": "2026-02-24T22:59:42.841748+00:00", "updated_at": "2026-06-18T00:02:17.856774+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Damask", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C8B1A6", "ai_colors": [{"hex": "#C8B1A6", "name": "Dusty Rose", "percentage": 55}, {"hex": "#F2EDE6", "name": "Soft White", "percentage": 40}, {"hex": "#97A196", "name": "Sage Green", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Soft White", "Sage Green", "Traditional", "Eclectic", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Great Damask Dusky Pink", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 167, "mfr_sku": "BMHD002/11B", "dw_sku": "DWBM-910063", "pattern_name": "The Great Damask Azure Blue", "color_name": "Cream", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1551-large_default/the-great-damask-azure-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:18.902477+00:00", "created_at": "2026-02-24T22:59:45.521021+00:00", "updated_at": "2026-06-18T00:02:18.902477+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Damask", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6495ED", "ai_colors": [{"hex": "#6495ED", "name": "Cornflower Blue", "percentage": 45}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 50}, {"hex": "#483C32", "name": "Taupe", "percentage": 5}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Ivory", "ai_tags": ["Cornflower Blue", "Ivory", "Taupe", "Eclectic", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Great Damask Azure Blue", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 175, "mfr_sku": "BMHD002/08A", "dw_sku": "DWBM-910056", "pattern_name": "Seahorse Mangrove Noir", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1587-large_default/seahorse-mangrove-noir.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:25.723062+00:00", "created_at": "2026-02-24T22:59:53.250375+00:00", "updated_at": "2026-06-18T00:02:25.723062+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 45}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 35}, {"hex": "#FF8042", "name": "Coral", "percentage": 10}, {"hex": "#008080", "name": "Teal", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Sage Green", "Deep Charcoal", "Coral", "Teal", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Seahorse Mangrove Noir", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 177, "mfr_sku": "BMHD002/08B", "dw_sku": "DWBM-910057", "pattern_name": "Seahorse Mangrove Autumnal", "color_name": "Slate Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1591-large_default/seahorse-mangrove-autumnal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:26.364989+00:00", "created_at": "2026-02-24T22:59:55.403554+00:00", "updated_at": "2026-06-18T00:02:26.364989+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778599", "ai_colors": [{"hex": "#778599", "name": "Slate Blue", "percentage": 40}, {"hex": "#8B5A31", "name": "Burnished Bronze", "percentage": 35}, {"hex": "#BC8F8F", "name": "Dusty Rose", "percentage": 15}, {"hex": "#BCB88A", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Eclectic", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Burnished Bronze", "Dusty Rose", "Sage Green", "Eclectic", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Seahorse Mangrove Autumnal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 171, "mfr_sku": "BMHD002/09A", "dw_sku": "DWBM-910058", "pattern_name": "Silk Shades Charcoal", "color_name": "Taupe", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1575-large_default/silk-shades-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:23.498695+00:00", "created_at": "2026-02-24T22:59:49.371289+00:00", "updated_at": "2026-06-18T00:02:23.498695+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A69A8A", "ai_colors": [{"hex": "#A69A8A", "name": "Warm Taupe", "percentage": 35}, {"hex": "#917154", "name": "Burnished Bronze", "percentage": 25}, {"hex": "#2B2725", "name": "Jet Black", "percentage": 20}, {"hex": "#D1B781", "name": "Champagne Gold", "percentage": 20}], "ai_styles": ["Art Deco", "Hollywood Regency", "Maximalist"], "ai_patterns": ["Geometric", "Abstract"], "ai_background_color": "Warm Taupe", "ai_tags": ["Warm Taupe", "Burnished Bronze", "Jet Black", "Champagne Gold", "Art Deco", "Hollywood Regency", "Maximalist", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Silk Shades Charcoal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 174, "mfr_sku": "BMHD002/09B", "dw_sku": "DWBM-910059", "pattern_name": "Silk Shades Cerise", "color_name": "Light Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1579-large_default/silk-shades-cerise.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:24.561284+00:00", "created_at": "2026-02-24T22:59:52.326584+00:00", "updated_at": "2026-06-18T00:02:24.561284+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D02090", "ai_colors": [{"hex": "#D02090", "name": "Fuchsia", "percentage": 35}, {"hex": "#308030", "name": "Emerald Green", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 20}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}], "ai_styles": ["Art Deco", "Eclectic", "Maximalist"], "ai_patterns": ["Geometric", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Fuchsia", "Emerald Green", "Soft White", "Champagne Gold", "Art Deco", "Eclectic", "Maximalist", "Geometric", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Silk Shades Cerise", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 178, "mfr_sku": "BMHD002/07A", "dw_sku": "DWBM-910054", "pattern_name": "Sea Life Aqua &amp; Sand", "color_name": "Light Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1607-large_default/sea-life-aqua-sand.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:29.004989+00:00", "created_at": "2026-02-24T22:59:56.33644+00:00", "updated_at": "2026-06-18T00:02:29.004989+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#778899", "ai_colors": [{"hex": "#778899", "name": "Slate Blue", "percentage": 50}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 25}, {"hex": "#36454F", "name": "Charcoal", "percentage": 25}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Slate Blue", "ai_tags": ["Slate Blue", "Warm Taupe", "Charcoal", "Eclectic", "Traditional", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Sea Life Aqua &amp; Sand", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 182, "mfr_sku": "BMHD002/07B", "dw_sku": "DWBM-910055", "pattern_name": "Sea Life Aqua &amp; Orange", "color_name": "Light Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1611-large_default/sea-life-aqua-orange.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:29.726818+00:00", "created_at": "2026-02-24T23:00:00.22942+00:00", "updated_at": "2026-06-18T00:02:29.726818+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#97C7C3", "ai_colors": [{"hex": "#97C7C3", "name": "Seafoam Green", "percentage": 60}, {"hex": "#A0785A", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#F8F8F2", "name": "Soft White", "percentage": 10}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Burnished Bronze", "Soft White", "Deep Charcoal", "Eclectic", "Traditional", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Sea Life Aqua &amp; Orange", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 183, "mfr_sku": "BMHD002/06A", "dw_sku": "DWBM-910052", "pattern_name": "Peacock Manor Rose", "color_name": "Pale Pink", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1615-large_default/peacock-manor-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:30.33762+00:00", "created_at": "2026-02-24T23:00:01.203521+00:00", "updated_at": "2026-06-18T00:02:30.33762+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#E9D5D0", "ai_colors": [{"hex": "#E9D5D0", "name": "Dusty Rose", "percentage": 50}, {"hex": "#008080", "name": "Teal", "percentage": 20}, {"hex": "#A2B597", "name": "Sage Green", "percentage": 15}, {"hex": "#36454F", "name": "Charcoal", "percentage": 10}, {"hex": "#FFFFF0", "name": "Ivory", "percentage": 5}], "ai_styles": ["Art Deco", "Eclectic", "Tropical"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Dusty Rose", "ai_tags": ["Dusty Rose", "Teal", "Sage Green", "Charcoal", "Ivory", "Art Deco", "Eclectic", "Tropical", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Peacock Manor Rose", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 184, "mfr_sku": "BMHD002/06B", "dw_sku": "DWBM-910053", "pattern_name": "Peacock Manor Indigo", "color_name": "Dark Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1672-large_default/peacock-manor-indigo.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:30.964727+00:00", "created_at": "2026-02-24T23:00:02.40207+00:00", "updated_at": "2026-06-18T00:02:30.964727+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 50}, {"hex": "#A6B880", "name": "Sage Green", "percentage": 20}, {"hex": "#F5F5DC", "name": "Beige", "percentage": 15}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 10}, {"hex": "#CCCCFF", "name": "Periwinkle", "percentage": 5}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Teal", "ai_tags": ["Teal", "Sage Green", "Beige", "Midnight Navy", "Periwinkle", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Peacock Manor Indigo", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 185, "mfr_sku": "BMHD002/05A", "dw_sku": "DWBM-910050", "pattern_name": "Leopard Light", "color_name": "Beige", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1668-large_default/leopard-light.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:31.651226+00:00", "created_at": "2026-02-24T23:00:03.604366+00:00", "updated_at": "2026-06-18T00:02:31.651226+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F28500", "ai_colors": [{"hex": "#F28500", "name": "Tangerine", "percentage": 30}, {"hex": "#6A994E", "name": "Sage Green", "percentage": 35}, {"hex": "#F5F5DC", "name": "Ivory", "percentage": 25}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Animal Print", "Botanical"], "ai_background_color": "Ivory", "ai_tags": ["Tangerine", "Sage Green", "Ivory", "Jet Black", "Tropical", "Eclectic", "Maximalist", "Animal Print", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Leopard Light", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 186, "mfr_sku": "BMHD002/05B", "dw_sku": "DWBM-910051", "pattern_name": "Leopard Dark", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1664-large_default/leopard-dark.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:32.559468+00:00", "created_at": "2026-02-24T23:00:04.691499+00:00", "updated_at": "2026-06-18T00:02:32.559468+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F28500", "ai_colors": [{"hex": "#F28500", "name": "Tangerine", "percentage": 30}, {"hex": "#508F4F", "name": "Emerald Green", "percentage": 40}, {"hex": "#212121", "name": "Jet Black", "percentage": 20}, {"hex": "#40E0D0", "name": "Turquoise", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Jet Black", "ai_tags": ["Tangerine", "Emerald Green", "Jet Black", "Turquoise", "Tropical", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Leopard Dark", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 193, "mfr_sku": "BMHD002/03B", "dw_sku": "DWBM-910047", "pattern_name": "Feather Palm Charcoal", "color_name": "Dark Gray", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1639-large_default/feather-palm-charcoal.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:38.075834+00:00", "created_at": "2026-02-24T23:00:11.468819+00:00", "updated_at": "2026-06-18T00:02:38.075834+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3B3B46", "ai_colors": [{"hex": "#3B3B46", "name": "Deep Charcoal", "percentage": 50}, {"hex": "#D1A1A1", "name": "Dusty Rose", "percentage": 20}, {"hex": "#93935F", "name": "Sage Green", "percentage": 15}, {"hex": "#A68375", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Dusty Rose", "Sage Green", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Feather Palm Charcoal", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 194, "mfr_sku": "BMHD002/02A", "dw_sku": "DWBM-910044", "pattern_name": "Downtown Deco Miami Mint", "color_name": "Light Blue", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1631-large_default/downtown-deco-miami-mint.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:39.510398+00:00", "created_at": "2026-02-24T23:00:12.553469+00:00", "updated_at": "2026-06-18T00:02:39.510398+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Teal", "percentage": 35}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 25}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 15}, {"hex": "#EEE8AA", "name": "Pale Yellow", "percentage": 10}, {"hex": "#87CEEB", "name": "Sky Blue", "percentage": 15}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Sky Blue", "ai_tags": ["Teal", "Dusty Rose", "Warm Taupe", "Pale Yellow", "Sky Blue", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Paper", "Wallcovering", "Commercial", "Architectural", "Downtown Deco Miami Mint", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 187, "mfr_sku": "BMHD002/04A", "dw_sku": "DWBM-910048", "pattern_name": "Jewel A Flutter Indigo &amp; Red", "color_name": "Dark Teal", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1652-large_default/jewel-a-flutter-indigo-red.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:35.373946+00:00", "created_at": "2026-02-24T23:00:05.868348+00:00", "updated_at": "2026-06-18T00:02:35.373946+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#00537E", "ai_colors": [{"hex": "#00537E", "name": "Teal Blue", "percentage": 50}, {"hex": "#E96446", "name": "Coral", "percentage": 15}, {"hex": "#B4B85F", "name": "Sage Green", "percentage": 15}, {"hex": "#F08080", "name": "Dusty Rose", "percentage": 10}, {"hex": "#A6977F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Floral"], "ai_background_color": "Teal Blue", "ai_tags": ["Teal Blue", "Coral", "Sage Green", "Dusty Rose", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Floral", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jewel A Flutter Indigo &amp; Red", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 190, "mfr_sku": "BMHD002/04B", "dw_sku": "DWBM-910049", "pattern_name": "Jewel A Flutter Blush", "color_name": "Off-White", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1648-large_default/jewel-a-flutter-blush.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:36.259691+00:00", "created_at": "2026-02-24T23:00:08.950046+00:00", "updated_at": "2026-06-18T00:02:36.259691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F5F2EC", "ai_colors": [{"hex": "#F5F2EC", "name": "Soft White", "percentage": 55}, {"hex": "#99B18F", "name": "Sage Green", "percentage": 20}, {"hex": "#D1A192", "name": "Dusty Rose", "percentage": 15}, {"hex": "#50918F", "name": "Teal", "percentage": 5}, {"hex": "#A18E7A", "name": "Warm Taupe", "percentage": 5}], "ai_styles": ["Traditional", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Dusty Rose", "Teal", "Warm Taupe", "Traditional", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Jewel A Flutter Blush", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 191, "mfr_sku": "BMHD002/03A", "dw_sku": "DWBM-910046", "pattern_name": "Feather Palm Rose", "color_name": "Pale Pink", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1642-large_default/feather-palm-rose.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:37.388865+00:00", "created_at": "2026-02-24T23:00:09.922433+00:00", "updated_at": "2026-06-18T00:02:37.388865+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#D8B3B3", "ai_colors": [{"hex": "#D8B3B3", "name": "Dusty Rose", "percentage": 40}, {"hex": "#93A87F", "name": "Sage Green", "percentage": 20}, {"hex": "#B5B0AC", "name": "Warm Taupe", "percentage": 15}, {"hex": "#F2E9E2", "name": "Soft White", "percentage": 25}], "ai_styles": ["Traditional", "French Country", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Dusty Rose", "Sage Green", "Warm Taupe", "Soft White", "Traditional", "French Country", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Feather Palm Rose", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 196, "mfr_sku": "BMHD002/02B", "dw_sku": "DWBM-910045", "pattern_name": "Downtown Deco Indigo", "color_name": "Dark Navy", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1627-large_default/downtown-deco-indigo.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:40.409187+00:00", "created_at": "2026-02-24T23:00:14.292534+00:00", "updated_at": "2026-06-18T00:02:40.409187+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#008080", "ai_colors": [{"hex": "#008080", "name": "Deep Teal", "percentage": 35}, {"hex": "#191970", "name": "Midnight Navy", "percentage": 30}, {"hex": "#F7E7CE", "name": "Champagne Gold", "percentage": 15}, {"hex": "#A6C99A", "name": "Sage Green", "percentage": 10}, {"hex": "#CD7F32", "name": "Burnished Bronze", "percentage": 10}], "ai_styles": ["Art Deco", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Geometric"], "ai_background_color": "Midnight Navy", "ai_tags": ["Deep Teal", "Midnight Navy", "Champagne Gold", "Sage Green", "Burnished Bronze", "Art Deco", "Tropical", "Eclectic", "Botanical", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Downtown Deco Indigo", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 201, "mfr_sku": "BMTD001/14A", "dw_sku": "DWBM-910090", "pattern_name": "The Tropics Mint Green", "color_name": "Light Blue", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1482-large_default/the-tropics-mint-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:45.072681+00:00", "created_at": "2026-02-24T23:00:19.037364+00:00", "updated_at": "2026-06-18T00:02:45.072681+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#97B3A9", "ai_colors": [{"hex": "#97B3A9", "name": "Sage Green", "percentage": 40}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#E0B9B1", "name": "Dusty Rose", "percentage": 10}, {"hex": "#C2D6C9", "name": "Seafoam Green", "percentage": 15}, {"hex": "#7A8F88", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Dusty Rose", "Seafoam Green", "Slate Blue", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Tropics Mint Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 197, "mfr_sku": "BMHD002/01A", "dw_sku": "DWBM-910042", "pattern_name": "Charleston Tower Vintage Multi", "color_name": "Sage Green", "collection": "Heart Deco", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1623-large_default/charleston-tower-vintage-multi.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:41.240589+00:00", "created_at": "2026-02-24T23:00:15.16673+00:00", "updated_at": "2026-06-18T00:02:41.240589+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A2B199", "ai_colors": [{"hex": "#A2B199", "name": "Sage Green", "percentage": 30}, {"hex": "#BFA991", "name": "Warm Taupe", "percentage": 25}, {"hex": "#F2E9DC", "name": "Soft White", "percentage": 20}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}, {"hex": "#D3B1A8", "name": "Dusty Rose", "percentage": 10}], "ai_styles": ["Art Deco", "Hollywood Regency", "Eclectic"], "ai_patterns": ["Abstract", "Geometric"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Warm Taupe", "Soft White", "Jet Black", "Dusty Rose", "Art Deco", "Hollywood Regency", "Eclectic", "Abstract", "Geometric", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Charleston Tower Vintage Multi", "Heart Deco"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 199, "mfr_sku": "BMTD001/15A", "dw_sku": "DWBM-910092", "pattern_name": "Tropical Forest Dark Green &amp; Yellow", "color_name": "Sage Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1473-large_default/tropical-forest-dark-green-yellow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:42.729641+00:00", "created_at": "2026-02-24T23:00:16.94914+00:00", "updated_at": "2026-06-18T00:02:42.729641+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 55}, {"hex": "#3CB371", "name": "Emerald Green", "percentage": 25}, {"hex": "#FFD700", "name": "Golden Yellow", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Emerald Green", "Golden Yellow", "Jet Black", "Soft White", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Forest Dark Green &amp; Yellow", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 200, "mfr_sku": "BMTD001/15B", "dw_sku": "DWBM-910093", "pattern_name": "Tropical Forest Dark Green &amp; Pink", "color_name": "Forest Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1476-large_default/tropical-forest-dark-green-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:43.514963+00:00", "created_at": "2026-02-24T23:00:17.979957+00:00", "updated_at": "2026-06-18T00:02:43.514963+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 60}, {"hex": "#228B22", "name": "Forest Green", "percentage": 25}, {"hex": "#D87093", "name": "Dusty Rose", "percentage": 10}, {"hex": "#36454F", "name": "Charcoal", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Forest Green", "Dusty Rose", "Charcoal", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Forest Dark Green &amp; Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 203, "mfr_sku": "BMTD001/14B", "dw_sku": "DWBM-910091", "pattern_name": "The Tropics Deep Blue", "color_name": "Dark Blue", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1485-large_default/the-tropics-deep-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:46.055896+00:00", "created_at": "2026-02-24T23:00:21.236427+00:00", "updated_at": "2026-06-18T00:02:46.055896+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#193A72", "ai_colors": [{"hex": "#193A72", "name": "Midnight Navy", "percentage": 50}, {"hex": "#337C4B", "name": "Emerald Green", "percentage": 15}, {"hex": "#F0D863", "name": "Golden Yellow", "percentage": 15}, {"hex": "#F28541", "name": "Coral Orange", "percentage": 10}, {"hex": "#F2F2F2", "name": "Soft White", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic", "Contemporary"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Midnight Navy", "ai_tags": ["Midnight Navy", "Emerald Green", "Golden Yellow", "Coral Orange", "Soft White", "Tropical", "Eclectic", "Contemporary", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Tropics Deep Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 221, "mfr_sku": "BMTD001/05B", "dw_sku": "DWBM-910073", "pattern_name": "Banana Leaves Max Black &amp; White", "color_name": "Off-White", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1440-large_default/banana-leaves-max-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:59.645898+00:00", "created_at": "2026-02-24T23:00:38.12576+00:00", "updated_at": "2026-06-18T00:02:59.645898+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#F8F4EC", "name": "Soft White", "percentage": 40}, {"hex": "#000000", "name": "Jet Black", "percentage": 10}], "ai_styles": ["Contemporary", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Silver Gray", "Soft White", "Jet Black", "Contemporary", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Max Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 206, "mfr_sku": "BMTD001/13B", "dw_sku": "DWBM-910089", "pattern_name": "The Green House Sky Blue", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1488-large_default/the-green-house-sky-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:47.72985+00:00", "created_at": "2026-02-24T23:00:24.281312+00:00", "updated_at": "2026-06-18T00:02:47.72985+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB47F", "ai_colors": [{"hex": "#9CB47F", "name": "Sage Green", "percentage": 45}, {"hex": "#F0F2F4", "name": "Soft White", "percentage": 30}, {"hex": "#D2C1A6", "name": "Warm Taupe", "percentage": 20}, {"hex": "#708090", "name": "Slate Gray", "percentage": 5}], "ai_styles": ["Contemporary", "Scandinavian", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Soft White", "Warm Taupe", "Slate Gray", "Contemporary", "Scandinavian", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "The Green House Sky Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 208, "mfr_sku": "BMTD001/12B", "dw_sku": "DWBM-910087", "pattern_name": "The\tArchitecture Architecture Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1500-large_default/the-architecture-architecture-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:49.56792+00:00", "created_at": "2026-02-24T23:00:25.758176+00:00", "updated_at": "2026-06-18T00:02:49.56792+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 60}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#6B8E23", "name": "Sage Green", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Texture"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Sage Green", "Traditional", "Eclectic", "Botanical", "Texture", "Paper", "Wallcovering", "Commercial", "Architectural", "The\tArchitecture Architecture Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 209, "mfr_sku": "BMTD001/17A", "dw_sku": "DWBM-910096", "pattern_name": "Rice Terrace Max Grass Green", "color_name": "Light Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1509-large_default/rice-terrace-max-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:50.296429+00:00", "created_at": "2026-02-24T23:00:26.568429+00:00", "updated_at": "2026-06-18T00:02:50.296429+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A3B87F", "ai_colors": [{"hex": "#A3B87F", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#E4D0A4", "name": "Straw Yellow", "percentage": 10}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Sage Green", "Olive Green", "Warm Taupe", "Straw Yellow", "Deep Charcoal", "Soft White", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Max Grass Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 210, "mfr_sku": "BMTD001/17B", "dw_sku": "DWBM-910097", "pattern_name": "Rice Terrace Max Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1512-large_default/rice-terrace-max-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:50.93655+00:00", "created_at": "2026-02-24T23:00:27.605545+00:00", "updated_at": "2026-06-18T00:02:50.93655+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 40}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 35}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 25}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Max Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 211, "mfr_sku": "BMTD001/10A", "dw_sku": "DWBM-910082", "pattern_name": "Pampas Grass Neutral Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1518-large_default/pampas-grass-neutral-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:52.546981+00:00", "created_at": "2026-02-24T23:00:28.365653+00:00", "updated_at": "2026-06-18T00:02:52.546981+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0E4", "ai_colors": [{"hex": "#F2F0E4", "name": "Soft Beige", "percentage": 45}, {"hex": "#B3B0A8", "name": "Warm Taupe", "percentage": 40}, {"hex": "#E8E6D9", "name": "Ivory", "percentage": 15}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Botanical"], "ai_background_color": "Warm Taupe", "ai_tags": ["Soft Beige", "Warm Taupe", "Ivory", "Contemporary", "Scandinavian", "Transitional", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pampas Grass Neutral Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 216, "mfr_sku": "BMTD001/06A", "dw_sku": "DWBM-910074", "pattern_name": "Banana Leaves Standard Blush Pink", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1452-large_default/banana-leaves-standard-blush-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:56.69337+00:00", "created_at": "2026-02-24T23:00:33.275573+00:00", "updated_at": "2026-06-18T00:02:56.69337+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#347C69", "ai_colors": [{"hex": "#347C69", "name": "Emerald Green", "percentage": 50}, {"hex": "#E3D9C6", "name": "Soft Beige", "percentage": 30}, {"hex": "#708238", "name": "Olive Green", "percentage": 10}, {"hex": "#98FF98", "name": "Seafoam Green", "percentage": 10}], "ai_styles": ["Tropical", "Contemporary"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft Beige", "ai_tags": ["Emerald Green", "Soft Beige", "Olive Green", "Seafoam Green", "Tropical", "Contemporary", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Standard Blush Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 213, "mfr_sku": "BMTD001/10B", "dw_sku": "DWBM-910083", "pattern_name": "Pampas Grass Cornflower Blue", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1521-large_default/pampas-grass-cornflower-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:53.302928+00:00", "created_at": "2026-02-24T23:00:30.456979+00:00", "updated_at": "2026-06-18T00:02:53.302928+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Floral", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F2F0E6", "ai_colors": [{"hex": "#F2F0E6", "name": "Soft White", "percentage": 40}, {"hex": "#D4CDBF", "name": "Warm Taupe", "percentage": 30}, {"hex": "#C2C7C9", "name": "Light Gray", "percentage": 30}], "ai_styles": ["Contemporary", "Scandinavian", "Transitional"], "ai_patterns": ["Botanical"], "ai_background_color": "Light Gray", "ai_tags": ["Soft White", "Warm Taupe", "Light Gray", "Contemporary", "Scandinavian", "Transitional", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Pampas Grass Cornflower Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 214, "mfr_sku": "BMTD001/09A", "dw_sku": "DWBM-910080", "pattern_name": "Monkey Forest Dark Green &amp; Yellow", "color_name": "Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1524-large_default/monkey-forest-dark-green-yellow.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": "7245736149043", "last_scraped": "2026-06-18T00:02:54.224613+00:00", "created_at": "2026-02-24T23:00:31.423952+00:00", "updated_at": "2026-06-18T00:02:54.224613+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 60}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 20}, {"hex": "#FFD700", "name": "Golden Yellow", "percentage": 10}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Golden Yellow", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Forest Dark Green &amp; Yellow", "Tropical Daze"], "width_inches": null, "on_shopify": true, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 215, "mfr_sku": "BMTD001/09B", "dw_sku": "DWBM-910081", "pattern_name": "Monkey Forest Dark Green &amp; Pink", "color_name": "Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1527-large_default/monkey-forest-dark-green-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:55.207573+00:00", "created_at": "2026-02-24T23:00:32.309174+00:00", "updated_at": "2026-06-18T00:02:55.207573+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#DDA0DD", "name": "Dusty Rose", "percentage": 10}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}, {"hex": "#000000", "name": "Jet Black", "percentage": 5}], "ai_styles": ["Tropical", "Eclectic", "Maximalist"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Dusty Rose", "Warm Taupe", "Jet Black", "Tropical", "Eclectic", "Maximalist", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Monkey Forest Dark Green &amp; Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 218, "mfr_sku": "BMTD001/06B", "dw_sku": "DWBM-910075", "pattern_name": "Banana Leaves Standard Black &amp; White", "color_name": "Off-White", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1449-large_default/banana-leaves-standard-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:57.43154+00:00", "created_at": "2026-02-24T23:00:35.160105+00:00", "updated_at": "2026-06-18T00:02:57.43154+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 35}, {"hex": "#000000", "name": "Jet Black", "percentage": 15}], "ai_styles": ["Contemporary", "Tropical"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft White", "ai_tags": ["Silver Gray", "Soft White", "Jet Black", "Contemporary", "Tropical", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Standard Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 219, "mfr_sku": "BMTD001/05A", "dw_sku": "DWBM-910072", "pattern_name": "Banana Leaves Max Blush Pink", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1443-large_default/banana-leaves-max-blush-pink.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:02:58.611313+00:00", "created_at": "2026-02-24T23:00:36.150435+00:00", "updated_at": "2026-06-18T00:02:58.611313+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#55997B", "ai_colors": [{"hex": "#55997B", "name": "Jade Green", "percentage": 45}, {"hex": "#E5DDCB", "name": "Soft Beige", "percentage": 35}, {"hex": "#709966", "name": "Olive Green", "percentage": 10}, {"hex": "#C09944", "name": "Mustard Yellow", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Soft Beige", "ai_tags": ["Jade Green", "Soft Beige", "Olive Green", "Mustard Yellow", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Banana Leaves Max Blush Pink", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 226, "mfr_sku": "BMTD001/02B", "dw_sku": "DWBM-910067", "pattern_name": "Alpine Landscape Alpine Green", "color_name": "Jade Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1413-large_default/alpine-landscape-alpine-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:03.238473+00:00", "created_at": "2026-02-24T23:00:42.853828+00:00", "updated_at": "2026-06-18T00:03:03.238473+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6A996E", "ai_colors": [{"hex": "#6A996E", "name": "Sage Green", "percentage": 50}, {"hex": "#A2C9A5", "name": "Seafoam Green", "percentage": 30}, {"hex": "#1E414A", "name": "Deep Teal", "percentage": 20}], "ai_styles": ["Contemporary", "Tropical", "Eclectic"], "ai_patterns": ["Botanical"], "ai_background_color": "Deep Teal", "ai_tags": ["Sage Green", "Seafoam Green", "Deep Teal", "Contemporary", "Tropical", "Eclectic", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Alpine Landscape Alpine Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 227, "mfr_sku": "BMTD001/01A", "dw_sku": "DWBM-910064", "pattern_name": "Abstract Jungle Putty Grey", "color_name": "Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1405-large_default/abstract-jungle-putty-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:04.891554+00:00", "created_at": "2026-02-24T23:00:43.840953+00:00", "updated_at": "2026-06-18T00:03:04.891554+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B5A99A", "ai_colors": [{"hex": "#B5A99A", "name": "Warm Taupe", "percentage": 35}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 30}, {"hex": "#777470", "name": "Slate Gray", "percentage": 25}, {"hex": "#A09B93", "name": "Taupe Gray", "percentage": 10}], "ai_styles": ["Contemporary", "Scandinavian", "Eclectic"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Soft White", "Slate Gray", "Taupe Gray", "Contemporary", "Scandinavian", "Eclectic", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Abstract Jungle Putty Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 222, "mfr_sku": "BMTD001/03A", "dw_sku": "DWBM-910068", "pattern_name": "Animal Architecture Architecture Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1428-large_default/animal-architecture-architecture-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:00.149062+00:00", "created_at": "2026-02-24T23:00:38.828236+00:00", "updated_at": "2026-06-18T00:03:00.149062+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 60}, {"hex": "#333333", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 10}], "ai_styles": ["Traditional", "Eclectic"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Deep Charcoal", "Light Gray", "Traditional", "Eclectic", "Botanical", "Animal Print", "Paper", "Wallcovering", "Commercial", "Architectural", "Animal Architecture Architecture Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 223, "mfr_sku": "BMTD001/03B", "dw_sku": "DWBM-910069", "pattern_name": "Animal Architecture Architecture Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1425-large_default/animal-architecture-architecture-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:00.975021+00:00", "created_at": "2026-02-24T23:00:39.536004+00:00", "updated_at": "2026-06-18T00:03:00.975021+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#F0F0F0", "ai_colors": [{"hex": "#F0F0F0", "name": "Soft White", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 20}, {"hex": "#D2B48C", "name": "Tan", "percentage": 20}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Olive Green", "Tan", "Deep Charcoal", "Eclectic", "Traditional", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Animal Architecture Architecture Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 224, "mfr_sku": "BMTD001/02A", "dw_sku": "DWBM-910066", "pattern_name": "Alpine Landscape Green Multicoloured", "color_name": "Dark Teal", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1417-large_default/alpine-landscape-green-multicoloured.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:02.378102+00:00", "created_at": "2026-02-24T23:00:40.636733+00:00", "updated_at": "2026-06-18T00:03:02.378102+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB1A9", "ai_colors": [{"hex": "#9CB1A9", "name": "Sage Green", "percentage": 40}, {"hex": "#F2F4F0", "name": "Soft White", "percentage": 25}, {"hex": "#B4A9C1", "name": "Dusty Lavender", "percentage": 15}, {"hex": "#E0DDB1", "name": "Pale Yellow", "percentage": 10}, {"hex": "#78A3B1", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Contemporary", "Eclectic", "Botanical"], "ai_patterns": ["Floral"], "ai_background_color": "Deep Teal", "ai_tags": ["Sage Green", "Soft White", "Dusty Lavender", "Pale Yellow", "Slate Blue", "Deep Teal", "Contemporary", "Eclectic", "Botanical", "Floral", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Alpine Landscape Green Multicoloured", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 229, "mfr_sku": "BMTD001/01B", "dw_sku": "DWBM-910065", "pattern_name": "Abstract Jungle Leaf Green", "color_name": "Pale Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1401-large_default/abstract-jungle-leaf-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:05.440574+00:00", "created_at": "2026-02-24T23:00:45.461921+00:00", "updated_at": "2026-06-18T00:03:05.440574+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#9CB48F", "ai_colors": [{"hex": "#F2F0E6", "name": "Soft White", "percentage": 40}, {"hex": "#9CB48F", "name": "Sage Green", "percentage": 35}, {"hex": "#73856B", "name": "Olive Green", "percentage": 20}, {"hex": "#363E35", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Contemporary", "Scandinavian", "Tropical"], "ai_patterns": ["Botanical", "Abstract"], "ai_background_color": "Soft White", "ai_tags": ["Soft White", "Sage Green", "Olive Green", "Deep Charcoal", "Contemporary", "Scandinavian", "Tropical", "Botanical", "Abstract", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Abstract Jungle Leaf Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 230, "mfr_sku": "BMTD001/16A", "dw_sku": "DWBM-910094", "pattern_name": "Tropical Reflections Green", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1467-large_default/tropical-reflections-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:06.258681+00:00", "created_at": "2026-02-24T23:00:46.536289+00:00", "updated_at": "2026-06-18T00:03:06.258681+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#8F977D", "ai_colors": [{"hex": "#8F977D", "name": "Sage Green", "percentage": 35}, {"hex": "#778793", "name": "Slate Blue", "percentage": 30}, {"hex": "#363A32", "name": "Deep Charcoal", "percentage": 20}, {"hex": "#B19A79", "name": "Warm Taupe", "percentage": 15}], "ai_styles": ["Tropical", "Eclectic", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Slate Blue", "ai_tags": ["Sage Green", "Slate Blue", "Deep Charcoal", "Warm Taupe", "Tropical", "Eclectic", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Tropical Reflections Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 231, "mfr_sku": "BMTD001/16B", "dw_sku": "DWBM-910095", "pattern_name": "Tropical Reflections Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1470-large_default/tropical-reflections-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:06.971816+00:00", "created_at": "2026-02-24T23:00:47.597281+00:00", "updated_at": "2026-06-18T00:03:06.971816+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Tropical/Botanical", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 50}, {"hex": "#D3D3D3", "name": "Light Gray", "percentage": 30}, {"hex": "#A9A9A9", "name": "Dark Gray", "percentage": 20}], "ai_styles": ["Traditional", "Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Light Gray", "ai_tags": ["Silver Gray", "Light Gray", "Dark Gray", "Traditional", "Tropical", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Tropical Reflections Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 232, "mfr_sku": "BMTD001/11A", "dw_sku": "DWBM-910084", "pattern_name": "Rice Terrace Standard Grass Green", "color_name": "Sage Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1503-large_default/rice-terrace-standard-grass-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:07.475395+00:00", "created_at": "2026-02-24T23:00:48.667545+00:00", "updated_at": "2026-06-18T00:03:07.475395+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Textured", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#6B8E23", "ai_colors": [{"hex": "#6B8E23", "name": "Sage Green", "percentage": 50}, {"hex": "#556B2F", "name": "Olive Green", "percentage": 25}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 15}, {"hex": "#BC8F8F", "name": "Warm Taupe", "percentage": 10}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Sage Green", "ai_tags": ["Sage Green", "Olive Green", "Soft White", "Warm Taupe", "Tropical", "Eclectic", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Standard Grass Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 233, "mfr_sku": "BMTD001/11B", "dw_sku": "DWBM-910085", "pattern_name": "Rice Terrace Standard Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1506-large_default/rice-terrace-standard-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:08.171757+00:00", "created_at": "2026-02-24T23:00:49.560287+00:00", "updated_at": "2026-06-18T00:03:08.171757+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A9A9A9", "ai_colors": [{"hex": "#A9A9A9", "name": "Cool Gray", "percentage": 50}, {"hex": "#F5F5F5", "name": "Soft White", "percentage": 30}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 20}], "ai_styles": ["Tropical", "Eclectic"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Cool Gray", "Soft White", "Deep Charcoal", "Tropical", "Eclectic", "Botanical", "Scenic", "Paper", "Wallcovering", "Commercial", "Architectural", "Rice Terrace Standard Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Paper", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 234, "mfr_sku": "BMTD001/08A", "dw_sku": "DWBM-910078", "pattern_name": "Exotic Birds Concrete Grey", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1533-large_default/exotic-birds-concrete-grey.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:10.01691+00:00", "created_at": "2026-02-24T23:00:50.481006+00:00", "updated_at": "2026-06-18T00:03:10.01691+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Faux Stone", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 70}, {"hex": "#F0F0F0", "name": "Soft White", "percentage": 30}], "ai_styles": ["Contemporary", "Scandinavian"], "ai_patterns": ["Botanical"], "ai_background_color": "Silver Gray", "ai_tags": ["Silver Gray", "Soft White", "Contemporary", "Scandinavian", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Exotic Birds Concrete Grey", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 236, "mfr_sku": "BMTD001/08B", "dw_sku": "DWBM-910079", "pattern_name": "Exotic Birds Duck Egg Blue", "color_name": "Pale Green", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1536-large_default/exotic-birds-duck-egg-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:10.937845+00:00", "created_at": "2026-02-24T23:00:52.608055+00:00", "updated_at": "2026-06-18T00:03:10.937845+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#A7C1B9", "ai_colors": [{"hex": "#A7C1B9", "name": "Seafoam Green", "percentage": 70}, {"hex": "#C8A7B4", "name": "Dusty Rose", "percentage": 15}, {"hex": "#D0C9D6", "name": "Pale Lavender", "percentage": 10}, {"hex": "#F2F4F5", "name": "Soft White", "percentage": 5}], "ai_styles": ["Contemporary", "Eclectic", "Chinoiserie"], "ai_patterns": ["Botanical", "Animal Print"], "ai_background_color": "Seafoam Green", "ai_tags": ["Seafoam Green", "Dusty Rose", "Pale Lavender", "Soft White", "Contemporary", "Eclectic", "Chinoiserie", "Botanical", "Animal Print", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Exotic Birds Duck Egg Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 240, "mfr_sku": "BMTD001/04B", "dw_sku": "DWBM-910071", "pattern_name": "Animal Islands Bamboo Green", "color_name": "Light Beige", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1431-large_default/animal-islands-bamboo-green.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:15.214668+00:00", "created_at": "2026-02-24T23:00:56.686254+00:00", "updated_at": "2026-06-18T00:03:15.214668+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#B5B09E", "ai_colors": [{"hex": "#B5B09E", "name": "Warm Taupe", "percentage": 40}, {"hex": "#7A8A6D", "name": "Sage Green", "percentage": 25}, {"hex": "#A0785A", "name": "Burnished Bronze", "percentage": 20}, {"hex": "#C7919F", "name": "Dusty Rose", "percentage": 10}, {"hex": "#363636", "name": "Deep Charcoal", "percentage": 5}], "ai_styles": ["Eclectic", "Tropical", "Traditional"], "ai_patterns": ["Botanical", "Animal Print", "Scenic"], "ai_background_color": "Soft White", "ai_tags": ["Warm Taupe", "Sage Green", "Burnished Bronze", "Dusty Rose", "Deep Charcoal", "Soft White", "Eclectic", "Tropical", "Traditional", "Botanical", "Animal Print", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Animal Islands Bamboo Green", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 242, "mfr_sku": "BMTD001/04A", "dw_sku": "DWBM-910070", "pattern_name": "Animal Islands Midnight Blue", "color_name": "Dark Teal", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1434-large_default/animal-islands-midnight-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:16.011185+00:00", "created_at": "2026-02-24T23:00:58.803216+00:00", "updated_at": "2026-06-18T00:03:16.011185+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "Animal Print", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#0A2235", "ai_colors": [{"hex": "#0A2235", "name": "Deep Teal", "percentage": 40}, {"hex": "#88A878", "name": "Sage Green", "percentage": 25}, {"hex": "#B19A7A", "name": "Warm Taupe", "percentage": 20}, {"hex": "#D0919F", "name": "Dusty Rose", "percentage": 15}], "ai_styles": ["Eclectic", "Tropical", "Traditional"], "ai_patterns": ["Botanical", "Scenic"], "ai_background_color": "Deep Teal", "ai_tags": ["Deep Teal", "Sage Green", "Warm Taupe", "Dusty Rose", "Eclectic", "Tropical", "Traditional", "Botanical", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Animal Islands Midnight Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 237, "mfr_sku": "BMTD001/07A", "dw_sku": "DWBM-910076", "pattern_name": "Curious Skies Midnight Blue", "color_name": "Dark Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1461-large_default/curious-skies-midnight-blue.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:12.510425+00:00", "created_at": "2026-02-24T23:00:53.682842+00:00", "updated_at": "2026-06-18T00:03:12.510425+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#3A404A", "ai_colors": [{"hex": "#3A404A", "name": "Deep Charcoal", "percentage": 60}, {"hex": "#A68A6D", "name": "Warm Taupe", "percentage": 20}, {"hex": "#F2F0EB", "name": "Soft White", "percentage": 10}, {"hex": "#708090", "name": "Slate Blue", "percentage": 10}], "ai_styles": ["Eclectic", "Maximalist", "Traditional"], "ai_patterns": ["Abstract", "Botanical"], "ai_background_color": "Deep Charcoal", "ai_tags": ["Deep Charcoal", "Warm Taupe", "Soft White", "Slate Blue", "Eclectic", "Maximalist", "Traditional", "Abstract", "Botanical", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Curious Skies Midnight Blue", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}
+{"id": 239, "mfr_sku": "BMTD001/07B", "dw_sku": "DWBM-910077", "pattern_name": "Curious Skies Black &amp; White", "color_name": "Light Gray", "collection": "Tropical Daze", "product_type": null, "width": null, "length": null, "repeat_v": null, "repeat_h": null, "material": null, "price_retail": 3.0, "price_trade": null, "image_url": "https://api.brandmckenzie.com/1458-large_default/curious-skies-black-white.jpg", "in_stock": true, "discontinued": false, "shopify_product_id": null, "last_scraped": "2026-06-18T00:03:13.221081+00:00", "created_at": "2026-02-24T23:00:55.692207+00:00", "updated_at": "2026-06-18T00:03:13.221081+00:00", "fire_rating": "", "finish": "", "application": "", "match_type": "", "coverage": "", "features": "", "all_images": "", "design": "", "rooms": "", "color_primary": "", "color_secondary": "", "us_distributor": "", "showroom_locations": "", "about_vendor": "", "color_hex": "#C0C0C0", "ai_colors": [{"hex": "#C0C0C0", "name": "Silver Gray", "percentage": 60}, {"hex": "#36454F", "name": "Deep Charcoal", "percentage": 30}, {"hex": "#F8F8FF", "name": "Soft White", "percentage": 10}], "ai_styles": ["Eclectic", "Traditional"], "ai_patterns": ["Abstract", "Scenic"], "ai_background_color": "Silver Gray", "ai_tags": ["Silver Gray", "Deep Charcoal", "Soft White", "Eclectic", "Traditional", "Abstract", "Scenic", "Non-Woven", "Wallcovering", "Commercial", "Architectural", "Curious Skies Black &amp; White", "Tropical Daze"], "width_inches": null, "on_shopify": false, "ai_description": "Non-Woven", "dominant_color_hex": null, "image_rejected": false, "image_rejection_reason": null, "repeat_classification": null, "tariff_pct": null, "tariff_amount_per_roll": null, "tariff_amount_per_yard": null, "tariff_updated_at": null, "line": null}

← de19e16 rwltd: recover 986 images $0 colorway-accurate + deploy (hea  ·  back to Dw Vendor Microsites  ·  command54 (Phillipe Romano): recover 2110 images LOCAL $0 + 931ccb7 →