← back to Designer Wallcoverings
auto-save: 2026-07-21T18:09:04 (2 files) — scripts/wallquest-refresh/data/backfill-0717-map.json scripts/wallquest-refresh/attach-17-noimage.cjs
d3fe56ced989ba5cd79b870033c186bccfac5d09 · 2026-07-21 18:09:09 -0700 · Steve Abrams
Files touched
A scripts/wallquest-refresh/attach-17-noimage.cjsM scripts/wallquest-refresh/data/backfill-0717-map.json
Diff
commit d3fe56ced989ba5cd79b870033c186bccfac5d09
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 21 18:09:09 2026 -0700
auto-save: 2026-07-21T18:09:04 (2 files) — scripts/wallquest-refresh/data/backfill-0717-map.json scripts/wallquest-refresh/attach-17-noimage.cjs
---
scripts/wallquest-refresh/attach-17-noimage.cjs | 41 +
.../wallquest-refresh/data/backfill-0717-map.json | 4398 ++++++++++++++++----
2 files changed, 3660 insertions(+), 779 deletions(-)
diff --git a/scripts/wallquest-refresh/attach-17-noimage.cjs b/scripts/wallquest-refresh/attach-17-noimage.cjs
new file mode 100644
index 00000000..9e6bfed2
--- /dev/null
+++ b/scripts/wallquest-refresh/attach-17-noimage.cjs
@@ -0,0 +1,41 @@
+// One-shot: attach the 17 Steve-verified images to the no-image ACTIVE products
+// (exact colorway-SKU match + live source URL, from /tmp/noimg-verified.json).
+// Excludes aura-light-gray (7876263313459) — its staging image is named "teal".
+// Run: node attach-17-noimage.cjs [--dry]
+const https = require('https');
+const { execSync } = require('child_process');
+const fs = require('fs');
+const TOK = process.env.SHOPIFY_ADMIN_TOKEN;
+if (!TOK) { console.error('SHOPIFY_ADMIN_TOKEN missing (source ~/Projects/secrets-manager/.env)'); process.exit(1); }
+const DRY = process.argv.includes('--dry');
+const SKIP = new Set(['7876263313459']); // aura light-gray: staging image looks teal — held
+const sleep = ms => new Promise(r => setTimeout(r, ms));
+
+function rest(method, path, body) {
+ return new Promise((res, rej) => {
+ const data = body ? JSON.stringify(body) : null;
+ const r = https.request({ hostname: 'designer-laboratory-sandbox.myshopify.com',
+ path: `/admin/api/2024-10/${path}`, method,
+ headers: { 'X-Shopify-Access-Token': TOK, 'Content-Type': 'application/json',
+ ...(data ? { 'Content-Length': Buffer.byteLength(data) } : {}) } },
+ rs => { let d = ''; rs.on('data', c => d += c); rs.on('end', () => { try { res({ status: rs.statusCode, body: d ? JSON.parse(d) : {} }); } catch (e) { res({ status: rs.statusCode, body: {} }); } }); });
+ r.on('error', rej); if (data) r.write(data); r.end();
+ });
+}
+
+(async () => {
+ const verified = JSON.parse(fs.readFileSync('/tmp/noimg-verified.json', 'utf8'));
+ let ok = 0, held = 0, fail = 0;
+ for (const p of verified) {
+ if (SKIP.has(String(p.pid))) { held++; console.log(`HOLD ${p.pid} ${p.handle} (colorway mismatch)`); continue; }
+ if (DRY) { console.log(`DRY ${p.pid} ${p.vendor} ${p.src.match} <- ${p.src.url.slice(0, 70)}`); ok++; continue; }
+ const r = await rest('POST', `products/${p.pid}/images.json`, { image: { src: p.src.url, alt: p.title } });
+ if (r.status < 300 && r.body.image) {
+ const cdn = r.body.image.src.replace(/'/g, "''");
+ execSync(`psql "host=/tmp dbname=dw_unified" -X -q -c "UPDATE shopify_products SET image_url='${cdn}' WHERE shopify_id='gid://shopify/Product/${p.pid}';"`);
+ ok++; console.log(`OK ${p.pid} ${p.vendor} ${p.src.match} image_id=${r.body.image.id}`);
+ } else { fail++; console.log(`FAIL ${p.pid} status=${r.status} ${JSON.stringify(r.body).slice(0, 160)}`); }
+ await sleep(700);
+ }
+ console.log(`\n${DRY ? '[DRY] ' : ''}attached=${ok} held=${held} fail=${fail}`);
+})();
diff --git a/scripts/wallquest-refresh/data/backfill-0717-map.json b/scripts/wallquest-refresh/data/backfill-0717-map.json
index f7114367..b20ed986 100644
--- a/scripts/wallquest-refresh/data/backfill-0717-map.json
+++ b/scripts/wallquest-refresh/data/backfill-0717-map.json
@@ -1,59 +1,83 @@
[
{
- "pid": "7887530262579",
- "sku": "DWDB2-46003",
- "handle": "nantucket-grasscloth-teal-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Teal Wallcovering | Phillipe Romano",
- "mfr": "DB46003",
+ "pid": "7887540518963",
+ "sku": "ABA-46125",
+ "handle": "anhe-abaca-apple-green-pr-46125",
+ "title": "Anhe Abaca Apple Green | Phillipe Romano",
+ "mfr": "DB46112",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46112",
+ "pattern": "Anhe Abaca",
+ "color": "Apple Green",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887540551731",
+ "sku": "ABA-46135",
+ "handle": "anhe-abaca-navy-taupe-pr-46135",
+ "title": "Anhe Abaca Navy Taupe | Phillipe Romano",
+ "mfr": "DB46111",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46003",
- "pattern": "Enya Sisal",
- "color": "Teal",
+ "mfr": "DB46111",
+ "pattern": "Anhe Abaca",
+ "color": "Navy Taupe",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Paper",
+ "backing": "Nonwoven",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Aquas & Teals",
+ "Color Type": "Navys",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Anhe Abaca",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Teal",
+ "Colorway Name": "Navy Taupe",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Paper",
+ "Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#006400",
+ "color_hex": "#1E3499",
"ai_styles": [
"Contemporary",
- "Nautical"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887530295347",
- "sku": "DWDB2-46004",
- "handle": "nantucket-grasscloth-desert-sage-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Desert Sage Wallcovering | Phillipe Romano",
- "mfr": "DB46004",
+ "pid": "7887540584499",
+ "sku": "ABA-46145",
+ "handle": "anhe-abaca-ochre-gold-pr-46145",
+ "title": "Anhe Abaca Ochre Gold | Phillipe Romano",
+ "mfr": "DB46114",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46004",
- "pattern": "Enya Sisal",
- "color": "Desert Sage",
+ "mfr": "DB46114",
+ "pattern": "Anhe Abaca",
+ "color": "Ochre Gold",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -63,22 +87,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Greens",
+ "Color Type": "Warm Neutrals & Beiges",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Anhe Abaca",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Desert Sage",
+ "Colorway Name": "Ochre Gold",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#8DC63F",
+ "color_hex": "#DAA520",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -88,16 +112,16 @@
}
},
{
- "pid": "7887530393651",
- "sku": "DWDB2-46005",
- "handle": "nantucket-grasscloth-paladian-blue-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Paladian Blue Wallcovering | Phillipe Romano",
- "mfr": "DB46005",
+ "pid": "7887540617267",
+ "sku": "ABA-46155",
+ "handle": "anhe-abaca-sand-pr-46155",
+ "title": "Anhe Abaca Sand | Phillipe Romano",
+ "mfr": "DB46115",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46005",
- "pattern": "Enya Sisal",
- "color": "Paladian Blue",
+ "mfr": "DB46115",
+ "pattern": "Anhe Abaca",
+ "color": "Sand",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -107,41 +131,42 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Warm Neutrals & Beiges",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Anhe Abaca",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Paladian Blue",
+ "Colorway Name": "Sand",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#0074D9",
+ "color_hex": "#F5F5DC",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Rustic",
+ "Nautical"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887530491955",
- "sku": "DWDB2-46006",
- "handle": "nantucket-grasscloth-hunter-green-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Hunter Green Wallcovering | Phillipe Romano",
- "mfr": "DB46006",
+ "pid": "7887542517811",
+ "sku": "ABA-46165",
+ "handle": "anhe-abaca-greige-pr-46125",
+ "title": "Anhe Abaca Greige | Phillipe Romano",
+ "mfr": "DB46110",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46006",
- "pattern": "Enya Sisal",
- "color": "Hunter Green",
+ "mfr": "DB46110",
+ "pattern": "Anhe Abaca",
+ "color": "Greige",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -151,22 +176,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Greens",
+ "Color Type": "Warm Neutrals & Beiges",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Anhe Abaca",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Hunter Green",
+ "Colorway Name": "Greige",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#006400",
+ "color_hex": "#F5F5DC",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -176,16 +201,16 @@
}
},
{
- "pid": "7887530754099",
- "sku": "DWDB2-46009",
- "handle": "nantucket-grasscloth-newbury-blue-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Newbury Blue Wallcovering | Phillipe Romano",
- "mfr": "DB46009",
+ "pid": "7887542550579",
+ "sku": "ABA-46175",
+ "handle": "anhe-abaca-peppercorn-pr-46135",
+ "title": "Anhe Abaca Peppercorn | Phillipe Romano",
+ "mfr": "DB46113",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46009",
- "pattern": "Enya Sisal",
- "color": "Newbury Blue",
+ "mfr": "DB46113",
+ "pattern": "Anhe Abaca",
+ "color": "Peppercorn",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -195,22 +220,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Blacks",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Anhe Abaca",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Newbury Blue",
+ "Colorway Name": "Peppercorn",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#004DFF",
+ "color_hex": "#303030",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -220,105 +245,128 @@
}
},
{
- "pid": "7887531081779",
- "sku": "DWDB2-46047",
- "handle": "nantucket-grasscloth-aqua-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Aqua Wallcovering | Phillipe Romano",
- "mfr": "DB46047",
+ "pid": "7887540650035",
+ "sku": "CORK-300018",
+ "handle": "yujin-cork-charcoal-pr-300018",
+ "title": "Yujin Cork Charcoal | Phillipe Romano",
+ "mfr": "DB46446",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46446",
+ "pattern": "Yujin Cork",
+ "color": "Charcoal",
+ "material": "Cork",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887540682803",
+ "sku": "CORK-300028",
+ "handle": "yujin-cork-haze-pr-300028",
+ "title": "Yujin Cork Haze | Phillipe Romano",
+ "mfr": "DB46445",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46047",
- "pattern": "Enya Sisal",
- "color": "Aqua",
- "material": "Grasscloth",
+ "mfr": "DB46445",
+ "pattern": "Yujin Cork",
+ "color": "Haze",
+ "material": "Cork",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Paper",
+ "backing": "Nonwoven",
"specs": {
- "Material": "Grasscloth and Naturals",
+ "Material": "Cork",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Purples & Wine",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Yujin Cork",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Aqua",
+ "Colorway Name": "Haze",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Paper",
+ "Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#00CED1",
+ "color_hex": "#B0A1D3",
"ai_styles": [
"Contemporary",
- "Modern"
+ "Rustic Chic"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531409459",
- "sku": "DWDB2-46051",
- "handle": "nantucket-grasscloth-pearl-seaglass-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Pearl Seaglass Wallcovering | Phillipe Romano",
- "mfr": "DB46051",
+ "pid": "7887540715571",
+ "sku": "CORK-300038",
+ "handle": "yujin-cork-persecco-pr-300038",
+ "title": "Yujin Cork Persecco | Phillipe Romano",
+ "mfr": "DB46444",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46051",
- "pattern": "Enya Sisal",
- "color": "Pearl Seaglass",
- "material": "Grasscloth",
+ "mfr": "DB46444",
+ "pattern": "Yujin Cork",
+ "color": "Persecco",
+ "material": "Cork",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Paper",
+ "backing": "Nonwoven",
"specs": {
- "Material": "Grasscloth and Naturals",
+ "Material": "Cork",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Pearls",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Yujin Cork",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Pearl Seaglass",
+ "Colorway Name": "Persecco",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Paper",
+ "Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#ADD8E6",
+ "color_hex": "#FFFFFF",
"ai_styles": [
- "Coastal",
- "Modern",
- "Scandinavian"
+ "Modern Rustic",
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531507763",
- "sku": "DWDB2-46052",
- "handle": "nantucket-grasscloth-seaglass-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Seaglass Wallcovering | Phillipe Romano",
- "mfr": "DB46052",
+ "pid": "7887540748339",
+ "sku": "GRS-800986",
+ "handle": "meilin-grasscloth-alexandriabeige-pr-800986",
+ "title": "Meilin Grasscloth AlexandriaBeige | Phillipe Romano",
+ "mfr": "DB46325",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46052",
- "pattern": "Enya Sisal",
- "color": "Seaglass",
+ "mfr": "DB46325",
+ "pattern": "Meilin Grasscloth",
+ "color": "AlexandriaBeige",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -328,41 +376,41 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Grays",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Seaglass",
+ "Colorway Name": "AlexandriaBeige",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#ADD8E6",
+ "color_hex": "#D2B48C",
"ai_styles": [
"Contemporary",
- "Nautical"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531573299",
- "sku": "DWDB2-46054",
- "handle": "nantucket-grasscloth-leaf-green-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Leaf Green Wallcovering | Phillipe Romano",
- "mfr": "DB46054",
+ "pid": "7887540781107",
+ "sku": "GRS-800996",
+ "handle": "meilin-grasscloth-aruba-pr-800996",
+ "title": "Meilin Grasscloth Aruba | Phillipe Romano",
+ "mfr": "DB46333",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46054",
- "pattern": "Enya Sisal",
- "color": "Leaf Green",
+ "mfr": "DB46333",
+ "pattern": "Meilin Grasscloth",
+ "color": "Aruba",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -372,41 +420,41 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Greens",
+ "Color Type": "Blues",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Leaf Green",
+ "Colorway Name": "Aruba",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#80A75C",
+ "color_hex": "#87CEEB",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Nautical"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531606067",
- "sku": "DWDB2-46055",
- "handle": "nantucket-grasscloth-angel-blue-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Angel Blue Wallcovering | Phillipe Romano",
- "mfr": "DB46055",
+ "pid": "7887540813875",
+ "sku": "GRS-801006",
+ "handle": "meilin-grasscloth-chocolate-pr-801006",
+ "title": "Meilin Grasscloth Chocolate | Phillipe Romano",
+ "mfr": "DB46324",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46055",
- "pattern": "Enya Sisal",
- "color": "Angel Blue",
+ "mfr": "DB46324",
+ "pattern": "Meilin Grasscloth",
+ "color": "Chocolate",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -416,22 +464,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Browns & Taupes",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Angel Blue",
+ "Colorway Name": "Chocolate",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#0074D9",
+ "color_hex": "#4B0000",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -441,16 +489,16 @@
}
},
{
- "pid": "7887531638835",
- "sku": "DWDB2-46057",
- "handle": "nantucket-grasscloth-putty-stone-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Putty Stone Wallcovering | Phillipe Romano",
- "mfr": "DB46057",
+ "pid": "7887540846643",
+ "sku": "GRS-801016",
+ "handle": "meilin-grasscloth-classic-navy-pr-801016",
+ "title": "Meilin Grasscloth Classic Navy | Phillipe Romano",
+ "mfr": "DB46335",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46057",
- "pattern": "Enya Sisal",
- "color": "Putty Stone",
+ "mfr": "DB46335",
+ "pattern": "Meilin Grasscloth",
+ "color": "Classic Navy",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -460,22 +508,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Browns & Taupes",
+ "Color Type": "Navys",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Enya Sisal",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Putty Stone",
+ "Colorway Name": "Classic Navy",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#D2C4B6",
+ "color_hex": "#00008B",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -485,16 +533,16 @@
}
},
{
- "pid": "7887531671603",
- "sku": "DWDB2-46110",
- "handle": "nantucket-grasscloth-greige-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Greige Wallcovering | Phillipe Romano",
- "mfr": "DB46110",
+ "pid": "7887540879411",
+ "sku": "GRS-801026",
+ "handle": "meilin-grasscloth-dark-denim-pr-801026",
+ "title": "Meilin Grasscloth Dark Denim | Phillipe Romano",
+ "mfr": "DB46334",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46110",
- "pattern": "Anhe Abaca",
- "color": "Greige",
+ "mfr": "DB46334",
+ "pattern": "Meilin Grasscloth",
+ "color": "Dark Denim",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -504,85 +552,65 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Blues",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Anhe Abaca",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Greige",
+ "Colorway Name": "Dark Denim",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F5F5DC",
+ "color_hex": "#004D75",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Rustic"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531704371",
- "sku": "DWDB2-46111",
- "handle": "nantucket-grasscloth-navy-taupe-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Navy Taupe Wallcovering | Phillipe Romano",
- "mfr": "DB46111",
+ "pid": "7887540912179",
+ "sku": "GRS-801036",
+ "handle": "meilin-grasscloth-dorset-gold-pr-801036",
+ "title": "Meilin Grasscloth Dorset Gold | Phillipe Romano",
+ "mfr": "DB46323",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46111",
- "pattern": "Anhe Abaca",
- "color": "Navy Taupe",
- "material": "Grasscloth",
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46323",
+ "pattern": "Meilin Grasscloth",
+ "color": "Dorset Gold",
+ "material": "Grasscloth and Naturals",
"width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
+ "length": "",
"repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Nonwoven",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Navys",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Anhe Abaca",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Navy Taupe",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#1E3499",
- "ai_styles": [
- "Contemporary",
- "Traditional"
- ],
- "bolt_yards": "8",
- "sflag": ""
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
}
},
{
- "pid": "7887531737139",
- "sku": "DWDB2-46113",
- "handle": "nantucket-grasscloth-peppercorn-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Peppercorn Wallcovering | Phillipe Romano",
- "mfr": "DB46113",
+ "pid": "7887540944947",
+ "sku": "GRS-801046",
+ "handle": "meilin-grasscloth-dry-sage-pr-801046",
+ "title": "Meilin Grasscloth Dry Sage | Phillipe Romano",
+ "mfr": "DB46332",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46113",
- "pattern": "Anhe Abaca",
- "color": "Peppercorn",
+ "mfr": "DB46332",
+ "pattern": "Meilin Grasscloth",
+ "color": "Dry Sage",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -592,85 +620,85 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blacks",
+ "Color Type": "Greens",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Anhe Abaca",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Peppercorn",
+ "Colorway Name": "Dry Sage",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#303030",
+ "color_hex": "#81B29A",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Rustic"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531769907",
- "sku": "DWDB2-46114",
- "handle": "nantucket-grasscloth-ochre-gold-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Ochre Gold Wallcovering | Phillipe Romano",
- "mfr": "DB46114",
+ "pid": "7887541010483",
+ "sku": "GRS-801056",
+ "handle": "meilin-grasscloth-harvest-pr-801056",
+ "title": "Meilin Grasscloth Harvest | Phillipe Romano",
+ "mfr": "DB46322",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46114",
- "pattern": "Anhe Abaca",
- "color": "Ochre Gold",
+ "mfr": "DB46322",
+ "pattern": "Meilin Grasscloth",
+ "color": "Harvest",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Nonwoven",
+ "backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Oranges",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Anhe Abaca",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Ochre Gold",
+ "Colorway Name": "Harvest",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
+ "Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#DAA520",
+ "color_hex": "#F2CC8F",
"ai_styles": [
- "Contemporary",
- "Traditional"
+ "contemporary",
+ "traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531835443",
- "sku": "DWDB2-46115",
- "handle": "nantucket-grasscloth-sand-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Sand Wallcovering | Phillipe Romano",
- "mfr": "DB46115",
+ "pid": "7887541043251",
+ "sku": "GRS-801066",
+ "handle": "meilin-grasscloth-latte-pr-801066",
+ "title": "Meilin Grasscloth Latte | Phillipe Romano",
+ "mfr": "DB46330",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46115",
- "pattern": "Anhe Abaca",
- "color": "Sand",
+ "mfr": "DB46330",
+ "pattern": "Meilin Grasscloth",
+ "color": "Latte",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -680,22 +708,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Browns & Taupes",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Anhe Abaca",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Sand",
+ "Colorway Name": "Latte",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F5F5DC",
+ "color_hex": "#D2B48C",
"ai_styles": [
"Contemporary",
"Rustic",
@@ -706,16 +734,16 @@
}
},
{
- "pid": "7887531900979",
- "sku": "DWDB2-46200",
- "handle": "nantucket-grasscloth-cream-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Cream Wallcovering | Phillipe Romano",
- "mfr": "DB46200",
+ "pid": "7887541076019",
+ "sku": "GRS-801076",
+ "handle": "meilin-grasscloth-midnight-pr-801076",
+ "title": "Meilin Grasscloth Midnight | Phillipe Romano",
+ "mfr": "DB46336",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46200",
- "pattern": "Meilian Raffia",
- "color": "Cream",
+ "mfr": "DB46336",
+ "pattern": "Meilin Grasscloth",
+ "color": "Midnight",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -725,41 +753,41 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Blacks",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilian Raffia",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Cream",
+ "Colorway Name": "Midnight",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F5F5DC",
+ "color_hex": "#000000",
"ai_styles": [
"Contemporary",
- "Rustic"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887531999283",
- "sku": "DWDB2-46216",
- "handle": "nantucket-grasscloth-tan-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Tan Wallcovering | Phillipe Romano",
- "mfr": "DB46216",
+ "pid": "7887541108787",
+ "sku": "GRS-801086",
+ "handle": "meilin-grasscloth-mocha-pr-801086",
+ "title": "Meilin Grasscloth Mocha | Phillipe Romano",
+ "mfr": "DB46327",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46216",
- "pattern": "Meilian Raffia",
- "color": "Tan",
+ "mfr": "DB46327",
+ "pattern": "Meilin Grasscloth",
+ "color": "Mocha",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -769,130 +797,129 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Grays",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilian Raffia",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Tan",
+ "Colorway Name": "Mocha",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F5DEB3",
+ "color_hex": "#D2B48C",
"ai_styles": [
"Contemporary",
- "Rustic",
- "Nautical"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887532032051",
- "sku": "DWDB2-46218",
- "handle": "nantucket-grasscloth-taupe-wallcovering-phillipe-romano-3",
- "title": "Nantucket Grasscloth Taupe Wallcovering | Phillipe Romano",
- "mfr": "DB46218",
+ "pid": "7887541141555",
+ "sku": "GRS-801096",
+ "handle": "meilin-grasscloth-rose-bisque-pr-801096",
+ "title": "Meilin Grasscloth Rose Bisque | Phillipe Romano",
+ "mfr": "DB46326",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46218",
- "pattern": "Meilian Raffia",
- "color": "Taupe",
+ "mfr": "DB46326",
+ "pattern": "Meilin Grasscloth",
+ "color": "Rose Bisque",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Nonwoven",
+ "backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Warm Neutrals & Beiges",
+ "Color Type": "Purples & Wine",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilian Raffia",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Taupe",
+ "Colorway Name": "Rose Bisque",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
+ "Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#D2B48C",
+ "color_hex": "#FFC0CB",
"ai_styles": [
- "contemporary",
- "traditional"
+ "Contemporary",
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887532064819",
- "sku": "DWDB2-46220",
- "handle": "nantucket-grasscloth-sage-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Sage Wallcovering | Phillipe Romano",
- "mfr": "DB46220",
+ "pid": "7887541174323",
+ "sku": "GRS-801106",
+ "handle": "meilin-grasscloth-slate-pr-801106",
+ "title": "Meilin Grasscloth Slate | Phillipe Romano",
+ "mfr": "DB46340",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46220",
- "pattern": "Meilian Raffia",
- "color": "Sage",
+ "mfr": "DB46340",
+ "pattern": "Meilin Grasscloth",
+ "color": "Slate",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Nonwoven",
+ "backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Greens",
+ "Color Type": "Blacks",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilian Raffia",
+ "Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Sage",
+ "Colorway Name": "Slate",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
+ "Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#8DC63F",
+ "color_hex": "#404040",
"ai_styles": [
"Contemporary",
- "Nautical"
+ "Transitional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629090867",
- "sku": "DWDB2-46322",
- "handle": "nantucket-grasscloth-harvest-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Harvest Wallcovering | Phillipe Romano",
- "mfr": "DB46322",
+ "pid": "7887541207091",
+ "sku": "GRS-801116",
+ "handle": "meilin-grasscloth-soft-linen-pr-801116",
+ "title": "Meilin Grasscloth Soft Linen | Phillipe Romano",
+ "mfr": "DB46337",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46322",
+ "mfr": "DB46337",
"pattern": "Meilin Grasscloth",
- "color": "Harvest",
+ "color": "Soft Linen",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -902,7 +929,7 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Oranges",
+ "Color Type": "Cool Neutrals",
"Roll Width": "36 in | 91.4 cm",
"Design Name": "Meilin Grasscloth",
"Roll Length": "8 yd | 7.3 m",
@@ -910,165 +937,2363 @@
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Harvest",
+ "Colorway Name": "Soft Linen",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F2CC8F",
+ "color_hex": "#F5F5DC",
"ai_styles": [
- "contemporary",
- "traditional"
+ "Contemporary",
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629221939",
- "sku": "DWDB2-46324",
- "handle": "nantucket-grasscloth-chocolate-wallcovering-phillipe-romano-1",
- "title": "Nantucket Grasscloth Chocolate Wallcovering | Phillipe Romano",
- "mfr": "DB46324",
+ "pid": "7887541239859",
+ "sku": "GRS-801126",
+ "handle": "meilin-grasscloth-sunset-pr-801126",
+ "title": "Meilin Grasscloth Sunset | Phillipe Romano",
+ "mfr": "DB46328",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46324",
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46328",
"pattern": "Meilin Grasscloth",
- "color": "Chocolate",
- "material": "Grasscloth",
+ "color": "Sunset",
+ "material": "Grasscloth and Naturals",
"width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
+ "length": "",
"repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Nonwoven",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Browns & Taupes",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Chocolate",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#4B0000",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887548088371",
+ "sku": "GRS-801136",
+ "handle": "bergamo-teal-pr-801136",
+ "title": "Bergamo Teal | Phillipe Romano",
+ "mfr": "NS51604",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51604",
+ "pattern": "Natural Silhouettes",
+ "color": "Bergamo - Teal",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#5c7782",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Art Deco",
+ "Transitional",
+ "Mid-Century Modern"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887629418547",
- "sku": "DWDB2-46325",
- "handle": "nantucket-grasscloth-alexandriabeige-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth AlexandriaBeige Wallcovering | Phillipe Romano",
- "mfr": "DB46325",
+ "pid": "7887548121139",
+ "sku": "GRS-801146",
+ "handle": "bergamo-wheat-pr-801146",
+ "title": "Bergamo Wheat | Phillipe Romano",
+ "mfr": "NS51605",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46325",
- "pattern": "Meilin Grasscloth",
- "color": "AlexandriaBeige",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Paper",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Grays",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "AlexandriaBeige",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Paper",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#D2B48C",
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51605",
+ "pattern": "Natural Silhouettes",
+ "color": "Bergamo - Wheat",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9AA09B",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Art Deco",
+ "Transitional",
+ "Minimalist"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887629484083",
- "sku": "DWDB2-46326",
- "handle": "nantucket-grasscloth-rose-bisque-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Rose Bisque Wallcovering | Phillipe Romano",
- "mfr": "DB46326",
+ "pid": "7887548153907",
+ "sku": "GRS-801156",
+ "handle": "cebu-brushed-silver-pr-801156",
+ "title": "Cebu Brushed Silver | Phillipe Romano",
+ "mfr": "NS51908",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46326",
- "pattern": "Meilin Grasscloth",
- "color": "Rose Bisque",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51908",
+ "pattern": "Natural Silhouettes",
+ "color": "Cebu - Brushed Silver",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#C2BBA3",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Coastal",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887548186675",
+ "sku": "GRS-801166",
+ "handle": "cebu-hemp-pr-801166",
+ "title": "Cebu Hemp | Phillipe Romano",
+ "mfr": "NS51907",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51907",
+ "pattern": "Natural Silhouettes",
+ "color": "Cebu - Hemp",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9b9984",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Coastal",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887548317747",
+ "sku": "GRS-801176",
+ "handle": "chess-shale-pr-801176",
+ "title": "Chess Shale | Phillipe Romano",
+ "mfr": "NS51705",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51705",
+ "pattern": "Natural Silhouettes",
+ "color": "Chess - Shale",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#8E907E",
+ "ai_styles": [
+ "Art Deco",
+ "Contemporary",
+ "Transitional",
+ "Organic Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887548481587",
+ "sku": "GRS-801186",
+ "handle": "chess-viridian-pr-801186",
+ "title": "Chess Viridian | Phillipe Romano",
+ "mfr": "NS51704",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51704",
+ "pattern": "Natural Silhouettes",
+ "color": "Chess - Viridian",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#3B6E4C",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Mid-Century Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887548678195",
+ "sku": "GRS-801196",
+ "handle": "fia-grass-and-natural-fibers-anchor-pr-801196",
+ "title": "Fia Grass and Natural Fibers Anchor | Phillipe Romano",
+ "mfr": "WP21700",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21700",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Fia Grass and Natural Fibers - Anchor",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#35342E",
+ "ai_styles": [
+ "Organic Modern",
+ "Rustic",
+ "Japandi",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887548874803",
+ "sku": "GRS-801206",
+ "handle": "malia-grass-and-natural-fibers-cannon-pr-801206",
+ "title": "Malia Grass and Natural Fibers Cannon | Phillipe Romano",
+ "mfr": "WP21405",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21405",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Malia Grass and Natural Fibers - Cannon",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#D4C7B3",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549071411",
+ "sku": "GRS-801216",
+ "handle": "malia-grass-and-natural-fibers-coconut-glaze-pr-801216",
+ "title": "Malia Grass and Natural Fibers Coconut Glaze | Phillipe Romano",
+ "mfr": "WP21409",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21409",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Malia Grass and Natural Fibers - Coconut Glaze",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E5DFD3",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Bohemian",
+ "Rustic"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549104179",
+ "sku": "GRS-801226",
+ "handle": "malia-grass-and-natural-fibers-gray-harbor-pr-801226",
+ "title": "Malia Grass and Natural Fibers Gray Harbor | Phillipe Romano",
+ "mfr": "WP21400",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21400",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Malia Grass and Natural Fibers - Gray Harbor",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#2B2822",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549169715",
+ "sku": "GRS-801236",
+ "handle": "malia-grass-and-natural-fibers-raw-cotton-pr-801236",
+ "title": "Malia Grass and Natural Fibers Raw Cotton | Phillipe Romano",
+ "mfr": "WP21408",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21408",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Malia Grass and Natural Fibers - Raw Cotton",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E2DDD5",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Japandi",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549202483",
+ "sku": "GRS-801246",
+ "handle": "manila-viridian-pr-801246",
+ "title": "Manila Viridian | Phillipe Romano",
+ "mfr": "NS51804",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51804",
+ "pattern": "Natural Silhouettes",
+ "color": "Manila - Viridian",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#707A58",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Contemporary",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549268019",
+ "sku": "GRS-801256",
+ "handle": "navy-grey-and-white-pr-801256",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72605",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72605",
+ "pattern": "Navy Grey & White",
+ "color": "Dove Grey",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#7C838E",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Minimalist",
+ "Scandinavian"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549300787",
+ "sku": "GRS-801266",
+ "handle": "navy-grey-and-white-pr-801266",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72602",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72602",
+ "pattern": "Navy Grey & White",
+ "color": "Navy",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#222d3d",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Minimalist",
+ "Mid-Century Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549333555",
+ "sku": "GRS-801276",
+ "handle": "navy-grey-and-white-pr-801276",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72600",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72600",
+ "pattern": "Navy Grey & White",
+ "color": "Ivory",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E6DCC5",
+ "ai_styles": [
+ "Organic Modern",
+ "Minimalist",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549366323",
+ "sku": "GRS-801286",
+ "handle": "navy-grey-and-white-pr-801286",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72905",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72905",
+ "pattern": "Navy Grey & White",
+ "color": "Greige",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#A8A39A",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549399091",
+ "sku": "GRS-801296",
+ "handle": "navy-grey-and-white-pr-801296",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72902",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72902",
+ "pattern": "Navy Grey & White",
+ "color": "Indigo",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#202d3a",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549431859",
+ "sku": "GRS-801306",
+ "handle": "navy-grey-and-white-pr-801306",
+ "title": "Navy Grey and White | Phillipe Romano",
+ "mfr": "BL72900",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "BL72900",
+ "pattern": "Navy Grey & White",
+ "color": "Stone",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E3E1D9",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Coastal",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549464627",
+ "sku": "GRS-801316",
+ "handle": "palais-brushed-silver-pr-801316",
+ "title": "Palais Brushed Silver | Phillipe Romano",
+ "mfr": "NS51508",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51508",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Brushed Silver",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#B2AEA1",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Japandi",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549530163",
+ "sku": "GRS-801326",
+ "handle": "palais-seaweed-pr-801326",
+ "title": "Palais Seaweed | Phillipe Romano",
+ "mfr": "NS51512",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51512",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Seaweed",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#5B8185",
+ "ai_styles": [
+ "Contemporary",
+ "Organic Modern",
+ "Japandi",
+ "Mid-Century Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549562931",
+ "sku": "GRS-801336",
+ "handle": "palais-umber-pr-801336",
+ "title": "Palais Umber | Phillipe Romano",
+ "mfr": "NS51518",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51518",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Umber",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#8A9A92",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549595699",
+ "sku": "GRS-801346",
+ "handle": "roark-flax-golden-nugget-pr-801346",
+ "title": "Roark Flax Golden Nugget | Phillipe Romano",
+ "mfr": "WP21503",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21503",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Roark Flax - Golden Nugget",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#807544",
+ "ai_styles": [
+ "Organic Modern",
+ "Transitional",
+ "Contemporary",
+ "Bohemian"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549628467",
+ "sku": "GRS-801356",
+ "handle": "roark-flax-shadow-pr-801356",
+ "title": "Roark Flax Shadow | Phillipe Romano",
+ "mfr": "WP21508",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21508",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Roark Flax - Shadow",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#5A5954",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Rustic"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549661235",
+ "sku": "GRS-801366",
+ "handle": "shantung-peacock-pr-801366",
+ "title": "Shantung Peacock | Phillipe Romano",
+ "mfr": "NS52102",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52102",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Peacock",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#8fa0a4",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Minimalist",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549694003",
+ "sku": "GRS-801376",
+ "handle": "shantung-seaweed-pr-801376",
+ "title": "Shantung Seaweed | Phillipe Romano",
+ "mfr": "NS52112",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52112",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Seaweed",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#5b7e82",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Mid-Century Modern",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549726771",
+ "sku": "GRS-801386",
+ "handle": "shantung-taupe-pr-801386",
+ "title": "Shantung Taupe | Phillipe Romano",
+ "mfr": "NS52107",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52107",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Taupe",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E2E1D5",
+ "ai_styles": [
+ "Minimalist",
+ "Contemporary",
+ "Transitional",
+ "Organic Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887577808947",
+ "sku": "GRS-801396",
+ "handle": "malia-buri-palm-boyne-pr-801396",
+ "title": "Malia Buri Palm Boyne | Phillipe Romano",
+ "mfr": "WP21406",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21406",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Malia Buri Palm - Boyne",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E5E2D9",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Minimalist",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887577874483",
+ "sku": "GRS-801406",
+ "handle": "siede-ash-pr-801406",
+ "title": "Siede Ash | Phillipe Romano",
+ "mfr": "NS52008W",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52008W",
+ "pattern": "Natural Silhouettes",
+ "color": "Siede - Ash",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#A2A9A4",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887577907251",
+ "sku": "GRS-801416",
+ "handle": "siede-light-pine-pr-801416",
+ "title": "Siede Light Pine | Phillipe Romano",
+ "mfr": "NS52004W",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52004W",
+ "pattern": "Natural Silhouettes",
+ "color": "Siede - Light Pine",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#636E70",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Minimalist",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887577940019",
+ "sku": "GRS-801426",
+ "handle": "siede-light-taupe-pr-801426",
+ "title": "Siede Light Taupe | Phillipe Romano",
+ "mfr": "NS52005W",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52005W",
+ "pattern": "Natural Silhouettes",
+ "color": "Siede - Light Taupe",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#949284",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Minimalist",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887542583347",
+ "sku": "GRS-801436",
+ "handle": "meilin-grasscloth-lagoon-pr-800986",
+ "title": "Meilin Grasscloth Lagoon | Phillipe Romano",
+ "mfr": "DB46329",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46329",
+ "pattern": "Meilin Grasscloth",
+ "color": "Lagoon",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Paper",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Aquas & Teals",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilin Grasscloth",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Lagoon",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Paper",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#008080",
+ "ai_styles": [
+ "Contemporary",
+ "Rustic"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887542616115",
+ "sku": "GRS-801446",
+ "handle": "meilin-grasscloth-lake-forest-green-pr-800996",
+ "title": "Meilin Grasscloth Lake Forest Green | Phillipe Romano",
+ "mfr": "DB46339",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46339",
+ "pattern": "Meilin Grasscloth",
+ "color": "Lake Forest Green",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Paper",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Greens",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilin Grasscloth",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Lake Forest Green",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Paper",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#4B6357",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887542648883",
+ "sku": "GRS-801456",
+ "handle": "meilin-grasscloth-moss-pr-801006",
+ "title": "Meilin Grasscloth Moss | Phillipe Romano",
+ "mfr": "DB46331",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46331",
+ "pattern": "Meilin Grasscloth",
+ "color": "Moss",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887542681651",
+ "sku": "GRS-801466",
+ "handle": "meilin-grasscloth-pebblestone-pr-801016",
+ "title": "Meilin Grasscloth Pebblestone | Phillipe Romano",
+ "mfr": "DB46338",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46338",
+ "pattern": "Meilin Grasscloth",
+ "color": "Pebblestone",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Paper",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Grays",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilin Grasscloth",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Pebblestone",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Paper",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#B0C4DE",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550775347",
+ "sku": "GRS-801476",
+ "handle": "bergamo-azure-pr-801136",
+ "title": "Bergamo Azure | Phillipe Romano",
+ "mfr": "NS51602",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51602",
+ "pattern": "Natural Silhouettes",
+ "color": "Bergamo - Azure",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#6A7B83",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Organic Modern",
+ "Art Deco"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887563849779",
+ "sku": "GRS-801486",
+ "handle": "huanzhu-leaf-stripe-chocolate-pr-801136",
+ "title": "Huanzhu Leaf Stripe Chocolate | Phillipe Romano",
+ "mfr": "DB43006",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB43006",
+ "pattern": "Huanzhu Leaf Stripe",
+ "color": "Chocolate",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "25.2 in | 64 cm",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887550808115",
+ "sku": "GRS-801496",
+ "handle": "bergamo-tan-pr-801146",
+ "title": "Bergamo Tan | Phillipe Romano",
+ "mfr": "NS51607",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51607",
+ "pattern": "Natural Silhouettes",
+ "color": "Bergamo - Tan",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#a2a087",
+ "ai_styles": [
+ "Organic Modern",
+ "Transitional",
+ "Coastal",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887563882547",
+ "sku": "GRS-801506",
+ "handle": "huanzhu-leaf-stripe-navy-pr-801146",
+ "title": "Huanzhu Leaf Stripe Navy | Phillipe Romano",
+ "mfr": "DB43002",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB43002",
+ "pattern": "Huanzhu Leaf Stripe",
+ "color": "Navy",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "25.2 in | 64 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Navys",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Huanzhu Leaf Stripe",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Plaids, Checks & Stripes",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Navy",
+ "Design Repeat": "25.2 in | 64 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#00008B",
+ "ai_styles": [
+ "coastal",
+ "traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": "REVIEW-floral-leaf"
+ }
+ },
+ {
+ "pid": "7887550840883",
+ "sku": "GRS-801516",
+ "handle": "chess-cappuccino-pr-801156",
+ "title": "Chess Cappuccino | Phillipe Romano",
+ "mfr": "NS51708",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51708",
+ "pattern": "Natural Silhouettes",
+ "color": "Chess - Cappuccino",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#C5BC9E",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Organic Modern",
+ "Art Deco"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887563915315",
+ "sku": "GRS-801526",
+ "handle": "huanzhu-leaf-stripe-oyster-gold-pr-801156",
+ "title": "Huanzhu Leaf Stripe Oyster Gold | Phillipe Romano",
+ "mfr": "DB43015",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB43015",
+ "pattern": "Huanzhu Leaf Stripe",
+ "color": "Oyster Gold",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "25.2 in | 64 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Golds",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Huanzhu Leaf Stripe",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Plaids, Checks & Stripes",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Oyster Gold",
+ "Design Repeat": "25.2 in | 64 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#F5DEB3",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": "REVIEW-floral-leaf"
+ }
+ },
+ {
+ "pid": "7887550873651",
+ "sku": "GRS-801536",
+ "handle": "chess-oat-pr-801166",
+ "title": "Chess Oat | Phillipe Romano",
+ "mfr": "NS51707",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51707",
+ "pattern": "Natural Silhouettes",
+ "color": "Chess - Oat",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#A5A399",
+ "ai_styles": [
+ "Contemporary",
+ "Transitional",
+ "Organic Modern",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887563948083",
+ "sku": "GRS-801546",
+ "handle": "huanzhu-leaf-stripe-sage-silver-pr-801166",
+ "title": "Huanzhu Leaf Stripe Sage Silver | Phillipe Romano",
+ "mfr": "DB43016",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB43016",
+ "pattern": "Huanzhu Leaf Stripe",
+ "color": "Sage Silver",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "25.2 in | 64 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Greens",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Huanzhu Leaf Stripe",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Plaids, Checks & Stripes",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Sage Silver",
+ "Design Repeat": "25.2 in | 64 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#8FC16F",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": "REVIEW-floral-leaf"
+ }
+ },
+ {
+ "pid": "7887550906419",
+ "sku": "GRS-801556",
+ "handle": "manila-gold-glam-pr-801176",
+ "title": "Manila Gold Glam | Phillipe Romano",
+ "mfr": "NS51805",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51805",
+ "pattern": "Natural Silhouettes",
+ "color": "Manila - Gold Glam",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#c6c4a0",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Hollywood Regency"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550939187",
+ "sku": "GRS-801566",
+ "handle": "manila-oat-pr-801186",
+ "title": "Manila Oat | Phillipe Romano",
+ "mfr": "NS51802",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51802",
+ "pattern": "Natural Silhouettes",
+ "color": "Manila - Oat",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#8A9A9B",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550971955",
+ "sku": "GRS-801576",
+ "handle": "palais-gold-glam-pr-801196",
+ "title": "Palais Gold Glam | Phillipe Romano",
+ "mfr": "NS51505",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51505",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Gold Glam",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#b2b196",
+ "ai_styles": [
+ "Contemporary",
+ "Organic Modern",
+ "Transitional",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551037491",
+ "sku": "GRS-801586",
+ "handle": "palais-juniper-pr-801206",
+ "title": "Palais Juniper | Phillipe Romano",
+ "mfr": "NS51504",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51504",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Juniper",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#739294",
+ "ai_styles": [
+ "Contemporary",
+ "Minimalist",
+ "Japandi",
+ "Organic Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551070259",
+ "sku": "GRS-801596",
+ "handle": "palais-new-jade-pr-801216",
+ "title": "Palais New Jade | Phillipe Romano",
+ "mfr": "NS51503",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51503",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - New Jade",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#C9D6B5",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Japandi",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551135795",
+ "sku": "GRS-801606",
+ "handle": "palais-peacock-pr-801226",
+ "title": "Palais Peacock | Phillipe Romano",
+ "mfr": "NS51502",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51502",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Peacock",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#829296",
+ "ai_styles": [
+ "Contemporary",
+ "Organic Modern",
+ "Minimalist",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551168563",
+ "sku": "GRS-801616",
+ "handle": "palais-stone-pr-801236",
+ "title": "Palais Stone | Phillipe Romano",
+ "mfr": "NS51514",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS51514",
+ "pattern": "Natural Silhouettes",
+ "color": "Palais - Stone",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9ca897",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Japandi",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551201331",
+ "sku": "GRS-801626",
+ "handle": "shantung-aged-stone-pr-801246",
+ "title": "Shantung Aged Stone | Phillipe Romano",
+ "mfr": "NS52118",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52118",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Aged Stone",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#8ea099",
+ "ai_styles": [
+ "Organic Modern",
+ "Minimalist",
+ "Japandi",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551234099",
+ "sku": "GRS-801636",
+ "handle": "shantung-celadon-pr-801256",
+ "title": "Shantung Celadon | Phillipe Romano",
+ "mfr": "NS52114",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52114",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Celadon",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#a3b09a",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Minimalist",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551266867",
+ "sku": "GRS-801646",
+ "handle": "shantung-deep-aqua-pr-801266",
+ "title": "Shantung Deep Aqua | Phillipe Romano",
+ "mfr": "NS52104",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52104",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - Deep Aqua",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#708E91",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Contemporary",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551299635",
+ "sku": "GRS-801656",
+ "handle": "shantung-new-jade-pr-801276",
+ "title": "Shantung New Jade | Phillipe Romano",
+ "mfr": "NS52103",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "NS52103",
+ "pattern": "Natural Silhouettes",
+ "color": "Shantung - New Jade",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#D6E3B5",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Minimalist",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887542747187",
+ "sku": "JUT-100072",
+ "handle": "zinzhu-jute-russet-pr-100072",
+ "title": "Zinzhu Jute Russet | Phillipe Romano",
+ "mfr": "DB46543",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46543",
+ "pattern": "Zinzhu Jute",
+ "color": "Russet",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Reds",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Zinzhu Jute",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Russet",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#8B4513",
+ "ai_styles": [
+ "Traditional",
+ "Contemporary",
+ "Farmhouse"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887542779955",
+ "sku": "JUT-100082",
+ "handle": "zinzhu-jute-walnut-pr-100082",
+ "title": "Zinzhu Jute Walnut | Phillipe Romano",
+ "mfr": "DB46542",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46542",
+ "pattern": "Zinzhu Jute",
+ "color": "Walnut",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Paper",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Browns & Taupes",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Zinzhu Jute",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Walnut",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Paper",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#8B4513",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549759539",
+ "sku": "JUT-100092",
+ "handle": "playa-jute-maui-pr-100092",
+ "title": "Playa Jute Maui | Phillipe Romano",
+ "mfr": "WP21608",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP21608",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Playa Jute - Maui",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#DCDAD1",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549825075",
+ "sku": "MIC-300012",
+ "handle": "native-metal-leaf-silver-leaf-pr-300012",
+ "title": "Native Metal Leaf Silver Leaf | Phillipe Romano",
+ "mfr": "WP20608",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "WP20608",
+ "pattern": "Specialty Grasscloths & Veneers",
+ "color": "Native Metal Leaf - Silver Leaf",
+ "material": "Metal Leaf",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9AA0A3",
+ "ai_styles": [
+ "Hollywood Regency",
+ "Art Deco",
+ "Contemporary",
+ "Maximalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541272627",
+ "sku": "PWV-501220",
+ "handle": "pei-ling-lattice-emerald-pr-501220",
+ "title": "Pei Ling Lattice Emerald | Phillipe Romano",
+ "mfr": "DB41001",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB41001",
+ "pattern": "Pei Ling Lattice",
+ "color": "Emerald",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "12 in | 30.5 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Grays",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Pei Ling Lattice",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Geometrics",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Emerald",
+ "Design Repeat": "12 in | 30.5 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#4ECDC4",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541305395",
+ "sku": "PWV-501230",
+ "handle": "pei-ling-lattice-gold-metallic-pr-501230",
+ "title": "Pei Ling Lattice Gold Metallic | Phillipe Romano",
+ "mfr": "DB41015",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB41015",
+ "pattern": "Pei Ling Lattice",
+ "color": "Gold Metallic",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "12 in | 30.5 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Golds",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Pei Ling Lattice",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Geometrics",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Gold Metallic",
+ "Design Repeat": "12 in | 30.5 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#DAA520",
+ "ai_styles": [
+ "Traditional",
+ "Contemporary",
+ "Classic"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541338163",
+ "sku": "PWV-501240",
+ "handle": "pei-ling-lattice-taupe-pr-501240",
+ "title": "Pei Ling Lattice Taupe | Phillipe Romano",
+ "mfr": "DB41020",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB41020",
+ "pattern": "Pei Ling Lattice",
+ "color": "Taupe",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "12 in | 30.5 cm",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541370931",
+ "sku": "PWV-501250",
+ "handle": "pei-ling-lattice-topaz-blue-pr-501250",
+ "title": "Pei Ling Lattice Topaz Blue | Phillipe Romano",
+ "mfr": "DB41022",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB41022",
+ "pattern": "Pei Ling Lattice",
+ "color": "Topaz Blue",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "12 in | 30.5 cm",
+ "match_type": "Straight",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Blues",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Pei Ling Lattice",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Straight",
+ "Design Style": "Geometrics",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Topaz Blue",
+ "Design Repeat": "12 in | 30.5 cm",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#ADD8E6",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541403699",
+ "sku": "RAF-100051",
+ "handle": "meilian-raffia-blush-pr-100051",
+ "title": "Meilian Raffia Blush | Phillipe Romano",
+ "mfr": "DB46217",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46217",
+ "pattern": "Meilian Raffia",
+ "color": "Blush",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541436467",
+ "sku": "RAF-100061",
+ "handle": "meilian-raffia-cream-pr-100061",
+ "title": "Meilian Raffia Cream | Phillipe Romano",
+ "mfr": "DB46200",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46200",
+ "pattern": "Meilian Raffia",
+ "color": "Cream",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Warm Neutrals & Beiges",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilian Raffia",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Cream",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#F5F5DC",
+ "ai_styles": [
+ "Contemporary",
+ "Rustic"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541469235",
+ "sku": "RAF-100071",
+ "handle": "meilian-raffia-lichen-green-pr-100071",
+ "title": "Meilian Raffia Lichen Green | Phillipe Romano",
+ "mfr": "DB46219",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46219",
+ "pattern": "Meilian Raffia",
+ "color": "Lichen Green",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541502003",
+ "sku": "RAF-100081",
+ "handle": "meilian-raffia-sage-pr-100081",
+ "title": "Meilian Raffia Sage | Phillipe Romano",
+ "mfr": "DB46220",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46220",
+ "pattern": "Meilian Raffia",
+ "color": "Sage",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Greens",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilian Raffia",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Sage",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#8DC63F",
+ "ai_styles": [
+ "Contemporary",
+ "Nautical"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541534771",
+ "sku": "RAF-100091",
+ "handle": "meilian-raffia-tan-pr-100091",
+ "title": "Meilian Raffia Tan | Phillipe Romano",
+ "mfr": "DB46216",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46216",
+ "pattern": "Meilian Raffia",
+ "color": "Tan",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Warm Neutrals & Beiges",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilian Raffia",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Tan",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#F5DEB3",
+ "ai_styles": [
+ "Contemporary",
+ "Rustic",
+ "Nautical"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541567539",
+ "sku": "RAF-100101",
+ "handle": "meilian-raffia-taupe-pr-100101",
+ "title": "Meilian Raffia Taupe | Phillipe Romano",
+ "mfr": "DB46218",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46218",
+ "pattern": "Meilian Raffia",
+ "color": "Taupe",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Warm Neutrals & Beiges",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Meilian Raffia",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Taupe",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#D2B48C",
+ "ai_styles": [
+ "contemporary",
+ "traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541600307",
+ "sku": "RAF-100111",
+ "handle": "meilian-raffia-turquoise-pr-100111",
+ "title": "Meilian Raffia Turquoise | Phillipe Romano",
+ "mfr": "DB46221",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46221",
+ "pattern": "Meilian Raffia",
+ "color": "Turquoise",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541633075",
+ "sku": "SIS-100066",
+ "handle": "enya-sisal-angel-blue-pr-100066",
+ "title": "Enya Sisal Angel Blue | Phillipe Romano",
+ "mfr": "DB46055",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46055",
+ "pattern": "Enya Sisal",
+ "color": "Angel Blue",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Blues",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Enya Sisal",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Angel Blue",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#0074D9",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541665843",
+ "sku": "SIS-100076",
+ "handle": "enya-sisal-aqua-pr-100076",
+ "title": "Enya Sisal Aqua | Phillipe Romano",
+ "mfr": "DB46047",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46047",
+ "pattern": "Enya Sisal",
+ "color": "Aqua",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
"backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Purples & Wine",
+ "Color Type": "Blues",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Rose Bisque",
+ "Colorway Name": "Aqua",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#FFC0CB",
+ "color_hex": "#00CED1",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Modern"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629549619",
- "sku": "DWDB2-46327",
- "handle": "nantucket-grasscloth-mocha-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Mocha Wallcovering | Phillipe Romano",
- "mfr": "DB46327",
+ "pid": "7887541698611",
+ "sku": "SIS-100086",
+ "handle": "enya-sisal-boston-brick-pr-100086",
+ "title": "Enya Sisal Boston Brick | Phillipe Romano",
+ "mfr": "DB46007",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46007",
+ "pattern": "Enya Sisal",
+ "color": "Boston Brick",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541731379",
+ "sku": "SIS-100096",
+ "handle": "enya-sisal-classic-burgandy-pr-100096",
+ "title": "Enya Sisal Classic Burgandy | Phillipe Romano",
+ "mfr": "DB46008",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46008",
+ "pattern": "Enya Sisal",
+ "color": "Classic Burgandy",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541764147",
+ "sku": "SIS-100106",
+ "handle": "enya-sisal-desert-sage-pr-100106",
+ "title": "Enya Sisal Desert Sage | Phillipe Romano",
+ "mfr": "DB46004",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46327",
- "pattern": "Meilin Grasscloth",
- "color": "Mocha",
+ "mfr": "DB46004",
+ "pattern": "Enya Sisal",
+ "color": "Desert Sage",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1078,22 +3303,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Grays",
+ "Color Type": "Greens",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Mocha",
+ "Colorway Name": "Desert Sage",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#D2B48C",
+ "color_hex": "#8DC63F",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -1103,60 +3328,60 @@
}
},
{
- "pid": "7887629582387",
- "sku": "DWDB2-46329",
- "handle": "nantucket-grasscloth-lagoon-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Lagoon Wallcovering | Phillipe Romano",
- "mfr": "DB46329",
+ "pid": "7887541796915",
+ "sku": "SIS-100116",
+ "handle": "enya-sisal-gold-metallic-pr-100116",
+ "title": "Enya Sisal Gold Metallic | Phillipe Romano",
+ "mfr": "DB46002",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46329",
- "pattern": "Meilin Grasscloth",
- "color": "Lagoon",
+ "mfr": "DB46002",
+ "pattern": "Enya Sisal",
+ "color": "Gold Metallic",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Paper",
+ "backing": "Nonwoven",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Aquas & Teals",
+ "Color Type": "Golds",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Lagoon",
+ "Colorway Name": "Gold Metallic",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Paper",
+ "Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#008080",
+ "color_hex": "#FFD700",
"ai_styles": [
"Contemporary",
- "Rustic"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629647923",
- "sku": "DWDB2-46330",
- "handle": "nantucket-grasscloth-latte-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Latte Wallcovering | Phillipe Romano",
- "mfr": "DB46330",
+ "pid": "7887541829683",
+ "sku": "SIS-100126",
+ "handle": "enya-sisal-hunter-green-pr-100126",
+ "title": "Enya Sisal Hunter Green | Phillipe Romano",
+ "mfr": "DB46006",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46330",
- "pattern": "Meilin Grasscloth",
- "color": "Latte",
+ "mfr": "DB46006",
+ "pattern": "Enya Sisal",
+ "color": "Hunter Green",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1166,42 +3391,65 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Browns & Taupes",
+ "Color Type": "Greens",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Latte",
+ "Colorway Name": "Hunter Green",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#D2B48C",
+ "color_hex": "#006400",
"ai_styles": [
"Contemporary",
- "Rustic",
- "Nautical"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629680691",
- "sku": "DWDB2-46332",
- "handle": "nantucket-grasscloth-dry-sage-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Dry Sage Wallcovering | Phillipe Romano",
- "mfr": "DB46332",
+ "pid": "7887541862451",
+ "sku": "SIS-100136",
+ "handle": "enya-sisal-indigo-blue-pr-100136",
+ "title": "Enya Sisal Indigo Blue | Phillipe Romano",
+ "mfr": "DB46056",
+ "stage": {
+ "table": "daisy_bennett_v2_stage",
+ "mfr": "DB46056",
+ "pattern": "Enya Sisal",
+ "color": "Indigo Blue",
+ "material": "Grasscloth and Naturals",
+ "width": "36 in | 91.4 cm",
+ "length": "",
+ "repeat_v": "None",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "",
+ "ai_styles": null,
+ "bolt_yards": "",
+ "sflag": "SAFE"
+ }
+ },
+ {
+ "pid": "7887541895219",
+ "sku": "SIS-100146",
+ "handle": "enya-sisal-leaf-green-pr-100146",
+ "title": "Enya Sisal Leaf Green | Phillipe Romano",
+ "mfr": "DB46054",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46332",
- "pattern": "Meilin Grasscloth",
- "color": "Dry Sage",
+ "mfr": "DB46054",
+ "pattern": "Enya Sisal",
+ "color": "Leaf Green",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1213,83 +3461,172 @@
"Roll Area": "72 ft2 | 6.6 m2",
"Color Type": "Greens",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Leaf Green",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#80A75C",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541927987",
+ "sku": "SIS-100156",
+ "handle": "enya-sisal-newbury-blue-pr-100156",
+ "title": "Enya Sisal Newbury Blue | Phillipe Romano",
+ "mfr": "DB46009",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46009",
+ "pattern": "Enya Sisal",
+ "color": "Newbury Blue",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Blues",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Enya Sisal",
+ "Roll Length": "8 yd | 7.3 m",
+ "Washability": "Spongeable",
+ "Design Match": "Random/Free",
+ "Design Style": "Textures",
+ "Product Type": "Wallpaper",
+ "Colorway Name": "Newbury Blue",
+ "Design Repeat": "None",
+ "Lightfastness": "Moderate",
+ "Removal Method": "Strippable",
+ "Backing Material": "Nonwoven",
+ "Adhesive Application": "Paste the Sheet"
+ },
+ "color_hex": "#004DFF",
+ "ai_styles": [
+ "Contemporary",
+ "Traditional"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887541960755",
+ "sku": "SIS-100166",
+ "handle": "enya-sisal-paladian-blue-pr-100166",
+ "title": "Enya Sisal Paladian Blue | Phillipe Romano",
+ "mfr": "DB46005",
+ "stage": {
+ "table": "daisy_bennett_v2_catalog",
+ "mfr": "DB46005",
+ "pattern": "Enya Sisal",
+ "color": "Paladian Blue",
+ "material": "Grasscloth",
+ "width": "36 in | 91.4 cm",
+ "length": "8 yd | 7.3 m",
+ "repeat_v": "None",
+ "match_type": "Random/Free",
+ "backing": "Nonwoven",
+ "specs": {
+ "Material": "Grasscloth and Naturals",
+ "Roll Area": "72 ft2 | 6.6 m2",
+ "Color Type": "Blues",
+ "Roll Width": "36 in | 91.4 cm",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Dry Sage",
+ "Colorway Name": "Paladian Blue",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#81B29A",
+ "color_hex": "#0074D9",
"ai_styles": [
"Contemporary",
- "Rustic"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629713459",
- "sku": "DWDB2-46333",
- "handle": "nantucket-grasscloth-aruba-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Aruba Wallcovering | Phillipe Romano",
- "mfr": "DB46333",
+ "pid": "7887541993523",
+ "sku": "SIS-100176",
+ "handle": "enya-sisal-pearl-seaglass-pr-100176",
+ "title": "Enya Sisal Pearl Seaglass | Phillipe Romano",
+ "mfr": "DB46051",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46333",
- "pattern": "Meilin Grasscloth",
- "color": "Aruba",
+ "mfr": "DB46051",
+ "pattern": "Enya Sisal",
+ "color": "Pearl Seaglass",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Nonwoven",
+ "backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
"Color Type": "Blues",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Aruba",
+ "Colorway Name": "Pearl Seaglass",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
+ "Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#87CEEB",
+ "color_hex": "#ADD8E6",
"ai_styles": [
- "Contemporary",
- "Nautical"
+ "Coastal",
+ "Modern",
+ "Scandinavian"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629778995",
- "sku": "DWDB2-46334",
- "handle": "nantucket-grasscloth-dark-denim-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Dark Denim Wallcovering | Phillipe Romano",
- "mfr": "DB46334",
+ "pid": "7887542059059",
+ "sku": "SIS-100186",
+ "handle": "enya-sisal-putty-stone-pr-100186",
+ "title": "Enya Sisal Putty Stone | Phillipe Romano",
+ "mfr": "DB46057",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46334",
- "pattern": "Meilin Grasscloth",
- "color": "Dark Denim",
+ "mfr": "DB46057",
+ "pattern": "Enya Sisal",
+ "color": "Putty Stone",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1299,85 +3636,85 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blues",
+ "Color Type": "Browns & Taupes",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Dark Denim",
+ "Colorway Name": "Putty Stone",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#004D75",
+ "color_hex": "#D2C4B6",
"ai_styles": [
"Contemporary",
- "Rustic"
+ "Traditional"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629811763",
- "sku": "DWDB2-46335",
- "handle": "nantucket-grasscloth-classic-navy-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Classic Navy Wallcovering | Phillipe Romano",
- "mfr": "DB46335",
+ "pid": "7887542091827",
+ "sku": "SIS-100196",
+ "handle": "enya-sisal-seaglass-pr-100196",
+ "title": "Enya Sisal Seaglass | Phillipe Romano",
+ "mfr": "DB46052",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46335",
- "pattern": "Meilin Grasscloth",
- "color": "Classic Navy",
+ "mfr": "DB46052",
+ "pattern": "Enya Sisal",
+ "color": "Seaglass",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
"repeat_v": "None",
"match_type": "Random/Free",
- "backing": "Nonwoven",
+ "backing": "Paper",
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Navys",
+ "Color Type": "Blues",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Classic Navy",
+ "Colorway Name": "Seaglass",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
+ "Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#00008B",
+ "color_hex": "#ADD8E6",
"ai_styles": [
"Contemporary",
- "Traditional"
+ "Nautical"
],
"bolt_yards": "8",
"sflag": ""
}
},
{
- "pid": "7887629844531",
- "sku": "DWDB2-46336",
- "handle": "nantucket-grasscloth-midnight-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Midnight Wallcovering | Phillipe Romano",
- "mfr": "DB46336",
+ "pid": "7887542124595",
+ "sku": "SIS-100206",
+ "handle": "enya-sisal-taupe-pr-100206",
+ "title": "Enya Sisal Taupe | Phillipe Romano",
+ "mfr": "DB46001",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46336",
- "pattern": "Meilin Grasscloth",
- "color": "Midnight",
+ "mfr": "DB46001",
+ "pattern": "Enya Sisal",
+ "color": "Taupe",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1387,22 +3724,22 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blacks",
+ "Color Type": "Warm Neutrals & Beiges",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Midnight",
+ "Colorway Name": "Taupe",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Nonwoven",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#000000",
+ "color_hex": "#BDB76B",
"ai_styles": [
"Contemporary",
"Traditional"
@@ -1412,16 +3749,16 @@
}
},
{
- "pid": "7887629877299",
- "sku": "DWDB2-46337",
- "handle": "nantucket-grasscloth-soft-linen-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Soft Linen Wallcovering | Phillipe Romano",
- "mfr": "DB46337",
+ "pid": "7887542157363",
+ "sku": "SIS-100216",
+ "handle": "enya-sisal-teal-pr-100216",
+ "title": "Enya Sisal Teal | Phillipe Romano",
+ "mfr": "DB46003",
"stage": {
"table": "daisy_bennett_v2_catalog",
- "mfr": "DB46337",
- "pattern": "Meilin Grasscloth",
- "color": "Soft Linen",
+ "mfr": "DB46003",
+ "pattern": "Enya Sisal",
+ "color": "Teal",
"material": "Grasscloth",
"width": "36 in | 91.4 cm",
"length": "8 yd | 7.3 m",
@@ -1431,336 +3768,839 @@
"specs": {
"Material": "Grasscloth and Naturals",
"Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Cool Neutrals",
+ "Color Type": "Aquas & Teals",
"Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
+ "Design Name": "Enya Sisal",
"Roll Length": "8 yd | 7.3 m",
"Washability": "Spongeable",
"Design Match": "Random/Free",
"Design Style": "Textures",
"Product Type": "Wallpaper",
- "Colorway Name": "Soft Linen",
+ "Colorway Name": "Teal",
"Design Repeat": "None",
"Lightfastness": "Moderate",
"Removal Method": "Strippable",
"Backing Material": "Paper",
"Adhesive Application": "Paste the Sheet"
},
- "color_hex": "#F5F5DC",
+ "color_hex": "#006400",
+ "ai_styles": [
+ "Contemporary",
+ "Nautical"
+ ],
+ "bolt_yards": "8",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549857843",
+ "sku": "SIS-100226",
+ "handle": "sisal-pr-100226",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21807",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21807",
+ "pattern": "Pure Elements",
+ "color": "Sisal Pewter",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#757575",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Coastal"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549890611",
+ "sku": "SIS-100236",
+ "handle": "sisal-pr-100236",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21804",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21804",
+ "pattern": "Pure Elements",
+ "color": "Sisal Celadon",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#5fa9a4",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Bohemian",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549923379",
+ "sku": "SIS-100246",
+ "handle": "sisal-pr-100246",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21817",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21817",
+ "pattern": "Pure Elements",
+ "color": "Sisal Dove Grey",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#909395",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Minimalist",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549956147",
+ "sku": "SIS-100256",
+ "handle": "sisal-pr-100256",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21887",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21887",
+ "pattern": "Pure Elements",
+ "color": "Sisal Ironstone",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#4C4D49",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887549988915",
+ "sku": "SIS-100266",
+ "handle": "sisal-pr-100266",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21832",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21832",
+ "pattern": "Pure Elements",
+ "color": "Sisal Steel Blue",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#365f80",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Contemporary"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550021683",
+ "sku": "SIS-100276",
+ "handle": "sisal-pr-100276",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21811",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21811",
+ "pattern": "Pure Elements",
+ "color": "Sisal Blush",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E5C1B5",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Transitional",
+ "Bohemian"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550054451",
+ "sku": "SIS-100286",
+ "handle": "sisal-pr-100286",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21805",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21805",
+ "pattern": "Pure Elements",
+ "color": "Sisal Wheat",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#b4935e",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Bohemian",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550087219",
+ "sku": "SIS-100296",
+ "handle": "sisal-pr-100296",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21824",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21824",
+ "pattern": "Pure Elements",
+ "color": "Sisal Sage",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#7FA3A2",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550119987",
+ "sku": "SIS-100306",
+ "handle": "sisal-pr-100306",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21802",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21802",
+ "pattern": "Pure Elements",
+ "color": "Sisal Midnight Navy",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#1E375A",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Traditional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550152755",
+ "sku": "SIS-100316",
+ "handle": "sisal-pr-100316",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21827",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21827",
+ "pattern": "Pure Elements",
+ "color": "Sisal Slate",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#353a40",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Transitional",
+ "Minimalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550218291",
+ "sku": "SIS-100326",
+ "handle": "sisal-pr-100326",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21853",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21853",
+ "pattern": "Pure Elements",
+ "color": "Sisal Stone",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9B9989",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550251059",
+ "sku": "SIS-100336",
+ "handle": "sisal-pr-100336",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21814",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21814",
+ "pattern": "Pure Elements",
+ "color": "Sisal Emerald",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#0d5c45",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Traditional",
+ "Bohemian"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550283827",
+ "sku": "SIS-100346",
+ "handle": "sisal-pr-100346",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21844",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21844",
+ "pattern": "Pure Elements",
+ "color": "Sisal Mist",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#A5C2C2",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Japandi"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550316595",
+ "sku": "SIS-100356",
+ "handle": "sisal-pr-100356",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21833",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21833",
+ "pattern": "Pure Elements",
+ "color": "Sisal Greige",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#b0b2aa",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550349363",
+ "sku": "SIS-100366",
+ "handle": "sisal-pr-100366",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21813",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21813",
+ "pattern": "Pure Elements",
+ "color": "Sisal Sand",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#D0C095",
+ "ai_styles": [
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550382131",
+ "sku": "SIS-100376",
+ "handle": "sisal-pr-100376",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21848",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21848",
+ "pattern": "Pure Elements",
+ "color": "Sisal Taupe",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#808276",
+ "ai_styles": [
+ "Organic Modern",
+ "Japandi",
+ "Coastal",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550414899",
+ "sku": "SIS-100386",
+ "handle": "sisal-pr-100386",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21801",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21801",
+ "pattern": "Pure Elements",
+ "color": "Sisal Garnet",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#953642",
+ "ai_styles": [
+ "Organic Modern",
+ "Traditional",
+ "Transitional",
+ "Maximalist"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550480435",
+ "sku": "SIS-100396",
+ "handle": "sisal-pr-100396",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21896",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21896",
+ "pattern": "Pure Elements",
+ "color": "Sisal Espresso",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#36322E",
+ "ai_styles": [
+ "Organic Modern",
+ "Contemporary",
+ "Japandi",
+ "Transitional"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887550513203",
+ "sku": "SIS-100406",
+ "handle": "sisal-pr-100406",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21822",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21822",
+ "pattern": "Pure Elements",
+ "color": "Sisal Teal",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#1c5d7e",
"ai_styles": [
- "Contemporary",
- "Traditional"
+ "Coastal",
+ "Organic Modern",
+ "Transitional",
+ "Contemporary"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887629942835",
- "sku": "DWDB2-46338",
- "handle": "nantucket-grasscloth-pebblestone-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Pebblestone Wallcovering | Phillipe Romano",
- "mfr": "DB46338",
+ "pid": "7887550545971",
+ "sku": "SIS-100416",
+ "handle": "sisal-pr-100416",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21800",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46338",
- "pattern": "Meilin Grasscloth",
- "color": "Pebblestone",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Paper",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Grays",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Pebblestone",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Paper",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#B0C4DE",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21800",
+ "pattern": "Pure Elements",
+ "color": "Sisal Onyx",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#1F2124",
"ai_styles": [
+ "Organic Modern",
"Contemporary",
- "Traditional"
+ "Minimalist",
+ "Japandi"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887629975603",
- "sku": "DWDB2-46339",
- "handle": "nantucket-grasscloth-lake-forest-green-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Lake Forest Green Wallcovering | Phillipe Romano",
- "mfr": "DB46339",
+ "pid": "7887550578739",
+ "sku": "SIS-100426",
+ "handle": "sisal-pr-100426",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21877",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46339",
- "pattern": "Meilin Grasscloth",
- "color": "Lake Forest Green",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Paper",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Greens",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Lake Forest Green",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Paper",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#4B6357",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21877",
+ "pattern": "Pure Elements",
+ "color": "Sisal Loden",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#4A524A",
"ai_styles": [
+ "Organic Modern",
"Contemporary",
- "Traditional"
+ "Transitional",
+ "Japandi"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887630008371",
- "sku": "DWDB2-46340",
- "handle": "nantucket-grasscloth-slate-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Slate Wallcovering | Phillipe Romano",
- "mfr": "DB46340",
+ "pid": "7887550611507",
+ "sku": "SIS-100436",
+ "handle": "sisal-pr-100436",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21863",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46340",
- "pattern": "Meilin Grasscloth",
- "color": "Slate",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Paper",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Blacks",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Meilin Grasscloth",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Slate",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Paper",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#404040",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21863",
+ "pattern": "Pure Elements",
+ "color": "Sisal Linen",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9E8C75",
"ai_styles": [
- "Contemporary",
+ "Organic Modern",
+ "Coastal",
+ "Japandi",
"Transitional"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887630041139",
- "sku": "DWDB2-46444",
- "handle": "kennebunkport-cork-persecco-wallcovering-phillipe-romano",
- "title": "Kennebunkport Cork Persecco Wallcovering | Phillipe Romano",
- "mfr": "DB46444",
+ "pid": "7887550644275",
+ "sku": "SIS-100446",
+ "handle": "sisal-pr-100446",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21843",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46444",
- "pattern": "Yujin Cork",
- "color": "Persecco",
- "material": "Cork",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Nonwoven",
- "specs": {
- "Material": "Cork",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Pearls",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Yujin Cork",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Persecco",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#FFFFFF",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21843",
+ "pattern": "Pure Elements",
+ "color": "Sisal Camel",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#B0A487",
"ai_styles": [
- "Modern Rustic",
- "Traditional"
+ "Organic Modern",
+ "Coastal",
+ "Transitional",
+ "Japandi"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887630073907",
- "sku": "DWDB2-46445",
- "handle": "kennebunkport-cork-haze-wallcovering-phillipe-romano",
- "title": "Kennebunkport Cork Haze Wallcovering | Phillipe Romano",
- "mfr": "DB46445",
+ "pid": "7887550677043",
+ "sku": "SIS-100456",
+ "handle": "sisal-pr-100456",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21803",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46445",
- "pattern": "Yujin Cork",
- "color": "Haze",
- "material": "Cork",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Nonwoven",
- "specs": {
- "Material": "Cork",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Purples & Wine",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Yujin Cork",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Haze",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#B0A1D3",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21803",
+ "pattern": "Pure Elements",
+ "color": "Sisal Oatmeal",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#E3DFCC",
"ai_styles": [
- "Contemporary",
- "Rustic Chic"
+ "Organic Modern",
+ "Japandi",
+ "Coastal",
+ "Minimalist"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887630139443",
- "sku": "DWDB2-46542",
- "handle": "nantucket-grasscloth-walnut-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Walnut Wallcovering | Phillipe Romano",
- "mfr": "DB46542",
+ "pid": "7887551365171",
+ "sku": "SIS-100746",
+ "handle": "sisal-pr-100227",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21834",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46542",
- "pattern": "Zinzhu Jute",
- "color": "Walnut",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Paper",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Browns & Taupes",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Zinzhu Jute",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Walnut",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Paper",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#8B4513",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21834",
+ "pattern": "Pure Elements",
+ "color": "Sisal Olive",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#9A993B",
"ai_styles": [
- "Contemporary",
- "Traditional"
+ "Organic Modern",
+ "Mid-Century Modern",
+ "Transitional",
+ "Bohemian"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
"sflag": ""
}
},
{
- "pid": "7887630172211",
- "sku": "DWDB2-46543",
- "handle": "nantucket-grasscloth-russet-wallcovering-phillipe-romano",
- "title": "Nantucket Grasscloth Russet Wallcovering | Phillipe Romano",
- "mfr": "DB46543",
+ "pid": "7887551397939",
+ "sku": "SIS-100756",
+ "handle": "sisal-pr-100237",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21821",
"stage": {
- "table": "daisy_bennett_v2_catalog",
- "mfr": "DB46543",
- "pattern": "Zinzhu Jute",
- "color": "Russet",
- "material": "Grasscloth",
- "width": "36 in | 91.4 cm",
- "length": "8 yd | 7.3 m",
- "repeat_v": "None",
- "match_type": "Random/Free",
- "backing": "Nonwoven",
- "specs": {
- "Material": "Grasscloth and Naturals",
- "Roll Area": "72 ft2 | 6.6 m2",
- "Color Type": "Reds",
- "Roll Width": "36 in | 91.4 cm",
- "Design Name": "Zinzhu Jute",
- "Roll Length": "8 yd | 7.3 m",
- "Washability": "Spongeable",
- "Design Match": "Random/Free",
- "Design Style": "Textures",
- "Product Type": "Wallpaper",
- "Colorway Name": "Russet",
- "Design Repeat": "None",
- "Lightfastness": "Moderate",
- "Removal Method": "Strippable",
- "Backing Material": "Nonwoven",
- "Adhesive Application": "Paste the Sheet"
- },
- "color_hex": "#8B4513",
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21821",
+ "pattern": "Pure Elements",
+ "color": "Sisal Terracotta",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#b55e4c",
"ai_styles": [
- "Traditional",
+ "Organic Modern",
+ "Bohemian",
+ "Transitional",
+ "Mid-Century Modern"
+ ],
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551430707",
+ "sku": "SIS-100766",
+ "handle": "sisal-pr-100247",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21842",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21842",
+ "pattern": "Pure Elements",
+ "color": "Sisal Lagoon",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#00758B",
+ "ai_styles": [
+ "Coastal",
+ "Organic Modern",
"Contemporary",
- "Farmhouse"
+ "Bohemian"
],
- "bolt_yards": "8",
+ "bolt_yards": "",
+ "sflag": ""
+ }
+ },
+ {
+ "pid": "7887551463475",
+ "sku": "SIS-100776",
+ "handle": "sisal-pr-100257",
+ "title": "Sisal | Phillipe Romano",
+ "mfr": "SY21828",
+ "stage": {
+ "table": "phillipe_romano_catalog",
+ "mfr": "SY21828",
+ "pattern": "Pure Elements",
+ "color": "Sisal Moss",
+ "material": "Grasscloth and Naturals",
+ "width": "36\" Wide (trim to 34\")",
+ "length": "",
+ "repeat_v": "",
+ "match_type": "",
+ "backing": "",
+ "specs": null,
+ "color_hex": "#6E6D63",
+ "ai_styles": [
+ "Organic Modern",
+ "Transitional",
+ "Japandi",
+ "Coastal"
+ ],
+ "bolt_yards": "",
"sflag": ""
}
}
← 63ffa88a wire activation gate into activate-publish-v2 + make sync --
·
back to Designer Wallcoverings
·
auto-save: 2026-07-21T23:10:10 (1 files) — shopify/scripts/c 30710bd3 →