← back to Dw Image Shrink
Add cap-watcher: polls storage gate, notifies on cap-clear to trigger recovery cascade
cfb51a7733ae11e2e752bdaa33314b6121e4ed4e · 2026-07-29 08:24:27 -0700 · steve
Files touched
A cap-watcher.jsM purge-deleted.jsonl
Diff
commit cfb51a7733ae11e2e752bdaa33314b6121e4ed4e
Author: steve <steve@designerwallcoverings.com>
Date: Wed Jul 29 08:24:27 2026 -0700
Add cap-watcher: polls storage gate, notifies on cap-clear to trigger recovery cascade
---
cap-watcher.js | 41 ++++++++++++++++
purge-deleted.jsonl | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 178 insertions(+)
diff --git a/cap-watcher.js b/cap-watcher.js
new file mode 100644
index 0000000..06076d3
--- /dev/null
+++ b/cap-watcher.js
@@ -0,0 +1,41 @@
+// Poll the file-storage cap by attempting a real (tiny) upload to a draft probe
+// product every INTERVAL. While 413 → keep waiting. On the FIRST 200 → log
+// "CAP CLEARED", delete the test image, and EXIT 0 (its completion notifies the
+// session to start the recovery cascade). READ-mostly: only writes a throwaway
+// probe image that it immediately deletes. node cap-watcher.js [--interval 180] [--maxhours 24]
+import fs from 'fs';
+import os from 'os';
+import https from 'https';
+import { execFileSync } from 'child_process';
+const SHOP='designer-laboratory-sandbox.myshopify.com';
+const ATOK=fs.readFileSync('/Users/macstudio3/Projects/secrets-manager/.env','utf8').split('\n').find(l=>l.startsWith('SHOPIFY_ADMIN_TOKEN=')).split('=').slice(1).join('=').replace(/["' ]/g,'');
+const arg=(k,d)=>{const a=process.argv.find(x=>x.startsWith('--'+k+'='));return a?a.split('=').slice(1).join('='):d;};
+const INTERVAL=(+arg('interval','180'))*1000;
+const MAX=(+arg('maxhours','24'))*3600*1000;
+const sleep=ms=>new Promise(r=>setTimeout(r,ms));
+function api(m,p,b){return new Promise((res,rej)=>{const data=b?JSON.stringify(b):null;const req=https.request({method:m,host:SHOP,path:p,headers:{'X-Shopify-Access-Token':ATOK,'Content-Type':'application/json',...(data?{'Content-Length':Buffer.byteLength(data)}:{})}},r=>{let d='';r.on('data',c=>d+=c);r.on('end',()=>res({status:r.statusCode,json:(()=>{try{return JSON.parse(d)}catch(e){return d}})()}));});req.on('error',()=>res({status:0,json:{}}));if(data)req.write(data);req.end();});}
+
+const fp=`${os.tmpdir()}/cap_probe.jpg`;
+execFileSync('python3',['-c',`from PIL import Image;import random;im=Image.new('RGB',(600,600),(120,120,120));[im.putpixel((random.randint(0,599),random.randint(0,599)),(255,0,0)) for _ in range(3000)];im.save('${fp}','JPEG',quality=82)`]);
+const b64=fs.readFileSync(fp).toString('base64');
+// find/create probe product once
+let probe;
+const s=await api('GET','/admin/api/2024-10/products.json?limit=1&title=ZZ%20Storage%20Probe&fields=id,title');
+probe=(s.json.products&&s.json.products[0]&&s.json.products[0].id)|| (await api('POST','/admin/api/2024-10/products.json',{product:{title:'ZZ Storage Probe',status:'draft',published:false}})).json.product?.id;
+
+const t0=Date.now(); let n=0;
+while(Date.now()-t0<MAX){
+ n++;
+ const up=await api('POST',`/admin/api/2024-10/products/${probe}/images.json`,{image:{attachment:b64,filename:'cap-probe.jpg'}});
+ const ts=new Date().toISOString();
+ if(up.status<300&&up.json.image){
+ console.log(`${ts} ✅ CAP CLEARED (attempt ${n}) — uploads work again`);
+ await api('DELETE',`/admin/api/2024-10/products/${probe}/images/${up.json.image.id}.json`);
+ process.exit(0);
+ }
+ const capped=/exceed the file storage/i.test(JSON.stringify(up.json));
+ console.log(`${ts} still capped (attempt ${n}, http ${up.status}${capped?' 413-storage':''})`);
+ await sleep(INTERVAL);
+}
+console.log('cap-watcher: max wait elapsed, still capped — giving up (rerun to resume)');
+process.exit(2);
diff --git a/purge-deleted.jsonl b/purge-deleted.jsonl
index c569f73..f5e37ae 100644
--- a/purge-deleted.jsonl
+++ b/purge-deleted.jsonl
@@ -1425,3 +1425,140 @@
{"image_id":37156218929203,"product_id":1499692204144,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callaway-faux-grasscloth-durable-walls-xww-53009-swatch-spin.gif?v=1775775348","http":200,"ts":"2026-07-29T15:22:54.183Z"}
{"image_id":37156219027507,"product_id":1499692662896,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callaway-faux-grasscloth-durable-walls-xww-53010-swatch-spin.gif?v=1775775358","http":200,"ts":"2026-07-29T15:22:54.803Z"}
{"image_id":37156219093043,"product_id":1499693088880,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callaway-faux-grasscloth-durable-walls-xww-53011-swatch-spin.gif?v=1775775369","http":200,"ts":"2026-07-29T15:22:55.471Z"}
+{"image_id":37156219617331,"product_id":1499693613168,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callaway-faux-grasscloth-durable-walls-xww-53012-swatch-spin.gif?v=1775775379","http":200,"ts":"2026-07-29T15:22:56.109Z"}
+{"image_id":37156219650099,"product_id":1499694104688,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callaway-faux-grasscloth-durable-walls-xww-53013-swatch-spin.gif?v=1775775389","http":200,"ts":"2026-07-29T15:22:56.720Z"}
+{"image_id":37154988294195,"product_id":1498925400176,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47349-swatch-spin.gif?v=1775758079","http":200,"ts":"2026-07-29T15:22:57.344Z"}
+{"image_id":37154991308851,"product_id":1498925596784,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47350-swatch-spin.gif?v=1775758090","http":200,"ts":"2026-07-29T15:22:58.037Z"}
+{"image_id":37154998812723,"product_id":1498925924464,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47351-swatch-spin.gif?v=1775758100","http":200,"ts":"2026-07-29T15:22:58.631Z"}
+{"image_id":37155001925683,"product_id":1498926219376,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47352-swatch-spin.gif?v=1775758111","http":200,"ts":"2026-07-29T15:22:59.312Z"}
+{"image_id":37155003236403,"product_id":1498926415984,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47353-swatch-spin.gif?v=1775758122","http":200,"ts":"2026-07-29T15:22:59.982Z"}
+{"image_id":37155006808115,"product_id":1498926645360,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47354-swatch-spin.gif?v=1775758132","http":200,"ts":"2026-07-29T15:23:00.702Z"}
+{"image_id":37155007594547,"product_id":1498926841968,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47355-swatch-spin.gif?v=1775758143","http":200,"ts":"2026-07-29T15:23:01.386Z"}
+{"image_id":37155007922227,"product_id":1498927038576,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47356-swatch-spin.gif?v=1775758153","http":200,"ts":"2026-07-29T15:23:02.020Z"}
+{"image_id":37155008217139,"product_id":1498927267952,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47357-swatch-spin.gif?v=1775758163","http":200,"ts":"2026-07-29T15:23:02.696Z"}
+{"image_id":37155008544819,"product_id":1498927431792,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47358-swatch-spin.gif?v=1775758173","http":200,"ts":"2026-07-29T15:23:03.379Z"}
+{"image_id":37155010445363,"product_id":1498927628400,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47359-swatch-spin.gif?v=1775758183","http":200,"ts":"2026-07-29T15:23:04.080Z"}
+{"image_id":37155010740275,"product_id":1498927890544,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47360-swatch-spin.gif?v=1775758193","http":200,"ts":"2026-07-29T15:23:04.734Z"}
+{"image_id":37155010871347,"product_id":1498928087152,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47361-swatch-spin.gif?v=1775758203","http":200,"ts":"2026-07-29T15:23:05.340Z"}
+{"image_id":37155011100723,"product_id":1498928283760,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47362-swatch-spin.gif?v=1775758213","http":200,"ts":"2026-07-29T15:23:06.008Z"}
+{"image_id":37155011166259,"product_id":1498928447600,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47363-swatch-spin.gif?v=1775758223","http":200,"ts":"2026-07-29T15:23:06.642Z"}
+{"image_id":37155011231795,"product_id":1498928644208,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47364-swatch-spin.gif?v=1775758234","http":200,"ts":"2026-07-29T15:23:07.266Z"}
+{"image_id":37155011559475,"product_id":1498928840816,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47365-swatch-spin.gif?v=1775758246","http":200,"ts":"2026-07-29T15:23:07.914Z"}
+{"image_id":37155011788851,"product_id":1498929004656,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/callington-type-ii-vinyl-wallcovering-xjw-47366-swatch-spin.gif?v=1775758256","http":200,"ts":"2026-07-29T15:23:08.530Z"}
+{"image_id":37156123377715,"product_id":1499516665968,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambria-durable-barn-walls-xwj-52466-swatch-spin.gif?v=1775771978","http":200,"ts":"2026-07-29T15:23:09.181Z"}
+{"image_id":37156123869235,"product_id":1499516829808,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambria-durable-barn-walls-xwj-52467-swatch-spin.gif?v=1775771988","http":200,"ts":"2026-07-29T15:23:09.888Z"}
+{"image_id":37156124295219,"product_id":1499517091952,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambria-durable-barn-walls-xwj-52468-swatch-spin.gif?v=1775771998","http":200,"ts":"2026-07-29T15:23:10.599Z"}
+{"image_id":37155893903411,"product_id":1499299348592,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49154-swatch-spin.gif?v=1775767278","http":200,"ts":"2026-07-29T15:23:11.261Z"}
+{"image_id":37155894657075,"product_id":1499299676272,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49155-swatch-spin.gif?v=1775767288","http":200,"ts":"2026-07-29T15:23:11.890Z"}
+{"image_id":37155895279667,"product_id":1499299905648,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49156-swatch-spin.gif?v=1775767298","http":200,"ts":"2026-07-29T15:23:12.546Z"}
+{"image_id":37155896000563,"product_id":1499300036720,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49157-swatch-spin.gif?v=1775767308","http":200,"ts":"2026-07-29T15:23:13.236Z"}
+{"image_id":37155896655923,"product_id":1499300397168,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49158-swatch-spin.gif?v=1775767318","http":200,"ts":"2026-07-29T15:23:13.870Z"}
+{"image_id":37155897376819,"product_id":1499300626544,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49159-swatch-spin.gif?v=1775767328","http":200,"ts":"2026-07-29T15:23:14.569Z"}
+{"image_id":37155898163251,"product_id":1499300855920,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49160-swatch-spin.gif?v=1775767338","http":200,"ts":"2026-07-29T15:23:15.229Z"}
+{"image_id":37155898884147,"product_id":1499301019760,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49161-swatch-spin.gif?v=1775767349","http":200,"ts":"2026-07-29T15:23:15.964Z"}
+{"image_id":37155899506739,"product_id":1499301380208,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49162-swatch-spin.gif?v=1775767358","http":200,"ts":"2026-07-29T15:23:16.640Z"}
+{"image_id":37155900194867,"product_id":1499301642352,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49163-swatch-spin.gif?v=1775767368","http":200,"ts":"2026-07-29T15:23:17.291Z"}
+{"image_id":37155900850227,"product_id":1499302035568,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49164-swatch-spin.gif?v=1775767378","http":200,"ts":"2026-07-29T15:23:18.140Z"}
+{"image_id":37155901505587,"product_id":1499302264944,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49165-swatch-spin.gif?v=1775767388","http":200,"ts":"2026-07-29T15:23:18.760Z"}
+{"image_id":37155902292019,"product_id":1499302658160,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49166-swatch-spin.gif?v=1775767399","http":200,"ts":"2026-07-29T15:23:19.378Z"}
+{"image_id":37155903111219,"product_id":1499302822000,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49167-swatch-spin.gif?v=1775767409","http":200,"ts":"2026-07-29T15:23:20.047Z"}
+{"image_id":37155903930419,"product_id":1499303182448,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49168-swatch-spin.gif?v=1775767419","http":200,"ts":"2026-07-29T15:23:20.679Z"}
+{"image_id":37155904585779,"product_id":1499303510128,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49169-swatch-spin.gif?v=1775767429","http":200,"ts":"2026-07-29T15:23:21.307Z"}
+{"image_id":37155905241139,"product_id":1499303739504,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49170-swatch-spin.gif?v=1775767438","http":200,"ts":"2026-07-29T15:23:21.919Z"}
+{"image_id":37155905798195,"product_id":1499303968880,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cambridge-type-ii-vinyl-wallcovering-xuq-49171-swatch-spin.gif?v=1775767448","http":200,"ts":"2026-07-29T15:23:22.547Z"}
+{"image_id":37155012116531,"product_id":1498929135728,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camelford-type-ii-vinyl-wallcovering-xjx-47367-swatch-spin.gif?v=1775758267","http":200,"ts":"2026-07-29T15:23:23.157Z"}
+{"image_id":37155012280371,"product_id":1498929397872,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camelford-type-ii-vinyl-wallcovering-xjx-47368-swatch-spin.gif?v=1775758278","http":200,"ts":"2026-07-29T15:23:23.842Z"}
+{"image_id":37155012444211,"product_id":1498929594480,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camelford-type-ii-vinyl-wallcovering-xjx-47369-swatch-spin.gif?v=1775758289","http":200,"ts":"2026-07-29T15:23:24.511Z"}
+{"image_id":37155012608051,"product_id":1498929791088,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camelford-type-ii-vinyl-wallcovering-xjx-47370-swatch-spin.gif?v=1775758299","http":200,"ts":"2026-07-29T15:23:25.122Z"}
+{"image_id":37018974519347,"product_id":6948066787379,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwta-65016designerwallcoverings-los-angeles-swatch-spin.gif?v=1774040804","http":200,"ts":"2026-07-29T15:23:25.776Z"}
+{"image_id":37008532111411,"product_id":7552710311987,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwtt-80587-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1773888088","http":200,"ts":"2026-07-29T15:23:26.472Z"}
+{"image_id":37101421592627,"product_id":1498568556656,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-black-modern-damask-wallpaper-wallpaper-cca-82845-swatch-spin.gif?v=1775026242","http":200,"ts":"2026-07-29T15:23:27.168Z"}
+{"image_id":37101422051379,"product_id":1498567737456,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-green-modern-damask-wallpaper-wallpaper-cca-82839-swatch-spin.gif?v=1775026252","http":200,"ts":"2026-07-29T15:23:27.775Z"}
+{"image_id":37101422510131,"product_id":1498568720496,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-light-blue-modern-damask-wallpaper-wallpaper-cca-82847-swatch-spin.gif?v=1775026262","http":200,"ts":"2026-07-29T15:23:28.670Z"}
+{"image_id":37101423099955,"product_id":1498567868528,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-lilac-modern-damask-wallpaper-wallpaper-cca-82840-swatch-spin.gif?v=1775026272","http":200,"ts":"2026-07-29T15:23:29.516Z"}
+{"image_id":37101423558707,"product_id":1498568294512,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-moss-modern-damask-wallpaper-wallpaper-cca-82844-swatch-spin.gif?v=1775026283","http":200,"ts":"2026-07-29T15:23:30.148Z"}
+{"image_id":37101424050227,"product_id":1498568196208,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-pink-modern-damask-wallpaper-wallpaper-cca-82842-swatch-spin.gif?v=1775026293","http":200,"ts":"2026-07-29T15:23:30.759Z"}
+{"image_id":37101424410675,"product_id":1498568032368,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-purple-modern-damask-wallpaper-wallpaper-cca-82841-swatch-spin.gif?v=1775026303","http":200,"ts":"2026-07-29T15:23:31.407Z"}
+{"image_id":37101424836659,"product_id":1498568917104,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-silver-modern-damask-wallpaper-wallpaper-cca-82848-swatch-spin.gif?v=1775026313","http":200,"ts":"2026-07-29T15:23:32.015Z"}
+{"image_id":37101425295411,"product_id":1498568622192,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/camila-yellow-modern-damask-wallpaper-wallpaper-cca-82846-swatch-spin.gif?v=1775026323","http":200,"ts":"2026-07-29T15:23:32.683Z"}
+{"image_id":37155973005363,"product_id":1499426029680,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/canal-damask-durable-vinyl-xwa-52081-swatch-spin.gif?v=1775768692","http":200,"ts":"2026-07-29T15:23:33.341Z"}
+{"image_id":37155979952179,"product_id":1499433271408,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/canal-stripe-texture-durable-walls-xwd-52105-swatch-spin.gif?v=1775768922","http":200,"ts":"2026-07-29T15:23:33.989Z"}
+{"image_id":37155980640307,"product_id":1499434319984,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/canal-stripe-texture-durable-walls-xwd-52108-swatch-spin.gif?v=1775768952","http":200,"ts":"2026-07-29T15:23:34.616Z"}
+{"image_id":37101409370163,"product_id":7573225537587,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwfm-40136-designer-wallcoverings-los-angeles-fentucci-swatch-spin.gif?v=1775026002","http":200,"ts":"2026-07-29T15:23:35.265Z"}
+{"image_id":37101705199667,"product_id":1498649952368,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-beige-lookout-stripe-wallpaper-cca-83194-swatch-spin_0e303e58-72bb-4931-985a-f20fa662ab60.gif?v=1775029133","http":200,"ts":"2026-07-29T15:23:35.876Z"}
+{"image_id":37101425950771,"product_id":1498649952368,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-beige-lookout-stripe-wallpaper-cca-83194-swatch-spin.gif?v=1775026333","http":200,"ts":"2026-07-29T15:23:36.480Z"}
+{"image_id":37101704970291,"product_id":1498649821296,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-blush-lookout-stripe-wallpaper-cca-83193-swatch-spin_9e00cafc-395e-4707-acff-3925bfdd5e86.gif?v=1775029123","http":200,"ts":"2026-07-29T15:23:37.102Z"}
+{"image_id":37101426376755,"product_id":1498649821296,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-blush-lookout-stripe-wallpaper-cca-83193-swatch-spin.gif?v=1775026341","http":200,"ts":"2026-07-29T15:23:37.731Z"}
+{"image_id":37101706084403,"product_id":1498650280048,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-navy-lookout-stripe-wallpaper-cca-83196-swatch-spin_2989bbdf-987d-446a-8f8c-fd1db540a748.gif?v=1775029154","http":200,"ts":"2026-07-29T15:23:38.421Z"}
+{"image_id":37101426802739,"product_id":1498650280048,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-navy-lookout-stripe-wallpaper-cca-83196-swatch-spin.gif?v=1775026352","http":200,"ts":"2026-07-29T15:23:39.113Z"}
+{"image_id":37101705429043,"product_id":1498650083440,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-red-lookout-stripe-wallpaper-cca-83195-swatch-spin_031f6976-4703-4188-a9a0-ebcc24696d2c.gif?v=1775029142","http":200,"ts":"2026-07-29T15:23:39.732Z"}
+{"image_id":37101427228723,"product_id":1498650083440,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cape-elizabeth-red-lookout-stripe-wallpaper-cca-83195-swatch-spin.gif?v=1775026362","http":200,"ts":"2026-07-29T15:23:40.364Z"}
+{"image_id":37101506527283,"product_id":1498616987760,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-aqua-floral-scroll-wallpaper-cca-83047-swatch-spin_46132b79-ba08-40e5-bcb9-a0e108a7ebb9.gif?v=1775027662","http":200,"ts":"2026-07-29T15:23:40.999Z"}
+{"image_id":37101427621939,"product_id":1498616987760,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-aqua-floral-scroll-wallpaper-cca-83047-swatch-spin.gif?v=1775026373","http":200,"ts":"2026-07-29T15:23:41.644Z"}
+{"image_id":37101506854963,"product_id":1498617118832,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-lavender-floral-scroll-wallpaper-cca-83048-swatch-spin_230bb323-8896-4ab6-9464-93634443cb29.gif?v=1775027673","http":200,"ts":"2026-07-29T15:23:42.629Z"}
+{"image_id":37101428015155,"product_id":1498617118832,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-lavender-floral-scroll-wallpaper-cca-83048-swatch-spin.gif?v=1775026382","http":200,"ts":"2026-07-29T15:23:43.290Z"}
+{"image_id":37101507641395,"product_id":1498617512048,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-light-pink-floral-scroll-wallpaper-cca-83050-swatch-spin_5ef70cce-c213-470c-9bd7-2777ea96cda8.gif?v=1775027694","http":200,"ts":"2026-07-29T15:23:43.915Z"}
+{"image_id":37101428670515,"product_id":1498617512048,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/capri-light-pink-floral-scroll-wallpaper-cca-83050-swatch-spin.gif?v=1775026393","http":200,"ts":"2026-07-29T15:23:44.581Z"}
+{"image_id":37101504462899,"product_id":1498616332400,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-aqua-floral-toss-wallpaper-cca-83043-swatch-spin_ed39b12c-e523-4126-ba8b-190b5a40d713.gif?v=1775027622","http":200,"ts":"2026-07-29T15:23:45.273Z"}
+{"image_id":37101430177843,"product_id":1498616332400,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-aqua-floral-toss-wallpaper-cca-83043-swatch-spin.gif?v=1775026414","http":200,"ts":"2026-07-29T15:23:45.895Z"}
+{"image_id":37101504823347,"product_id":1498616496240,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-lavender-floral-toss-wallpaper-cca-83044-swatch-spin_0b898556-0c18-422f-9cb0-395018a68f8a.gif?v=1775027632","http":200,"ts":"2026-07-29T15:23:46.508Z"}
+{"image_id":37101430734899,"product_id":1498616496240,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-lavender-floral-toss-wallpaper-cca-83044-swatch-spin.gif?v=1775026423","http":200,"ts":"2026-07-29T15:23:47.112Z"}
+{"image_id":37101505970227,"product_id":1498616758384,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-light-pink-floral-toss-wallpaper-cca-83046-swatch-spin_530dd766-42dd-4b10-a018-27d4f8b2f68d.gif?v=1775027651","http":200,"ts":"2026-07-29T15:23:47.783Z"}
+{"image_id":37101431160883,"product_id":1498616758384,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-light-pink-floral-toss-wallpaper-cca-83046-swatch-spin.gif?v=1775026433","http":200,"ts":"2026-07-29T15:23:48.411Z"}
+{"image_id":37101505380403,"product_id":1498616627312,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/captiva-mint-floral-toss-wallpaper-cca-83045-swatch-spin.gif?v=1775027642","http":200,"ts":"2026-07-29T15:23:49.043Z"}
+{"image_id":37101516095539,"product_id":7467034869811,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpm-8036-paul-montgomery-wallpaper-swatch-spin_c96fe683-1e0d-44b7-bce6-ecad730bfe69.gif?v=1775027872","http":200,"ts":"2026-07-29T15:23:49.645Z"}
+{"image_id":37101396164659,"product_id":7467034869811,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpm-8036-paul-montgomery-wallpaper-swatch-spin.gif?v=1775025739","http":200,"ts":"2026-07-29T15:23:50.280Z"}
+{"image_id":36807713325107,"product_id":6944716488755,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwtt-71557-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1771175255","http":200,"ts":"2026-07-29T15:23:50.883Z"}
+{"image_id":37101441777715,"product_id":6599294189619,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63210-swatch-spin.gif?v=1775026649","http":200,"ts":"2026-07-29T15:23:51.488Z"}
+{"image_id":37101437419571,"product_id":6599294451763,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63216-swatch-spin.gif?v=1775026565","http":200,"ts":"2026-07-29T15:23:52.188Z"}
+{"image_id":37101438894131,"product_id":6599294255155,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63211-swatch-spin.gif?v=1775026596","http":200,"ts":"2026-07-29T15:23:52.806Z"}
+{"image_id":37101439254579,"product_id":6599294320691,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63213-swatch-spin.gif?v=1775026604","http":200,"ts":"2026-07-29T15:23:53.405Z"}
+{"image_id":37101439680563,"product_id":6599293894707,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63204-swatch-spin.gif?v=1775026613","http":200,"ts":"2026-07-29T15:23:54.034Z"}
+{"image_id":37101440106547,"product_id":6599293960243,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63205-swatch-spin.gif?v=1775026623","http":200,"ts":"2026-07-29T15:23:54.658Z"}
+{"image_id":37101437943859,"product_id":6599294386227,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63214-swatch-spin.gif?v=1775026575","http":200,"ts":"2026-07-29T15:23:55.270Z"}
+{"image_id":37101438500915,"product_id":6606401044531,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63217-swatch-spin.gif?v=1775026585","http":200,"ts":"2026-07-29T15:23:55.981Z"}
+{"image_id":37101440892979,"product_id":6606681866291,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63212-swatch-spin.gif?v=1775026631","http":200,"ts":"2026-07-29T15:23:56.592Z"}
+{"image_id":37101441450035,"product_id":6599294025779,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63206-swatch-spin.gif?v=1775026641","http":200,"ts":"2026-07-29T15:23:57.222Z"}
+{"image_id":37101442105395,"product_id":6606681931827,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63219-swatch-spin.gif?v=1775026659","http":200,"ts":"2026-07-29T15:23:57.834Z"}
+{"image_id":37101442859059,"product_id":6606682751027,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwh-63220-swatch-spin.gif?v=1775026669","http":200,"ts":"2026-07-29T15:23:58.519Z"}
+{"image_id":36807715749939,"product_id":6944722944051,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwtt-71601-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1771175274","http":200,"ts":"2026-07-29T15:23:59.210Z"}
+{"image_id":37108768342067,"product_id":1497055723632,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66445-swatch-spin.gif?v=1775121553","http":200,"ts":"2026-07-29T15:23:59.851Z"}
+{"image_id":37108789411891,"product_id":1497056280688,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66448-swatch-spin.gif?v=1775122147","http":200,"ts":"2026-07-29T15:24:00.591Z"}
+{"image_id":37108792459315,"product_id":1497056444528,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66449-swatch-spin.gif?v=1775122313","http":200,"ts":"2026-07-29T15:24:01.232Z"}
+{"image_id":37108799832115,"product_id":1497056608368,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66450-swatch-spin.gif?v=1775122466","http":200,"ts":"2026-07-29T15:24:01.847Z"}
+{"image_id":37108835582003,"product_id":1497057099888,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66453-swatch-spin.gif?v=1775122985","http":200,"ts":"2026-07-29T15:24:02.493Z"}
+{"image_id":37108842299443,"product_id":1497057296496,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/caron-tabac-wallpaper-xa6-66454-swatch-spin.gif?v=1775123165","http":200,"ts":"2026-07-29T15:24:03.154Z"}
+{"image_id":37026971549747,"product_id":1495447076976,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cartera-walls-by-luxotica-flock-velvet-wallpaper-flock-5121-swatch-spin.gif?v=1774200923","http":404,"ts":"2026-07-29T15:24:03.627Z"}
+{"image_id":37101410189363,"product_id":6943897387059,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-758039-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026012","http":200,"ts":"2026-07-29T15:24:04.218Z"}
+{"image_id":37101410811955,"product_id":6944071614515,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756751-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026023","http":200,"ts":"2026-07-29T15:24:04.824Z"}
+{"image_id":37101411336243,"product_id":6943879135283,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757278-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026032","http":200,"ts":"2026-07-29T15:24:05.522Z"}
+{"image_id":37101411827763,"product_id":6943879168051,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757279-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026043","http":200,"ts":"2026-07-29T15:24:06.135Z"}
+{"image_id":37101412253747,"product_id":6944071647283,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756752-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026053","http":200,"ts":"2026-07-29T15:24:09.591Z"}
+{"image_id":37101412614195,"product_id":6943879200819,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757280-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026063","http":200,"ts":"2026-07-29T15:24:10.208Z"}
+{"image_id":37101413236787,"product_id":6944071680051,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756753-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026076","http":200,"ts":"2026-07-29T15:24:10.838Z"}
+{"image_id":37101413728307,"product_id":6943886311475,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757505-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026087","http":200,"ts":"2026-07-29T15:24:11.450Z"}
+{"image_id":37101414383667,"product_id":6943886278707,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757504-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026099","http":200,"ts":"2026-07-29T15:24:12.038Z"}
+{"image_id":37101415170099,"product_id":6943879233587,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757281-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026109","http":200,"ts":"2026-07-29T15:24:12.633Z"}
+{"image_id":37101415628851,"product_id":6944071712819,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756754-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026120","http":200,"ts":"2026-07-29T15:24:13.299Z"}
+{"image_id":37101415989299,"product_id":6943886344243,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757506-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026129","http":200,"ts":"2026-07-29T15:24:13.999Z"}
+{"image_id":37101416480819,"product_id":6943874875443,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757113-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026140","http":200,"ts":"2026-07-29T15:24:14.625Z"}
+{"image_id":37101417037875,"product_id":6943879266355,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757282-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026150","http":200,"ts":"2026-07-29T15:24:15.292Z"}
+{"image_id":37101417693235,"product_id":6944071745587,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756755-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026161","http":200,"ts":"2026-07-29T15:24:15.918Z"}
+{"image_id":37101418119219,"product_id":6943886377011,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757507-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026171","http":200,"ts":"2026-07-29T15:24:16.626Z"}
+{"image_id":37101418512435,"product_id":6943896666163,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-758017-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026181","http":200,"ts":"2026-07-29T15:24:17.272Z"}
+{"image_id":37101419036723,"product_id":6943886409779,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757508-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026191","http":200,"ts":"2026-07-29T15:24:17.887Z"}
+{"image_id":37101419626547,"product_id":6943870648371,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756996-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026201","http":200,"ts":"2026-07-29T15:24:18.590Z"}
+{"image_id":37101420281907,"product_id":6943872024627,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757037-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026212","http":200,"ts":"2026-07-29T15:24:19.205Z"}
+{"image_id":37101420806195,"product_id":6943879331891,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757283-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026222","http":200,"ts":"2026-07-29T15:24:19.809Z"}
+{"image_id":37101421330483,"product_id":6944071778355,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756756-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026233","http":200,"ts":"2026-07-29T15:24:20.434Z"}
+{"image_id":37101421658163,"product_id":6943879364659,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757284-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026243","http":200,"ts":"2026-07-29T15:24:21.044Z"}
+{"image_id":37101422116915,"product_id":6944071811123,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756757-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026253","http":200,"ts":"2026-07-29T15:24:21.767Z"}
+{"image_id":37101422641203,"product_id":6943879430195,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757285-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026264","http":200,"ts":"2026-07-29T15:24:22.402Z"}
+{"image_id":37101423132723,"product_id":6943873105971,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757067-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026274","http":200,"ts":"2026-07-29T15:24:22.968Z"}
+{"image_id":37101423624243,"product_id":6944071843891,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756758-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026286","http":200,"ts":"2026-07-29T15:24:23.608Z"}
+{"image_id":37101424115763,"product_id":6943886442547,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757509-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026296","http":200,"ts":"2026-07-29T15:24:24.199Z"}
+{"image_id":37101424541747,"product_id":6943877791795,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757242-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026306","http":200,"ts":"2026-07-29T15:24:24.801Z"}
+{"image_id":37101424934963,"product_id":6943879462963,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757286-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026316","http":200,"ts":"2026-07-29T15:24:25.390Z"}
+{"image_id":37101425426483,"product_id":6944071876659,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-756759-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026326","http":200,"ts":"2026-07-29T15:24:26.078Z"}
+{"image_id":37101426081843,"product_id":6943895715891,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-757991-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026336","http":200,"ts":"2026-07-29T15:24:26.679Z"}
+{"image_id":37101426573363,"product_id":6943899189299,"cat":"B","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/dwpa-758132-designer-wallcoverings-los-angeles-swatch-spin.gif?v=1775026348","http":200,"ts":"2026-07-29T15:24:27.315Z"}
← d84e955 Expand purge to active spin-GIFs (cat C) with only-image orp
·
back to Dw Image Shrink
·
auto-save: 2026-07-29T08:37:25 (3 files) — purge-deleted.jso 186a7f3 →