← back to Designer Wallcoverings
material envelope fix: unwrap 523 + Ultrasuede + live-theme guard + canary
660a9307c43f960e0fc4c434e64263e4ae02a065 · 2026-07-07 09:53:44 -0700 · Steve
Files touched
M DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.jsA shopify/material-envelope-fix/README.mdA shopify/material-envelope-fix/broken_material.jsonA shopify/material-envelope-fix/fix_material.pyA shopify/material-envelope-fix/fix_ultrasuede.pyA shopify/material-envelope-fix/product-description-meta.GUARDED.liquidA shopify/material-envelope-fix/product-description-meta.ORIGINAL.liquidA shopify/material-envelope-fix/scan_material.pyM shopify/scripts/cadence/data/cadence-cursor.jsonM shopify/scripts/cadence/data/cadence-plan-am-2026-07-07.jsonM shopify/scripts/cadence/data/upload-restore-2026-07-07.jsonlD shopify/scripts/enrich-color-details-local.js
Diff
commit 660a9307c43f960e0fc4c434e64263e4ae02a065
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Jul 7 09:53:44 2026 -0700
material envelope fix: unwrap 523 + Ultrasuede + live-theme guard + canary
---
.../scripts/import-drain-live.js | 9 +-
shopify/material-envelope-fix/README.md | 22 +
shopify/material-envelope-fix/broken_material.json | 6283 ++++++++++++++++++++
shopify/material-envelope-fix/fix_material.py | 77 +
shopify/material-envelope-fix/fix_ultrasuede.py | 37 +
.../product-description-meta.GUARDED.liquid | 92 +
.../product-description-meta.ORIGINAL.liquid | 90 +
shopify/material-envelope-fix/scan_material.py | 113 +
shopify/scripts/cadence/data/cadence-cursor.json | 2 +-
.../cadence/data/cadence-plan-am-2026-07-07.json | 182 +-
.../cadence/data/upload-restore-2026-07-07.jsonl | 15 +
shopify/scripts/enrich-color-details-local.js | 107 -
12 files changed, 6827 insertions(+), 202 deletions(-)
diff --git a/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js b/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js
index fb6f4184..b4706b5a 100644
--- a/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js
+++ b/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js
@@ -18,8 +18,13 @@ const ROOT = path.join(__dirname, '..');
const DIR = path.join(ROOT, 'data', 'scraper-audit', 'reconcile');
const LOG = path.join(require('os').homedir(), 'Library', 'Logs', 'import-queue-drain.log');
const PORT = process.env.PORT || 9837;
-// Tailscale-only — never LAN/public.
-const HOST = '100.65.187.120';
+// Tailscale-only — never LAN/public. Resolve THIS host's tailscale IP (100.x on a
+// utun iface) dynamically so the binding survives a host move (was hardcoded to
+// mac2 100.65.187.120, which can't bind on mac3). Falls back to loopback.
+const HOST = process.env.BIND_HOST
+ || (Object.values(require('os').networkInterfaces()).flat()
+ .find(i => i && i.family === 'IPv4' && i.address.startsWith('100.'))?.address)
+ || '127.0.0.1';
// PG (dw_unified) for the "Recent daily uploads" dropdown — created_at_shopify
// is the true Shopify upload date, so this shows ALL upload sources (rebel-walls
diff --git a/shopify/material-envelope-fix/README.md b/shopify/material-envelope-fix/README.md
new file mode 100644
index 00000000..af663eb6
--- /dev/null
+++ b/shopify/material-envelope-fix/README.md
@@ -0,0 +1,22 @@
+# Material metafield double-encoding fix (2026-07-07)
+
+571 live products rendered the Material spec as a raw JSON envelope
+`{"type":"single_line_text_field","value":"Paper"}` — a Python importer wrote
+`json.dumps({...})` as the value of `custom.material` + `dwc.contents`.
+
+## Fix (3 layers, per /dtd verdict C)
+1. **Data unwrap** — `fix_material.py --apply`: 523 products, wrote clean
+ `global.Material` rich value back to custom.material + dwc.contents.
+2. **48 Ultrasuede** — `fix_ultrasuede.py --apply`: no clean source (description
+ stuffed in, truncated); set to "100% Polyester Microfiber" (Steve 2026-07-07).
+3. **Theme envelope-guard** — live theme #144076931123
+ snippets/product-description-meta.liquid: unwrap any leaked envelope at render
+ (see .GUARDED vs .ORIGINAL). Deployed + proven (envelope -> unwrapped value).
+
+## Recurrence guard
+`~/Projects/dw-material-envelope-canary` (launchd com.steve.dw-material-envelope-canary,
+daily 05:40) scans the catalog for any re-corruption; CNCP alert on FAIL.
+
+## Verified
+Full catalog scan post-fix: 135,398 products, 0 envelope-corrupted.
+Root corruptor script not pinned (migrate.py exonerated; likely a one-off Python run).
diff --git a/shopify/material-envelope-fix/broken_material.json b/shopify/material-envelope-fix/broken_material.json
new file mode 100644
index 00000000..1f99776a
--- /dev/null
+++ b/shopify/material-envelope-fix/broken_material.json
@@ -0,0 +1,6283 @@
+[
+ {
+ "id": "gid://shopify/Product/6790303055923",
+ "handle": "ultra_2000",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303121459",
+ "handle": "ultra_2010",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303186995",
+ "handle": "ultra_2020",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303285299",
+ "handle": "ultra_2040",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303318067",
+ "handle": "ultra_2050",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303383603",
+ "handle": "ultra_2060",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303449139",
+ "handle": "ultra_2080",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303481907",
+ "handle": "ultra_2090",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303711283",
+ "handle": "ultra_2140",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303776819",
+ "handle": "ultra_2160",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790303875123",
+ "handle": "ultra_2180",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304006195",
+ "handle": "ultra_2210",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304071731",
+ "handle": "ultra_2230",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304170035",
+ "handle": "ultra_2250",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304399411",
+ "handle": "ultra_2310",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304759859",
+ "handle": "ultra_2390",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304825395",
+ "handle": "ultra_2410",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790304989235",
+ "handle": "ultra_2450",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305153075",
+ "handle": "ultra_2490",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305251379",
+ "handle": "ultra_2510",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305316915",
+ "handle": "ultra_2520",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305546291",
+ "handle": "ultra_2560",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305579059",
+ "handle": "ultra_2570",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305611827",
+ "handle": "ultra_2580",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790305906739",
+ "handle": "ultra_2630",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306005043",
+ "handle": "ultra_2650",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306037811",
+ "handle": "ultra_2660",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306136115",
+ "handle": "ultra_2680",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306168883",
+ "handle": "ultra_2690",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306234419",
+ "handle": "ultra_2710",
+ "vendor": "Ultrasuede",
+ "status": "DRAFT",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306267187",
+ "handle": "ultra_2720",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306398259",
+ "handle": "ultra_2750",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306431027",
+ "handle": "ultra_2760",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306496563",
+ "handle": "ultra_2770",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306562099",
+ "handle": "ultra_2790",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306594867",
+ "handle": "ultra_2800",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306660403",
+ "handle": "ultra_2810",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306693171",
+ "handle": "ultra_2820",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306758707",
+ "handle": "ultra_2840",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306791475",
+ "handle": "ultra_2850",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306824243",
+ "handle": "ultra_2860",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306889779",
+ "handle": "ultra_2870",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306922547",
+ "handle": "ultra_2880",
+ "vendor": "Ultrasuede",
+ "status": "DRAFT",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306955315",
+ "handle": "ultra_2890",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790306988083",
+ "handle": "ultra_2900",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790307053619",
+ "handle": "ultra_2910",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6790307217459",
+ "handle": "ultra_2950",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/6930162352179",
+ "handle": "copy-of-ultrasuede-mulberry-red",
+ "vendor": "Ultrasuede",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "UNFIXABLE",
+ "new_value": null,
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/7283780649011",
+ "handle": "dwqw-56003-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283780714547",
+ "handle": "dwqw-56004-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283780747315",
+ "handle": "dwqw-56005-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283780780083",
+ "handle": "dwqw-56006-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283780812851",
+ "handle": "dwqw-56007-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283780878387",
+ "handle": "dwqw-56008-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799097395",
+ "handle": "dwqw-56009-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799195699",
+ "handle": "dwqw-56010-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799261235",
+ "handle": "dwqw-56011-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799425075",
+ "handle": "dwqw-56012-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799457843",
+ "handle": "dwqw-56013-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799523379",
+ "handle": "dwqw-56014-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799556147",
+ "handle": "dwqw-56015-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799621683",
+ "handle": "dwqw-56016-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799752755",
+ "handle": "dwqw-56017-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799785523",
+ "handle": "dwqw-56018-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799818291",
+ "handle": "dwqw-56019-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283799851059",
+ "handle": "dwqw-56020-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800113203",
+ "handle": "dwqw-56021-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800145971",
+ "handle": "dwqw-56022-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800211507",
+ "handle": "dwqw-56023-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800309811",
+ "handle": "dwqw-56025-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800342579",
+ "handle": "dwqw-56026-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800375347",
+ "handle": "dwqw-56027-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800440883",
+ "handle": "dwqw-56029-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800473651",
+ "handle": "dwqw-56030-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800506419",
+ "handle": "dwqw-56031-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800539187",
+ "handle": "dwqw-56032-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800571955",
+ "handle": "dwqw-56033-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800604723",
+ "handle": "dwqw-56034-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800637491",
+ "handle": "dwqw-56035-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800670259",
+ "handle": "dwqw-56036-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800735795",
+ "handle": "dwqw-56037-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800768563",
+ "handle": "dwqw-56038-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800801331",
+ "handle": "dwqw-56039-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800834099",
+ "handle": "dwqw-56040-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800866867",
+ "handle": "dwqw-56041-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800932403",
+ "handle": "dwqw-56042-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800965171",
+ "handle": "dwqw-56043-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283800997939",
+ "handle": "dwqw-56044-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283801063475",
+ "handle": "dwqw-56046-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283801096243",
+ "handle": "dwqw-56047-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283802865715",
+ "handle": "dwqw-56048-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283802898483",
+ "handle": "dwqw-56049-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283802931251",
+ "handle": "dwqw-56050-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283802964019",
+ "handle": "dwqw-56051-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283802996787",
+ "handle": "dwqw-56052-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803029555",
+ "handle": "dwqw-56053-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803062323",
+ "handle": "dwqw-56054-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803095091",
+ "handle": "dwqw-56055-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803193395",
+ "handle": "dwqw-56057-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803226163",
+ "handle": "dwqw-56058-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803291699",
+ "handle": "dwqw-56060-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803357235",
+ "handle": "dwqw-56061-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803390003",
+ "handle": "dwqw-56062-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803422771",
+ "handle": "dwqw-56063-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803488307",
+ "handle": "dwqw-56065-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803521075",
+ "handle": "dwqw-56066-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Uncoated Paper (FSC)",
+ "global_material": "Heavyweight Uncoated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803553843",
+ "handle": "dwqw-56067-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803619379",
+ "handle": "dwqw-56068-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803652147",
+ "handle": "dwqw-56069-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803717683",
+ "handle": "dwqw-56071-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803750451",
+ "handle": "dwqw-56072-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803783219",
+ "handle": "dwqw-56073-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803815987",
+ "handle": "dwqw-56074-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803848755",
+ "handle": "dwqw-56075-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803881523",
+ "handle": "dwqw-56076-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803914291",
+ "handle": "dwqw-56077-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803947059",
+ "handle": "dwqw-56078-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283803979827",
+ "handle": "dwqw-56079-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804012595",
+ "handle": "dwqw-56080-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804045363",
+ "handle": "dwqw-56081-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804078131",
+ "handle": "dwqw-56082-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804110899",
+ "handle": "dwqw-56083-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804241971",
+ "handle": "dwqw-56084-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804307507",
+ "handle": "dwqw-56086-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804340275",
+ "handle": "dwqw-56087-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804373043",
+ "handle": "dwqw-56088-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804405811",
+ "handle": "dwqw-56089-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804471347",
+ "handle": "dwqw-56091-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804504115",
+ "handle": "dwqw-56092-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804536883",
+ "handle": "dwqw-56093-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804602419",
+ "handle": "dwqw-56094-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804667955",
+ "handle": "dwqw-56095-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804700723",
+ "handle": "dwqw-56096-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804766259",
+ "handle": "dwqw-56098-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804831795",
+ "handle": "dwqw-56099-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804864563",
+ "handle": "dwqw-56100-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804897331",
+ "handle": "dwqw-56101-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804962867",
+ "handle": "dwqw-56103-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283804995635",
+ "handle": "dwqw-56104-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805028403",
+ "handle": "dwqw-56105-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805061171",
+ "handle": "dwqw-56106-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805093939",
+ "handle": "dwqw-56107-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805126707",
+ "handle": "dwqw-56108-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805192243",
+ "handle": "dwqw-56109-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805225011",
+ "handle": "dwqw-56110-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805323315",
+ "handle": "dwqw-56112-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805356083",
+ "handle": "dwqw-56113-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805388851",
+ "handle": "dwqw-56114-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805421619",
+ "handle": "dwqw-56115-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805454387",
+ "handle": "dwqw-56116-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805487155",
+ "handle": "dwqw-56118-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805519923",
+ "handle": "dwqw-56119-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805552691",
+ "handle": "dwqw-56120-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805618227",
+ "handle": "dwqw-56121-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805650995",
+ "handle": "dwqw-56122-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805683763",
+ "handle": "dwqw-56123-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805716531",
+ "handle": "dwqw-56124-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805749299",
+ "handle": "dwqw-56125-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805782067",
+ "handle": "dwqw-56126-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805814835",
+ "handle": "dwqw-56127-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805847603",
+ "handle": "dwqw-56128-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805880371",
+ "handle": "dwqw-56129-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805913139",
+ "handle": "dwqw-56130-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805945907",
+ "handle": "dwqw-56131-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283805978675",
+ "handle": "dwqw-56132-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806011443",
+ "handle": "dwqw-56133-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806044211",
+ "handle": "dwqw-56134-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806076979",
+ "handle": "dwqw-56135-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806142515",
+ "handle": "dwqw-56136-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806175283",
+ "handle": "dwqw-56137-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806208051",
+ "handle": "dwqw-56138-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806240819",
+ "handle": "dwqw-56139-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806273587",
+ "handle": "dwqw-56140-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806306355",
+ "handle": "dwqw-56141-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806339123",
+ "handle": "dwqw-56142-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806371891",
+ "handle": "dwqw-56143-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806404659",
+ "handle": "dwqw-56144-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806437427",
+ "handle": "dwqw-56145-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806502963",
+ "handle": "dwqw-56147-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806535731",
+ "handle": "dwqw-56148-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806568499",
+ "handle": "dwqw-56149-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806601267",
+ "handle": "dwqw-56150-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806634035",
+ "handle": "dwqw-56151-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806666803",
+ "handle": "dwqw-56152-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806699571",
+ "handle": "dwqw-56153-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806732339",
+ "handle": "dwqw-56154-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806765107",
+ "handle": "dwqw-56155-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806830643",
+ "handle": "dwqw-56156-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806863411",
+ "handle": "dwqw-56157-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806896179",
+ "handle": "dwqw-56158-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806928947",
+ "handle": "dwqw-56159-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283806961715",
+ "handle": "dwqw-56160-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807027251",
+ "handle": "dwqw-56162-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807092787",
+ "handle": "dwqw-56163-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807125555",
+ "handle": "dwqw-56164-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807158323",
+ "handle": "dwqw-56165-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807223859",
+ "handle": "dwqw-56166-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807256627",
+ "handle": "dwqw-56167-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807322163",
+ "handle": "dwqw-56168-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807387699",
+ "handle": "dwqw-56169-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807420467",
+ "handle": "dwqw-56170-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807486003",
+ "handle": "dwqw-56171-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807617075",
+ "handle": "dwqw-56172-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807649843",
+ "handle": "dwqw-56173-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807780915",
+ "handle": "dwqw-56176-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807846451",
+ "handle": "dwqw-56177-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807911987",
+ "handle": "dwqw-56178-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283807944755",
+ "handle": "dwqw-56179-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808075827",
+ "handle": "dwqw-56181-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808141363",
+ "handle": "dwqw-56182-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808272435",
+ "handle": "dwqw-56184-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808337971",
+ "handle": "dwqw-56185-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808403507",
+ "handle": "dwqw-56186-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808436275",
+ "handle": "dwqw-56187-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808501811",
+ "handle": "dwqw-56188-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808632883",
+ "handle": "dwqw-56189-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808665651",
+ "handle": "dwqw-56190-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808698419",
+ "handle": "dwqw-56191-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808763955",
+ "handle": "dwqw-56192-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283808796723",
+ "handle": "dwqw-56193-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283808895027",
+ "handle": "dwqw-56194-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283808927795",
+ "handle": "dwqw-56195-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809058867",
+ "handle": "dwqw-56196-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809124403",
+ "handle": "dwqw-56197-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809157171",
+ "handle": "dwqw-56198-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809189939",
+ "handle": "dwqw-56199-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809222707",
+ "handle": "dwqw-56200-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809255475",
+ "handle": "dwqw-56201-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809288243",
+ "handle": "dwqw-56202-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809386547",
+ "handle": "dwqw-56203-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809517619",
+ "handle": "dwqw-56205-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809550387",
+ "handle": "dwqw-56206-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809583155",
+ "handle": "dwqw-56207-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283809615923",
+ "handle": "dwqw-56208-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283809648691",
+ "handle": "dwqw-56209-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283809714227",
+ "handle": "dwqw-56210-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283810140211",
+ "handle": "dwqw-56220-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283810172979",
+ "handle": "dwqw-56221-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811024947",
+ "handle": "dwqw-56238-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811057715",
+ "handle": "dwqw-56239-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811188787",
+ "handle": "dwqw-56241-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811254323",
+ "handle": "dwqw-56242-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811287091",
+ "handle": "dwqw-56243-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811418163",
+ "handle": "dwqw-56245-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283811450931",
+ "handle": "dwqw-56246-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812106291",
+ "handle": "dwqw-56263-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812139059",
+ "handle": "dwqw-56264-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812171827",
+ "handle": "dwqw-56265-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812237363",
+ "handle": "dwqw-56266-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812270131",
+ "handle": "dwqw-56267-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812368435",
+ "handle": "dwqw-56268-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812401203",
+ "handle": "dwqw-56269-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812433971",
+ "handle": "dwqw-56270-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812466739",
+ "handle": "dwqw-56271-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812499507",
+ "handle": "dwqw-56272-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812532275",
+ "handle": "dwqw-56273-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812597811",
+ "handle": "dwqw-56274-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812663347",
+ "handle": "dwqw-56275-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812696115",
+ "handle": "dwqw-56276-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812728883",
+ "handle": "dwqw-56277-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812761651",
+ "handle": "dwqw-56278-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283812794419",
+ "handle": "dwqw-56279-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283814400051",
+ "handle": "dwqw-56320-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283814432819",
+ "handle": "dwqw-56321-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283814465587",
+ "handle": "dwqw-56322-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7283817218099",
+ "handle": "dwqw-56389-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817250867",
+ "handle": "dwqw-56390-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817283635",
+ "handle": "dwqw-56391-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817349171",
+ "handle": "dwqw-56392-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817414707",
+ "handle": "dwqw-56393-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817447475",
+ "handle": "dwqw-56394-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817480243",
+ "handle": "dwqw-56395-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817513011",
+ "handle": "dwqw-56396-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817545779",
+ "handle": "dwqw-56397-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817611315",
+ "handle": "dwqw-56399-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817676851",
+ "handle": "dwqw-56400-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817709619",
+ "handle": "dwqw-56401-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817742387",
+ "handle": "dwqw-56402-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817775155",
+ "handle": "dwqw-56403-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817807923",
+ "handle": "dwqw-56404-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817840691",
+ "handle": "dwqw-56405-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283817873459",
+ "handle": "dwqw-56406-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818004531",
+ "handle": "dwqw-56409-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818070067",
+ "handle": "dwqw-56410-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818168371",
+ "handle": "dwqw-56412-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818233907",
+ "handle": "dwqw-56413-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818299443",
+ "handle": "dwqw-56415-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818332211",
+ "handle": "dwqw-56416-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818364979",
+ "handle": "dwqw-56417-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818496051",
+ "handle": "dwqw-56419-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818528819",
+ "handle": "dwqw-56420-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818561587",
+ "handle": "dwqw-56421-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818594355",
+ "handle": "dwqw-56422-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818659891",
+ "handle": "dwqw-56423-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818692659",
+ "handle": "dwqw-56424-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818725427",
+ "handle": "dwqw-56425-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818758195",
+ "handle": "dwqw-56426-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818790963",
+ "handle": "dwqw-56427-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818823731",
+ "handle": "dwqw-56428-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818889267",
+ "handle": "dwqw-56430-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818922035",
+ "handle": "dwqw-56431-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818954803",
+ "handle": "dwqw-56432-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283818987571",
+ "handle": "dwqw-56433-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819053107",
+ "handle": "dwqw-56434-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819085875",
+ "handle": "dwqw-56435-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819118643",
+ "handle": "dwqw-56436-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819151411",
+ "handle": "dwqw-56437-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819216947",
+ "handle": "dwqw-56438-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819249715",
+ "handle": "dwqw-56439-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819282483",
+ "handle": "dwqw-56440-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819348019",
+ "handle": "dwqw-56441-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819446323",
+ "handle": "dwqw-56444-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819511859",
+ "handle": "dwqw-56445-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819577395",
+ "handle": "dwqw-56446-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819610163",
+ "handle": "dwqw-56447-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819708467",
+ "handle": "dwqw-56448-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819741235",
+ "handle": "dwqw-56449-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819839539",
+ "handle": "dwqw-56451-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819872307",
+ "handle": "dwqw-56452-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283819905075",
+ "handle": "dwqw-56453-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820003379",
+ "handle": "dwqw-56455-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820068915",
+ "handle": "dwqw-56457-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820101683",
+ "handle": "dwqw-56458-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820134451",
+ "handle": "dwqw-56459-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820167219",
+ "handle": "dwqw-56460-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820199987",
+ "handle": "dwqw-56461-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820232755",
+ "handle": "dwqw-56462-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820298291",
+ "handle": "dwqw-56464-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820331059",
+ "handle": "dwqw-56465-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820363827",
+ "handle": "dwqw-56466-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820396595",
+ "handle": "dwqw-56467-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820429363",
+ "handle": "dwqw-56468-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820462131",
+ "handle": "dwqw-56469-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820494899",
+ "handle": "dwqw-56470-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820527667",
+ "handle": "dwqw-56471-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820560435",
+ "handle": "dwqw-56472-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820593203",
+ "handle": "dwqw-56473-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820625971",
+ "handle": "dwqw-56474-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820658739",
+ "handle": "dwqw-56475-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820691507",
+ "handle": "dwqw-56476-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820724275",
+ "handle": "dwqw-56477-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820757043",
+ "handle": "dwqw-56478-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820789811",
+ "handle": "dwqw-56479-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820822579",
+ "handle": "dwqw-56480-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820855347",
+ "handle": "dwqw-56481-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820888115",
+ "handle": "dwqw-56482-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820920883",
+ "handle": "dwqw-56483-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283820953651",
+ "handle": "dwqw-56484-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "20 oz. Type II Vinyl",
+ "global_material": "20 oz. Type II Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7283873022003",
+ "handle": "dwqw-56117-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292083634227",
+ "handle": "dwqw-56501-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292083896371",
+ "handle": "dwqw-56502-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292084060211",
+ "handle": "dwqw-56503-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292084289587",
+ "handle": "dwqw-56504-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292084650035",
+ "handle": "dwqw-56505-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292084912179",
+ "handle": "dwqw-56506-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292085239859",
+ "handle": "dwqw-56507-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292085764147",
+ "handle": "dwqw-56509-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292085960755",
+ "handle": "dwqw-56510-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292086288435",
+ "handle": "dwqw-56511-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292086583347",
+ "handle": "dwqw-56512-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292086747187",
+ "handle": "dwqw-56513-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292087009331",
+ "handle": "dwqw-56514-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292087238707",
+ "handle": "dwqw-56515-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292087468083",
+ "handle": "dwqw-56516-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292087762995",
+ "handle": "dwqw-56517-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292088156211",
+ "handle": "dwqw-56518-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292088385587",
+ "handle": "dwqw-56519-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292088647731",
+ "handle": "dwqw-56520-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292089040947",
+ "handle": "dwqw-56521-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292089598003",
+ "handle": "dwqw-56522-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292090155059",
+ "handle": "dwqw-56524-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292090482739",
+ "handle": "dwqw-56525-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292090712115",
+ "handle": "dwqw-56526-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292091203635",
+ "handle": "dwqw-56528-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292091433011",
+ "handle": "dwqw-56529-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292091760691",
+ "handle": "dwqw-56530-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292092448819",
+ "handle": "dwqw-56532-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292092776499",
+ "handle": "dwqw-56533-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292093202483",
+ "handle": "dwqw-56534-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292093759539",
+ "handle": "dwqw-56535-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292094021683",
+ "handle": "dwqw-56536-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292094251059",
+ "handle": "dwqw-56537-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292094545971",
+ "handle": "dwqw-56538-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292094840883",
+ "handle": "dwqw-56539-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292095135795",
+ "handle": "dwqw-56540-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292095397939",
+ "handle": "dwqw-56541-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292095791155",
+ "handle": "dwqw-56542-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292096053299",
+ "handle": "dwqw-56543-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292096413747",
+ "handle": "dwqw-56544-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292096806963",
+ "handle": "dwqw-56545-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292097069107",
+ "handle": "dwqw-56546-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292097626163",
+ "handle": "dwqw-56547-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292098019379",
+ "handle": "dwqw-56548-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292098314291",
+ "handle": "dwqw-56549-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292098543667",
+ "handle": "dwqw-56550-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292098740275",
+ "handle": "dwqw-56551-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292099002419",
+ "handle": "dwqw-56552-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292099297331",
+ "handle": "dwqw-56553-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292099592243",
+ "handle": "dwqw-56554-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292099821619",
+ "handle": "dwqw-56555-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292100083763",
+ "handle": "dwqw-56556-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292100345907",
+ "handle": "dwqw-56557-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292100771891",
+ "handle": "dwqw-56558-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292100968499",
+ "handle": "dwqw-56559-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292101492787",
+ "handle": "dwqw-56561-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292101754931",
+ "handle": "dwqw-56562-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292101984307",
+ "handle": "dwqw-56563-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292102574131",
+ "handle": "dwqw-56565-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292102869043",
+ "handle": "dwqw-56566-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292103163955",
+ "handle": "dwqw-56567-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292103426099",
+ "handle": "dwqw-56568-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292103753779",
+ "handle": "dwqw-56569-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292103983155",
+ "handle": "dwqw-56570-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292104179763",
+ "handle": "dwqw-56571-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292104474675",
+ "handle": "dwqw-56572-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292104638515",
+ "handle": "dwqw-56573-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292104966195",
+ "handle": "dwqw-56574-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292105261107",
+ "handle": "dwqw-56575-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292105490483",
+ "handle": "dwqw-56576-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292105785395",
+ "handle": "dwqw-56577-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292106014771",
+ "handle": "dwqw-56578-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292106309683",
+ "handle": "dwqw-56579-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292106637363",
+ "handle": "dwqw-56580-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292106965043",
+ "handle": "dwqw-56581-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292107358259",
+ "handle": "dwqw-56582-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292107751475",
+ "handle": "dwqw-56583-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292108079155",
+ "handle": "dwqw-56584-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292108439603",
+ "handle": "dwqw-56585-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292108734515",
+ "handle": "dwqw-56586-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292109029427",
+ "handle": "dwqw-56587-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292109193267",
+ "handle": "dwqw-56588-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292109422643",
+ "handle": "dwqw-56589-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292109750323",
+ "handle": "dwqw-56590-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292110045235",
+ "handle": "dwqw-56591-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292110471219",
+ "handle": "dwqw-56592-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292110766131",
+ "handle": "dwqw-56593-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292111093811",
+ "handle": "dwqw-56594-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292111388723",
+ "handle": "dwqw-56595-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292112011315",
+ "handle": "dwqw-56597-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292112338995",
+ "handle": "dwqw-56598-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292112633907",
+ "handle": "dwqw-56599-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292112896051",
+ "handle": "dwqw-56600-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292113453107",
+ "handle": "dwqw-56602-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292113780787",
+ "handle": "dwqw-56603-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292114075699",
+ "handle": "dwqw-56604-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292114305075",
+ "handle": "dwqw-56605-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292114632755",
+ "handle": "dwqw-56606-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292114960435",
+ "handle": "dwqw-56607-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292197175347",
+ "handle": "dwqw-56910-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292205531187",
+ "handle": "dwqw-56952-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292206153779",
+ "handle": "dwqw-56954-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292206612531",
+ "handle": "dwqw-56955-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292207104051",
+ "handle": "dwqw-56956-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292207464499",
+ "handle": "dwqw-56957-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292209365043",
+ "handle": "dwqw-56962-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292209791027",
+ "handle": "dwqw-56963-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292210184243",
+ "handle": "dwqw-56964-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292210577459",
+ "handle": "dwqw-56965-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Type II 20 oz. Vinyl",
+ "global_material": "Type II 20 oz. Vinyl"
+ },
+ {
+ "id": "gid://shopify/Product/7292245213235",
+ "handle": "dwqw-57040-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292247375923",
+ "handle": "dwqw-57042-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292248293427",
+ "handle": "dwqw-57043-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292248981555",
+ "handle": "dwqw-57044-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292249702451",
+ "handle": "dwqw-57045-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292250751027",
+ "handle": "dwqw-57046-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292252061747",
+ "handle": "dwqw-57047-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292252487731",
+ "handle": "dwqw-57048-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292253569075",
+ "handle": "dwqw-57049-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292254421043",
+ "handle": "dwqw-57050-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292255076403",
+ "handle": "dwqw-57051-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292255731763",
+ "handle": "dwqw-57052-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292256485427",
+ "handle": "dwqw-57053-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292257140787",
+ "handle": "dwqw-57054-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292257763379",
+ "handle": "dwqw-57055-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292258353203",
+ "handle": "dwqw-57056-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292258975795",
+ "handle": "dwqw-57057-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292259631155",
+ "handle": "dwqw-57058-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292260352051",
+ "handle": "dwqw-57059-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292261072947",
+ "handle": "dwqw-57060-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292261695539",
+ "handle": "dwqw-57061-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292262416435",
+ "handle": "dwqw-57062-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292263137331",
+ "handle": "dwqw-57063-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292263694387",
+ "handle": "dwqw-57064-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292264448051",
+ "handle": "dwqw-57065-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292268150835",
+ "handle": "dwqw-57071-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292268871731",
+ "handle": "dwqw-57072-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292270411827",
+ "handle": "dwqw-57074-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292295020595",
+ "handle": "dwqw-57104-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292295774259",
+ "handle": "dwqw-57105-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292297773107",
+ "handle": "dwqw-57108-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292298559539",
+ "handle": "dwqw-57109-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292299313203",
+ "handle": "dwqw-57110-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292300230707",
+ "handle": "dwqw-57111-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292301082675",
+ "handle": "dwqw-57112-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292301836339",
+ "handle": "dwqw-57113-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292302655539",
+ "handle": "dwqw-57114-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292303409203",
+ "handle": "dwqw-57115-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292304523315",
+ "handle": "dwqw-57116-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292305997875",
+ "handle": "dwqw-57118-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292307505203",
+ "handle": "dwqw-57120-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292308291635",
+ "handle": "dwqw-57121-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292309176371",
+ "handle": "dwqw-57122-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292310159411",
+ "handle": "dwqw-57123-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292356952115",
+ "handle": "dwqw-57220-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292358066227",
+ "handle": "dwqw-57221-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292358950963",
+ "handle": "dwqw-57222-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292362227763",
+ "handle": "dwqw-57226-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292363014195",
+ "handle": "dwqw-57227-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292363866163",
+ "handle": "dwqw-57228-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "White Yarn on Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292369895475",
+ "handle": "dwqw-57236-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292370780211",
+ "handle": "dwqw-57237-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292371533875",
+ "handle": "dwqw-57238-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292372287539",
+ "handle": "dwqw-57239-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292381069363",
+ "handle": "dwqw-57249-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292382314547",
+ "handle": "dwqw-57250-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292383330355",
+ "handle": "dwqw-57251-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292385656883",
+ "handle": "dwqw-57253-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292386934835",
+ "handle": "dwqw-57254-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7292388737075",
+ "handle": "dwqw-57255-handle",
+ "vendor": "Malibu Wallpaper",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Heavyweight Acrylic Coated Paper (FSC)",
+ "global_material": "Heavyweight Acrylic Coated Paper (FSC)"
+ },
+ {
+ "id": "gid://shopify/Product/7384902107187",
+ "handle": "abh-1410-maya-50003",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384902139955",
+ "handle": "abh-1510-maya-50004",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384902205491",
+ "handle": "abh-1511-maya-50005",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384902238259",
+ "handle": "abh-1531-maya-50006",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384902303795",
+ "handle": "ac-6055-s-maya-50008",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384902926387",
+ "handle": "ac-6x17-s-maya-50022",
+ "vendor": "Maya Romanoff",
+ "status": "ARCHIVED",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "inner",
+ "new_value": "Wood veneer",
+ "global_material": null
+ },
+ {
+ "id": "gid://shopify/Product/7384906137651",
+ "handle": "ah-4055-s-maya-50087",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906301491",
+ "handle": "ah-4604-x-maya-50091",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906334259",
+ "handle": "ah-4607-m-maya-50092",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906367027",
+ "handle": "ah-4608-g-maya-50093",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906498099",
+ "handle": "ah-4676-p-maya-50095",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906596403",
+ "handle": "ah-4852-g-maya-50097",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906629171",
+ "handle": "ah-4x02-maya-50098",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906661939",
+ "handle": "ah-4x02-p-maya-50099",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906727475",
+ "handle": "ah-4x14-maya-50100",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384906793011",
+ "handle": "ah-4x17-s-maya-50101",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907481139",
+ "handle": "as-3055-s-15-maya-50118",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907546675",
+ "handle": "as-3109-15-maya-50120",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907579443",
+ "handle": "as-3604-15-maya-50121",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907612211",
+ "handle": "as-3604-x-15-maya-50122",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907644979",
+ "handle": "as-3607-m-15-maya-50123",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907677747",
+ "handle": "as-3608-g-15-maya-50124",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907710515",
+ "handle": "as-3676-15-maya-50125",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907743283",
+ "handle": "as-3676-p-15-maya-50126",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907776051",
+ "handle": "as-3852-15-maya-50127",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood Veneer",
+ "global_material": "Wood Veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907841587",
+ "handle": "as-3x02-15-maya-50129",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907874355",
+ "handle": "as-3x02-p-15-maya-50130",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907907123",
+ "handle": "as-3x14-15-maya-50131",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384907939891",
+ "handle": "as-3x17-s-15-maya-50132",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908464179",
+ "handle": "av-3055-s-maya-50148",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908595251",
+ "handle": "av-3604-x-maya-50152",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908628019",
+ "handle": "av-3607-m-maya-50153",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908660787",
+ "handle": "av-3608-g-maya-50154",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908726323",
+ "handle": "av-3676-p-maya-50156",
+ "vendor": "Maya Romanoff",
+ "status": "DRAFT",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "wood veneer",
+ "global_material": "wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908791859",
+ "handle": "av-3852-g-maya-50158",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908824627",
+ "handle": "av-3x02-maya-50159",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908890163",
+ "handle": "av-3x02-p-maya-50160",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384908922931",
+ "handle": "av-3x14-maya-50161",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384913412147",
+ "handle": "cz-2511-d-maya-50261",
+ "vendor": "Maya Romanoff",
+ "status": "DRAFT",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Unknown",
+ "global_material": "Unknown"
+ },
+ {
+ "id": "gid://shopify/Product/7384921636915",
+ "handle": "pd-1x01-maya-50433",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384921669683",
+ "handle": "pd-1x15-maya-50434",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Metal leaf",
+ "global_material": "Metal leaf"
+ },
+ {
+ "id": "gid://shopify/Product/7384922226739",
+ "handle": "pl-1055-mx-maya-50448",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384922259507",
+ "handle": "pl-1608-mx-maya-50449",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384922292275",
+ "handle": "pl-1670-mx-maya-50450",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384922325043",
+ "handle": "pl-1852-mx-maya-50451",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384922357811",
+ "handle": "pl-1x15-maya-50452",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Cork",
+ "global_material": "Cork"
+ },
+ {
+ "id": "gid://shopify/Product/7384924651571",
+ "handle": "wh-1x15-maya-50512",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7384924684339",
+ "handle": "wh-1x14-maya-50513",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Wood veneer",
+ "global_material": "Wood veneer"
+ },
+ {
+ "id": "gid://shopify/Product/7495010484275",
+ "handle": "jewel-collection-momi-moonstone-pale-citrine",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Paper",
+ "global_material": "Paper"
+ },
+ {
+ "id": "gid://shopify/Product/7495010648115",
+ "handle": "jewel-collection-momi-moonstone-silver-onyx",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Glass beads",
+ "global_material": "Glass beads"
+ },
+ {
+ "id": "gid://shopify/Product/7495011139635",
+ "handle": "jewel-collection-momi-moonstone-smoky-topaz",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Paper",
+ "global_material": "Paper"
+ },
+ {
+ "id": "gid://shopify/Product/7495011467315",
+ "handle": "jewel-collection-momi-moonstone-tahitian-pearl",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "Plaster",
+ "global_material": "Plaster"
+ },
+ {
+ "id": "gid://shopify/Product/7495013400627",
+ "handle": "jewel-collection-momi-moonstone-blue-agate",
+ "vendor": "Maya Romanoff",
+ "status": "ACTIVE",
+ "cm_broken": true,
+ "dc_broken": true,
+ "plan": "rich",
+ "new_value": "glass beads",
+ "global_material": "glass beads"
+ }
+]
\ No newline at end of file
diff --git a/shopify/material-envelope-fix/fix_material.py b/shopify/material-envelope-fix/fix_material.py
new file mode 100644
index 00000000..aad4961a
--- /dev/null
+++ b/shopify/material-envelope-fix/fix_material.py
@@ -0,0 +1,77 @@
+#!/usr/bin/env python3
+"""Unwrap double-encoded material metafields.
+Consumes /tmp/broken_material.json (produced by scan_material.py).
+Strategy = RICH: write global.Material where present, else the parsed inner value.
+Writes BOTH custom.material and dwc.contents (whichever were enveloped) so the
+theme's Material row AND Composition line both render clean.
+
+DRY RUN by default. Pass --apply to write to the live store.
+Ultrasuede (plan==UNFIXABLE) is SKIPPED — needs a real material value decided.
+"""
+import os, json, sys, urllib.request, time
+
+APPLY = "--apply" in sys.argv
+DOMAIN = os.environ["SHOPIFY_STORE_DOMAIN"]
+TOK = os.environ.get("SHOPIFY_ADMIN_TOKEN") or os.environ["SHOPIFY_ADMIN_ACCESS_TOKEN"]
+GQL = f"https://{DOMAIN}/admin/api/2024-01/graphql.json"
+
+MUT = """
+mutation($mfs:[MetafieldsSetInput!]!){
+ metafieldsSet(metafields:$mfs){
+ metafields{ id namespace key value }
+ userErrors{ field message }
+ }
+}"""
+
+def call(mfs):
+ body = json.dumps({"query": MUT, "variables": {"mfs": mfs}}).encode()
+ req = urllib.request.Request(GQL, data=body, headers={
+ "X-Shopify-Access-Token": TOK, "Content-Type": "application/json"})
+ for attempt in range(6):
+ with urllib.request.urlopen(req, timeout=60) as r:
+ d = json.loads(r.read())
+ errs = d.get("errors")
+ if errs and any("throttl" in str(e).lower() for e in errs):
+ time.sleep(2 + attempt); continue
+ return d
+ return {"errors": "throttled-out"}
+
+rows = json.load(open("/tmp/broken_material.json"))
+todo = [r for r in rows if r["plan"] in ("rich", "inner") and r["new_value"]]
+skip = [r for r in rows if r["plan"] == "UNFIXABLE"]
+
+print(f"{'APPLY' if APPLY else 'DRY-RUN'}: {len(todo)} products to fix, {len(skip)} skipped (Ultrasuede/unfixable)")
+print("-"*60)
+fixed = 0; errcnt = 0
+for i, r in enumerate(todo):
+ mfs = []
+ if r["cm_broken"]:
+ mfs.append({"ownerId": r["id"], "namespace": "custom", "key": "material",
+ "type": "multi_line_text_field", "value": r["new_value"]})
+ if r["dc_broken"]:
+ mfs.append({"ownerId": r["id"], "namespace": "dwc", "key": "contents",
+ "type": "single_line_text_field", "value": r["new_value"]})
+ if not mfs:
+ continue
+ if i < 5 or not APPLY:
+ pass # keep output bounded on apply
+ if not APPLY:
+ if i < 8:
+ print(f" [dry] {r['handle']:34} {r['status']:8} -> {r['new_value'][:50]!r} ({len(mfs)} mf)")
+ fixed += 1
+ continue
+ res = call(mfs)
+ ue = (res.get("data", {}).get("metafieldsSet", {}) or {}).get("userErrors") or res.get("errors")
+ if ue:
+ errcnt += 1
+ print(f" ERR {r['handle']}: {ue}")
+ else:
+ fixed += 1
+ if fixed % 50 == 0:
+ print(f" ...{fixed} written")
+ time.sleep(0.12) # stay under the 200/s restore rate
+
+print("-"*60)
+print(f"{'WROTE' if APPLY else 'WOULD WRITE'}: {fixed} errors: {errcnt} skipped: {len(skip)}")
+if not APPLY:
+ print("DRY-RUN only. No live writes. Re-run with --apply to execute.")
diff --git a/shopify/material-envelope-fix/fix_ultrasuede.py b/shopify/material-envelope-fix/fix_ultrasuede.py
new file mode 100644
index 00000000..62263f1b
--- /dev/null
+++ b/shopify/material-envelope-fix/fix_ultrasuede.py
@@ -0,0 +1,37 @@
+#!/usr/bin/env python3
+"""Set material = '100% Polyester Microfiber' on the 48 Ultrasuede products
+whose material metafields were corrupt (description-in-material, no clean source).
+Writes global.Material + custom.material + dwc.contents. --apply to write."""
+import os, json, sys, urllib.request, time
+APPLY = "--apply" in sys.argv
+DOMAIN = os.environ["SHOPIFY_STORE_DOMAIN"]
+TOK = os.environ.get("SHOPIFY_ADMIN_TOKEN") or os.environ["SHOPIFY_ADMIN_ACCESS_TOKEN"]
+GQL = f"https://{DOMAIN}/admin/api/2024-01/graphql.json"
+VAL = "100% Polyester Microfiber"
+MUT = """mutation($mfs:[MetafieldsSetInput!]!){ metafieldsSet(metafields:$mfs){ userErrors{ field message } } }"""
+def call(mfs):
+ body=json.dumps({"query":MUT,"variables":{"mfs":mfs}}).encode()
+ req=urllib.request.Request(GQL,data=body,headers={"X-Shopify-Access-Token":TOK,"Content-Type":"application/json"})
+ for a in range(6):
+ with urllib.request.urlopen(req,timeout=60) as r: d=json.loads(r.read())
+ if d.get("errors") and any("throttl" in str(e).lower() for e in d["errors"]): time.sleep(2+a); continue
+ return d
+ return {"errors":"throttled"}
+rows=[r for r in json.load(open("/tmp/broken_material.json")) if r["vendor"]=="Ultrasuede"]
+print(f"{'APPLY' if APPLY else 'DRY'}: {len(rows)} Ultrasuede -> {VAL!r}")
+n=0
+for r in rows:
+ mfs=[
+ {"ownerId":r["id"],"namespace":"global","key":"Material","type":"single_line_text_field","value":VAL},
+ {"ownerId":r["id"],"namespace":"custom","key":"material","type":"multi_line_text_field","value":VAL},
+ {"ownerId":r["id"],"namespace":"dwc","key":"contents","type":"single_line_text_field","value":VAL},
+ ]
+ if not APPLY:
+ n+=1
+ if n<=3: print(" [dry]",r["handle"],r["status"])
+ continue
+ res=call(mfs); ue=(res.get("data",{}).get("metafieldsSet",{}) or {}).get("userErrors") or res.get("errors")
+ if ue: print(" ERR",r["handle"],ue)
+ else: n+=1
+ time.sleep(0.12)
+print(f"{'WROTE' if APPLY else 'WOULD WRITE'}: {n}")
diff --git a/shopify/material-envelope-fix/product-description-meta.GUARDED.liquid b/shopify/material-envelope-fix/product-description-meta.GUARDED.liquid
new file mode 100644
index 00000000..40b81cba
--- /dev/null
+++ b/shopify/material-envelope-fix/product-description-meta.GUARDED.liquid
@@ -0,0 +1,92 @@
+<style>
+.dw-specs { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 16px 0; }
+.dw-specs-title { font-size: 13px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid #eee; }
+.dw-spec-row { display: flex; padding: 6px 0; border-bottom: 1px solid #f5f5f5; font-size: 15px; line-height: 1.4; }
+.dw-spec-row:last-child { border-bottom: none; }
+.dw-spec-label { font-weight: 600; color: #333; width: 40%; min-width: 120px; flex-shrink: 0; }
+.dw-spec-value { color: #555; flex: 1; }
+</style>
+
+{% comment %} DW Specs — canonical namespace: custom.* — falls back to specs.* then global.* for legacy products {% endcomment %}
+
+{% assign has_specs = false %}
+{% assign w = product.metafields.custom.width.value | default: product.metafields.specs.width.value | default: product.metafields.global.Width.value | default: product.metafields.global.width.value %}
+{% assign mat = product.metafields.custom.material.value | default: product.metafields.specs.composition.value | default: product.metafields.global.Content.value | default: product.metafields.global.Contents.value | default: product.metafields.global.Construction.value %}
+{% comment %} envelope-guard: unwrap a leaked raw metafield JSON wrapper e.g. {"type":"single_line_text_field","value":"Paper"} if one ever slips through, and prefer the canonical global.Material when the value is still an envelope {% endcomment %}
+{% if mat contains '"single_line_text_field"' and mat contains '"value"' %}{% assign mat = mat | split: '"value": "' | last | split: '"}' | first | default: product.metafields.global.Material.value %}{% endif %}
+{% assign col = product.metafields.custom.collection_name.value | default: product.metafields.specs.collection.value | default: product.metafields.global.Collection.value %}
+{% assign rep = product.metafields.custom.pattern_repeat.value | default: product.metafields.global.repeat.value | default: product.metafields.global['Vert-Rpt'].value %}
+{% assign fin = product.metafields.custom.finish.value | default: product.metafields.specs.finish.value | default: product.metafields.global.Finish.value | default: product.metafields.global.FINISH.value %}
+{% assign care = product.metafields.custom.care.value | default: product.metafields.specs.care.value | default: product.metafields.global.Cleaning.value | default: product.metafields.global['Clean-Code'].value | default: product.metafields.global['Cleaning-Code'].value %}
+{% assign fire = product.metafields.custom.fire_rating.value | default: product.metafields.specs.fire_rating.value | default: product.metafields.global.fire_rating.value | default: product.metafields.global.FLAMMABILITY.value %}
+{% assign match = product.metafields.custom.match_type.value | default: product.metafields.specs.match_type.value | default: product.metafields.global.MATCH.value | default: product.metafields.global.Match.value %}
+{% assign app = product.metafields.custom.application.value | default: product.metafields.specs.application.value | default: product.metafields.global.application.value %}
+{% assign len = product.metafields.custom.length.value | default: product.metafields.global.length.value | default: product.metafields.global.Length.value %}
+{% assign pkg = product.metafields.custom.packaging.value | default: product.metafields.global.packaged.value | default: product.metafields.global.Packaged.value %}
+{% assign uom = product.metafields.custom.unit_of_measure.value | default: product.metafields.global.unit_of_measure.value %}
+{% assign coo = product.metafields.custom.origin.value | default: product.metafields.global.Country.value | default: product.metafields.global['Country-of-Origin'].value %}
+{% assign dur = product.metafields.custom.wyzenbeek.value | default: product.metafields.global['Wyzenbeek-#'].value %}
+{% assign mart = product.metafields.custom.martindale.value | default: product.metafields.global['Martindale-#'].value %}
+{% assign abr = product.metafields.custom.abrasion.value | default: product.metafields.specs.abrasion.value %}
+{% assign bk = product.metafields.custom.backing.value | default: product.metafields.specs.backing.value | default: product.metafields.global.Substrate.value | default: product.metafields.global.substrate.value %}
+{% assign brand = product.metafields.custom.brand.value | default: product.metafields.global.Brand.value %}
+{% assign wt = product.metafields.custom.product_weight.value | default: product.metafields.global.Weight.value %}
+
+{% if w != blank or mat != blank or col != blank %}{% assign has_specs = true %}{% endif %}
+
+{% if has_specs %}
+<div class="dw-specs">
+ <div class="dw-specs-title">Specifications</div>
+ {% if w != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Width</span><span class="dw-spec-value">{{ w }}</span></div>{% endif %}
+ {% if len != blank %}<div class="dw-spec-row"><span class="dw-spec-label">{% if product.vendor == 'Designtex' %}Bolt size{% else %}Length{% endif %}</span><span class="dw-spec-value">{{ len }}</span></div>{% endif %}
+ {% if rep != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Pattern Repeat</span><span class="dw-spec-value">{{ rep }}</span></div>{% endif %}
+ {% if match != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Match</span><span class="dw-spec-value">{{ match }}</span></div>{% endif %}
+ {% if mat != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Material</span><span class="dw-spec-value">{{ mat }}</span></div>{% endif %}
+ {% if bk != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Backing</span><span class="dw-spec-value">{{ bk }}</span></div>{% endif %}
+ {% if wt != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Weight</span><span class="dw-spec-value">{{ wt }}</span></div>{% endif %}
+ {% if col != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Collection</span><span class="dw-spec-value">{{ col }}</span></div>{% endif %}
+ {% if brand != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Designer</span><span class="dw-spec-value">{{ brand }}</span></div>{% endif %}
+ {% if fin != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Finish</span><span class="dw-spec-value">{{ fin }}</span></div>{% endif %}
+ {% if fire != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Fire Rating</span><span class="dw-spec-value">{{ fire }}</span></div>{% endif %}
+ {% if care != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Care</span><span class="dw-spec-value">{{ care }}</span></div>{% endif %}
+ {% if app != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Application</span><span class="dw-spec-value">{{ app }}</span></div>{% endif %}
+ {% if pkg != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Packaged</span><span class="dw-spec-value">{{ pkg }}</span></div>{% endif %}
+ {% if uom != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Unit</span><span class="dw-spec-value">{{ uom }}</span></div>{% endif %}
+ {% if coo != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Origin</span><span class="dw-spec-value">{{ coo }}</span></div>{% endif %}
+ {% if dur != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Wyzenbeek</span><span class="dw-spec-value">{{ dur }}</span></div>{% endif %}
+ {% if mart != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Martindale</span><span class="dw-spec-value">{{ mart }}</span></div>{% endif %}
+ {% if abr != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Abrasion</span><span class="dw-spec-value">{{ abr }}</span></div>{% endif %}
+ {% assign ai_note = product.metafields.specs.ai_rooms_note.value %}
+ {% if ai_note != blank %}
+ <div class="dw-spec-row" style="margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee;">
+ <span class="dw-spec-label" style="color: #b45309; font-size: 13px;">AI Rooms</span>
+ <span class="dw-spec-value" style="color: #92400e; font-size: 13px; font-style: italic;">{{ ai_note }}</span>
+ </div>
+ {% endif %}
+</div>
+{% endif %}
+
+{% comment %}
+Contact popup form
+{% endcomment %}
+<div id="custom-popup-overlay">
+ <div class="custom-popup-main">
+ <div class="custom-close">×</div>
+ <div class="content-main">
+ <div class="popup-content">
+ <h2 style="text-align:center;">Send us a message</h2>
+ {% form 'contact' %}
+ {% if form.errors %}<div class="error-message" style="display:none;"><span>{{ 'general.contact.error' | t }}</span></div>{% endif %}
+ {% if form.posted_successfully? %}<div class="success-message" style="display:none;">{{ 'general.contact.success' | t }}</div>{% endif %}
+ <div class="field-wrap sku"><input type="text" value="{{ product.variants.last.sku }}" name="contact[SKU]" readonly="true"></div>
+ <div class="field-wrap name"><input type="text" placeholder="Name" value="" name="contact2[name]" class="{% if form.errors contains 'author' %}error{% endif %}" required></div>
+ <div class="field-wrap email"><input type="email" name="contact[email]" autocorrect="off" autocapitalize="off" value="{% if form.email %}{{ form.email }}{% elsif customer %}{{ customer.email }}{% endif %}" class="{% if form.errors contains 'email' %}input--error{% endif %}" placeholder="Email" required></div>
+ <div class="field-wrap phone"><input type="text" placeholder="Phone number" value="" name="contact[phone number]" required></div>
+ <div class="field-wrap message"><textarea name="contact[message]" placeholder="Message" rows="5" required></textarea></div>
+ <input type="hidden" class="comment-check" value="" />
+ <input style="background-color:#000;color:#fff;" type="submit" value="{{ 'general.contact.submit' | t }}">
+ {% endform %}
+ </div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
diff --git a/shopify/material-envelope-fix/product-description-meta.ORIGINAL.liquid b/shopify/material-envelope-fix/product-description-meta.ORIGINAL.liquid
new file mode 100644
index 00000000..dcfc2759
--- /dev/null
+++ b/shopify/material-envelope-fix/product-description-meta.ORIGINAL.liquid
@@ -0,0 +1,90 @@
+<style>
+.dw-specs { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 16px 0; }
+.dw-specs-title { font-size: 13px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid #eee; }
+.dw-spec-row { display: flex; padding: 6px 0; border-bottom: 1px solid #f5f5f5; font-size: 15px; line-height: 1.4; }
+.dw-spec-row:last-child { border-bottom: none; }
+.dw-spec-label { font-weight: 600; color: #333; width: 40%; min-width: 120px; flex-shrink: 0; }
+.dw-spec-value { color: #555; flex: 1; }
+</style>
+
+{% comment %} DW Specs — canonical namespace: custom.* — falls back to specs.* then global.* for legacy products {% endcomment %}
+
+{% assign has_specs = false %}
+{% assign w = product.metafields.custom.width.value | default: product.metafields.specs.width.value | default: product.metafields.global.Width.value | default: product.metafields.global.width.value %}
+{% assign mat = product.metafields.custom.material.value | default: product.metafields.specs.composition.value | default: product.metafields.global.Content.value | default: product.metafields.global.Contents.value | default: product.metafields.global.Construction.value %}
+{% assign col = product.metafields.custom.collection_name.value | default: product.metafields.specs.collection.value | default: product.metafields.global.Collection.value %}
+{% assign rep = product.metafields.custom.pattern_repeat.value | default: product.metafields.global.repeat.value | default: product.metafields.global['Vert-Rpt'].value %}
+{% assign fin = product.metafields.custom.finish.value | default: product.metafields.specs.finish.value | default: product.metafields.global.Finish.value | default: product.metafields.global.FINISH.value %}
+{% assign care = product.metafields.custom.care.value | default: product.metafields.specs.care.value | default: product.metafields.global.Cleaning.value | default: product.metafields.global['Clean-Code'].value | default: product.metafields.global['Cleaning-Code'].value %}
+{% assign fire = product.metafields.custom.fire_rating.value | default: product.metafields.specs.fire_rating.value | default: product.metafields.global.fire_rating.value | default: product.metafields.global.FLAMMABILITY.value %}
+{% assign match = product.metafields.custom.match_type.value | default: product.metafields.specs.match_type.value | default: product.metafields.global.MATCH.value | default: product.metafields.global.Match.value %}
+{% assign app = product.metafields.custom.application.value | default: product.metafields.specs.application.value | default: product.metafields.global.application.value %}
+{% assign len = product.metafields.custom.length.value | default: product.metafields.global.length.value | default: product.metafields.global.Length.value %}
+{% assign pkg = product.metafields.custom.packaging.value | default: product.metafields.global.packaged.value | default: product.metafields.global.Packaged.value %}
+{% assign uom = product.metafields.custom.unit_of_measure.value | default: product.metafields.global.unit_of_measure.value %}
+{% assign coo = product.metafields.custom.origin.value | default: product.metafields.global.Country.value | default: product.metafields.global['Country-of-Origin'].value %}
+{% assign dur = product.metafields.custom.wyzenbeek.value | default: product.metafields.global['Wyzenbeek-#'].value %}
+{% assign mart = product.metafields.custom.martindale.value | default: product.metafields.global['Martindale-#'].value %}
+{% assign abr = product.metafields.custom.abrasion.value | default: product.metafields.specs.abrasion.value %}
+{% assign bk = product.metafields.custom.backing.value | default: product.metafields.specs.backing.value | default: product.metafields.global.Substrate.value | default: product.metafields.global.substrate.value %}
+{% assign brand = product.metafields.custom.brand.value | default: product.metafields.global.Brand.value %}
+{% assign wt = product.metafields.custom.product_weight.value | default: product.metafields.global.Weight.value %}
+
+{% if w != blank or mat != blank or col != blank %}{% assign has_specs = true %}{% endif %}
+
+{% if has_specs %}
+<div class="dw-specs">
+ <div class="dw-specs-title">Specifications</div>
+ {% if w != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Width</span><span class="dw-spec-value">{{ w }}</span></div>{% endif %}
+ {% if len != blank %}<div class="dw-spec-row"><span class="dw-spec-label">{% if product.vendor == 'Designtex' %}Bolt size{% else %}Length{% endif %}</span><span class="dw-spec-value">{{ len }}</span></div>{% endif %}
+ {% if rep != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Pattern Repeat</span><span class="dw-spec-value">{{ rep }}</span></div>{% endif %}
+ {% if match != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Match</span><span class="dw-spec-value">{{ match }}</span></div>{% endif %}
+ {% if mat != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Material</span><span class="dw-spec-value">{{ mat }}</span></div>{% endif %}
+ {% if bk != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Backing</span><span class="dw-spec-value">{{ bk }}</span></div>{% endif %}
+ {% if wt != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Weight</span><span class="dw-spec-value">{{ wt }}</span></div>{% endif %}
+ {% if col != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Collection</span><span class="dw-spec-value">{{ col }}</span></div>{% endif %}
+ {% if brand != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Designer</span><span class="dw-spec-value">{{ brand }}</span></div>{% endif %}
+ {% if fin != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Finish</span><span class="dw-spec-value">{{ fin }}</span></div>{% endif %}
+ {% if fire != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Fire Rating</span><span class="dw-spec-value">{{ fire }}</span></div>{% endif %}
+ {% if care != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Care</span><span class="dw-spec-value">{{ care }}</span></div>{% endif %}
+ {% if app != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Application</span><span class="dw-spec-value">{{ app }}</span></div>{% endif %}
+ {% if pkg != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Packaged</span><span class="dw-spec-value">{{ pkg }}</span></div>{% endif %}
+ {% if uom != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Unit</span><span class="dw-spec-value">{{ uom }}</span></div>{% endif %}
+ {% if coo != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Origin</span><span class="dw-spec-value">{{ coo }}</span></div>{% endif %}
+ {% if dur != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Wyzenbeek</span><span class="dw-spec-value">{{ dur }}</span></div>{% endif %}
+ {% if mart != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Martindale</span><span class="dw-spec-value">{{ mart }}</span></div>{% endif %}
+ {% if abr != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Abrasion</span><span class="dw-spec-value">{{ abr }}</span></div>{% endif %}
+ {% assign ai_note = product.metafields.specs.ai_rooms_note.value %}
+ {% if ai_note != blank %}
+ <div class="dw-spec-row" style="margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee;">
+ <span class="dw-spec-label" style="color: #b45309; font-size: 13px;">AI Rooms</span>
+ <span class="dw-spec-value" style="color: #92400e; font-size: 13px; font-style: italic;">{{ ai_note }}</span>
+ </div>
+ {% endif %}
+</div>
+{% endif %}
+
+{% comment %}
+Contact popup form
+{% endcomment %}
+<div id="custom-popup-overlay">
+ <div class="custom-popup-main">
+ <div class="custom-close">×</div>
+ <div class="content-main">
+ <div class="popup-content">
+ <h2 style="text-align:center;">Send us a message</h2>
+ {% form 'contact' %}
+ {% if form.errors %}<div class="error-message" style="display:none;"><span>{{ 'general.contact.error' | t }}</span></div>{% endif %}
+ {% if form.posted_successfully? %}<div class="success-message" style="display:none;">{{ 'general.contact.success' | t }}</div>{% endif %}
+ <div class="field-wrap sku"><input type="text" value="{{ product.variants.last.sku }}" name="contact[SKU]" readonly="true"></div>
+ <div class="field-wrap name"><input type="text" placeholder="Name" value="" name="contact2[name]" class="{% if form.errors contains 'author' %}error{% endif %}" required></div>
+ <div class="field-wrap email"><input type="email" name="contact[email]" autocorrect="off" autocapitalize="off" value="{% if form.email %}{{ form.email }}{% elsif customer %}{{ customer.email }}{% endif %}" class="{% if form.errors contains 'email' %}input--error{% endif %}" placeholder="Email" required></div>
+ <div class="field-wrap phone"><input type="text" placeholder="Phone number" value="" name="contact[phone number]" required></div>
+ <div class="field-wrap message"><textarea name="contact[message]" placeholder="Message" rows="5" required></textarea></div>
+ <input type="hidden" class="comment-check" value="" />
+ <input style="background-color:#000;color:#fff;" type="submit" value="{{ 'general.contact.submit' | t }}">
+ {% endform %}
+ </div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
diff --git a/shopify/material-envelope-fix/scan_material.py b/shopify/material-envelope-fix/scan_material.py
new file mode 100644
index 00000000..a315e938
--- /dev/null
+++ b/shopify/material-envelope-fix/scan_material.py
@@ -0,0 +1,113 @@
+#!/usr/bin/env python3
+"""Read-only full-catalog scan for the double-encoded material metafield bug.
+Reads custom.material, dwc.contents, global.Material for every product.
+No writes. Confirms whether the rich-value (global.Material) fix is applicable
+to every broken product, or if some need a fallback."""
+import os, json, sys, urllib.request, time
+
+DOMAIN = os.environ["SHOPIFY_STORE_DOMAIN"]
+TOK = os.environ.get("SHOPIFY_ADMIN_TOKEN") or os.environ["SHOPIFY_ADMIN_ACCESS_TOKEN"]
+URL = f"https://{DOMAIN}/admin/api/2024-01/graphql.json"
+
+QUERY = """
+query($cursor: String) {
+ products(first: 200, after: $cursor) {
+ pageInfo { hasNextPage endCursor }
+ edges { node {
+ id handle vendor status
+ cm: metafield(namespace:"custom", key:"material"){ value }
+ dc: metafield(namespace:"dwc", key:"contents"){ value }
+ gm: metafield(namespace:"global", key:"Material"){ value }
+ } }
+ }
+}"""
+
+def gql(cursor):
+ body = json.dumps({"query": QUERY, "variables": {"cursor": cursor}}).encode()
+ req = urllib.request.Request(URL, data=body, headers={
+ "X-Shopify-Access-Token": TOK, "Content-Type": "application/json"})
+ for attempt in range(6):
+ try:
+ with urllib.request.urlopen(req, timeout=60) as r:
+ d = json.loads(r.read())
+ if "errors" in d and any("throttled" in str(e).lower() for e in d["errors"]):
+ time.sleep(2 + attempt); continue
+ return d
+ except Exception as e:
+ time.sleep(2 + attempt)
+ raise SystemExit(f"GraphQL failed after retries: {e}")
+
+def is_env(v):
+ v = (v or "").strip()
+ return v.startswith("{") and "single_line_text_field" in v
+
+def inner(v):
+ try: return json.loads(v).get("value", "")
+ except Exception: return None
+
+total = 0
+broken = 0
+by_vendor = {}
+rich_ok = 0 # broken AND has clean global.Material -> rich fix works
+inner_only = 0 # broken, no usable global.Material -> fallback to inner value
+no_inner = 0 # broken AND inner value unparseable (worst case)
+samples = []
+broken_list = []
+cursor = None
+page = 0
+while True:
+ d = gql(cursor)
+ conn = d["data"]["products"]
+ for e in conn["edges"]:
+ n = e["node"]; total += 1
+ cm, dc, gm = n.get("cm",{}), n.get("dc",{}), n.get("gm",{})
+ cmv = (cm or {}).get("value"); dcv = (dc or {}).get("value"); gmv = (gm or {}).get("value")
+ if is_env(cmv) or is_env(dcv):
+ broken += 1
+ v = n.get("vendor") or "?"
+ by_vendor[v] = by_vendor.get(v, 0) + 1
+ iv = inner(cmv if is_env(cmv) else dcv)
+ gm_clean = gmv and not is_env(gmv) and gmv.strip()
+ # planned new value under RICH strategy: prefer global.Material, else inner value
+ if gm_clean: new_val = gmv.strip(); plan = "rich"; rich_ok += 1
+ elif iv: new_val = iv; plan = "inner"; inner_only += 1
+ else: new_val = None; plan = "UNFIXABLE"; no_inner += 1
+ broken_list.append({
+ "id": n["id"], "handle": n["handle"], "vendor": v,
+ "status": n.get("status"), "cm_broken": is_env(cmv),
+ "dc_broken": is_env(dcv), "plan": plan, "new_value": new_val,
+ "global_material": gmv if gm_clean else None,
+ })
+ if len(samples) < 12:
+ samples.append((n["handle"], iv, gmv if gm_clean else None))
+ page += 1
+ if not conn["pageInfo"]["hasNextPage"]:
+ break
+ cursor = conn["pageInfo"]["endCursor"]
+ if page % 10 == 0:
+ print(f"...scanned {total} products, {broken} broken so far", file=sys.stderr)
+
+print("="*60)
+print(f"TOTAL PRODUCTS SCANNED: {total}")
+print(f"BROKEN (envelope in custom.material or dwc.contents): {broken}")
+print("-"*60)
+print("Fix-applicability for the chosen RICH-value approach:")
+print(f" rich fix works (has clean global.Material): {rich_ok}")
+print(f" fallback to inner value needed (no global.Material): {inner_only}")
+print(f" UNFIXABLE both ways (no inner, no global): {no_inner}")
+print("-"*60)
+print("Broken by vendor:")
+for v, c in sorted(by_vendor.items(), key=lambda x:-x[1]):
+ print(f" {c:5} {v}")
+print("-"*60)
+print("Sample (handle | inner-value | global.Material-rich):")
+for h, iv, gm in samples:
+ print(f" {h} | {iv!r} | {gm!r}")
+# ACTIVE/DRAFT split
+from collections import Counter
+st = Counter((b["vendor"], b["status"]) for b in broken_list)
+print("-"*60); print("By vendor x status:")
+for (v,s),c in sorted(st.items()): print(f" {c:5} {v} / {s}")
+json.dump(broken_list, open("/tmp/broken_material.json","w"), indent=1)
+print("-"*60)
+print(f"Wrote full target list -> /tmp/broken_material.json ({len(broken_list)} rows)")
diff --git a/shopify/scripts/cadence/data/cadence-cursor.json b/shopify/scripts/cadence/data/cadence-cursor.json
index dc15a8c0..74091ba8 100644
--- a/shopify/scripts/cadence/data/cadence-cursor.json
+++ b/shopify/scripts/cadence/data/cadence-cursor.json
@@ -1,5 +1,5 @@
{
- "idx": 4,
+ "idx": 0,
"lastSlot": "am",
"lastRun": "2026-07-07"
}
\ No newline at end of file
diff --git a/shopify/scripts/cadence/data/cadence-plan-am-2026-07-07.json b/shopify/scripts/cadence/data/cadence-plan-am-2026-07-07.json
index f141ebca..aabc3fc8 100644
--- a/shopify/scripts/cadence/data/cadence-plan-am-2026-07-07.json
+++ b/shopify/scripts/cadence/data/cadence-plan-am-2026-07-07.json
@@ -1,154 +1,152 @@
[
{
- "vendor": "Alan Campbell",
- "dw_sku": "DWAK-700361",
- "cost": 0,
- "retail": 0,
+ "vendor": "Brewster & York",
+ "dw_sku": "DWBR-171037",
+ "cost": 80,
+ "retail": 144.8,
"sample": "4.25",
- "sampleOnly": true,
- "title": "Camel II on Tint Wallcoverings | Alan Campbell",
+ "sampleOnly": false,
+ "title": "Visby, Mint Wallcoverings | Malibu Wallcovering",
"willActivate": true
},
{
- "vendor": "Alan Campbell",
- "dw_sku": "DWAK-700362",
- "cost": 0,
- "retail": 0,
+ "vendor": "Brewster & York",
+ "dw_sku": "DWBR-171038",
+ "cost": 40,
+ "retail": 72.4,
"sample": "4.25",
- "sampleOnly": true,
- "title": "Black on Tint Wallcoverings | Alan Campbell",
+ "sampleOnly": false,
+ "title": "Tofta, Light Blue Wallcoverings | Malibu Wallcovering",
"willActivate": true
},
{
- "vendor": "Alan Campbell",
- "dw_sku": "DWAK-700363",
- "cost": 0,
- "retail": 0,
+ "vendor": "Brewster & York",
+ "dw_sku": "DWBR-171039",
+ "cost": 80,
+ "retail": 144.8,
"sample": "4.25",
- "sampleOnly": true,
- "title": "Turquoise on Ivory Wallcoverings | Alan Campbell",
+ "sampleOnly": false,
+ "title": "Tofta, Beige Wallcoverings | Malibu Wallcovering",
"willActivate": true
},
{
- "vendor": "Romo",
- "dw_sku": "DWRM-240167",
- "cost": 1364,
- "retail": 2468.78,
+ "vendor": "Kravet",
+ "dw_sku": "DWKK-103078",
+ "cost": 130.2,
+ "retail": 195.3,
"sample": "4.25",
"sampleOnly": false,
- "title": "Bakbak, Indigo Wallcoverings | Romo",
+ "title": "Shabby Damask, Pale Green Wallcoverings | Kravet",
"willActivate": true
},
{
- "vendor": "Romo",
- "dw_sku": "DWRM-240187",
- "cost": 490.6,
- "retail": 887.96,
+ "vendor": "Kravet",
+ "dw_sku": "DWKK-103079",
+ "cost": 130.2,
+ "retail": 195.3,
"sample": "4.25",
"sampleOnly": false,
- "title": "Suru, Typhoon Wallcoverings | Romo",
+ "title": "Shabby Damask, Beige Wallcoverings | Kravet",
"willActivate": true
},
{
- "vendor": "Romo",
- "dw_sku": "DWRM-240194",
- "cost": 451,
- "retail": 816.29,
+ "vendor": "Kravet",
+ "dw_sku": "DWKK-103080",
+ "cost": 130.2,
+ "retail": 195.3,
"sample": "4.25",
"sampleOnly": false,
- "title": "Palm, Harvest Wallcoverings | Romo",
+ "title": "Shabby Damask, Steel Blue Wallcoverings | Kravet",
"willActivate": true
},
{
- "vendor": "Thibaut",
- "dw_sku": "DWTT-73822",
- "cost": 45.9,
- "retail": 83.08,
+ "vendor": "Schumacher",
+ "dw_sku": "DWLK-808880",
+ "cost": 58,
+ "retail": 104.98,
"sample": "4.25",
"sampleOnly": false,
- "title": "Trelawny Damask, Green Wallcoverings | Thibaut",
+ "title": "Magical Menagerie, Blues Wallcoverings | Schumacher",
"willActivate": true
},
{
- "vendor": "Thibaut",
- "dw_sku": "DWTT-73823",
- "cost": 36,
- "retail": 65.16,
+ "vendor": "Schumacher",
+ "dw_sku": "DWLK-808890",
+ "cost": 34,
+ "retail": 61.54,
"sample": "4.25",
"sampleOnly": false,
- "title": "Thalia Strie, Grey Wallcoverings | Thibaut",
+ "title": "Rubia, Ivory Wallcoverings | Schumacher",
"willActivate": true
},
{
- "vendor": "Thibaut",
- "dw_sku": "DWTT-73824",
- "cost": 43.2,
- "retail": 78.19,
+ "vendor": "Schumacher",
+ "dw_sku": "DWLK-808900",
+ "cost": 34,
+ "retail": 61.54,
"sample": "4.25",
"sampleOnly": false,
- "title": "Vita Texture, Aqua Wallcoverings | Thibaut",
+ "title": "Rubia, Ivory Wallcoverings | Schumacher",
"willActivate": true
},
{
- "vendor": "Designtex",
- "dw_sku": "DWDX-220516",
- "cost": 58,
- "retail": 104.98,
+ "vendor": "Quadrille",
+ "dw_sku": "DWQC-600360",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Fragments, New York Wallcoverings | Designtex",
- "willActivate": true,
- "held": true,
- "heldReason": "\"York Wallcoverings\" is a banned front-facing trade-parent name"
+ "sampleOnly": true,
+ "title": "Kazak, Brown Celeste on Westover Wallcoverings | Quadrille",
+ "willActivate": true
},
{
- "vendor": "Designtex",
- "dw_sku": "DWDX-220626",
- "cost": 39,
- "retail": 70.59,
+ "vendor": "Quadrille",
+ "dw_sku": "DWQC-600361",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Aiden, Jasper Wallcoverings | Designtex",
- "willActivate": false
+ "sampleOnly": true,
+ "title": "Kazak, Denim New Blue on White Wallcoverings | Quadrille",
+ "willActivate": true
},
{
- "vendor": "Designtex",
- "dw_sku": "DWDX-220627",
- "cost": 39,
- "retail": 70.59,
+ "vendor": "Quadrille",
+ "dw_sku": "DWQC-600362",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Aiden, White Wallcoverings | Designtex",
- "willActivate": false
+ "sampleOnly": true,
+ "title": "Buddakahn, Blues on Oyster Wallcoverings | Quadrille",
+ "willActivate": true
},
{
- "vendor": "Newwall",
- "dw_sku": "DWXW-1005974",
- "cost": 88,
- "retail": 159.28,
+ "vendor": "Alan Campbell",
+ "dw_sku": "DWAK-700364",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Mark, Made to Measure Mural Type II Wallcoverings | Newwall",
- "willActivate": false
+ "sampleOnly": true,
+ "title": "Jungle Green on Ivory Wallcoverings | Alan Campbell",
+ "willActivate": true
},
{
- "vendor": "Newwall",
- "dw_sku": "DWXW-1005975",
- "cost": 88,
- "retail": 159.28,
+ "vendor": "Alan Campbell",
+ "dw_sku": "DWAK-700365",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Mark, Made to Measure Mural Type II Wallcoverings | Newwall",
- "willActivate": false
+ "sampleOnly": true,
+ "title": "New Navy on Ivory Wallcoverings | Alan Campbell",
+ "willActivate": true
},
{
- "vendor": "Newwall",
- "dw_sku": "DWXW-1005976",
- "cost": 88,
- "retail": 159.28,
+ "vendor": "Alan Campbell",
+ "dw_sku": "DWAK-700366",
+ "cost": 0,
+ "retail": 0,
"sample": "4.25",
- "sampleOnly": false,
- "title": "Mark, Made to Measure Mural Type II Wallcoverings | Newwall",
- "willActivate": false
+ "sampleOnly": true,
+ "title": "Brown on Ivory Wallcoverings | Alan Campbell",
+ "willActivate": true
}
]
\ No newline at end of file
diff --git a/shopify/scripts/cadence/data/upload-restore-2026-07-07.jsonl b/shopify/scripts/cadence/data/upload-restore-2026-07-07.jsonl
index c1f5fd6e..b6d52555 100644
--- a/shopify/scripts/cadence/data/upload-restore-2026-07-07.jsonl
+++ b/shopify/scripts/cadence/data/upload-restore-2026-07-07.jsonl
@@ -200,3 +200,18 @@
{"table":"newwall_catalog","mfr_sku":"6800101","dw_sku":"DWXW-1005974","shopify_product_id":"7878035013683","action":"created","activated":false,"published":false,"sampleOnly":false,"status":"DRAFT","batch_id":"upload-am-2026-07-07T15-40-05-278Z","ts":"2026-07-07T15:40:39.487Z"}
{"table":"newwall_catalog","mfr_sku":"6800102","dw_sku":"DWXW-1005975","shopify_product_id":"7878035079219","action":"created","activated":false,"published":false,"sampleOnly":false,"status":"DRAFT","batch_id":"upload-am-2026-07-07T15-40-05-278Z","ts":"2026-07-07T15:40:41.613Z"}
{"table":"newwall_catalog","mfr_sku":"6800103","dw_sku":"DWXW-1005976","shopify_product_id":"7878035111987","action":"created","activated":false,"published":false,"sampleOnly":false,"status":"DRAFT","batch_id":"upload-am-2026-07-07T15-40-05-278Z","ts":"2026-07-07T15:40:43.658Z"}
+{"table":"brewster_catalog","mfr_sku":"2889-25207","dw_sku":"DWBR-171037","shopify_product_id":"7878082822195","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:10.565Z"}
+{"table":"brewster_catalog","mfr_sku":"2889-25211","dw_sku":"DWBR-171038","shopify_product_id":"7878082854963","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:14.043Z"}
+{"table":"brewster_catalog","mfr_sku":"2889-25214","dw_sku":"DWBR-171039","shopify_product_id":"7878082887731","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:17.638Z"}
+{"table":"kravet_catalog","mfr_sku":"36870.15.0","dw_sku":"DWKK-103078","shopify_product_id":"7878082920499","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:22.148Z"}
+{"table":"kravet_catalog","mfr_sku":"36870.16.0","dw_sku":"DWKK-103079","shopify_product_id":"7878082953267","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:25.831Z"}
+{"table":"kravet_catalog","mfr_sku":"36870.5.0","dw_sku":"DWKK-103080","shopify_product_id":"7878082986035","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:29.356Z"}
+{"table":"schumacher_catalog","mfr_sku":"5012212","dw_sku":"DWLK-808880","shopify_product_id":"7878083018803","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:33.074Z"}
+{"table":"schumacher_catalog","mfr_sku":"5012220","dw_sku":"DWLK-808890","shopify_product_id":"7878083051571","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:36.762Z"}
+{"table":"schumacher_catalog","mfr_sku":"5012221","dw_sku":"DWLK-808900","shopify_product_id":"7878083084339","action":"created","activated":true,"published":true,"sampleOnly":false,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:40.158Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"302834F","dw_sku":"DWQC-600360","shopify_product_id":"7878083117107","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:43.778Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"302830C-15W","dw_sku":"DWQC-600361","shopify_product_id":"7878083149875","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:47.113Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"302872F","dw_sku":"DWQC-600362","shopify_product_id":"7878083182643","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:51.312Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"AC304O-22","dw_sku":"DWAK-700364","shopify_product_id":"7878083215411","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:54.836Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"AC304O-24","dw_sku":"DWAK-700365","shopify_product_id":"7878083280947","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:40:58.890Z"}
+{"table":"quadrille_house_catalog","mfr_sku":"AC304O-25","dw_sku":"DWAK-700366","shopify_product_id":"7878083313715","action":"created","activated":true,"published":true,"sampleOnly":true,"status":"ACTIVE","batch_id":"upload-am-2026-07-07T16-40-05-301Z","ts":"2026-07-07T16:41:02.394Z"}
diff --git a/shopify/scripts/enrich-color-details-local.js b/shopify/scripts/enrich-color-details-local.js
deleted file mode 100644
index bc808e48..00000000
--- a/shopify/scripts/enrich-color-details-local.js
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/usr/bin/env node
-/*
- * enrich-color-details-local.js
- * Populate custom.color_details (JSON: [{name,hex,pct}]) for DW products using a
- * LOCAL vision model (qwen2.5vl via ollama) — $0, no paid API. Read by the PDP
- * `color-palette` snippet (Tier 1). Percentages are normalized to sum ~100.
- *
- * Usage:
- * node enrich-color-details-local.js <productNumericId> [<productNumericId> ...]
- * node enrich-color-details-local.js --query "status:active vendor:Phillipe Romano" --limit 50
- * node enrich-color-details-local.js --dry <productNumericId> (extract only, no write)
- *
- * Env (from shopify/.env): SHOPIFY_STORE_DOMAIN, SHOPIFY_ADMIN_TOKEN
- * Local: ollama on 127.0.0.1:11434 with qwen2.5vl:7b
- */
-const fs = require('fs');
-const path = require('path');
-
-const ENV = Object.fromEntries(
- fs.readFileSync(path.join(__dirname, '..', '.env'), 'utf8')
- .split('\n').filter(l => l.includes('=') && !l.trim().startsWith('#'))
- .map(l => { const i = l.indexOf('='); return [l.slice(0, i).trim(), l.slice(i + 1).trim().replace(/^["']|["']$/g, '')]; })
-);
-const STORE = ENV.SHOPIFY_STORE_DOMAIN;
-const TOKEN = ENV.SHOPIFY_ADMIN_TOKEN;
-const OLLAMA = 'http://127.0.0.1:11434';
-const MODEL = 'qwen2.5vl:7b';
-const API = `https://${STORE}/admin/api/2024-10/graphql.json`;
-
-const PROMPT = `You are a textile color analyst. Look at this wallcovering/fabric pattern image.
-Identify every DISTINCT color a designer would name (the ground/background PLUS every motif and accent color, even small ones).
-For each color give: a short interior-design color name (e.g. "Sage", "Oatmeal", "Coral", "Wedgwood Blue"), the actual muted hex code AS IT APPEARS in the image (not an idealized pure hue), and its approximate percentage of the visible design.
-Return ONLY JSON: {"colors":[{"name":"...","hex":"#RRGGBB","pct":NN}]} with dominant colors first, 3-8 colors, integer percentages.`;
-
-async function gql(query, variables) {
- const r = await fetch(API, {
- method: 'POST',
- headers: { 'X-Shopify-Access-Token': TOKEN, 'Content-Type': 'application/json' },
- body: JSON.stringify({ query, variables })
- });
- return r.json();
-}
-
-async function getProducts(ids, queryStr, limit) {
- if (ids && ids.length) {
- const q = `{ nodes(ids: [${ids.map(i => `"gid://shopify/Product/${i}"`).join(',')}]) { ... on Product { id title featuredImage{url} } } }`;
- const d = await gql(q);
- return (d.data.nodes || []).filter(Boolean);
- }
- const q = `query($q:String!,$n:Int!){ products(first:$n, query:$q){ edges{ node{ id title featuredImage{url} } } } }`;
- const d = await gql(q, { q: queryStr, n: limit });
- return (d.data.products.edges || []).map(e => e.node).filter(n => n.featuredImage);
-}
-
-async function extractColors(imageUrl) {
- // download image → base64
- const img = Buffer.from(await (await fetch(imageUrl)).arrayBuffer()).toString('base64');
- const r = await fetch(`${OLLAMA}/api/generate`, {
- method: 'POST',
- body: JSON.stringify({ model: MODEL, stream: false, format: 'json', prompt: PROMPT, images: [img], options: { temperature: 0.1 } })
- });
- const j = await r.json();
- let colors = [];
- try { colors = (JSON.parse(j.response).colors || []); } catch (e) { return null; }
- colors = colors
- .filter(c => c && /^#?[0-9a-fA-F]{6}$/.test((c.hex || '').replace('#', '')))
- .map(c => ({ name: String(c.name || '').trim().slice(0, 24), hex: '#' + (c.hex || '').replace('#', '').toLowerCase(), pct: Math.max(0, Math.round(+c.pct || 0)) }))
- .filter(c => c.name)
- .slice(0, 8);
- // normalize pct to sum 100
- const tot = colors.reduce((s, c) => s + c.pct, 0) || 1;
- colors.forEach(c => { c.pct = Math.round(c.pct / tot * 100); });
- return colors.length ? colors : null;
-}
-
-async function writeMetafield(productGid, colors) {
- const q = `mutation($mf:[MetafieldsSetInput!]!){ metafieldsSet(metafields:$mf){ metafields{ id key } userErrors{ field message } } }`;
- const d = await gql(q, { mf: [{ ownerId: productGid, namespace: 'custom', key: 'color_details', type: 'json', value: JSON.stringify(colors) }] });
- const errs = d.data?.metafieldsSet?.userErrors || [];
- if (errs.length) throw new Error(JSON.stringify(errs));
- return true;
-}
-
-(async () => {
- const args = process.argv.slice(2);
- const dry = args.includes('--dry');
- let ids = args.filter(a => /^\d+$/.test(a));
- let queryStr = null, limit = 50;
- const qi = args.indexOf('--query'); if (qi >= 0) queryStr = args[qi + 1];
- const li = args.indexOf('--limit'); if (li >= 0) limit = +args[li + 1];
-
- const products = await getProducts(ids.length ? ids : null, queryStr, limit);
- console.log(`Enriching ${products.length} product(s) with ${MODEL} (local, $0)…\n`);
- let ok = 0, fail = 0;
- for (const p of products) {
- const t0 = Date.now();
- process.stdout.write(`• ${p.title.slice(0, 50)} … `);
- if (!p.featuredImage) { console.log('no image, skip'); fail++; continue; }
- const colors = await extractColors(p.featuredImage.url);
- if (!colors) { console.log('extract FAILED'); fail++; continue; }
- const summary = colors.map(c => `${c.name} ${c.pct}%`).join(', ');
- if (dry) { console.log(`[dry] ${summary}`); ok++; continue; }
- try { await writeMetafield(p.id, colors); console.log(`✓ ${summary} (${((Date.now() - t0) / 1000).toFixed(0)}s)`); ok++; }
- catch (e) { console.log(`WRITE FAILED: ${e.message}`); fail++; }
- }
- console.log(`\nDone: ${ok} enriched, ${fail} failed.`);
-})().catch(e => { console.error(e); process.exit(1); });
← cbd55ff1 enrich: overwrite legacy 'percentage'-schema color_details (
·
back to Designer Wallcoverings
·
Real-sample room composites via patch-quilting (the winning ad315325 →