← back to Dw Daily Catchup 20260909
Remove approved Google assignments and verify channel cleanup
c3c3dd8d29a0c92c1c08abe91fafd8dafb7a35a9 · 2026-09-09 12:30:33 -0700 · Steve Abrams
Files touched
A scripts/unpublish-exact-google.jsM verification/tk11326/channel-state.jsonA verification/tk11326/google-unpublish-2026-09-09T19-28-17-567Z.jsonlA verification/tk11326/google-unpublish-2026-09-09T19-29-07-222Z.jsonlA verification/tk11326/google-unpublish-verified-1.jsonA verification/tk11326/google-unpublish-verified-63.json
Diff
commit c3c3dd8d29a0c92c1c08abe91fafd8dafb7a35a9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Sep 9 12:30:33 2026 -0700
Remove approved Google assignments and verify channel cleanup
---
scripts/unpublish-exact-google.js | 16 +
verification/tk11326/channel-state.json | 795 ++++--------------
...google-unpublish-2026-09-09T19-28-17-567Z.jsonl | 1 +
...google-unpublish-2026-09-09T19-29-07-222Z.jsonl | 63 ++
.../tk11326/google-unpublish-verified-1.json | 25 +
.../tk11326/google-unpublish-verified-63.json | 893 +++++++++++++++++++++
6 files changed, 1150 insertions(+), 643 deletions(-)
diff --git a/scripts/unpublish-exact-google.js b/scripts/unpublish-exact-google.js
new file mode 100644
index 0000000..2d63f04
--- /dev/null
+++ b/scripts/unpublish-exact-google.js
@@ -0,0 +1,16 @@
+'use strict';
+const fs=require('node:fs'),path=require('node:path'),os=require('node:os'),assert=require('node:assert/strict');
+const args=process.argv.slice(2); const apply=args.includes('--apply'); const limit=Number(args.find(x=>x.startsWith('--limit='))?.split('=')[1]||63);
+assert.ok(apply && Number.isSafeInteger(limit) && limit>=1 && limit<=63, 'use --apply --limit=1..63');
+const csv=path.resolve('verification/tk11326/google-channel-exceptions.csv');
+const rows=fs.readFileSync(csv,'utf8').trim().split(/\r?\n/).slice(1).map(x=>{const [id,title,vendor]=x.split(',');return{id,title,vendor};});
+assert.equal(rows.length,63); const selected=rows.slice(0,limit);
+const env=fs.readFileSync(path.join(os.homedir(),'Projects/secrets-manager/.env'),'utf8'); const token=env.match(/^SHOPIFY_ADMIN_TOKEN=(.*)$/m)[1].trim().replace(/^['"]|['"]$/g,'');
+const store='designer-laboratory-sandbox.myshopify.com', pub='gid://shopify/Publication/29646651457';
+async function gql(query,variables){const r=await fetch(`https://${store}/admin/api/2026-07/graphql.json`,{method:'POST',headers:{'Content-Type':'application/json','X-Shopify-Access-Token':token},body:JSON.stringify({query,variables}),signal:AbortSignal.timeout(30000)});return{status:r.status,json:await r.json()};}
+async function read(id){const r=await gql(`query($id:ID!){product(id:$id){id title status onG:publishedOnPublication(publicationId:"${pub}") onOS:publishedOnPublication(publicationId:"gid://shopify/Publication/22208643184")}}`,{id});assert.equal(r.status,200);assert.equal(r.json.errors,undefined);return r.json.data.product;}
+async function main(){const before=[];for(let i=0;i<selected.length;i++){const x=selected[i],p=await read(x.id);assert.equal(p.id,x.id);assert.equal(p.status,'ACTIVE');assert.equal(p.onOS,true);assert.ok(p.onG===true || (i===0 && p.onG===false));before.push(p);}
+const journal=path.resolve(`verification/tk11326/google-unpublish-${new Date().toISOString().replace(/[:.]/g,'-')}.jsonl`);let ok=0;for(let i=0;i<selected.length;i++){const x=selected[i];if(before[i].onG===false){fs.appendFileSync(journal,JSON.stringify({id:x.id,title:x.title,vendor:x.vendor,publication:pub,action:'already-unpublished',ok:true,ts:new Date().toISOString()})+'\n');continue;}const r=await gql(`mutation($id:ID!,$pid:ID!){publishableUnpublish(id:$id,input:{publicationId:$pid}){userErrors{field message}}}`,{id:x.id,pid:pub});const ue=r.json?.data?.publishableUnpublish?.userErrors||[];assert.equal(r.status,200);assert.equal(r.json.errors,undefined);assert.equal(ue.length,0,JSON.stringify(ue));fs.appendFileSync(journal,JSON.stringify({id:x.id,title:x.title,vendor:x.vendor,publication:pub,action:'unpublish',ok:true,ts:new Date().toISOString()})+'\n');ok++;await new Promise(r=>setTimeout(r,300));}
+const after=[];for(const x of selected){const p=await read(x.id);assert.equal(p.status,'ACTIVE');assert.equal(p.onG,false);assert.equal(p.onOS,true);after.push(p);}
+const evidence={timestamp:new Date().toISOString(),selected:selected.length,ok,journal,before,after,assertions:'ACTIVE preserved; Online Store preserved; Google false after independent reread'};fs.writeFileSync(path.resolve(`verification/tk11326/google-unpublish-verified-${selected.length}.json`),JSON.stringify(evidence,null,2)+'\n');console.log(JSON.stringify({verdict:'PASS',selected:selected.length,ok,journal}));}
+main().catch(e=>{console.error(e.stack);process.exitCode=1;});
diff --git a/verification/tk11326/channel-state.json b/verification/tk11326/channel-state.json
index 06d86ab..3b8def8 100644
--- a/verification/tk11326/channel-state.json
+++ b/verification/tk11326/channel-state.json
@@ -1,5 +1,5 @@
{
- "timestamp": "2026-09-09T19:13:29.149Z",
+ "timestamp": "2026-09-09T19:30:19.210Z",
"mutations": 0,
"products": [
{
@@ -3765,8 +3765,9 @@
"status": "ACTIVE",
"handle": "happy-landscape-gray-rebel-walls",
"createdAt": "2026-09-01T23:15:15Z",
- "updatedAt": "2026-09-09T18:59:44Z",
+ "updatedAt": "2026-09-09T19:13:19Z",
"tags": [
+ "display_variant",
"Mural",
"New Arrival",
"Non-woven",
@@ -3914,8 +3915,9 @@
"status": "ACTIVE",
"handle": "faded-tropics-green-rebel-walls",
"createdAt": "2026-09-01T23:15:29Z",
- "updatedAt": "2026-09-09T18:38:47Z",
+ "updatedAt": "2026-09-09T19:13:20Z",
"tags": [
+ "display_variant",
"Mural",
"New Arrival",
"Non-woven",
@@ -4063,8 +4065,9 @@
"status": "ACTIVE",
"handle": "etching-park-blue-rebel-walls",
"createdAt": "2026-09-01T23:15:36Z",
- "updatedAt": "2026-09-09T18:38:52Z",
+ "updatedAt": "2026-09-09T19:13:21Z",
"tags": [
+ "display_variant",
"Mural",
"New Arrival",
"Non-woven",
@@ -4212,8 +4215,9 @@
"status": "ACTIVE",
"handle": "etching-park-black-white-rebel-walls",
"createdAt": "2026-09-01T23:15:39Z",
- "updatedAt": "2026-09-09T18:38:57Z",
+ "updatedAt": "2026-09-09T19:13:22Z",
"tags": [
+ "display_variant",
"Mural",
"New Arrival",
"Non-woven",
@@ -5124,7 +5128,7 @@
"status": "ACTIVE",
"handle": "whitewash-wood-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:42Z",
- "updatedAt": "2026-09-09T18:39:22Z",
+ "updatedAt": "2026-09-09T19:28:17Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -5173,7 +5177,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:39:20.256Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -5192,14 +5196,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:39:21Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:39:21Z",
@@ -5600,7 +5596,7 @@
"status": "ACTIVE",
"handle": "beech-wood-light-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:44Z",
- "updatedAt": "2026-09-09T18:39:37Z",
+ "updatedAt": "2026-09-09T19:29:07Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -5649,7 +5645,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:39:32.854Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -5668,14 +5664,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:39:33Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:39:33Z",
@@ -6227,7 +6215,7 @@
"status": "ACTIVE",
"handle": "beech-wood-dark-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:45Z",
- "updatedAt": "2026-09-09T18:39:53Z",
+ "updatedAt": "2026-09-09T19:29:08Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -6276,7 +6264,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:39:51.271Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -6295,14 +6283,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:39:52Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:39:52Z",
@@ -6854,7 +6834,7 @@
"status": "ACTIVE",
"handle": "vintage-douglas-fir-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:47Z",
- "updatedAt": "2026-09-09T18:46:14Z",
+ "updatedAt": "2026-09-09T19:29:09Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -6903,7 +6883,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:40:08.204Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -6922,14 +6902,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:40:08Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:40:08Z",
@@ -7481,7 +7453,7 @@
"status": "ACTIVE",
"handle": "ash-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:49Z",
- "updatedAt": "2026-09-09T18:46:47Z",
+ "updatedAt": "2026-09-09T19:29:09Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -7530,7 +7502,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:40:26.593Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -7549,14 +7521,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:40:27Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:40:27Z",
@@ -8108,7 +8072,7 @@
"status": "ACTIVE",
"handle": "white-oak-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:50Z",
- "updatedAt": "2026-09-09T18:40:47Z",
+ "updatedAt": "2026-09-09T19:29:10Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -8156,7 +8120,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:40:43.838Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -8175,14 +8139,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:40:44Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:40:44Z",
@@ -8734,7 +8690,7 @@
"status": "ACTIVE",
"handle": "smoky-walnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:52Z",
- "updatedAt": "2026-09-09T18:42:09Z",
+ "updatedAt": "2026-09-09T19:29:11Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -8782,7 +8738,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:41:03.296Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -8801,14 +8757,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:41:04Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:41:04Z",
@@ -9360,7 +9308,7 @@
"status": "ACTIVE",
"handle": "english-walnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:54Z",
- "updatedAt": "2026-09-09T18:42:25Z",
+ "updatedAt": "2026-09-09T19:29:11Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -9407,7 +9355,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:41:21.495Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -9426,14 +9374,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:41:22Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:41:22Z",
@@ -9985,7 +9925,7 @@
"status": "ACTIVE",
"handle": "limed-grey-oak-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:55Z",
- "updatedAt": "2026-09-09T18:42:44Z",
+ "updatedAt": "2026-09-09T19:29:12Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -10033,7 +9973,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:41:37.743Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -10052,14 +9992,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:41:38Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:41:38Z",
@@ -10610,7 +10542,7 @@
"status": "ACTIVE",
"handle": "wood-herringbone-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:57Z",
- "updatedAt": "2026-09-09T18:41:58Z",
+ "updatedAt": "2026-09-09T19:29:13Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -10659,7 +10591,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:41:55.557Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -10678,14 +10610,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:41:56Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:41:56Z",
@@ -11236,7 +11160,7 @@
"status": "ACTIVE",
"handle": "red-oak-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:43:58Z",
- "updatedAt": "2026-09-09T18:48:22Z",
+ "updatedAt": "2026-09-09T19:29:14Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -11284,7 +11208,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:42:14.364Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -11303,14 +11227,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:42:15Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:42:15Z",
@@ -11861,7 +11777,7 @@
"status": "ACTIVE",
"handle": "cherry-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:00Z",
- "updatedAt": "2026-09-09T18:43:36Z",
+ "updatedAt": "2026-09-09T19:29:14Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -11908,7 +11824,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:42:30.633Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -11927,14 +11843,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:42:31Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:42:31Z",
@@ -12485,7 +12393,7 @@
"status": "ACTIVE",
"handle": "majestic-oak-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:02Z",
- "updatedAt": "2026-09-09T18:42:49Z",
+ "updatedAt": "2026-09-09T19:29:15Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -12533,7 +12441,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:42:47.583Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -12552,14 +12460,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:42:48Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:42:48Z",
@@ -13110,7 +13010,7 @@
"status": "ACTIVE",
"handle": "copper-hickory-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:03Z",
- "updatedAt": "2026-09-09T18:43:07Z",
+ "updatedAt": "2026-09-09T19:29:16Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -13158,7 +13058,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:43:03.885Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -13177,14 +13077,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:43:04Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:43:04Z",
@@ -13735,7 +13627,7 @@
"status": "ACTIVE",
"handle": "chestnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:05Z",
- "updatedAt": "2026-09-09T18:44:29Z",
+ "updatedAt": "2026-09-09T19:29:17Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -13784,7 +13676,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:43:23.387Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -13803,14 +13695,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:43:24Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:43:24Z",
@@ -14361,7 +14245,7 @@
"status": "ACTIVE",
"handle": "mahogany-wallcovering-phillipe-romano-1",
"createdAt": "2026-04-06T21:44:12Z",
- "updatedAt": "2026-09-09T18:43:42Z",
+ "updatedAt": "2026-09-09T19:29:17Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -14409,7 +14293,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:43:39.868Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -14428,14 +14312,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:43:40Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:43:40Z",
@@ -14986,7 +14862,7 @@
"status": "ACTIVE",
"handle": "dark-walnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:13Z",
- "updatedAt": "2026-09-09T18:44:59Z",
+ "updatedAt": "2026-09-09T19:29:18Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -15034,7 +14910,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:43:58.691Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -15053,14 +14929,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:43:59Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:43:59Z",
@@ -15611,7 +15479,7 @@
"status": "ACTIVE",
"handle": "black-walnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:15Z",
- "updatedAt": "2026-09-09T18:44:19Z",
+ "updatedAt": "2026-09-09T19:29:19Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -15659,7 +15527,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:44:16.626Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -15678,14 +15546,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:44:17Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:44:17Z",
@@ -16236,7 +16096,7 @@
"status": "ACTIVE",
"handle": "american-walnut-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:17Z",
- "updatedAt": "2026-09-09T18:44:37Z",
+ "updatedAt": "2026-09-09T19:29:20Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -16284,7 +16144,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:44:34.748Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -16303,14 +16163,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:44:35Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:44:35Z",
@@ -16861,7 +16713,7 @@
"status": "ACTIVE",
"handle": "black-mahogany-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:19Z",
- "updatedAt": "2026-09-09T18:44:56Z",
+ "updatedAt": "2026-09-09T19:29:20Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -16908,7 +16760,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:44:53.000Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -16927,14 +16779,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:44:53Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:44:53Z",
@@ -17485,7 +17329,7 @@
"status": "ACTIVE",
"handle": "espresso-woodgrain-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:20Z",
- "updatedAt": "2026-09-09T18:45:12Z",
+ "updatedAt": "2026-09-09T19:29:21Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -17533,7 +17377,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:45:09.638Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -17552,14 +17396,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:45:10Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:45:10Z",
@@ -18110,7 +17946,7 @@
"status": "ACTIVE",
"handle": "hickory-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:22Z",
- "updatedAt": "2026-09-09T18:45:29Z",
+ "updatedAt": "2026-09-09T19:29:22Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -18159,7 +17995,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:45:26.818Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -18178,14 +18014,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:45:27Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:45:27Z",
@@ -18736,7 +18564,7 @@
"status": "ACTIVE",
"handle": "two-tone-planks-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:24Z",
- "updatedAt": "2026-09-09T18:45:47Z",
+ "updatedAt": "2026-09-09T19:29:22Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -18785,7 +18613,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:45:44.981Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -18804,14 +18632,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:45:45Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:45:45Z",
@@ -19362,7 +19182,7 @@
"status": "ACTIVE",
"handle": "white-oak-planks-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:25Z",
- "updatedAt": "2026-09-09T18:46:06Z",
+ "updatedAt": "2026-09-09T19:29:23Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -19410,7 +19230,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:46:01.798Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -19429,14 +19249,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:46:02Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:46:02Z",
@@ -19987,7 +19799,7 @@
"status": "ACTIVE",
"handle": "warm-maple-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:27Z",
- "updatedAt": "2026-09-09T18:46:22Z",
+ "updatedAt": "2026-09-09T19:29:24Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -20035,7 +19847,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:46:18.219Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -20054,14 +19866,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:46:18Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:46:18Z",
@@ -20612,7 +20416,7 @@
"status": "ACTIVE",
"handle": "charcoal-woodgrain-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:29Z",
- "updatedAt": "2026-09-09T18:47:39Z",
+ "updatedAt": "2026-09-09T19:29:25Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -20660,7 +20464,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:46:35.184Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -20679,14 +20483,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:46:35Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:46:35Z",
@@ -21237,7 +21033,7 @@
"status": "ACTIVE",
"handle": "hexagonal-tile-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:32Z",
- "updatedAt": "2026-09-09T18:46:55Z",
+ "updatedAt": "2026-09-09T19:29:25Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -21283,7 +21079,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:46:52.884Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -21302,14 +21098,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:46:53Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:46:53Z",
@@ -21861,7 +21649,7 @@
"status": "ACTIVE",
"handle": "cream-subway-tile-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:34Z",
- "updatedAt": "2026-09-09T18:47:12Z",
+ "updatedAt": "2026-09-09T19:29:26Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -21908,7 +21696,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:47:10.421Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -21927,14 +21715,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:47:11Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:47:11Z",
@@ -22485,7 +22265,7 @@
"status": "ACTIVE",
"handle": "black-subway-tile-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:35Z",
- "updatedAt": "2026-09-09T18:47:28Z",
+ "updatedAt": "2026-09-09T19:29:27Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -22532,7 +22312,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:47:25.614Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -22551,14 +22331,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:47:26Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:47:26Z",
@@ -23109,7 +22881,7 @@
"status": "ACTIVE",
"handle": "rustic-white-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:37Z",
- "updatedAt": "2026-09-09T18:47:45Z",
+ "updatedAt": "2026-09-09T19:29:27Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -23157,7 +22929,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:47:41.581Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -23176,14 +22948,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:47:42Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:47:42Z",
@@ -23734,7 +23498,7 @@
"status": "ACTIVE",
"handle": "white-subway-tile-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:39Z",
- "updatedAt": "2026-09-09T18:48:03Z",
+ "updatedAt": "2026-09-09T19:29:28Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -23781,7 +23545,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:47:59.510Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -23800,14 +23564,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:48:00Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:48:00Z",
@@ -24358,7 +24114,7 @@
"status": "ACTIVE",
"handle": "light-grey-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:40Z",
- "updatedAt": "2026-09-09T18:48:27Z",
+ "updatedAt": "2026-09-09T19:29:29Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -24406,7 +24162,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:48:17.809Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -24425,14 +24181,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:48:18Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:48:18Z",
@@ -24983,7 +24731,7 @@
"status": "ACTIVE",
"handle": "red-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:42Z",
- "updatedAt": "2026-09-09T18:48:36Z",
+ "updatedAt": "2026-09-09T19:29:30Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -25031,7 +24779,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:48:34.329Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -25050,14 +24798,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:48:35Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:48:35Z",
@@ -25608,7 +25348,7 @@
"status": "ACTIVE",
"handle": "terra-cotta-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:44Z",
- "updatedAt": "2026-09-09T18:48:53Z",
+ "updatedAt": "2026-09-09T19:29:30Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -25656,7 +25396,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:48:51.194Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -25675,14 +25415,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:48:51Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:48:51Z",
@@ -26233,7 +25965,7 @@
"status": "ACTIVE",
"handle": "smokestack-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:45Z",
- "updatedAt": "2026-09-09T18:49:11Z",
+ "updatedAt": "2026-09-09T19:29:31Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -26281,7 +26013,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:49:09.138Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -26300,14 +26032,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:49:09Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:49:09Z",
@@ -26858,7 +26582,7 @@
"status": "ACTIVE",
"handle": "townsquare-brick-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:47Z",
- "updatedAt": "2026-09-09T18:49:28Z",
+ "updatedAt": "2026-09-09T19:29:32Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -26906,7 +26630,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:49:25.061Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -26925,14 +26649,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:49:25Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:49:25Z",
@@ -27483,7 +27199,7 @@
"status": "ACTIVE",
"handle": "mottled-gray-stone-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:48Z",
- "updatedAt": "2026-09-09T18:49:52Z",
+ "updatedAt": "2026-09-09T19:29:32Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -27531,7 +27247,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:49:43.555Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -27550,14 +27266,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:49:44Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:49:44Z",
@@ -28108,7 +27816,7 @@
"status": "ACTIVE",
"handle": "granite-grey-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:50Z",
- "updatedAt": "2026-09-09T18:50:02Z",
+ "updatedAt": "2026-09-09T19:29:33Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -28156,7 +27864,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:49:59.372Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -28175,14 +27883,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:50:00Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:50:00Z",
@@ -28733,7 +28433,7 @@
"status": "ACTIVE",
"handle": "stucco-black-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:53Z",
- "updatedAt": "2026-09-09T18:50:18Z",
+ "updatedAt": "2026-09-09T19:29:34Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -28781,7 +28481,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:50:15.314Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -28800,14 +28500,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:50:16Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:50:16Z",
@@ -29358,7 +29050,7 @@
"status": "ACTIVE",
"handle": "wood-inlay-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:55Z",
- "updatedAt": "2026-09-09T18:51:32Z",
+ "updatedAt": "2026-09-09T19:29:35Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -29406,7 +29098,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:50:32.323Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -29425,14 +29117,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:50:33Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:50:33Z",
@@ -29983,7 +29667,7 @@
"status": "ACTIVE",
"handle": "travertine-wallcovering-phillipe-romano",
"createdAt": "2026-04-06T21:44:57Z",
- "updatedAt": "2026-09-09T18:50:51Z",
+ "updatedAt": "2026-09-09T19:29:36Z",
"tags": [
"36 Inch Width",
"ASTM-E84",
@@ -30030,7 +29714,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:50:47.833Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -30049,14 +29733,6 @@
"name": "Buy Button"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:50:48Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:50:48Z",
@@ -37275,7 +36951,7 @@
"status": "ACTIVE",
"handle": "timo-earth-dwdx-220488",
"createdAt": "2026-07-01T13:40:09Z",
- "updatedAt": "2026-09-09T18:54:04Z",
+ "updatedAt": "2026-09-09T19:16:03Z",
"tags": [
"Designtex",
"display_variant",
@@ -43469,7 +43145,7 @@
"status": "ACTIVE",
"handle": "katamari-bud-wide-width-powder-blue-and-white-dwtt-74542",
"createdAt": "2026-07-25T00:40:11Z",
- "updatedAt": "2026-09-09T18:56:47Z",
+ "updatedAt": "2026-09-09T19:18:26Z",
"tags": [
"Collection: TEXTURE RESOURCE 9",
"display_variant",
@@ -45131,7 +44807,7 @@
"status": "ACTIVE",
"handle": "august-stratus-dwdx-220549",
"createdAt": "2026-07-04T03:40:32Z",
- "updatedAt": "2026-09-09T18:57:32Z",
+ "updatedAt": "2026-09-09T19:18:31Z",
"tags": [
"Designtex",
"display_variant",
@@ -45433,7 +45109,7 @@
"status": "ACTIVE",
"handle": "august-bluebird-dwdx-220550",
"createdAt": "2026-07-04T03:40:34Z",
- "updatedAt": "2026-09-09T18:57:37Z",
+ "updatedAt": "2026-09-09T19:19:42Z",
"tags": [
"Bluebird",
"Designtex",
@@ -46188,7 +45864,7 @@
"status": "ACTIVE",
"handle": "dwtt-80241-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:20:39Z",
- "updatedAt": "2026-09-09T18:57:57Z",
+ "updatedAt": "2026-09-09T19:29:37Z",
"tags": [
"Architectural",
"Botanical",
@@ -46235,7 +45911,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:57:54.773Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -46294,14 +45970,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:57:55Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:57:55Z",
@@ -46506,7 +46174,7 @@
"status": "ACTIVE",
"handle": "dwtt-80244-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:20:53Z",
- "updatedAt": "2026-09-09T18:58:08Z",
+ "updatedAt": "2026-09-09T19:29:37Z",
"tags": [
"Architectural",
"Bristol",
@@ -46552,7 +46220,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:02.687Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -46611,14 +46279,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:03Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:03Z",
@@ -46823,7 +46483,7 @@
"status": "ACTIVE",
"handle": "dwtt-80246-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:21:04Z",
- "updatedAt": "2026-09-09T18:58:14Z",
+ "updatedAt": "2026-09-09T19:29:38Z",
"tags": [
"Architectural",
"Blue",
@@ -46869,7 +46529,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:12.236Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -46928,14 +46588,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:12Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:12Z",
@@ -47140,7 +46792,7 @@
"status": "ACTIVE",
"handle": "dwtt-80255-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:21:55Z",
- "updatedAt": "2026-09-09T18:58:22Z",
+ "updatedAt": "2026-09-09T19:29:39Z",
"tags": [
"Architectural",
"beige",
@@ -47185,7 +46837,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:20.106Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -47244,14 +46896,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:20Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:20Z",
@@ -47456,7 +47100,7 @@
"status": "ACTIVE",
"handle": "dwtt-80267-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:23:05Z",
- "updatedAt": "2026-09-09T19:04:51Z",
+ "updatedAt": "2026-09-09T19:29:40Z",
"tags": [
"Architectural",
"Black",
@@ -47504,7 +47148,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:28.679Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -47563,14 +47207,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:29Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:29Z",
@@ -47775,7 +47411,7 @@
"status": "ACTIVE",
"handle": "dwtt-80274-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:23:46Z",
- "updatedAt": "2026-09-09T18:58:40Z",
+ "updatedAt": "2026-09-09T19:29:40Z",
"tags": [
"Architectural",
"beige",
@@ -47825,7 +47461,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:37.881Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -47884,14 +47520,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:38Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:38Z",
@@ -48096,7 +47724,7 @@
"status": "ACTIVE",
"handle": "dwtt-80307-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:26:48Z",
- "updatedAt": "2026-09-09T18:59:45Z",
+ "updatedAt": "2026-09-09T19:29:41Z",
"tags": [
"ATM57888",
"Beige",
@@ -48186,7 +47814,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:58:45.603Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -48245,14 +47873,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:58:46Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:58:46Z",
@@ -48910,7 +48530,7 @@
"status": "ACTIVE",
"handle": "dwtt-80617-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:54:40Z",
- "updatedAt": "2026-09-09T19:00:07Z",
+ "updatedAt": "2026-09-09T19:29:42Z",
"tags": [
"Architectural",
"Blush",
@@ -48955,7 +48575,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:59:06.352Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -49014,14 +48634,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:59:07Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:59:07Z",
@@ -49226,7 +48838,7 @@
"status": "ACTIVE",
"handle": "dwtt-80620-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:54:50Z",
- "updatedAt": "2026-09-09T18:59:16Z",
+ "updatedAt": "2026-09-09T19:29:43Z",
"tags": [
"Architectural",
"Devon",
@@ -49271,7 +48883,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:59:14.426Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -49330,14 +48942,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:59:15Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:59:15Z",
@@ -49542,7 +49146,7 @@
"status": "ACTIVE",
"handle": "dwtt-80627-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T17:55:23Z",
- "updatedAt": "2026-09-09T18:59:26Z",
+ "updatedAt": "2026-09-09T19:29:43Z",
"tags": [
"Architectural",
"Blush",
@@ -49588,7 +49192,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:59:22.830Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -49647,14 +49251,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:59:23Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:59:23Z",
@@ -49859,7 +49455,7 @@
"status": "ACTIVE",
"handle": "dwtt-80883-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:17:37Z",
- "updatedAt": "2026-09-09T18:59:33Z",
+ "updatedAt": "2026-09-09T19:29:44Z",
"tags": [
"Architectural",
"Ceylon",
@@ -49905,7 +49501,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:59:30.740Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -49964,14 +49560,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:59:31Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:59:31Z",
@@ -50327,7 +49915,7 @@
"status": "ACTIVE",
"handle": "dwtt-80886-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:17:53Z",
- "updatedAt": "2026-09-09T18:59:47Z",
+ "updatedAt": "2026-09-09T19:29:45Z",
"tags": [
"Architectural",
"Black",
@@ -50373,7 +49961,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T18:59:43.557Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -50432,14 +50020,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T18:59:44Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T18:59:44Z",
@@ -50493,7 +50073,7 @@
"status": "ACTIVE",
"handle": "aubrey-dock-dwdx-220569",
"createdAt": "2026-07-04T23:40:03Z",
- "updatedAt": "2026-09-09T19:00:55Z",
+ "updatedAt": "2026-09-09T19:21:27Z",
"tags": [
"Designtex",
"display_variant",
@@ -50534,7 +50114,16 @@
},
"googlePublished": false,
"resourcePublicationsV2": {
- "nodes": [],
+ "nodes": [
+ {
+ "isPublished": true,
+ "publishDate": "2026-09-09T19:21:27Z",
+ "publication": {
+ "id": "gid://shopify/Publication/22208643184",
+ "name": "Online Store"
+ }
+ }
+ ],
"pageInfo": {
"hasNextPage": false
}
@@ -51302,7 +50891,7 @@
"status": "ACTIVE",
"handle": "ash-fountain-dwdx-220576",
"createdAt": "2026-07-05T09:40:17Z",
- "updatedAt": "2026-09-09T19:00:13Z",
+ "updatedAt": "2026-09-09T19:22:05Z",
"tags": [
"Designtex",
"display_variant",
@@ -51906,7 +51495,7 @@
"status": "ACTIVE",
"handle": "dwtt-80912-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:20:26Z",
- "updatedAt": "2026-09-09T19:01:27Z",
+ "updatedAt": "2026-09-09T19:29:46Z",
"tags": [
"Architectural",
"blue",
@@ -51955,7 +51544,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:00:26.587Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -52014,14 +51603,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:00:27Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:00:27Z",
@@ -53132,7 +52713,7 @@
"status": "ACTIVE",
"handle": "dwtt-80934-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:22:23Z",
- "updatedAt": "2026-09-09T19:02:05Z",
+ "updatedAt": "2026-09-09T19:29:47Z",
"tags": [
"Architectural",
"Botanical",
@@ -53179,7 +52760,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:00:58.393Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -53214,14 +52795,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:00:59Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:00:59Z",
@@ -53450,7 +53023,7 @@
"status": "ACTIVE",
"handle": "dwtt-80935-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:22:28Z",
- "updatedAt": "2026-09-09T19:01:09Z",
+ "updatedAt": "2026-09-09T19:29:47Z",
"tags": [
"Architectural",
"Botanical",
@@ -53496,7 +53069,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:01:06.669Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -53531,14 +53104,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:01:07Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:01:07Z",
@@ -54220,7 +53785,7 @@
"status": "ACTIVE",
"handle": "dwtt-80947-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:23:36Z",
- "updatedAt": "2026-09-09T19:01:42Z",
+ "updatedAt": "2026-09-09T19:29:48Z",
"tags": [
"Architectural",
"beige",
@@ -54263,7 +53828,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:01:27.168Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -54298,14 +53863,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:01:27Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:01:27Z",
@@ -55289,7 +54846,7 @@
"status": "ACTIVE",
"handle": "dwtt-80964-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:25:17Z",
- "updatedAt": "2026-09-09T19:03:00Z",
+ "updatedAt": "2026-09-09T19:29:49Z",
"tags": [
"Architectural",
"beige",
@@ -55337,7 +54894,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:01:55.422Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -55396,14 +54953,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:01:56Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:01:56Z",
@@ -55608,7 +55157,7 @@
"status": "ACTIVE",
"handle": "dwtt-80965-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:25:23Z",
- "updatedAt": "2026-09-09T19:02:07Z",
+ "updatedAt": "2026-09-09T19:29:49Z",
"tags": [
"Architectural",
"blue",
@@ -55655,7 +55204,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:02:05.054Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -55714,14 +55263,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:02:05Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:02:05Z",
@@ -55926,7 +55467,7 @@
"status": "ACTIVE",
"handle": "anitra-indigo-dwdx-220600",
"createdAt": "2026-07-06T16:40:02Z",
- "updatedAt": "2026-09-09T19:02:17Z",
+ "updatedAt": "2026-09-09T19:24:43Z",
"tags": [
"Designtex",
"display_variant",
@@ -56530,7 +56071,7 @@
"status": "ACTIVE",
"handle": "dwtt-80980-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:26:48Z",
- "updatedAt": "2026-09-09T19:03:29Z",
+ "updatedAt": "2026-09-09T19:29:50Z",
"tags": [
"Architectural",
"beige",
@@ -56578,7 +56119,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:02:29.259Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -56637,14 +56178,6 @@
"name": "Online Store"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:02:30Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:02:30Z",
@@ -57755,7 +57288,7 @@
"status": "ACTIVE",
"handle": "dwtt-81074-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:35:36Z",
- "updatedAt": "2026-09-09T19:03:06Z",
+ "updatedAt": "2026-09-09T19:29:51Z",
"tags": [
"Architectural",
"Contemporary",
@@ -57800,7 +57333,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:03:02.868Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -57835,14 +57368,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:03:03Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:03:03Z",
@@ -58071,7 +57596,7 @@
"status": "ACTIVE",
"handle": "dwtt-81075-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:35:41Z",
- "updatedAt": "2026-09-09T19:03:13Z",
+ "updatedAt": "2026-09-09T19:29:52Z",
"tags": [
"Architectural",
"dark gray",
@@ -58116,7 +57641,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:03:10.693Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -58151,14 +57676,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:03:11Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:03:11Z",
@@ -58840,7 +58357,7 @@
"status": "ACTIVE",
"handle": "dwtt-81110-designer-wallcoverings-los-angeles",
"createdAt": "2025-03-28T18:38:44Z",
- "updatedAt": "2026-09-09T19:03:33Z",
+ "updatedAt": "2026-09-09T19:29:52Z",
"tags": [
"Architectural",
"Damask",
@@ -58884,7 +58401,7 @@
"review": {
"value": "{\"verdict\":\"SKIPPED_BY_OWNER\",\"reason\":\"owner-authorized-no-gemini:TK-11321\",\"ts\":\"2026-09-09T19:03:30.986Z\",\"by\":\"dw-rotation-activator\"}"
},
- "googlePublished": true,
+ "googlePublished": false,
"resourcePublicationsV2": {
"nodes": [
{
@@ -58919,14 +58436,6 @@
"name": "Facebook & Instagram"
}
},
- {
- "isPublished": true,
- "publishDate": "2026-09-09T19:03:31Z",
- "publication": {
- "id": "gid://shopify/Publication/29646651457",
- "name": "Google & YouTube"
- }
- },
{
"isPublished": true,
"publishDate": "2026-09-09T19:03:31Z",
diff --git a/verification/tk11326/google-unpublish-2026-09-09T19-28-17-567Z.jsonl b/verification/tk11326/google-unpublish-2026-09-09T19-28-17-567Z.jsonl
new file mode 100644
index 0000000..7eff9bf
--- /dev/null
+++ b/verification/tk11326/google-unpublish-2026-09-09T19-28-17-567Z.jsonl
@@ -0,0 +1 @@
+{"id":"gid://shopify/Product/7813310840883","title":"Whitewash Wood Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:28:18.048Z"}
diff --git a/verification/tk11326/google-unpublish-2026-09-09T19-29-07-222Z.jsonl b/verification/tk11326/google-unpublish-2026-09-09T19-29-07-222Z.jsonl
new file mode 100644
index 0000000..dc992fa
--- /dev/null
+++ b/verification/tk11326/google-unpublish-2026-09-09T19-29-07-222Z.jsonl
@@ -0,0 +1,63 @@
+{"id":"gid://shopify/Product/7813310840883","title":"Whitewash Wood Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"already-unpublished","ok":true,"ts":"2026-09-09T19:29:07.226Z"}
+{"id":"gid://shopify/Product/7813310873651","title":"Beech Wood Light Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:07.716Z"}
+{"id":"gid://shopify/Product/7813310906419","title":"Beech Wood Dark Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:08.448Z"}
+{"id":"gid://shopify/Product/7813310939187","title":"Vintage Douglas Fir Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:09.242Z"}
+{"id":"gid://shopify/Product/7813310971955","title":"Ash Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:09.971Z"}
+{"id":"gid://shopify/Product/7813311004723","title":"White Oak Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:10.645Z"}
+{"id":"gid://shopify/Product/7813311037491","title":"Smoky Walnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:11.365Z"}
+{"id":"gid://shopify/Product/7813311070259","title":"English Walnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:12.105Z"}
+{"id":"gid://shopify/Product/7813311103027","title":"Limed Grey Oak Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:12.815Z"}
+{"id":"gid://shopify/Product/7813311135795","title":"Wood Herringbone Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:13.497Z"}
+{"id":"gid://shopify/Product/7813311168563","title":"Red Oak Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:14.219Z"}
+{"id":"gid://shopify/Product/7813311201331","title":"Cherry Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:15.083Z"}
+{"id":"gid://shopify/Product/7813311234099","title":"Majestic Oak Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:15.794Z"}
+{"id":"gid://shopify/Product/7813311266867","title":"Copper Hickory Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:16.561Z"}
+{"id":"gid://shopify/Product/7813311299635","title":"Chestnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:17.255Z"}
+{"id":"gid://shopify/Product/7813311397939","title":"Mahogany Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:18.006Z"}
+{"id":"gid://shopify/Product/7813311430707","title":"Dark Walnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:18.703Z"}
+{"id":"gid://shopify/Product/7813311463475","title":"Black Walnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:19.433Z"}
+{"id":"gid://shopify/Product/7813311496243","title":"American Walnut Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:20.140Z"}
+{"id":"gid://shopify/Product/7813311529011","title":"Black Mahogany Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:20.837Z"}
+{"id":"gid://shopify/Product/7813311561779","title":"Espresso Woodgrain Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:21.643Z"}
+{"id":"gid://shopify/Product/7813311594547","title":"Hickory Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:22.387Z"}
+{"id":"gid://shopify/Product/7813311627315","title":"Two-Tone Planks Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:23.062Z"}
+{"id":"gid://shopify/Product/7813311660083","title":"White Oak Planks Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:23.776Z"}
+{"id":"gid://shopify/Product/7813311692851","title":"Warm Maple Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:24.463Z"}
+{"id":"gid://shopify/Product/7813311725619","title":"Charcoal Woodgrain Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:25.165Z"}
+{"id":"gid://shopify/Product/7813311791155","title":"Hexagonal Tile Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:25.842Z"}
+{"id":"gid://shopify/Product/7813311823923","title":"Cream Subway Tile Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:26.571Z"}
+{"id":"gid://shopify/Product/7813311856691","title":"Black Subway Tile Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:27.274Z"}
+{"id":"gid://shopify/Product/7813311889459","title":"Rustic White Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:27.971Z"}
+{"id":"gid://shopify/Product/7813311922227","title":"White Subway Tile Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:28.707Z"}
+{"id":"gid://shopify/Product/7813311954995","title":"Light Grey Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:29.471Z"}
+{"id":"gid://shopify/Product/7813311987763","title":"Red Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:30.140Z"}
+{"id":"gid://shopify/Product/7813312020531","title":"Terra Cotta Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:30.850Z"}
+{"id":"gid://shopify/Product/7813312053299","title":"Smokestack Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:31.522Z"}
+{"id":"gid://shopify/Product/7813312086067","title":"Townsquare Brick Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:32.260Z"}
+{"id":"gid://shopify/Product/7813312118835","title":"Mottled Gray Stone Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:32.935Z"}
+{"id":"gid://shopify/Product/7813312151603","title":"Granite Grey Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:33.641Z"}
+{"id":"gid://shopify/Product/7813312217139","title":"Stucco Black Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:35.247Z"}
+{"id":"gid://shopify/Product/7813312249907","title":"Wood Inlay Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:35.967Z"}
+{"id":"gid://shopify/Product/7813312282675","title":"Travertine Wallcovering | Phillipe Romano","vendor":"Phillipe Romano","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:36.709Z"}
+{"id":"gid://shopify/Product/7552686850099","title":"Wild Wisteria Mural Navy | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:37.412Z"}
+{"id":"gid://shopify/Product/7552687013939","title":"Lindsey Small Scale Lavendar | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:38.116Z"}
+{"id":"gid://shopify/Product/7552687145011","title":"Lindsey Small Scale Blue | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:38.801Z"}
+{"id":"gid://shopify/Product/7552687603763","title":"Ensbury Fern Beige | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:39.652Z"}
+{"id":"gid://shopify/Product/7552688160819","title":"Newlands Toile Black | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:40.377Z"}
+{"id":"gid://shopify/Product/7552688488499","title":"Sussex Hydrangea Soft Blue | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:41.085Z"}
+{"id":"gid://shopify/Product/7552690159667","title":"Whitcombe Park Mural Wallcovering | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:41.792Z"}
+{"id":"gid://shopify/Product/7552712081459","title":"Wesley Stripe Blush | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:42.564Z"}
+{"id":"gid://shopify/Product/7552712278067","title":"\"Wesley Stripe Sky Blue","vendor":" White | Thibaut\"","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:43.243Z"}
+{"id":"gid://shopify/Product/7552712704051","title":"Ryland Stripe Blush | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:44.032Z"}
+{"id":"gid://shopify/Product/7552729415731","title":"New Haven Stripe Navy | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:44.737Z"}
+{"id":"gid://shopify/Product/7552729579571","title":"New Haven Stripe Black | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:45.633Z"}
+{"id":"gid://shopify/Product/7552731021363","title":"Kingdom Parade Turquoise | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:46.299Z"}
+{"id":"gid://shopify/Product/7552732168243","title":"Indian Flower | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:47.257Z"}
+{"id":"gid://shopify/Product/7552732233779","title":"Indian Flower | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:47.929Z"}
+{"id":"gid://shopify/Product/7552732889139","title":"Mombasa | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:48.712Z"}
+{"id":"gid://shopify/Product/7552733839411","title":"Chappana Navy and Red | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:49.390Z"}
+{"id":"gid://shopify/Product/7552733904947","title":"Chappana Blue and White | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:50.085Z"}
+{"id":"gid://shopify/Product/7552734724147","title":"Notch Stripe Flax and Navy | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:50.762Z"}
+{"id":"gid://shopify/Product/7552742883379","title":"Bijou | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:51.599Z"}
+{"id":"gid://shopify/Product/7552742916147","title":"Bijou | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:52.277Z"}
+{"id":"gid://shopify/Product/7552745635891","title":"Tanglewood | Thibaut","vendor":"Thibaut","publication":"gid://shopify/Publication/29646651457","action":"unpublish","ok":true,"ts":"2026-09-09T19:29:53.013Z"}
diff --git a/verification/tk11326/google-unpublish-verified-1.json b/verification/tk11326/google-unpublish-verified-1.json
new file mode 100644
index 0000000..97264a4
--- /dev/null
+++ b/verification/tk11326/google-unpublish-verified-1.json
@@ -0,0 +1,25 @@
+{
+ "timestamp": "2026-09-09T19:28:18.527Z",
+ "selected": 1,
+ "ok": 1,
+ "journal": "/Users/macstudio3/Projects/dw-daily-catchup-20260909/verification/tk11326/google-unpublish-2026-09-09T19-28-17-567Z.jsonl",
+ "before": [
+ {
+ "id": "gid://shopify/Product/7813310840883",
+ "title": "Whitewash Wood Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ }
+ ],
+ "after": [
+ {
+ "id": "gid://shopify/Product/7813310840883",
+ "title": "Whitewash Wood Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ }
+ ],
+ "assertions": "ACTIVE preserved; Online Store preserved; Google false after independent reread"
+}
diff --git a/verification/tk11326/google-unpublish-verified-63.json b/verification/tk11326/google-unpublish-verified-63.json
new file mode 100644
index 0000000..5da7f24
--- /dev/null
+++ b/verification/tk11326/google-unpublish-verified-63.json
@@ -0,0 +1,893 @@
+{
+ "timestamp": "2026-09-09T19:30:06.020Z",
+ "selected": 63,
+ "ok": 62,
+ "journal": "/Users/macstudio3/Projects/dw-daily-catchup-20260909/verification/tk11326/google-unpublish-2026-09-09T19-29-07-222Z.jsonl",
+ "before": [
+ {
+ "id": "gid://shopify/Product/7813310840883",
+ "title": "Whitewash Wood Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310873651",
+ "title": "Beech Wood Light Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310906419",
+ "title": "Beech Wood Dark Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310939187",
+ "title": "Vintage Douglas Fir Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310971955",
+ "title": "Ash Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311004723",
+ "title": "White Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311037491",
+ "title": "Smoky Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311070259",
+ "title": "English Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311103027",
+ "title": "Limed Grey Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311135795",
+ "title": "Wood Herringbone Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311168563",
+ "title": "Red Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311201331",
+ "title": "Cherry Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311234099",
+ "title": "Majestic Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311266867",
+ "title": "Copper Hickory Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311299635",
+ "title": "Chestnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311397939",
+ "title": "Mahogany Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311430707",
+ "title": "Dark Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311463475",
+ "title": "Black Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311496243",
+ "title": "American Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311529011",
+ "title": "Black Mahogany Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311561779",
+ "title": "Espresso Woodgrain Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311594547",
+ "title": "Hickory Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311627315",
+ "title": "Two-Tone Planks Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311660083",
+ "title": "White Oak Planks Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311692851",
+ "title": "Warm Maple Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311725619",
+ "title": "Charcoal Woodgrain Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311791155",
+ "title": "Hexagonal Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311823923",
+ "title": "Cream Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311856691",
+ "title": "Black Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311889459",
+ "title": "Rustic White Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311922227",
+ "title": "White Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311954995",
+ "title": "Light Grey Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311987763",
+ "title": "Red Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312020531",
+ "title": "Terra Cotta Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312053299",
+ "title": "Smokestack Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312086067",
+ "title": "Townsquare Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312118835",
+ "title": "Mottled Gray Stone Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312151603",
+ "title": "Granite Grey Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312217139",
+ "title": "Stucco Black Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312249907",
+ "title": "Wood Inlay Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312282675",
+ "title": "Travertine Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552686850099",
+ "title": "Wild Wisteria Mural Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687013939",
+ "title": "Lindsey Small Scale Lavendar | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687145011",
+ "title": "Lindsey Small Scale Blue | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687603763",
+ "title": "Ensbury Fern Beige | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552688160819",
+ "title": "Newlands Toile Black | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552688488499",
+ "title": "Sussex Hydrangea Soft Blue | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552690159667",
+ "title": "Whitcombe Park Mural Wallcovering | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712081459",
+ "title": "Wesley Stripe Blush | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712278067",
+ "title": "Wesley Stripe Sky Blue, White | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712704051",
+ "title": "Ryland Stripe Blush | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552729415731",
+ "title": "New Haven Stripe Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552729579571",
+ "title": "New Haven Stripe Black | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552731021363",
+ "title": "Kingdom Parade Turquoise | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732168243",
+ "title": "Indian Flower | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732233779",
+ "title": "Indian Flower | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732889139",
+ "title": "Mombasa | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552733839411",
+ "title": "Chappana Navy and Red | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552733904947",
+ "title": "Chappana Blue and White | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552734724147",
+ "title": "Notch Stripe Flax and Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552742883379",
+ "title": "Bijou | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552742916147",
+ "title": "Bijou | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552745635891",
+ "title": "Tanglewood | Thibaut",
+ "status": "ACTIVE",
+ "onG": true,
+ "onOS": true
+ }
+ ],
+ "after": [
+ {
+ "id": "gid://shopify/Product/7813310840883",
+ "title": "Whitewash Wood Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310873651",
+ "title": "Beech Wood Light Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310906419",
+ "title": "Beech Wood Dark Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310939187",
+ "title": "Vintage Douglas Fir Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813310971955",
+ "title": "Ash Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311004723",
+ "title": "White Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311037491",
+ "title": "Smoky Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311070259",
+ "title": "English Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311103027",
+ "title": "Limed Grey Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311135795",
+ "title": "Wood Herringbone Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311168563",
+ "title": "Red Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311201331",
+ "title": "Cherry Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311234099",
+ "title": "Majestic Oak Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311266867",
+ "title": "Copper Hickory Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311299635",
+ "title": "Chestnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311397939",
+ "title": "Mahogany Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311430707",
+ "title": "Dark Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311463475",
+ "title": "Black Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311496243",
+ "title": "American Walnut Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311529011",
+ "title": "Black Mahogany Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311561779",
+ "title": "Espresso Woodgrain Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311594547",
+ "title": "Hickory Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311627315",
+ "title": "Two-Tone Planks Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311660083",
+ "title": "White Oak Planks Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311692851",
+ "title": "Warm Maple Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311725619",
+ "title": "Charcoal Woodgrain Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311791155",
+ "title": "Hexagonal Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311823923",
+ "title": "Cream Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311856691",
+ "title": "Black Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311889459",
+ "title": "Rustic White Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311922227",
+ "title": "White Subway Tile Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311954995",
+ "title": "Light Grey Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813311987763",
+ "title": "Red Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312020531",
+ "title": "Terra Cotta Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312053299",
+ "title": "Smokestack Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312086067",
+ "title": "Townsquare Brick Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312118835",
+ "title": "Mottled Gray Stone Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312151603",
+ "title": "Granite Grey Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312217139",
+ "title": "Stucco Black Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312249907",
+ "title": "Wood Inlay Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7813312282675",
+ "title": "Travertine Wallcovering | Phillipe Romano",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552686850099",
+ "title": "Wild Wisteria Mural Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687013939",
+ "title": "Lindsey Small Scale Lavendar | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687145011",
+ "title": "Lindsey Small Scale Blue | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552687603763",
+ "title": "Ensbury Fern Beige | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552688160819",
+ "title": "Newlands Toile Black | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552688488499",
+ "title": "Sussex Hydrangea Soft Blue | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552690159667",
+ "title": "Whitcombe Park Mural Wallcovering | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712081459",
+ "title": "Wesley Stripe Blush | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712278067",
+ "title": "Wesley Stripe Sky Blue, White | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552712704051",
+ "title": "Ryland Stripe Blush | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552729415731",
+ "title": "New Haven Stripe Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552729579571",
+ "title": "New Haven Stripe Black | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552731021363",
+ "title": "Kingdom Parade Turquoise | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732168243",
+ "title": "Indian Flower | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732233779",
+ "title": "Indian Flower | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552732889139",
+ "title": "Mombasa | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552733839411",
+ "title": "Chappana Navy and Red | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552733904947",
+ "title": "Chappana Blue and White | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552734724147",
+ "title": "Notch Stripe Flax and Navy | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552742883379",
+ "title": "Bijou | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552742916147",
+ "title": "Bijou | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ },
+ {
+ "id": "gid://shopify/Product/7552745635891",
+ "title": "Tanglewood | Thibaut",
+ "status": "ACTIVE",
+ "onG": false,
+ "onOS": true
+ }
+ ],
+ "assertions": "ACTIVE preserved; Online Store preserved; Google false after independent reread"
+}
← aa2f88d Verify storefront catch-up, repair missed publication and re
·
back to Dw Daily Catchup 20260909
·
Finalize catch-up proof after approved channel cleanup 5fbea1e →