← back to Dw Unbuyable Recovery Pilot
TK-10875: harden pilot after contrarian + Kimi red-team — stale-flag guard
af9c3e54ea3a3426725ed0b92c784f6c38b06023 · 2026-08-30 09:36:09 -0700 · Steve Abrams
Contrarian caught the decisive flaw: the 224 Wolf Gordon 'recoverable' products
already have a correctly-priced single roll variant in Shopify — has_product_variant
is a STALE mirror flag (dead sync job), so 'recovery' would double-add.
- Add stale-flag guard (variant_count=1 + non-null non-sample SKU + price>$4.50):
classify + pilot now split already-sellable(224) vs genuinely-sample-only(24990)
- Pilot yields 0 truly-buildable; conclusion = fix sync + confirm live Shopify first
- Relabel the pricing cross-check honestly (tautological, not price validation)
- Note Coordonné DWCO2<->DWDC prefix reconcile path (not a dead end)
- db.mjs: ON_ERROR_STOP=1 so bad SQL fails loud instead of empty result
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M README.mdM classify.mjsM data/classification-summary.jsonM data/wolf-gordon-dryrun.csvM data/wolf-gordon-dryrun.jsonM lib/db.mjsM pilot.mjsM sql/wolf-gordon-pilot.sql
Diff
commit af9c3e54ea3a3426725ed0b92c784f6c38b06023
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun Aug 30 09:36:09 2026 -0700
TK-10875: harden pilot after contrarian + Kimi red-team — stale-flag guard
Contrarian caught the decisive flaw: the 224 Wolf Gordon 'recoverable' products
already have a correctly-priced single roll variant in Shopify — has_product_variant
is a STALE mirror flag (dead sync job), so 'recovery' would double-add.
- Add stale-flag guard (variant_count=1 + non-null non-sample SKU + price>$4.50):
classify + pilot now split already-sellable(224) vs genuinely-sample-only(24990)
- Pilot yields 0 truly-buildable; conclusion = fix sync + confirm live Shopify first
- Relabel the pricing cross-check honestly (tautological, not price validation)
- Note Coordonné DWCO2<->DWDC prefix reconcile path (not a dead end)
- db.mjs: ON_ERROR_STOP=1 so bad SQL fails loud instead of empty result
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
README.md | 125 +--
classify.mjs | 40 +-
data/classification-summary.json | 17 +-
data/wolf-gordon-dryrun.csv | 450 +++++-----
data/wolf-gordon-dryrun.json | 1807 +++++++++++++++++++-------------------
lib/db.mjs | 4 +-
pilot.mjs | 119 +--
sql/wolf-gordon-pilot.sql | 11 +-
8 files changed, 1321 insertions(+), 1252 deletions(-)
diff --git a/README.md b/README.md
index c5b66cc..87eed0d 100644
--- a/README.md
+++ b/README.md
@@ -3,78 +3,101 @@
Classify the DW "unbuyable" catalog and produce a **bounded, dry-run** sellable-variant
recovery plan. **Read-only. No Shopify writes. No dw_unified writes. No catalog activation.**
-An *unbuyable* product = an **ACTIVE** product with **no sellable product variant**
-(only a $4.25 memo Sample variant, or a null buyability flag). The customer can see it
-but cannot add a sellable roll/yard to cart — a pure revenue hole.
+An *unbuyable* product = an **ACTIVE** product flagged with **no sellable product variant**
+(`has_product_variant IS NOT TRUE`) — nominally only a $4.25 memo Sample. In principle the
+customer can see it but can't add a sellable roll/yard to cart. **This pilot's headline
+result is that that flag is not trustworthy** — see below.
## What this repo does
| File | Role |
|---|---|
| `classify.mjs` | Refreshes the classification against the live `dw_unified` mirror → `data/classification-summary.json` |
-| `pilot.mjs` | Builds the Wolf Gordon recovery **plan** (dry-run) → `data/wolf-gordon-dryrun.{json,csv}` |
+| `pilot.mjs` | Classifies the Wolf Gordon cohort and emits a **dry-run** plan → `data/wolf-gordon-dryrun.{json,csv}` |
| `lib/db.mjs` | Read-only psql access (see **Safety**) |
-| `sql/classify.sql`, `sql/wolf-gordon-pilot.sql` | The queries, documented, runnable by hand |
+| `sql/*.sql` | The queries, documented, runnable by hand |
Run: `node classify.mjs && node pilot.mjs`
## Findings (live `dw_unified` mirror, 2026-08-30)
-- **25,214** ACTIVE unbuyable products (down from the ticket's original 29,561 — 583
- already recovered + 125 RR/CS variant-repaired earlier this ticket).
-- **Row-level cost is drained**: 0 of the 25,214 carry a usable `cost` on
- `shopify_products` (the original 717 has-cost bucket has been worked off). The
- remaining recovery path is entirely **staging-table cost joins**.
-- **Vendor concentration**: Phillipe Romano 8,274 (32.8%), Koroseal 2,448, Phillip
- Jeffries 2,338, China Seas 1,776, Coordonné 1,299 — top-5 ≈ 64% of the hole.
-
-### The key correction this pilot makes
-The prior 8 read-only cycles estimated "~2,600 immediately-actionable" from **staging
-cost-row totals** — never a SKU-level join. Join-validated, that pool collapses:
-
-| Cohort | Unbuyable | Recoverable (joined) | Why |
-|---|---:|---:|---|
-| **Wolf Gordon** | 269 | **224 (83%)** | `wolf_gordon_catalog.price_trade` joins cleanly |
-| Coordonné | 1,299 | 0 | `coordonne_catalog.price_trade` is **empty** (retail-only ≠ cost) |
-| Malibu Wallpaper | 339 | ~0 (1 incidental) | shopify line is `CDA-*` (Colour & Design), **not** `wallquest_catalog` (`DWQW-*`) |
-
-**The join-key column-swap trap** (why prior joins returned 0): `shopify_products`
-stores the *numeric* DW-SKU in `sku` (`DWWG-535357`) and the mfr-code form in `dw_sku`
-(`DWWG-ACT-5067`). The staging `*_catalog` tables store the *numeric* DW-SKU in
-**`dw_sku`**. So the only join that yields cost is:
+- **25,214** ACTIVE products carry the unbuyable flag (down from the ticket's original
+ 29,561 — 583 recovered + 125 RR/CS repaired earlier this ticket).
+- Vendor concentration: Phillipe Romano 8,274 (32.8%), Koroseal 2,448, Phillip Jeffries
+ 2,338, China Seas 1,776, Coordonné 1,299 — top-5 ≈ 64%.
+
+The pilot's job was to test whether the "quick win" cost-recovery cohorts (Wolf Gordon /
+Coordonné / Malibu, flagged by prior read-only cycles) are actually recoverable. **Two
+independent layers of the prior estimate fail under validation:**
+
+### Layer 1 — the join-key column-swap
+`shopify_products` stores the *numeric* DW-SKU in **`sku`** (`DWWG-535357`) and the
+mfr-code form in `dw_sku` (`DWWG-ACT-5067`). The staging `*_catalog` tables store the
+numeric DW-SKU in **`dw_sku`**. So the only join that yields cost is:
```
shopify_products.sku = <vendor>_catalog.dw_sku
```
-Joining `dw_sku↔dw_sku` or `mfr_sku↔mfr_sku` yields 0 — which is exactly what earlier
-cycles must have hit, leaving them to fall back on unreliable table-total counts.
-
-## The pilot plan (Wolf Gordon, 224 products)
-For each recoverable product the plan (dry-run) proposes:
-- **keep** the existing `<sku>-Sample` $4.25 variant untouched;
-- **add** a sellable "Sold Per Roll" variant at **retail = trade_cost / 0.65 / 0.85**
- (DW standing markup), SKU = the existing numeric DW-SKU (**no SKU mint**).
-
-Pricing is **cross-checked** against the catalog's own `price_retail`: computed retail
-matches catalog retail **224/224 to the penny** — a free proof the formula and column
-choice are correct.
-
-Nothing here is executed. A real recovery is a **customer-facing Shopify write** and is
-GATED: route the plan to `vp-dw-commerce` for a tested, reversible, rollback-mapped,
-ledgered variant build (the same pattern used for the earlier 583 + RR/CS 125).
+`dw_sku↔dw_sku` / `mfr_sku↔mfr_sku` yield **0** — which is what earlier cycles hit,
+forcing them onto unreliable staging **table-total** counts (Wolf Gordon "5,135 rows w/
+cost"). Corrected join yields **Wolf Gordon 224/269**. Coordonné still yields **0** — but
+the deeper cause (per red-team) is a *prefix* mismatch (`coordonne_catalog` is `DWCO2-*`,
+Shopify is `DWDC-*`) on top of an empty `price_trade`; its 1,299 are a **prefix-reconcile
+job**, not a permanent dead end. Malibu is a genuine dead end here (Shopify line is `CDA-*`
+Colour & Design, unrelated to `wallquest_catalog`'s `DWQW-*`).
+
+### Layer 2 — the flag itself is STALE (the decisive one)
+All 224 cost-joined Wolf Gordon products have `variant_count = 1`, a **non-sample** variant
+SKU, and `min_variant_price` of **$52–$344** (not $4.25). That is the signature of a
+product that **already has a correctly-priced sellable roll variant in Shopify** — the
+mirror's `has_product_variant` flag is stale because the `dw-shopify-products-sync-hourly`
+job is dead. Building a roll variant would **double-add / SKU-collide**, not recover
+revenue.
+
+Fleet-wide this (hardened: `variant_count=1` + non-null non-sample SKU + price>$4.50)
+stale-flag class is **224 of 25,214** — and **all 224 ARE the Wolf Gordon cohort**, i.e.
+the entire "quick win" was already-sellable false positives.
+
+| Cohort | Flagged unbuyable | Cost-joined | **Truly recoverable** |
+|---|---:|---:|---:|
+| Wolf Gordon | 269 | 224 | **0** (all already-sellable, stale flag) |
+| Coordonné | 1,299 | 0 | 0 (needs DWCO2↔DWDC prefix reconcile + cost) |
+| Malibu Wallpaper | 339 | 1 | 1 (incidental) |
+
+**Net:** truly-recoverable-from-staging-cost ≈ **0** for these cohorts. The real revenue
+hole is the **24,990 genuinely-sample-only** products, and those are **cost-blocked**
+(need vendor cost sourcing) — a sourcing project, not a variant-build quick win.
+
+## Recommended next steps (all GATED — none executed here)
+1. **Fix the dead `dw-shopify-products-sync-hourly` job and re-sync
+ `has_product_variant`.** Until then the 25,214 headline is contaminated by ≥224
+ already-sellable false positives, and — since the sync is dead — *no* mirror field is
+ fully trustworthy; confirm any candidate against live Shopify before acting.
+2. Treat Coordonné's 1,299 as a **prefix-reconcile** task (`vendor_registry` DWCO2↔DWDC),
+ then re-test the join.
+3. The genuine hole (24,985 sample-only) is **cost-sourcing** — rank by which vendors'
+ staging can actually supply *cost* (not just retail).
+
+Any real recovery is a customer-facing Shopify write → route to `vp-dw-commerce` for a
+tested, reversible, ledgered variant build (the pattern used for the earlier 583 + 125).
+
+## A note on the pricing cross-check (do not over-trust it)
+Retail = `trade_cost / 0.65 / 0.85`. The pilot compares this to the catalog's own
+`price_retail` — but that column was **itself** computed as `trade/0.65/0.85`, so a match
+is **tautological internal consistency, not price validation**. Real validation needs a
+vendor-authoritative source (invoice/portal/authoritative-pricing table). The code and
+report label this honestly.
## Safety
`lib/db.mjs` wraps every query as `BEGIN READ ONLY; <select>; ROLLBACK`, fed to `psql`
-via **stdin** (not `-c`). Two traps were found and fixed while building this:
-1. `SET default_transaction_read_only=on` in-line does **not** protect the current
- transaction — only future ones. `BEGIN READ ONLY` does.
+via **stdin** (not `-c`). Two traps found + fixed while building:
+1. `SET default_transaction_read_only=on` in-line protects only *future* transactions —
+ `BEGIN READ ONLY` protects the current one.
2. `psql -c "a; b; c"` (PQexec) returns only the **last** statement's result, silently
dropping the SELECT. Feeding via stdin runs each statement and preserves output while
- the READ ONLY transaction persists.
+ READ ONLY persists.
Verified: a persistent `UPDATE` inside `BEGIN READ ONLY` raises
`cannot execute UPDATE in a read-only transaction` before touching a row. The
-orchestrators themselves only ever issue SELECTs.
-
-Connects to the **local `dw_unified` mirror** over the `/tmp` unix socket — never the
-Kamatera canonical DB.
+orchestrators only ever issue SELECTs. Connects to the **local `dw_unified` mirror** over
+the `/tmp` socket — never Kamatera-canonical.
diff --git a/classify.mjs b/classify.mjs
index d3b2039..a341d88 100644
--- a/classify.mjs
+++ b/classify.mjs
@@ -11,13 +11,23 @@ const HERE = dirname(fileURLToPath(import.meta.url));
const UNBUYABLE = `lower(status)='active' AND (has_product_variant IS DISTINCT FROM true)`;
-// 1) Headline + cost buckets
+// Stale-flag guard: a product flagged unbuyable but carrying a SINGLE non-sample
+// variant priced above the $4.25 sample floor is (per the mirror) ALREADY
+// SELLABLE — the has_product_variant flag is stale (dead sync job). Hardened per
+// 2nd-model review: require variant_count=1 (else a sample+roll pair whose MIN
+// price is the sample would be mis-bucketed and double-added) and a NON-NULL SKU
+// (NULL = "unknown", kept conservatively on the genuine-hole side, never
+// silently excluded from recovery). Threshold $4.50 is heuristic (DW sample=$4.25).
+const STALE_FLAG = `variant_count = 1 AND variant_sku IS NOT NULL AND variant_sku NOT ILIKE '%-sample' AND COALESCE(min_variant_price,0) > 4.50`;
+const SAMPLE_ONLY = `NOT (${STALE_FLAG})`;
+
+// 1) Headline + stale-flag split
const headline = queryOne(`
SELECT
count(*) AS unbuyable_total,
- count(*) FILTER (WHERE has_sample_variant) AS has_sample,
+ count(*) FILTER (WHERE ${STALE_FLAG}) AS already_sellable_stale_flag,
+ count(*) FILTER (WHERE ${SAMPLE_ONLY}) AS genuinely_sample_only,
count(*) FILTER (WHERE COALESCE(cost,0) > 0) AS bucket_a_row_cost,
- count(*) FILTER (WHERE COALESCE(cost,0) = 0) AS bucket_b_no_row_cost,
count(*) FILTER (WHERE has_product_variant IS NULL) AS null_flag
FROM shopify_products WHERE ${UNBUYABLE}`);
@@ -37,13 +47,16 @@ const cohorts = [
];
const recoverable = cohorts.map(({ vendor, table, cost }) => {
const row = queryOne(`
- WITH ub AS (SELECT id, sku FROM shopify_products
+ WITH ub AS (SELECT id, sku, variant_count, variant_sku, min_variant_price FROM shopify_products
WHERE vendor='${vendor}' AND ${UNBUYABLE})
SELECT (SELECT count(*) FROM ub) AS unbuyable,
- count(DISTINCT ub.id) FILTER (WHERE (${cost}) > 0) AS recoverable_joined
+ count(DISTINCT ub.id) FILTER (WHERE (${cost}) > 0) AS cost_joined,
+ count(DISTINCT ub.id) FILTER (WHERE (${cost}) > 0 AND ${SAMPLE_ONLY}) AS truly_recoverable
FROM ub LEFT JOIN ${table} c ON c.dw_sku = ub.sku`);
return { vendor, staging_table: table, cost_column: cost,
- unbuyable: Number(row.unbuyable), recoverable_joined: Number(row.recoverable_joined) };
+ unbuyable: Number(row.unbuyable),
+ cost_joined: Number(row.cost_joined),
+ truly_recoverable: Number(row.truly_recoverable) };
});
const summary = {
@@ -53,18 +66,21 @@ const summary = {
definition_unbuyable: "status='active' AND has_product_variant IS NOT TRUE",
headline: {
unbuyable_total: Number(headline.unbuyable_total),
- has_sample: Number(headline.has_sample),
- bucket_a_row_level_cost: Number(headline.bucket_a_row_cost),
- bucket_b_no_row_level_cost: Number(headline.bucket_b_no_row_cost),
+ already_sellable_stale_flag: Number(headline.already_sellable_stale_flag),
+ genuinely_sample_only: Number(headline.genuinely_sample_only),
+ bucket_a_row_level_cost: Number(headline.bucket_a_row_cost), // historical: 717 already worked off → ~0
null_flag: Number(headline.null_flag),
},
top_vendors: vendors.map(v => ({ vendor: v.vendor, unbuyable: Number(v.unbuyable), pct: Number(v.pct) })),
join_validated_recoverable: recoverable,
- finding: 'Row-level cost is drained (717 already recovered). Join-validated staging-cost recovery = Wolf Gordon only; Coordonné (empty price_trade) and Malibu (CDA-line != wallquest_catalog) do NOT join — prior "table-total" estimates overcounted ~10x.',
+ finding: 'Two-layer correction: (1) join-key column-swap — the working join is shopify.sku = <vendor>_catalog.dw_sku, not dw_sku↔dw_sku (which yields 0). (2) STALE-FLAG contamination — the cost-joined candidates are already-sellable in Shopify (dead sync job left has_product_variant stale). Net: truly-recoverable-from-staging-cost ≈ 0 for WG/Coordonné/Malibu once stale flags are excluded. The real hole is the genuinely-sample-only pool, which is cost-blocked (needs cost sourcing). Fix the dead dw-shopify-products-sync-hourly + re-sync has_product_variant before any recovery build.',
};
const out = join(HERE, 'data', 'classification-summary.json');
writeFileSync(out, JSON.stringify(summary, null, 2));
-console.log(`[classify] unbuyable_total=${summary.headline.unbuyable_total} ` +
- `join-validated recoverable=${recoverable.map(r=>`${r.vendor}:${r.recoverable_joined}/${r.unbuyable}`).join(' ')}`);
+console.log(`[classify] unbuyable=${summary.headline.unbuyable_total} ` +
+ `stale-flag(already-sellable)=${summary.headline.already_sellable_stale_flag} ` +
+ `genuinely-sample-only=${summary.headline.genuinely_sample_only}`);
+console.log(`[classify] cohorts (cost_joined / truly_recoverable / unbuyable): ` +
+ recoverable.map(r=>`${r.vendor}:${r.cost_joined}/${r.truly_recoverable}/${r.unbuyable}`).join(' '));
console.log(`[classify] wrote ${out}`);
diff --git a/data/classification-summary.json b/data/classification-summary.json
index da43930..4f224e9 100644
--- a/data/classification-summary.json
+++ b/data/classification-summary.json
@@ -1,13 +1,13 @@
{
"ticket": "TK-10875",
- "generated_at": "2026-08-30T16:23:48.602Z",
+ "generated_at": "2026-08-30T16:35:32.959Z",
"source": "dw_unified mirror (local /tmp socket) — READ-ONLY",
"definition_unbuyable": "status='active' AND has_product_variant IS NOT TRUE",
"headline": {
"unbuyable_total": 25214,
- "has_sample": 25063,
+ "already_sellable_stale_flag": 224,
+ "genuinely_sample_only": 24990,
"bucket_a_row_level_cost": 0,
- "bucket_b_no_row_level_cost": 25214,
"null_flag": 151
},
"top_vendors": [
@@ -143,22 +143,25 @@
"staging_table": "wolf_gordon_catalog",
"cost_column": "price_trade",
"unbuyable": 269,
- "recoverable_joined": 224
+ "cost_joined": 224,
+ "truly_recoverable": 0
},
{
"vendor": "Coordonné",
"staging_table": "coordonne_catalog",
"cost_column": "price_trade",
"unbuyable": 1299,
- "recoverable_joined": 0
+ "cost_joined": 0,
+ "truly_recoverable": 0
},
{
"vendor": "Malibu Wallpaper",
"staging_table": "wallquest_catalog",
"cost_column": "COALESCE(net_cost,price_trade)",
"unbuyable": 339,
- "recoverable_joined": 1
+ "cost_joined": 1,
+ "truly_recoverable": 1
}
],
- "finding": "Row-level cost is drained (717 already recovered). Join-validated staging-cost recovery = Wolf Gordon only; Coordonné (empty price_trade) and Malibu (CDA-line != wallquest_catalog) do NOT join — prior \"table-total\" estimates overcounted ~10x."
+ "finding": "Two-layer correction: (1) join-key column-swap — the working join is shopify.sku = <vendor>_catalog.dw_sku, not dw_sku↔dw_sku (which yields 0). (2) STALE-FLAG contamination — the cost-joined candidates are already-sellable in Shopify (dead sync job left has_product_variant stale). Net: truly-recoverable-from-staging-cost ≈ 0 for WG/Coordonné/Malibu once stale flags are excluded. The real hole is the genuinely-sample-only pool, which is cost-blocked (needs cost sourcing). Fix the dead dw-shopify-products-sync-hourly + re-sync has_product_variant before any recovery build."
}
\ No newline at end of file
diff --git a/data/wolf-gordon-dryrun.csv b/data/wolf-gordon-dryrun.csv
index 3810ceb..4ed1c60 100644
--- a/data/wolf-gordon-dryrun.csv
+++ b/data/wolf-gordon-dryrun.csv
@@ -1,225 +1,225 @@
-product_id,roll_variant_sku,mfr_sku,title,pattern,trade_cost,proposed_roll_retail,catalog_retail,pricing_crosscheck_ok,has_existing_sample,action
-"46488","DWWG-535357","ACT-5067","Acute - Beige | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46490","DWWG-535354","ACT-5070","Acute - Copper | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46500","DWWG-535344","ACT-5080","Acute - Corten | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46487","DWWG-535358","ACT-5066","Acute - Electrum | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46499","DWWG-535345","ACT-5079","Acute - Emerald | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46491","DWWG-535353","ACT-5071","Acute - Gold | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46495","DWWG-535349","ACT-5075","Acute - Ice | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46494","DWWG-535350","ACT-5074","Acute - Ivory | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46486","DWWG-535359","ACT-5065","Acute - Olivine | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46489","DWWG-535356","ACT-5068","Acute - Penny | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46496","DWWG-535348","ACT-5076","Acute - Platinum | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46501","DWWG-535343","ACT-5081","Acute - Prussian | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46492","DWWG-535352","ACT-5072","Acute - Sienna | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46498","DWWG-535346","ACT-5078","Acute - Tungsten | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46497","DWWG-535347","ACT-5077","Acute - Turquoise | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46493","DWWG-535351","ACT-5073","Acute - Umber | Wolf Gordon Wallcoverings","Acute","30.25","54.75","54.75","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46551","DWWG-535339","ALC-4816","Alchemy - Antique Gold | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46552","DWWG-535335","ALC-4820","Alchemy - Steel | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46553","DWWG-535331","ALC-4824","Alchemy - Zinc | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46678","DWWG-535267","ATP-4701","Allotrope - Limestone | Wolf Gordon Wallcoverings","Allotrope","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46705","DWWG-534930","BLR-5024","Ballari - Chrome | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46697","DWWG-534935","BLR-5016","Ballari - Fallow | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46703","DWWG-534932","BLR-5022","Ballari - Ivory | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46698","DWWG-534934","BLR-5017","Ballari - Parchment | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46699","DWWG-534933","BLR-5018","Ballari - Sepia | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46704","DWWG-534931","BLR-5023","Ballari - Zinc | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","62.44","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46701","DWWG-531723","BLR-5020M","Ballari Mylar - Bronze | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46696","DWWG-532303","BLR-5015M","Ballari Mylar - Buff | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46702","DWWG-532301","BLR-5021M","Ballari Mylar - Copper | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46700","DWWG-532302","BLR-5019M","Ballari Mylar - Gold Luster | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46708","DWWG-532307","BLR-5027M","Ballari Mylar - Silver Glint | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46707","DWWG-532299","BLR-5026M","Ballari Mylar - Stardust | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46706","DWWG-532300","BLR-5025M","Ballari Mylar - Turquoise | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","77.38","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46682","DWWG-534966","BBO-4955","Bilbao - Platinum | Wolf Gordon Wallcoverings","Bilbao","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46681","DWWG-534967","BBO-4954","Bilbao - Yellow Gold | Wolf Gordon Wallcoverings","Bilbao","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46710","DWWG-534875","BOD-3438_8","Bode - Grotto | Wolf Gordon Wallcoverings","Bode","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46711","DWWG-534863","BOS-4399_8","Boscage - Gray Sycamore | Wolf Gordon Wallcoverings","Boscage","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46683","DWWG-534938","BDC-4022","Broadcloth - Illustrious Blue | Wolf Gordon Wallcoverings","Broadcloth","41.5","75.11","75.11","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46790","DWWG-534736","CSD-4853","Cascade - Honey | Wolf Gordon Wallcoverings","Cascade","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46787","DWWG-530235","COC2474","Concourse - Gunmetal | Wolf Gordon Wallcoverings","Concourse","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46768","DWWG-534810","CCT-2678","Connections - Asphalt | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46762","DWWG-534816","CCT-2672","Connections - Camel | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46769","DWWG-534809","CCT-2679","Connections - Charcoal | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46767","DWWG-534811","CCT-2677","Connections - Concrete | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46764","DWWG-534814","CCT-2674","Connections - Cream | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46766","DWWG-534812","CCT-2676","Connections - Light Gray | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46761","DWWG-534817","CCT-2671","Connections - Mustard | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46770","DWWG-534808","CCT-2680","Connections - Pale Blue | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46765","DWWG-534813","CCT-2675","Connections - Silver | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46763","DWWG-534815","CCT-2673","Connections - Tan | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46771","DWWG-534807","CCT-2681","Connections - Teal | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46760","DWWG-532306","CCT-2670","Connections - Wine | Wolf Gordon Wallcoverings","Connections","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46827","DWWG-534692","DSM-5049","Dasma - Aquamarine | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46823","DWWG-534696","DSM-5045","Dasma - Bronze | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46816","DWWG-534703","DSM-5038","Dasma - Buff | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46820","DWWG-534699","DSM-5042","Dasma - Copper | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46822","DWWG-534697","DSM-5044","Dasma - Cordovan | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46818","DWWG-534701","DSM-5040","Dasma - Fawn | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46824","DWWG-534695","DSM-5046","Dasma - Glacier | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46815","DWWG-534704","DSM-5037","Dasma - Gold | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46817","DWWG-534702","DSM-5039","Dasma - Ivory | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46831","DWWG-534688","DSM-5053","Dasma - Midnight | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46826","DWWG-534693","DSM-5048","Dasma - Nickel | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46819","DWWG-534700","DSM-5041","Dasma - Parchment | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46829","DWWG-534690","DSM-5051","Dasma - Sapphire | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46825","DWWG-534694","DSM-5047","Dasma - Silver | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46828","DWWG-534691","DSM-5050","Dasma - Slate | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46821","DWWG-534698","DSM-5043","Dasma - Taupe | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46830","DWWG-534689","DSM-5052","Dasma - Umber | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46798","DWWG-532777","DECH-491","Digital Echo - Gray Blush | Wolf Gordon Wallcoverings","Digital Echo","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46797","DWWG-532778","DECH-490","Digital Echo - Soft Gray | Wolf Gordon Wallcoverings","Digital Echo","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46805","DWWG-532772","DNUV-512","Digital Nouveau - Gunmetal | Wolf Gordon Wallcoverings","Digital Nouveau","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46804","DWWG-532773","DNUV-511","Digital Nouveau - Silver Sand | Wolf Gordon Wallcoverings","Digital Nouveau","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46985","DWWG-534403","GSG9-5387","Glasgow - Birch | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46989","DWWG-534398","GSG9-5393","Glasgow - Bluebird | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46991","DWWG-534396","GSG9-5395","Glasgow - Brandy | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46982","DWWG-534406","GSG9-5383","Glasgow - Copper | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46983","DWWG-534405","GSG9-5384","Glasgow - Gold | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46990","DWWG-534397","GSG9-5394","Glasgow - Graphite | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46986","DWWG-534401","GSG9-5389","Glasgow - Gray | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46988","DWWG-534399","GSG9-5392","Glasgow - Hunter Green | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46984","DWWG-534404","GSG9-5385","Glasgow - Sand | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46992","DWWG-534395","GSG9-5396","Glasgow - Umber | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46987","DWWG-534400","GSG9-5391","Glasgow - Verdigris | Wolf Gordon Wallcoverings","Glasgow","37","66.97","66.97","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46993","DWWG-532762","GSQ-8-3628_8","Granary Square - Chestnut | Wolf Gordon Wallcoverings","Granary Square","32.75","59.28","59.28","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46994","DWWG-532755","GSQ-8-3635_8","Granary Square - Prussian | Wolf Gordon Wallcoverings","Granary Square","32.75","59.28","59.28","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46961","DWWG-534432","GRG2111","Grange - Cherry | Wolf Gordon Wallcoverings","Grange","28.95","52.4","52.4","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46975","DWWG-534413","GRV-2898_8","Grove - Bone | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46972","DWWG-534416","GRV-2895_8","Grove - Cafe | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46974","DWWG-534414","GRV-2897_8","Grove - Chocolate | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46966","DWWG-534422","GRV-2889_8","Grove - Ecru | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46963","DWWG-534425","GRV-2886_8","Grove - Eggshell | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46981","DWWG-534407","GRV-2904_8","Grove - Evergreen | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46964","DWWG-534424","GRV-2887_8","Grove - Fawn | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46971","DWWG-534417","GRV-2894_8","Grove - Hazelnut | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46969","DWWG-534419","GRV-2892_8","Grove - Khaki | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46965","DWWG-534423","GRV-2888_8","Grove - Latte | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46980","DWWG-534408","GRV-2903_8","Grove - Licorice | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46978","DWWG-534410","GRV-2901_8","Grove - Midnight | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46979","DWWG-534409","GRV-2902_8","Grove - Nickel | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46967","DWWG-534421","GRV-2890_8","Grove - Sienna | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46962","DWWG-534426","GRV-2885_8","Grove - Silver | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46977","DWWG-534411","GRV-2900_8","Grove - Taupe | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46970","DWWG-534418","GRV-2893_8","Grove - Timber | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46973","DWWG-534415","GRV-2896_8","Grove - Umber | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46968","DWWG-534420","GRV-2891_8","Grove - Walnut | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46976","DWWG-534412","GRV-2899_8","Grove - Wisteria | Wolf Gordon Wallcoverings","Grove","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46996","DWWG-534380","HOM-3388","Holmes - Sienna | Wolf Gordon Wallcoverings","Holmes","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47012","DWWG-534334","HUG-3328_8","Hugo - Aqua | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47006","DWWG-534340","HUG-3322_8","Hugo - Charcoal | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47003","DWWG-534343","HUG-3319_8","Hugo - Cloud | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47008","DWWG-534338","HUG-3324_8","Hugo - Iris | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47004","DWWG-534342","HUG-3320_8","Hugo - Iron | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46997","DWWG-534349","HUG-3313_8","Hugo - Jet | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47007","DWWG-534339","HUG-3323_8","Hugo - Khaki | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47000","DWWG-534346","HUG-3316_8","Hugo - Oat | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47011","DWWG-534335","HUG-3327_8","Hugo - Pebble | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46999","DWWG-534347","HUG-3315_8","Hugo - Pumpkin | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46998","DWWG-534348","HUG-3314_8","Hugo - Rose | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47005","DWWG-534341","HUG-3321_8","Hugo - Seashell | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47010","DWWG-534336","HUG-3326_8","Hugo - Snow | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47009","DWWG-534337","HUG-3325_8","Hugo - Steel | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47001","DWWG-534345","HUG-3317_8","Hugo - Tawny | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47002","DWWG-534344","HUG-3318_8","Hugo - Wheat | Wolf Gordon Wallcoverings","Hugo","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47013","DWWG-532718","ISN-8-3432","Islington Station - Horizon | Wolf Gordon Wallcoverings","Islington Station","32.75","59.28","59.28","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47016","DWWG-534287","JAI9-5366","Jaipur - Bronze | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47020","DWWG-534283","JAI9-5370","Jaipur - Cement | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47021","DWWG-534282","JAI9-5371","Jaipur - Charcoal | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47018","DWWG-534285","JAI9-5368","Jaipur - Golden | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47022","DWWG-534281","JAI9-5372","Jaipur - Red | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47017","DWWG-534286","JAI9-5367","Jaipur - Saffron | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47019","DWWG-534284","JAI9-5369","Jaipur - Silver | Wolf Gordon Wallcoverings","Jaipur","36","65.16","65.16","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47041","DWWG-534246","KBT-5122","Kabuto - Abalone | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47046","DWWG-534241","KBT-5127","Kabuto - Amazonite | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47042","DWWG-534245","KBT-5123","Kabuto - Buff | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47040","DWWG-534247","KBT-5121","Kabuto - Corten | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47045","DWWG-534242","KBT-5126","Kabuto - Silver | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47043","DWWG-534244","KBT-5124","Kabuto - Steel | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47044","DWWG-534243","KBT-5125","Kabuto - Tungsten | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","75.57","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47038","DWWG-534249","KAM-5110","Kami - Azurite | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47028","DWWG-534259","KAM-5100","Kami - Bronze | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47032","DWWG-534255","KAM-5104","Kami - Chalk | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47030","DWWG-534257","KAM-5102","Kami - Champagne | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47026","DWWG-534261","KAM-5098","Kami - Copper | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47025","DWWG-534262","KAM-5097","Kami - Feldspar | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47039","DWWG-534248","KAM-5111","Kami - Frost | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47029","DWWG-534258","KAM-5101","Kami - Gold Leaf | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47035","DWWG-534252","KAM-5107","Kami - Iron | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47024","DWWG-534263","KAM-5096","Kami - Morganite | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47034","DWWG-534253","KAM-5106","Kami - Nickel | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47036","DWWG-534251","KAM-5108","Kami - Onyx | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47031","DWWG-534256","KAM-5103","Kami - Pearl | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47033","DWWG-534254","KAM-5105","Kami - Platinum | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47027","DWWG-534260","KAM-5099","Kami - Sepia | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47037","DWWG-534250","KAM-5109","Kami - Slate | Wolf Gordon Wallcoverings","Kami","29.95","54.21","54.21","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47074","DWWG-534132","LYR-3380_8","Lyra - Aluminum | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47077","DWWG-534129","LYR-3383_8","Lyra - Carbon | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47061","DWWG-534145","LYR-3367_8","Lyra - Cotton | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47064","DWWG-534142","LYR-3370_8","Lyra - Ecru | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47078","DWWG-534128","LYR-3384_8","Lyra - Glacier | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47063","DWWG-534143","LYR-3369_8","Lyra - Honeycomb | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47076","DWWG-534130","LYR-3382_8","Lyra - Linen | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47060","DWWG-534146","LYR-3366_8","Lyra - Mauve | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47071","DWWG-534135","LYR-3377_8","Lyra - Mist | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47068","DWWG-534138","LYR-3374_8","Lyra - Orchid | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47072","DWWG-534134","LYR-3378_8","Lyra - Peacock | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47070","DWWG-534136","LYR-3376_8","Lyra - Pear | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47067","DWWG-534139","LYR-3373_8","Lyra - Sable | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47075","DWWG-534131","LYR-3381_8","Lyra - Slate | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47062","DWWG-534144","LYR-3368_8","Lyra - Smoke | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47073","DWWG-534133","LYR-3379_8","Lyra - Stone | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47066","DWWG-534140","LYR-3372_8","Lyra - Tangerine | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47069","DWWG-534137","LYR-3375_8","Lyra - Tea Rose | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47065","DWWG-534141","LYR-3371_8","Lyra - Umber | Wolf Gordon Wallcoverings","Lyra","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47079","DWWG-530165","MAO-7-4160","Macao - Raspberry | Wolf Gordon Wallcoverings","Macao","31.25","56.56","56.56","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47131","DWWG-534020","MRY-3173","Mantaray - Coral | Wolf Gordon Wallcoverings","Mantaray","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47114","DWWG-534040","MRU-3286_8","Marlu - Alabaster | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47116","DWWG-534038","MRU-3288_8","Marlu - Blush | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47118","DWWG-534036","MRU-3290_8","Marlu - Cinnamon | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47123","DWWG-534031","MRU-3295_8","Marlu - Cocoa | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47113","DWWG-534041","MRU-3285_8","Marlu - Cornsilk | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47130","DWWG-534024","MRU-3302_8","Marlu - Denim | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47112","DWWG-534042","MRU-3284_8","Marlu - Grapefruit | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47129","DWWG-534025","MRU-3301_8","Marlu - Gunmetal | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47117","DWWG-534037","MRU-3289_8","Marlu - Hibiscus | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47125","DWWG-534029","MRU-3297_8","Marlu - Pearl | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47120","DWWG-534034","MRU-3292_8","Marlu - Platinum | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47121","DWWG-534033","MRU-3293_8","Marlu - Sand | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47124","DWWG-534030","MRU-3296_8","Marlu - Silver | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47126","DWWG-534028","MRU-3298_8","Marlu - Slate | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47127","DWWG-534027","MRU-3299_8","Marlu - Smoke | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47119","DWWG-534035","MRU-3291_8","Marlu - Stone | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47115","DWWG-534039","MRU-3287_8","Marlu - Straw | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47128","DWWG-534026","MRU-3300_8","Marlu - Teal | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47122","DWWG-534032","MRU-3294_8","Marlu - Zinc | Wolf Gordon Wallcoverings","Marlu","42","76.02","76.02","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47105","DWWG-534124","METM-571","Metamorphosis - Antique Gold | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47106","DWWG-534123","METM-572","Metamorphosis - Canary Yellow | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47108","DWWG-534121","METM-574","Metamorphosis - Cream | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47104","DWWG-534125","METM-570","Metamorphosis - Gypsum | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47109","DWWG-534120","METM-575","Metamorphosis - Light Gray | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47102","DWWG-534127","METM-568","Metamorphosis - Lilac Shine | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47103","DWWG-534126","METM-569","Metamorphosis - Rust | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47110","DWWG-534119","METM-576","Metamorphosis - Silver | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47107","DWWG-534122","METM-573","Metamorphosis - Soft Rose | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47111","DWWG-534118","METM-577","Metamorphosis - Tungsten | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","88.6","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47149","DWWG-533985","NES-3799","Neso - Aristocrat | Wolf Gordon Wallcoverings","Neso","45.35","82.08","82.08","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47163","DWWG-533923","OLS-3561","Olsen - Illusion | Wolf Gordon Wallcoverings","Olsen","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47164","DWWG-533921","OLS-3563","Olsen - Paradise | Wolf Gordon Wallcoverings","Olsen","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47165","DWWG-533907","OSM-2650","Osmosis - Bordeaux | Wolf Gordon Wallcoverings","Osmosis","41.5","75.11","75.11","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46812","DWWG-534707","DPRH-500","Perch - Blush | Wolf Gordon Wallcoverings","Perch","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46813","DWWG-534706","DPRH-501","Perch - Dusk | Wolf Gordon Wallcoverings","Perch","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46814","DWWG-534705","DPRH-502","Perch - Smokey | Wolf Gordon Wallcoverings","Perch","74.95","135.66","135.66","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47167","DWWG-533878","PHO-3761","Phaeo - Cove | Wolf Gordon Wallcoverings","Phaeo","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47225","DWWG-533827","RON-3345","Ronan - Glint | Wolf Gordon Wallcoverings","Ronan","48.33","87.48","87.48","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47226","DWWG-533809","ROS-4146","Rossana - True Silver | Wolf Gordon Wallcoverings","Rossana","32.5","58.82","58.82","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47241","DWWG-533752","SDY-3346_8","Sadeya - Iris | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47242","DWWG-533749","SDY-3349_8","Sadeya - Marigold | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47240","DWWG-533753","SDY-3345_8","Sadeya - Turquoise | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47243","DWWG-533746","SDY-3352_8","Sadeya - Wheat | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","66.52","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46840","DWWG-533139","DTON-401","Tone | Wolf Gordon Wallcoverings","DTON 401","189.95","343.8","343.8","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"47502","DWWG-533644","VAX-8-3496","Vauxhall - Neutron | Wolf Gordon Wallcoverings","Vauxhall","32.75","59.28","59.28","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46856","DWWG-534660","DVTS-521","Vista - Midnight | Wolf Gordon Wallcoverings","Vista","99.95","180.9","180.9","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46857","DWWG-534659","DVTS-522","Vista - Snow | Wolf Gordon Wallcoverings","Vista","99.95","180.9","180.9","true","true","ADD_SELLABLE_ROLL_VARIANT"
-"46855","DWWG-534661","DVTS-520","Vista - Steel | Wolf Gordon Wallcoverings","Vista","99.95","180.9","180.9","true","true","ADD_SELLABLE_ROLL_VARIANT"
+product_id,roll_variant_sku,mfr_sku,title,pattern,trade_cost,proposed_roll_retail,existing_variant_count,existing_min_variant_price,existing_variant_sku,action
+"46488","DWWG-535357","ACT-5067","Acute - Beige | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535357","ALREADY_SELLABLE_STALE_FLAG"
+"46490","DWWG-535354","ACT-5070","Acute - Copper | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535354","ALREADY_SELLABLE_STALE_FLAG"
+"46500","DWWG-535344","ACT-5080","Acute - Corten | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535344","ALREADY_SELLABLE_STALE_FLAG"
+"46487","DWWG-535358","ACT-5066","Acute - Electrum | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535358","ALREADY_SELLABLE_STALE_FLAG"
+"46499","DWWG-535345","ACT-5079","Acute - Emerald | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535345","ALREADY_SELLABLE_STALE_FLAG"
+"46491","DWWG-535353","ACT-5071","Acute - Gold | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535353","ALREADY_SELLABLE_STALE_FLAG"
+"46495","DWWG-535349","ACT-5075","Acute - Ice | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535349","ALREADY_SELLABLE_STALE_FLAG"
+"46494","DWWG-535350","ACT-5074","Acute - Ivory | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535350","ALREADY_SELLABLE_STALE_FLAG"
+"46486","DWWG-535359","ACT-5065","Acute - Olivine | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535359","ALREADY_SELLABLE_STALE_FLAG"
+"46489","DWWG-535356","ACT-5068","Acute - Penny | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535356","ALREADY_SELLABLE_STALE_FLAG"
+"46496","DWWG-535348","ACT-5076","Acute - Platinum | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535348","ALREADY_SELLABLE_STALE_FLAG"
+"46501","DWWG-535343","ACT-5081","Acute - Prussian | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535343","ALREADY_SELLABLE_STALE_FLAG"
+"46492","DWWG-535352","ACT-5072","Acute - Sienna | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535352","ALREADY_SELLABLE_STALE_FLAG"
+"46498","DWWG-535346","ACT-5078","Acute - Tungsten | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535346","ALREADY_SELLABLE_STALE_FLAG"
+"46497","DWWG-535347","ACT-5077","Acute - Turquoise | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535347","ALREADY_SELLABLE_STALE_FLAG"
+"46493","DWWG-535351","ACT-5073","Acute - Umber | Wolf Gordon Wallcoverings","Acute","30.25","54.75","1","54.75","DWWG-535351","ALREADY_SELLABLE_STALE_FLAG"
+"46551","DWWG-535339","ALC-4816","Alchemy - Antique Gold | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","1","56.56","DWWG-535339","ALREADY_SELLABLE_STALE_FLAG"
+"46552","DWWG-535335","ALC-4820","Alchemy - Steel | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","1","56.56","DWWG-535335","ALREADY_SELLABLE_STALE_FLAG"
+"46553","DWWG-535331","ALC-4824","Alchemy - Zinc | Wolf Gordon Wallcoverings","Alchemy","31.25","56.56","1","56.56","DWWG-535331","ALREADY_SELLABLE_STALE_FLAG"
+"46678","DWWG-535267","ATP-4701","Allotrope - Limestone | Wolf Gordon Wallcoverings","Allotrope","32.5","58.82","1","58.82","DWWG-535267","ALREADY_SELLABLE_STALE_FLAG"
+"46705","DWWG-534930","BLR-5024","Ballari - Chrome | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534930","ALREADY_SELLABLE_STALE_FLAG"
+"46697","DWWG-534935","BLR-5016","Ballari - Fallow | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534935","ALREADY_SELLABLE_STALE_FLAG"
+"46703","DWWG-534932","BLR-5022","Ballari - Ivory | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534932","ALREADY_SELLABLE_STALE_FLAG"
+"46698","DWWG-534934","BLR-5017","Ballari - Parchment | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534934","ALREADY_SELLABLE_STALE_FLAG"
+"46699","DWWG-534933","BLR-5018","Ballari - Sepia | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534933","ALREADY_SELLABLE_STALE_FLAG"
+"46704","DWWG-534931","BLR-5023","Ballari - Zinc | Wolf Gordon Wallcoverings","Ballari","34.5","62.44","1","62.44","DWWG-534931","ALREADY_SELLABLE_STALE_FLAG"
+"46701","DWWG-531723","BLR-5020M","Ballari Mylar - Bronze | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-531723","ALREADY_SELLABLE_STALE_FLAG"
+"46696","DWWG-532303","BLR-5015M","Ballari Mylar - Buff | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532303","ALREADY_SELLABLE_STALE_FLAG"
+"46702","DWWG-532301","BLR-5021M","Ballari Mylar - Copper | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532301","ALREADY_SELLABLE_STALE_FLAG"
+"46700","DWWG-532302","BLR-5019M","Ballari Mylar - Gold Luster | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532302","ALREADY_SELLABLE_STALE_FLAG"
+"46708","DWWG-532307","BLR-5027M","Ballari Mylar - Silver Glint | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532307","ALREADY_SELLABLE_STALE_FLAG"
+"46707","DWWG-532299","BLR-5026M","Ballari Mylar - Stardust | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532299","ALREADY_SELLABLE_STALE_FLAG"
+"46706","DWWG-532300","BLR-5025M","Ballari Mylar - Turquoise | Wolf Gordon Wallcoverings","Ballari Mylar","42.75","77.38","1","77.38","DWWG-532300","ALREADY_SELLABLE_STALE_FLAG"
+"46682","DWWG-534966","BBO-4955","Bilbao - Platinum | Wolf Gordon Wallcoverings","Bilbao","32.5","58.82","1","58.82","DWWG-534966","ALREADY_SELLABLE_STALE_FLAG"
+"46681","DWWG-534967","BBO-4954","Bilbao - Yellow Gold | Wolf Gordon Wallcoverings","Bilbao","32.5","58.82","1","58.82","DWWG-534967","ALREADY_SELLABLE_STALE_FLAG"
+"46710","DWWG-534875","BOD-3438_8","Bode - Grotto | Wolf Gordon Wallcoverings","Bode","42","76.02","1","76.02","DWWG-534875","ALREADY_SELLABLE_STALE_FLAG"
+"46711","DWWG-534863","BOS-4399_8","Boscage - Gray Sycamore | Wolf Gordon Wallcoverings","Boscage","32.5","58.82","1","58.82","DWWG-534863","ALREADY_SELLABLE_STALE_FLAG"
+"46683","DWWG-534938","BDC-4022","Broadcloth - Illustrious Blue | Wolf Gordon Wallcoverings","Broadcloth","41.5","75.11","1","75.11","DWWG-534938","ALREADY_SELLABLE_STALE_FLAG"
+"46790","DWWG-534736","CSD-4853","Cascade - Honey | Wolf Gordon Wallcoverings","Cascade","31.25","56.56","1","56.56","DWWG-534736","ALREADY_SELLABLE_STALE_FLAG"
+"46787","DWWG-530235","COC2474","Concourse - Gunmetal | Wolf Gordon Wallcoverings","Concourse","31.25","56.56","1","56.56","DWWG-530235","ALREADY_SELLABLE_STALE_FLAG"
+"46768","DWWG-534810","CCT-2678","Connections - Asphalt | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534810","ALREADY_SELLABLE_STALE_FLAG"
+"46762","DWWG-534816","CCT-2672","Connections - Camel | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534816","ALREADY_SELLABLE_STALE_FLAG"
+"46769","DWWG-534809","CCT-2679","Connections - Charcoal | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534809","ALREADY_SELLABLE_STALE_FLAG"
+"46767","DWWG-534811","CCT-2677","Connections - Concrete | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534811","ALREADY_SELLABLE_STALE_FLAG"
+"46764","DWWG-534814","CCT-2674","Connections - Cream | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534814","ALREADY_SELLABLE_STALE_FLAG"
+"46766","DWWG-534812","CCT-2676","Connections - Light Gray | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534812","ALREADY_SELLABLE_STALE_FLAG"
+"46761","DWWG-534817","CCT-2671","Connections - Mustard | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534817","ALREADY_SELLABLE_STALE_FLAG"
+"46770","DWWG-534808","CCT-2680","Connections - Pale Blue | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534808","ALREADY_SELLABLE_STALE_FLAG"
+"46765","DWWG-534813","CCT-2675","Connections - Silver | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534813","ALREADY_SELLABLE_STALE_FLAG"
+"46763","DWWG-534815","CCT-2673","Connections - Tan | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534815","ALREADY_SELLABLE_STALE_FLAG"
+"46771","DWWG-534807","CCT-2681","Connections - Teal | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-534807","ALREADY_SELLABLE_STALE_FLAG"
+"46760","DWWG-532306","CCT-2670","Connections - Wine | Wolf Gordon Wallcoverings","Connections","36","65.16","1","65.16","DWWG-532306","ALREADY_SELLABLE_STALE_FLAG"
+"46827","DWWG-534692","DSM-5049","Dasma - Aquamarine | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534692","ALREADY_SELLABLE_STALE_FLAG"
+"46823","DWWG-534696","DSM-5045","Dasma - Bronze | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534696","ALREADY_SELLABLE_STALE_FLAG"
+"46816","DWWG-534703","DSM-5038","Dasma - Buff | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534703","ALREADY_SELLABLE_STALE_FLAG"
+"46820","DWWG-534699","DSM-5042","Dasma - Copper | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534699","ALREADY_SELLABLE_STALE_FLAG"
+"46822","DWWG-534697","DSM-5044","Dasma - Cordovan | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534697","ALREADY_SELLABLE_STALE_FLAG"
+"46818","DWWG-534701","DSM-5040","Dasma - Fawn | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534701","ALREADY_SELLABLE_STALE_FLAG"
+"46824","DWWG-534695","DSM-5046","Dasma - Glacier | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534695","ALREADY_SELLABLE_STALE_FLAG"
+"46815","DWWG-534704","DSM-5037","Dasma - Gold | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534704","ALREADY_SELLABLE_STALE_FLAG"
+"46817","DWWG-534702","DSM-5039","Dasma - Ivory | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534702","ALREADY_SELLABLE_STALE_FLAG"
+"46831","DWWG-534688","DSM-5053","Dasma - Midnight | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534688","ALREADY_SELLABLE_STALE_FLAG"
+"46826","DWWG-534693","DSM-5048","Dasma - Nickel | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534693","ALREADY_SELLABLE_STALE_FLAG"
+"46819","DWWG-534700","DSM-5041","Dasma - Parchment | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534700","ALREADY_SELLABLE_STALE_FLAG"
+"46829","DWWG-534690","DSM-5051","Dasma - Sapphire | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534690","ALREADY_SELLABLE_STALE_FLAG"
+"46825","DWWG-534694","DSM-5047","Dasma - Silver | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534694","ALREADY_SELLABLE_STALE_FLAG"
+"46828","DWWG-534691","DSM-5050","Dasma - Slate | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534691","ALREADY_SELLABLE_STALE_FLAG"
+"46821","DWWG-534698","DSM-5043","Dasma - Taupe | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534698","ALREADY_SELLABLE_STALE_FLAG"
+"46830","DWWG-534689","DSM-5052","Dasma - Umber | Wolf Gordon Wallcoverings","Dasma","31.25","56.56","1","56.56","DWWG-534689","ALREADY_SELLABLE_STALE_FLAG"
+"46798","DWWG-532777","DECH-491","Digital Echo - Gray Blush | Wolf Gordon Wallcoverings","Digital Echo","74.95","135.66","1","135.66","DWWG-532777","ALREADY_SELLABLE_STALE_FLAG"
+"46797","DWWG-532778","DECH-490","Digital Echo - Soft Gray | Wolf Gordon Wallcoverings","Digital Echo","74.95","135.66","1","135.66","DWWG-532778","ALREADY_SELLABLE_STALE_FLAG"
+"46805","DWWG-532772","DNUV-512","Digital Nouveau - Gunmetal | Wolf Gordon Wallcoverings","Digital Nouveau","74.95","135.66","1","135.66","DWWG-532772","ALREADY_SELLABLE_STALE_FLAG"
+"46804","DWWG-532773","DNUV-511","Digital Nouveau - Silver Sand | Wolf Gordon Wallcoverings","Digital Nouveau","74.95","135.66","1","135.66","DWWG-532773","ALREADY_SELLABLE_STALE_FLAG"
+"46985","DWWG-534403","GSG9-5387","Glasgow - Birch | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534403","ALREADY_SELLABLE_STALE_FLAG"
+"46989","DWWG-534398","GSG9-5393","Glasgow - Bluebird | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534398","ALREADY_SELLABLE_STALE_FLAG"
+"46991","DWWG-534396","GSG9-5395","Glasgow - Brandy | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534396","ALREADY_SELLABLE_STALE_FLAG"
+"46982","DWWG-534406","GSG9-5383","Glasgow - Copper | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534406","ALREADY_SELLABLE_STALE_FLAG"
+"46983","DWWG-534405","GSG9-5384","Glasgow - Gold | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534405","ALREADY_SELLABLE_STALE_FLAG"
+"46990","DWWG-534397","GSG9-5394","Glasgow - Graphite | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534397","ALREADY_SELLABLE_STALE_FLAG"
+"46986","DWWG-534401","GSG9-5389","Glasgow - Gray | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534401","ALREADY_SELLABLE_STALE_FLAG"
+"46988","DWWG-534399","GSG9-5392","Glasgow - Hunter Green | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534399","ALREADY_SELLABLE_STALE_FLAG"
+"46984","DWWG-534404","GSG9-5385","Glasgow - Sand | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534404","ALREADY_SELLABLE_STALE_FLAG"
+"46992","DWWG-534395","GSG9-5396","Glasgow - Umber | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534395","ALREADY_SELLABLE_STALE_FLAG"
+"46987","DWWG-534400","GSG9-5391","Glasgow - Verdigris | Wolf Gordon Wallcoverings","Glasgow","37","66.97","1","66.97","DWWG-534400","ALREADY_SELLABLE_STALE_FLAG"
+"46993","DWWG-532762","GSQ-8-3628_8","Granary Square - Chestnut | Wolf Gordon Wallcoverings","Granary Square","32.75","59.28","1","59.28","DWWG-532762","ALREADY_SELLABLE_STALE_FLAG"
+"46994","DWWG-532755","GSQ-8-3635_8","Granary Square - Prussian | Wolf Gordon Wallcoverings","Granary Square","32.75","59.28","1","59.28","DWWG-532755","ALREADY_SELLABLE_STALE_FLAG"
+"46961","DWWG-534432","GRG2111","Grange - Cherry | Wolf Gordon Wallcoverings","Grange","28.95","52.4","1","52.4","DWWG-534432","ALREADY_SELLABLE_STALE_FLAG"
+"46975","DWWG-534413","GRV-2898_8","Grove - Bone | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534413","ALREADY_SELLABLE_STALE_FLAG"
+"46972","DWWG-534416","GRV-2895_8","Grove - Cafe | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534416","ALREADY_SELLABLE_STALE_FLAG"
+"46974","DWWG-534414","GRV-2897_8","Grove - Chocolate | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534414","ALREADY_SELLABLE_STALE_FLAG"
+"46966","DWWG-534422","GRV-2889_8","Grove - Ecru | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534422","ALREADY_SELLABLE_STALE_FLAG"
+"46963","DWWG-534425","GRV-2886_8","Grove - Eggshell | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534425","ALREADY_SELLABLE_STALE_FLAG"
+"46981","DWWG-534407","GRV-2904_8","Grove - Evergreen | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534407","ALREADY_SELLABLE_STALE_FLAG"
+"46964","DWWG-534424","GRV-2887_8","Grove - Fawn | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534424","ALREADY_SELLABLE_STALE_FLAG"
+"46971","DWWG-534417","GRV-2894_8","Grove - Hazelnut | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534417","ALREADY_SELLABLE_STALE_FLAG"
+"46969","DWWG-534419","GRV-2892_8","Grove - Khaki | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534419","ALREADY_SELLABLE_STALE_FLAG"
+"46965","DWWG-534423","GRV-2888_8","Grove - Latte | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534423","ALREADY_SELLABLE_STALE_FLAG"
+"46980","DWWG-534408","GRV-2903_8","Grove - Licorice | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534408","ALREADY_SELLABLE_STALE_FLAG"
+"46978","DWWG-534410","GRV-2901_8","Grove - Midnight | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534410","ALREADY_SELLABLE_STALE_FLAG"
+"46979","DWWG-534409","GRV-2902_8","Grove - Nickel | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534409","ALREADY_SELLABLE_STALE_FLAG"
+"46967","DWWG-534421","GRV-2890_8","Grove - Sienna | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534421","ALREADY_SELLABLE_STALE_FLAG"
+"46962","DWWG-534426","GRV-2885_8","Grove - Silver | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534426","ALREADY_SELLABLE_STALE_FLAG"
+"46977","DWWG-534411","GRV-2900_8","Grove - Taupe | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534411","ALREADY_SELLABLE_STALE_FLAG"
+"46970","DWWG-534418","GRV-2893_8","Grove - Timber | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534418","ALREADY_SELLABLE_STALE_FLAG"
+"46973","DWWG-534415","GRV-2896_8","Grove - Umber | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534415","ALREADY_SELLABLE_STALE_FLAG"
+"46968","DWWG-534420","GRV-2891_8","Grove - Walnut | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534420","ALREADY_SELLABLE_STALE_FLAG"
+"46976","DWWG-534412","GRV-2899_8","Grove - Wisteria | Wolf Gordon Wallcoverings","Grove","36","65.16","1","65.16","DWWG-534412","ALREADY_SELLABLE_STALE_FLAG"
+"46996","DWWG-534380","HOM-3388","Holmes - Sienna | Wolf Gordon Wallcoverings","Holmes","36.75","66.52","1","66.52","DWWG-534380","ALREADY_SELLABLE_STALE_FLAG"
+"47012","DWWG-534334","HUG-3328_8","Hugo - Aqua | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534334","ALREADY_SELLABLE_STALE_FLAG"
+"47006","DWWG-534340","HUG-3322_8","Hugo - Charcoal | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534340","ALREADY_SELLABLE_STALE_FLAG"
+"47003","DWWG-534343","HUG-3319_8","Hugo - Cloud | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534343","ALREADY_SELLABLE_STALE_FLAG"
+"47008","DWWG-534338","HUG-3324_8","Hugo - Iris | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534338","ALREADY_SELLABLE_STALE_FLAG"
+"47004","DWWG-534342","HUG-3320_8","Hugo - Iron | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534342","ALREADY_SELLABLE_STALE_FLAG"
+"46997","DWWG-534349","HUG-3313_8","Hugo - Jet | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534349","ALREADY_SELLABLE_STALE_FLAG"
+"47007","DWWG-534339","HUG-3323_8","Hugo - Khaki | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534339","ALREADY_SELLABLE_STALE_FLAG"
+"47000","DWWG-534346","HUG-3316_8","Hugo - Oat | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534346","ALREADY_SELLABLE_STALE_FLAG"
+"47011","DWWG-534335","HUG-3327_8","Hugo - Pebble | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534335","ALREADY_SELLABLE_STALE_FLAG"
+"46999","DWWG-534347","HUG-3315_8","Hugo - Pumpkin | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534347","ALREADY_SELLABLE_STALE_FLAG"
+"46998","DWWG-534348","HUG-3314_8","Hugo - Rose | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534348","ALREADY_SELLABLE_STALE_FLAG"
+"47005","DWWG-534341","HUG-3321_8","Hugo - Seashell | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534341","ALREADY_SELLABLE_STALE_FLAG"
+"47010","DWWG-534336","HUG-3326_8","Hugo - Snow | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534336","ALREADY_SELLABLE_STALE_FLAG"
+"47009","DWWG-534337","HUG-3325_8","Hugo - Steel | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534337","ALREADY_SELLABLE_STALE_FLAG"
+"47001","DWWG-534345","HUG-3317_8","Hugo - Tawny | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534345","ALREADY_SELLABLE_STALE_FLAG"
+"47002","DWWG-534344","HUG-3318_8","Hugo - Wheat | Wolf Gordon Wallcoverings","Hugo","42","76.02","1","76.02","DWWG-534344","ALREADY_SELLABLE_STALE_FLAG"
+"47013","DWWG-532718","ISN-8-3432","Islington Station - Horizon | Wolf Gordon Wallcoverings","Islington Station","32.75","59.28","1","59.28","DWWG-532718","ALREADY_SELLABLE_STALE_FLAG"
+"47016","DWWG-534287","JAI9-5366","Jaipur - Bronze | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534287","ALREADY_SELLABLE_STALE_FLAG"
+"47020","DWWG-534283","JAI9-5370","Jaipur - Cement | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534283","ALREADY_SELLABLE_STALE_FLAG"
+"47021","DWWG-534282","JAI9-5371","Jaipur - Charcoal | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534282","ALREADY_SELLABLE_STALE_FLAG"
+"47018","DWWG-534285","JAI9-5368","Jaipur - Golden | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534285","ALREADY_SELLABLE_STALE_FLAG"
+"47022","DWWG-534281","JAI9-5372","Jaipur - Red | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534281","ALREADY_SELLABLE_STALE_FLAG"
+"47017","DWWG-534286","JAI9-5367","Jaipur - Saffron | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534286","ALREADY_SELLABLE_STALE_FLAG"
+"47019","DWWG-534284","JAI9-5369","Jaipur - Silver | Wolf Gordon Wallcoverings","Jaipur","36","65.16","1","65.16","DWWG-534284","ALREADY_SELLABLE_STALE_FLAG"
+"47041","DWWG-534246","KBT-5122","Kabuto - Abalone | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534246","ALREADY_SELLABLE_STALE_FLAG"
+"47046","DWWG-534241","KBT-5127","Kabuto - Amazonite | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534241","ALREADY_SELLABLE_STALE_FLAG"
+"47042","DWWG-534245","KBT-5123","Kabuto - Buff | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534245","ALREADY_SELLABLE_STALE_FLAG"
+"47040","DWWG-534247","KBT-5121","Kabuto - Corten | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534247","ALREADY_SELLABLE_STALE_FLAG"
+"47045","DWWG-534242","KBT-5126","Kabuto - Silver | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534242","ALREADY_SELLABLE_STALE_FLAG"
+"47043","DWWG-534244","KBT-5124","Kabuto - Steel | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534244","ALREADY_SELLABLE_STALE_FLAG"
+"47044","DWWG-534243","KBT-5125","Kabuto - Tungsten | Wolf Gordon Wallcoverings","Kabuto","41.75","75.57","1","75.57","DWWG-534243","ALREADY_SELLABLE_STALE_FLAG"
+"47038","DWWG-534249","KAM-5110","Kami - Azurite | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534249","ALREADY_SELLABLE_STALE_FLAG"
+"47028","DWWG-534259","KAM-5100","Kami - Bronze | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534259","ALREADY_SELLABLE_STALE_FLAG"
+"47032","DWWG-534255","KAM-5104","Kami - Chalk | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534255","ALREADY_SELLABLE_STALE_FLAG"
+"47030","DWWG-534257","KAM-5102","Kami - Champagne | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534257","ALREADY_SELLABLE_STALE_FLAG"
+"47026","DWWG-534261","KAM-5098","Kami - Copper | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534261","ALREADY_SELLABLE_STALE_FLAG"
+"47025","DWWG-534262","KAM-5097","Kami - Feldspar | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534262","ALREADY_SELLABLE_STALE_FLAG"
+"47039","DWWG-534248","KAM-5111","Kami - Frost | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534248","ALREADY_SELLABLE_STALE_FLAG"
+"47029","DWWG-534258","KAM-5101","Kami - Gold Leaf | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534258","ALREADY_SELLABLE_STALE_FLAG"
+"47035","DWWG-534252","KAM-5107","Kami - Iron | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534252","ALREADY_SELLABLE_STALE_FLAG"
+"47024","DWWG-534263","KAM-5096","Kami - Morganite | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534263","ALREADY_SELLABLE_STALE_FLAG"
+"47034","DWWG-534253","KAM-5106","Kami - Nickel | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534253","ALREADY_SELLABLE_STALE_FLAG"
+"47036","DWWG-534251","KAM-5108","Kami - Onyx | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534251","ALREADY_SELLABLE_STALE_FLAG"
+"47031","DWWG-534256","KAM-5103","Kami - Pearl | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534256","ALREADY_SELLABLE_STALE_FLAG"
+"47033","DWWG-534254","KAM-5105","Kami - Platinum | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534254","ALREADY_SELLABLE_STALE_FLAG"
+"47027","DWWG-534260","KAM-5099","Kami - Sepia | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534260","ALREADY_SELLABLE_STALE_FLAG"
+"47037","DWWG-534250","KAM-5109","Kami - Slate | Wolf Gordon Wallcoverings","Kami","29.95","54.21","1","54.21","DWWG-534250","ALREADY_SELLABLE_STALE_FLAG"
+"47074","DWWG-534132","LYR-3380_8","Lyra - Aluminum | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534132","ALREADY_SELLABLE_STALE_FLAG"
+"47077","DWWG-534129","LYR-3383_8","Lyra - Carbon | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534129","ALREADY_SELLABLE_STALE_FLAG"
+"47061","DWWG-534145","LYR-3367_8","Lyra - Cotton | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534145","ALREADY_SELLABLE_STALE_FLAG"
+"47064","DWWG-534142","LYR-3370_8","Lyra - Ecru | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534142","ALREADY_SELLABLE_STALE_FLAG"
+"47078","DWWG-534128","LYR-3384_8","Lyra - Glacier | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534128","ALREADY_SELLABLE_STALE_FLAG"
+"47063","DWWG-534143","LYR-3369_8","Lyra - Honeycomb | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534143","ALREADY_SELLABLE_STALE_FLAG"
+"47076","DWWG-534130","LYR-3382_8","Lyra - Linen | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534130","ALREADY_SELLABLE_STALE_FLAG"
+"47060","DWWG-534146","LYR-3366_8","Lyra - Mauve | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534146","ALREADY_SELLABLE_STALE_FLAG"
+"47071","DWWG-534135","LYR-3377_8","Lyra - Mist | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534135","ALREADY_SELLABLE_STALE_FLAG"
+"47068","DWWG-534138","LYR-3374_8","Lyra - Orchid | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534138","ALREADY_SELLABLE_STALE_FLAG"
+"47072","DWWG-534134","LYR-3378_8","Lyra - Peacock | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534134","ALREADY_SELLABLE_STALE_FLAG"
+"47070","DWWG-534136","LYR-3376_8","Lyra - Pear | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534136","ALREADY_SELLABLE_STALE_FLAG"
+"47067","DWWG-534139","LYR-3373_8","Lyra - Sable | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534139","ALREADY_SELLABLE_STALE_FLAG"
+"47075","DWWG-534131","LYR-3381_8","Lyra - Slate | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534131","ALREADY_SELLABLE_STALE_FLAG"
+"47062","DWWG-534144","LYR-3368_8","Lyra - Smoke | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534144","ALREADY_SELLABLE_STALE_FLAG"
+"47073","DWWG-534133","LYR-3379_8","Lyra - Stone | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534133","ALREADY_SELLABLE_STALE_FLAG"
+"47066","DWWG-534140","LYR-3372_8","Lyra - Tangerine | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534140","ALREADY_SELLABLE_STALE_FLAG"
+"47069","DWWG-534137","LYR-3375_8","Lyra - Tea Rose | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534137","ALREADY_SELLABLE_STALE_FLAG"
+"47065","DWWG-534141","LYR-3371_8","Lyra - Umber | Wolf Gordon Wallcoverings","Lyra","42","76.02","1","76.02","DWWG-534141","ALREADY_SELLABLE_STALE_FLAG"
+"47079","DWWG-530165","MAO-7-4160","Macao - Raspberry | Wolf Gordon Wallcoverings","Macao","31.25","56.56","1","56.56","DWWG-530165","ALREADY_SELLABLE_STALE_FLAG"
+"47131","DWWG-534020","MRY-3173","Mantaray - Coral | Wolf Gordon Wallcoverings","Mantaray","32.5","58.82","1","58.82","DWWG-534020","ALREADY_SELLABLE_STALE_FLAG"
+"47114","DWWG-534040","MRU-3286_8","Marlu - Alabaster | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534040","ALREADY_SELLABLE_STALE_FLAG"
+"47116","DWWG-534038","MRU-3288_8","Marlu - Blush | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534038","ALREADY_SELLABLE_STALE_FLAG"
+"47118","DWWG-534036","MRU-3290_8","Marlu - Cinnamon | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534036","ALREADY_SELLABLE_STALE_FLAG"
+"47123","DWWG-534031","MRU-3295_8","Marlu - Cocoa | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534031","ALREADY_SELLABLE_STALE_FLAG"
+"47113","DWWG-534041","MRU-3285_8","Marlu - Cornsilk | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534041","ALREADY_SELLABLE_STALE_FLAG"
+"47130","DWWG-534024","MRU-3302_8","Marlu - Denim | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534024","ALREADY_SELLABLE_STALE_FLAG"
+"47112","DWWG-534042","MRU-3284_8","Marlu - Grapefruit | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534042","ALREADY_SELLABLE_STALE_FLAG"
+"47129","DWWG-534025","MRU-3301_8","Marlu - Gunmetal | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534025","ALREADY_SELLABLE_STALE_FLAG"
+"47117","DWWG-534037","MRU-3289_8","Marlu - Hibiscus | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534037","ALREADY_SELLABLE_STALE_FLAG"
+"47125","DWWG-534029","MRU-3297_8","Marlu - Pearl | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534029","ALREADY_SELLABLE_STALE_FLAG"
+"47120","DWWG-534034","MRU-3292_8","Marlu - Platinum | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534034","ALREADY_SELLABLE_STALE_FLAG"
+"47121","DWWG-534033","MRU-3293_8","Marlu - Sand | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534033","ALREADY_SELLABLE_STALE_FLAG"
+"47124","DWWG-534030","MRU-3296_8","Marlu - Silver | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534030","ALREADY_SELLABLE_STALE_FLAG"
+"47126","DWWG-534028","MRU-3298_8","Marlu - Slate | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534028","ALREADY_SELLABLE_STALE_FLAG"
+"47127","DWWG-534027","MRU-3299_8","Marlu - Smoke | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534027","ALREADY_SELLABLE_STALE_FLAG"
+"47119","DWWG-534035","MRU-3291_8","Marlu - Stone | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534035","ALREADY_SELLABLE_STALE_FLAG"
+"47115","DWWG-534039","MRU-3287_8","Marlu - Straw | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534039","ALREADY_SELLABLE_STALE_FLAG"
+"47128","DWWG-534026","MRU-3300_8","Marlu - Teal | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534026","ALREADY_SELLABLE_STALE_FLAG"
+"47122","DWWG-534032","MRU-3294_8","Marlu - Zinc | Wolf Gordon Wallcoverings","Marlu","42","76.02","1","76.02","DWWG-534032","ALREADY_SELLABLE_STALE_FLAG"
+"47105","DWWG-534124","METM-571","Metamorphosis - Antique Gold | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534124","ALREADY_SELLABLE_STALE_FLAG"
+"47106","DWWG-534123","METM-572","Metamorphosis - Canary Yellow | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534123","ALREADY_SELLABLE_STALE_FLAG"
+"47108","DWWG-534121","METM-574","Metamorphosis - Cream | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534121","ALREADY_SELLABLE_STALE_FLAG"
+"47104","DWWG-534125","METM-570","Metamorphosis - Gypsum | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534125","ALREADY_SELLABLE_STALE_FLAG"
+"47109","DWWG-534120","METM-575","Metamorphosis - Light Gray | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534120","ALREADY_SELLABLE_STALE_FLAG"
+"47102","DWWG-534127","METM-568","Metamorphosis - Lilac Shine | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534127","ALREADY_SELLABLE_STALE_FLAG"
+"47103","DWWG-534126","METM-569","Metamorphosis - Rust | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534126","ALREADY_SELLABLE_STALE_FLAG"
+"47110","DWWG-534119","METM-576","Metamorphosis - Silver | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534119","ALREADY_SELLABLE_STALE_FLAG"
+"47107","DWWG-534122","METM-573","Metamorphosis - Soft Rose | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534122","ALREADY_SELLABLE_STALE_FLAG"
+"47111","DWWG-534118","METM-577","Metamorphosis - Tungsten | Wolf Gordon Wallcoverings","Metamorphosis","48.95","88.6","1","88.6","DWWG-534118","ALREADY_SELLABLE_STALE_FLAG"
+"47149","DWWG-533985","NES-3799","Neso - Aristocrat | Wolf Gordon Wallcoverings","Neso","45.35","82.08","1","82.08","DWWG-533985","ALREADY_SELLABLE_STALE_FLAG"
+"47163","DWWG-533923","OLS-3561","Olsen - Illusion | Wolf Gordon Wallcoverings","Olsen","36.75","66.52","1","66.52","DWWG-533923","ALREADY_SELLABLE_STALE_FLAG"
+"47164","DWWG-533921","OLS-3563","Olsen - Paradise | Wolf Gordon Wallcoverings","Olsen","36.75","66.52","1","66.52","DWWG-533921","ALREADY_SELLABLE_STALE_FLAG"
+"47165","DWWG-533907","OSM-2650","Osmosis - Bordeaux | Wolf Gordon Wallcoverings","Osmosis","41.5","75.11","1","75.11","DWWG-533907","ALREADY_SELLABLE_STALE_FLAG"
+"46812","DWWG-534707","DPRH-500","Perch - Blush | Wolf Gordon Wallcoverings","Perch","74.95","135.66","1","135.66","DWWG-534707","ALREADY_SELLABLE_STALE_FLAG"
+"46813","DWWG-534706","DPRH-501","Perch - Dusk | Wolf Gordon Wallcoverings","Perch","74.95","135.66","1","135.66","DWWG-534706","ALREADY_SELLABLE_STALE_FLAG"
+"46814","DWWG-534705","DPRH-502","Perch - Smokey | Wolf Gordon Wallcoverings","Perch","74.95","135.66","1","135.66","DWWG-534705","ALREADY_SELLABLE_STALE_FLAG"
+"47167","DWWG-533878","PHO-3761","Phaeo - Cove | Wolf Gordon Wallcoverings","Phaeo","36.75","66.52","1","66.52","DWWG-533878","ALREADY_SELLABLE_STALE_FLAG"
+"47225","DWWG-533827","RON-3345","Ronan - Glint | Wolf Gordon Wallcoverings","Ronan","48.33","87.48","1","87.48","DWWG-533827","ALREADY_SELLABLE_STALE_FLAG"
+"47226","DWWG-533809","ROS-4146","Rossana - True Silver | Wolf Gordon Wallcoverings","Rossana","32.5","58.82","1","58.82","DWWG-533809","ALREADY_SELLABLE_STALE_FLAG"
+"47241","DWWG-533752","SDY-3346_8","Sadeya - Iris | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","1","66.52","DWWG-533752","ALREADY_SELLABLE_STALE_FLAG"
+"47242","DWWG-533749","SDY-3349_8","Sadeya - Marigold | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","1","66.52","DWWG-533749","ALREADY_SELLABLE_STALE_FLAG"
+"47240","DWWG-533753","SDY-3345_8","Sadeya - Turquoise | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","1","66.52","DWWG-533753","ALREADY_SELLABLE_STALE_FLAG"
+"47243","DWWG-533746","SDY-3352_8","Sadeya - Wheat | Wolf Gordon Wallcoverings","Sadeya","36.75","66.52","1","66.52","DWWG-533746","ALREADY_SELLABLE_STALE_FLAG"
+"46840","DWWG-533139","DTON-401","Tone | Wolf Gordon Wallcoverings","DTON 401","189.95","343.8","1","343.8","DWWG-533139","ALREADY_SELLABLE_STALE_FLAG"
+"47502","DWWG-533644","VAX-8-3496","Vauxhall - Neutron | Wolf Gordon Wallcoverings","Vauxhall","32.75","59.28","1","59.28","DWWG-533644","ALREADY_SELLABLE_STALE_FLAG"
+"46856","DWWG-534660","DVTS-521","Vista - Midnight | Wolf Gordon Wallcoverings","Vista","99.95","180.9","1","180.9","DWWG-534660","ALREADY_SELLABLE_STALE_FLAG"
+"46857","DWWG-534659","DVTS-522","Vista - Snow | Wolf Gordon Wallcoverings","Vista","99.95","180.9","1","180.9","DWWG-534659","ALREADY_SELLABLE_STALE_FLAG"
+"46855","DWWG-534661","DVTS-520","Vista - Steel | Wolf Gordon Wallcoverings","Vista","99.95","180.9","1","180.9","DWWG-534661","ALREADY_SELLABLE_STALE_FLAG"
diff --git a/data/wolf-gordon-dryrun.json b/data/wolf-gordon-dryrun.json
index aee3d83..49c314e 100644
--- a/data/wolf-gordon-dryrun.json
+++ b/data/wolf-gordon-dryrun.json
@@ -2,29 +2,30 @@
"ticket": "TK-10875",
"cohort": "Wolf Gordon",
"mode": "DRY-RUN — no Shopify or dw_unified writes performed",
- "generated_at": "2026-08-30T16:23:48.663Z",
+ "generated_at": "2026-08-30T16:35:33.093Z",
"retail_formula": "trade_cost / 0.65 / 0.85",
+ "pricing_note": "computed_retail == catalog_retail is tautological (same formula); NOT price validation. Real validation needs a vendor-authoritative source (e.g. Wolf Gordon invoice/portal).",
"counts": {
- "recoverable_products": 224,
- "pricing_crosscheck_ok": 224,
- "pricing_crosscheck_fail": 0,
- "missing_existing_sample": 0,
- "non_positive_retail": 0
+ "cost_joined_candidates": 224,
+ "truly_buildable": 0,
+ "already_sellable_stale_flag": 224
},
- "plan": [
+ "finding": "ALL cost-joined WG candidates are (per the mirror) already-sellable — single non-sample variant priced far above the $4.25 sample floor. Recovery here is a NO-OP / double-add risk. Because the sync job is dead, the mirror itself cannot be trusted as ground truth: re-sync has_product_variant and CONFIRM against live Shopify before any build — do not build variants.",
+ "buildable_plan": [],
+ "stale_flag_products": [
{
"product_id": 46488,
"title": "Acute - Beige | Wolf Gordon Wallcoverings",
"pattern": "Acute",
"mfr_sku": "ACT-5067",
"roll_variant_sku": "DWWG-535357",
- "sample_variant_sku": "DWWG-535357-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535357",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46490,
@@ -32,13 +33,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5070",
"roll_variant_sku": "DWWG-535354",
- "sample_variant_sku": "DWWG-535354-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535354",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46500,
@@ -46,13 +47,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5080",
"roll_variant_sku": "DWWG-535344",
- "sample_variant_sku": "DWWG-535344-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535344",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46487,
@@ -60,13 +61,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5066",
"roll_variant_sku": "DWWG-535358",
- "sample_variant_sku": "DWWG-535358-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535358",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46499,
@@ -74,13 +75,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5079",
"roll_variant_sku": "DWWG-535345",
- "sample_variant_sku": "DWWG-535345-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535345",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46491,
@@ -88,13 +89,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5071",
"roll_variant_sku": "DWWG-535353",
- "sample_variant_sku": "DWWG-535353-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535353",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46495,
@@ -102,13 +103,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5075",
"roll_variant_sku": "DWWG-535349",
- "sample_variant_sku": "DWWG-535349-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535349",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46494,
@@ -116,13 +117,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5074",
"roll_variant_sku": "DWWG-535350",
- "sample_variant_sku": "DWWG-535350-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535350",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46486,
@@ -130,13 +131,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5065",
"roll_variant_sku": "DWWG-535359",
- "sample_variant_sku": "DWWG-535359-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535359",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46489,
@@ -144,13 +145,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5068",
"roll_variant_sku": "DWWG-535356",
- "sample_variant_sku": "DWWG-535356-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535356",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46496,
@@ -158,13 +159,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5076",
"roll_variant_sku": "DWWG-535348",
- "sample_variant_sku": "DWWG-535348-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535348",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46501,
@@ -172,13 +173,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5081",
"roll_variant_sku": "DWWG-535343",
- "sample_variant_sku": "DWWG-535343-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535343",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46492,
@@ -186,13 +187,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5072",
"roll_variant_sku": "DWWG-535352",
- "sample_variant_sku": "DWWG-535352-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535352",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46498,
@@ -200,13 +201,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5078",
"roll_variant_sku": "DWWG-535346",
- "sample_variant_sku": "DWWG-535346-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535346",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46497,
@@ -214,13 +215,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5077",
"roll_variant_sku": "DWWG-535347",
- "sample_variant_sku": "DWWG-535347-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535347",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46493,
@@ -228,13 +229,13 @@
"pattern": "Acute",
"mfr_sku": "ACT-5073",
"roll_variant_sku": "DWWG-535351",
- "sample_variant_sku": "DWWG-535351-Sample",
"trade_cost": 30.25,
"proposed_roll_retail": 54.75,
"catalog_retail": 54.75,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.75,
+ "existing_variant_sku": "DWWG-535351",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46551,
@@ -242,13 +243,13 @@
"pattern": "Alchemy",
"mfr_sku": "ALC-4816",
"roll_variant_sku": "DWWG-535339",
- "sample_variant_sku": "DWWG-535339-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-535339",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46552,
@@ -256,13 +257,13 @@
"pattern": "Alchemy",
"mfr_sku": "ALC-4820",
"roll_variant_sku": "DWWG-535335",
- "sample_variant_sku": "DWWG-535335-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-535335",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46553,
@@ -270,13 +271,13 @@
"pattern": "Alchemy",
"mfr_sku": "ALC-4824",
"roll_variant_sku": "DWWG-535331",
- "sample_variant_sku": "DWWG-535331-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-535331",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46678,
@@ -284,13 +285,13 @@
"pattern": "Allotrope",
"mfr_sku": "ATP-4701",
"roll_variant_sku": "DWWG-535267",
- "sample_variant_sku": "DWWG-535267-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-535267",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46705,
@@ -298,13 +299,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5024",
"roll_variant_sku": "DWWG-534930",
- "sample_variant_sku": "DWWG-534930-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534930",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46697,
@@ -312,13 +313,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5016",
"roll_variant_sku": "DWWG-534935",
- "sample_variant_sku": "DWWG-534935-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534935",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46703,
@@ -326,13 +327,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5022",
"roll_variant_sku": "DWWG-534932",
- "sample_variant_sku": "DWWG-534932-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534932",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46698,
@@ -340,13 +341,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5017",
"roll_variant_sku": "DWWG-534934",
- "sample_variant_sku": "DWWG-534934-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534934",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46699,
@@ -354,13 +355,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5018",
"roll_variant_sku": "DWWG-534933",
- "sample_variant_sku": "DWWG-534933-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534933",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46704,
@@ -368,13 +369,13 @@
"pattern": "Ballari",
"mfr_sku": "BLR-5023",
"roll_variant_sku": "DWWG-534931",
- "sample_variant_sku": "DWWG-534931-Sample",
"trade_cost": 34.5,
"proposed_roll_retail": 62.44,
"catalog_retail": 62.44,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 62.44,
+ "existing_variant_sku": "DWWG-534931",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46701,
@@ -382,13 +383,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5020M",
"roll_variant_sku": "DWWG-531723",
- "sample_variant_sku": "DWWG-531723-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-531723",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46696,
@@ -396,13 +397,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5015M",
"roll_variant_sku": "DWWG-532303",
- "sample_variant_sku": "DWWG-532303-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532303",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46702,
@@ -410,13 +411,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5021M",
"roll_variant_sku": "DWWG-532301",
- "sample_variant_sku": "DWWG-532301-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532301",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46700,
@@ -424,13 +425,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5019M",
"roll_variant_sku": "DWWG-532302",
- "sample_variant_sku": "DWWG-532302-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532302",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46708,
@@ -438,13 +439,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5027M",
"roll_variant_sku": "DWWG-532307",
- "sample_variant_sku": "DWWG-532307-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532307",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46707,
@@ -452,13 +453,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5026M",
"roll_variant_sku": "DWWG-532299",
- "sample_variant_sku": "DWWG-532299-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532299",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46706,
@@ -466,13 +467,13 @@
"pattern": "Ballari Mylar",
"mfr_sku": "BLR-5025M",
"roll_variant_sku": "DWWG-532300",
- "sample_variant_sku": "DWWG-532300-Sample",
"trade_cost": 42.75,
"proposed_roll_retail": 77.38,
"catalog_retail": 77.38,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 77.38,
+ "existing_variant_sku": "DWWG-532300",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46682,
@@ -480,13 +481,13 @@
"pattern": "Bilbao",
"mfr_sku": "BBO-4955",
"roll_variant_sku": "DWWG-534966",
- "sample_variant_sku": "DWWG-534966-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-534966",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46681,
@@ -494,13 +495,13 @@
"pattern": "Bilbao",
"mfr_sku": "BBO-4954",
"roll_variant_sku": "DWWG-534967",
- "sample_variant_sku": "DWWG-534967-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-534967",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46710,
@@ -508,13 +509,13 @@
"pattern": "Bode",
"mfr_sku": "BOD-3438_8",
"roll_variant_sku": "DWWG-534875",
- "sample_variant_sku": "DWWG-534875-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534875",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46711,
@@ -522,13 +523,13 @@
"pattern": "Boscage",
"mfr_sku": "BOS-4399_8",
"roll_variant_sku": "DWWG-534863",
- "sample_variant_sku": "DWWG-534863-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-534863",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46683,
@@ -536,13 +537,13 @@
"pattern": "Broadcloth",
"mfr_sku": "BDC-4022",
"roll_variant_sku": "DWWG-534938",
- "sample_variant_sku": "DWWG-534938-Sample",
"trade_cost": 41.5,
"proposed_roll_retail": 75.11,
"catalog_retail": 75.11,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.11,
+ "existing_variant_sku": "DWWG-534938",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46790,
@@ -550,13 +551,13 @@
"pattern": "Cascade",
"mfr_sku": "CSD-4853",
"roll_variant_sku": "DWWG-534736",
- "sample_variant_sku": "DWWG-534736-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534736",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46787,
@@ -564,13 +565,13 @@
"pattern": "Concourse",
"mfr_sku": "COC2474",
"roll_variant_sku": "DWWG-530235",
- "sample_variant_sku": "DWWG-530235-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-530235",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46768,
@@ -578,13 +579,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2678",
"roll_variant_sku": "DWWG-534810",
- "sample_variant_sku": "DWWG-534810-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534810",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46762,
@@ -592,13 +593,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2672",
"roll_variant_sku": "DWWG-534816",
- "sample_variant_sku": "DWWG-534816-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534816",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46769,
@@ -606,13 +607,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2679",
"roll_variant_sku": "DWWG-534809",
- "sample_variant_sku": "DWWG-534809-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534809",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46767,
@@ -620,13 +621,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2677",
"roll_variant_sku": "DWWG-534811",
- "sample_variant_sku": "DWWG-534811-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534811",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46764,
@@ -634,13 +635,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2674",
"roll_variant_sku": "DWWG-534814",
- "sample_variant_sku": "DWWG-534814-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534814",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46766,
@@ -648,13 +649,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2676",
"roll_variant_sku": "DWWG-534812",
- "sample_variant_sku": "DWWG-534812-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534812",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46761,
@@ -662,13 +663,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2671",
"roll_variant_sku": "DWWG-534817",
- "sample_variant_sku": "DWWG-534817-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534817",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46770,
@@ -676,13 +677,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2680",
"roll_variant_sku": "DWWG-534808",
- "sample_variant_sku": "DWWG-534808-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534808",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46765,
@@ -690,13 +691,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2675",
"roll_variant_sku": "DWWG-534813",
- "sample_variant_sku": "DWWG-534813-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534813",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46763,
@@ -704,13 +705,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2673",
"roll_variant_sku": "DWWG-534815",
- "sample_variant_sku": "DWWG-534815-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534815",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46771,
@@ -718,13 +719,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2681",
"roll_variant_sku": "DWWG-534807",
- "sample_variant_sku": "DWWG-534807-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534807",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46760,
@@ -732,13 +733,13 @@
"pattern": "Connections",
"mfr_sku": "CCT-2670",
"roll_variant_sku": "DWWG-532306",
- "sample_variant_sku": "DWWG-532306-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-532306",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46827,
@@ -746,13 +747,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5049",
"roll_variant_sku": "DWWG-534692",
- "sample_variant_sku": "DWWG-534692-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534692",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46823,
@@ -760,13 +761,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5045",
"roll_variant_sku": "DWWG-534696",
- "sample_variant_sku": "DWWG-534696-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534696",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46816,
@@ -774,13 +775,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5038",
"roll_variant_sku": "DWWG-534703",
- "sample_variant_sku": "DWWG-534703-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534703",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46820,
@@ -788,13 +789,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5042",
"roll_variant_sku": "DWWG-534699",
- "sample_variant_sku": "DWWG-534699-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534699",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46822,
@@ -802,13 +803,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5044",
"roll_variant_sku": "DWWG-534697",
- "sample_variant_sku": "DWWG-534697-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534697",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46818,
@@ -816,13 +817,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5040",
"roll_variant_sku": "DWWG-534701",
- "sample_variant_sku": "DWWG-534701-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534701",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46824,
@@ -830,13 +831,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5046",
"roll_variant_sku": "DWWG-534695",
- "sample_variant_sku": "DWWG-534695-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534695",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46815,
@@ -844,13 +845,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5037",
"roll_variant_sku": "DWWG-534704",
- "sample_variant_sku": "DWWG-534704-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534704",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46817,
@@ -858,13 +859,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5039",
"roll_variant_sku": "DWWG-534702",
- "sample_variant_sku": "DWWG-534702-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534702",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46831,
@@ -872,13 +873,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5053",
"roll_variant_sku": "DWWG-534688",
- "sample_variant_sku": "DWWG-534688-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534688",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46826,
@@ -886,13 +887,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5048",
"roll_variant_sku": "DWWG-534693",
- "sample_variant_sku": "DWWG-534693-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534693",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46819,
@@ -900,13 +901,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5041",
"roll_variant_sku": "DWWG-534700",
- "sample_variant_sku": "DWWG-534700-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534700",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46829,
@@ -914,13 +915,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5051",
"roll_variant_sku": "DWWG-534690",
- "sample_variant_sku": "DWWG-534690-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534690",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46825,
@@ -928,13 +929,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5047",
"roll_variant_sku": "DWWG-534694",
- "sample_variant_sku": "DWWG-534694-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534694",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46828,
@@ -942,13 +943,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5050",
"roll_variant_sku": "DWWG-534691",
- "sample_variant_sku": "DWWG-534691-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534691",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46821,
@@ -956,13 +957,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5043",
"roll_variant_sku": "DWWG-534698",
- "sample_variant_sku": "DWWG-534698-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534698",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46830,
@@ -970,13 +971,13 @@
"pattern": "Dasma",
"mfr_sku": "DSM-5052",
"roll_variant_sku": "DWWG-534689",
- "sample_variant_sku": "DWWG-534689-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-534689",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46798,
@@ -984,13 +985,13 @@
"pattern": "Digital Echo",
"mfr_sku": "DECH-491",
"roll_variant_sku": "DWWG-532777",
- "sample_variant_sku": "DWWG-532777-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-532777",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46797,
@@ -998,13 +999,13 @@
"pattern": "Digital Echo",
"mfr_sku": "DECH-490",
"roll_variant_sku": "DWWG-532778",
- "sample_variant_sku": "DWWG-532778-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-532778",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46805,
@@ -1012,13 +1013,13 @@
"pattern": "Digital Nouveau",
"mfr_sku": "DNUV-512",
"roll_variant_sku": "DWWG-532772",
- "sample_variant_sku": "DWWG-532772-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-532772",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46804,
@@ -1026,13 +1027,13 @@
"pattern": "Digital Nouveau",
"mfr_sku": "DNUV-511",
"roll_variant_sku": "DWWG-532773",
- "sample_variant_sku": "DWWG-532773-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-532773",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46985,
@@ -1040,13 +1041,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5387",
"roll_variant_sku": "DWWG-534403",
- "sample_variant_sku": "DWWG-534403-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534403",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46989,
@@ -1054,13 +1055,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5393",
"roll_variant_sku": "DWWG-534398",
- "sample_variant_sku": "DWWG-534398-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534398",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46991,
@@ -1068,13 +1069,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5395",
"roll_variant_sku": "DWWG-534396",
- "sample_variant_sku": "DWWG-534396-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534396",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46982,
@@ -1082,13 +1083,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5383",
"roll_variant_sku": "DWWG-534406",
- "sample_variant_sku": "DWWG-534406-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534406",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46983,
@@ -1096,13 +1097,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5384",
"roll_variant_sku": "DWWG-534405",
- "sample_variant_sku": "DWWG-534405-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534405",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46990,
@@ -1110,13 +1111,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5394",
"roll_variant_sku": "DWWG-534397",
- "sample_variant_sku": "DWWG-534397-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534397",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46986,
@@ -1124,13 +1125,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5389",
"roll_variant_sku": "DWWG-534401",
- "sample_variant_sku": "DWWG-534401-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534401",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46988,
@@ -1138,13 +1139,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5392",
"roll_variant_sku": "DWWG-534399",
- "sample_variant_sku": "DWWG-534399-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534399",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46984,
@@ -1152,13 +1153,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5385",
"roll_variant_sku": "DWWG-534404",
- "sample_variant_sku": "DWWG-534404-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534404",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46992,
@@ -1166,13 +1167,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5396",
"roll_variant_sku": "DWWG-534395",
- "sample_variant_sku": "DWWG-534395-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534395",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46987,
@@ -1180,13 +1181,13 @@
"pattern": "Glasgow",
"mfr_sku": "GSG9-5391",
"roll_variant_sku": "DWWG-534400",
- "sample_variant_sku": "DWWG-534400-Sample",
"trade_cost": 37,
"proposed_roll_retail": 66.97,
"catalog_retail": 66.97,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.97,
+ "existing_variant_sku": "DWWG-534400",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46993,
@@ -1194,13 +1195,13 @@
"pattern": "Granary Square",
"mfr_sku": "GSQ-8-3628_8",
"roll_variant_sku": "DWWG-532762",
- "sample_variant_sku": "DWWG-532762-Sample",
"trade_cost": 32.75,
"proposed_roll_retail": 59.28,
"catalog_retail": 59.28,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 59.28,
+ "existing_variant_sku": "DWWG-532762",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46994,
@@ -1208,13 +1209,13 @@
"pattern": "Granary Square",
"mfr_sku": "GSQ-8-3635_8",
"roll_variant_sku": "DWWG-532755",
- "sample_variant_sku": "DWWG-532755-Sample",
"trade_cost": 32.75,
"proposed_roll_retail": 59.28,
"catalog_retail": 59.28,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 59.28,
+ "existing_variant_sku": "DWWG-532755",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46961,
@@ -1222,13 +1223,13 @@
"pattern": "Grange",
"mfr_sku": "GRG2111",
"roll_variant_sku": "DWWG-534432",
- "sample_variant_sku": "DWWG-534432-Sample",
"trade_cost": 28.95,
"proposed_roll_retail": 52.4,
"catalog_retail": 52.4,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 52.4,
+ "existing_variant_sku": "DWWG-534432",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46975,
@@ -1236,13 +1237,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2898_8",
"roll_variant_sku": "DWWG-534413",
- "sample_variant_sku": "DWWG-534413-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534413",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46972,
@@ -1250,13 +1251,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2895_8",
"roll_variant_sku": "DWWG-534416",
- "sample_variant_sku": "DWWG-534416-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534416",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46974,
@@ -1264,13 +1265,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2897_8",
"roll_variant_sku": "DWWG-534414",
- "sample_variant_sku": "DWWG-534414-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534414",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46966,
@@ -1278,13 +1279,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2889_8",
"roll_variant_sku": "DWWG-534422",
- "sample_variant_sku": "DWWG-534422-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534422",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46963,
@@ -1292,13 +1293,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2886_8",
"roll_variant_sku": "DWWG-534425",
- "sample_variant_sku": "DWWG-534425-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534425",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46981,
@@ -1306,13 +1307,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2904_8",
"roll_variant_sku": "DWWG-534407",
- "sample_variant_sku": "DWWG-534407-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534407",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46964,
@@ -1320,13 +1321,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2887_8",
"roll_variant_sku": "DWWG-534424",
- "sample_variant_sku": "DWWG-534424-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534424",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46971,
@@ -1334,13 +1335,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2894_8",
"roll_variant_sku": "DWWG-534417",
- "sample_variant_sku": "DWWG-534417-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534417",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46969,
@@ -1348,13 +1349,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2892_8",
"roll_variant_sku": "DWWG-534419",
- "sample_variant_sku": "DWWG-534419-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534419",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46965,
@@ -1362,13 +1363,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2888_8",
"roll_variant_sku": "DWWG-534423",
- "sample_variant_sku": "DWWG-534423-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534423",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46980,
@@ -1376,13 +1377,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2903_8",
"roll_variant_sku": "DWWG-534408",
- "sample_variant_sku": "DWWG-534408-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534408",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46978,
@@ -1390,13 +1391,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2901_8",
"roll_variant_sku": "DWWG-534410",
- "sample_variant_sku": "DWWG-534410-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534410",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46979,
@@ -1404,13 +1405,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2902_8",
"roll_variant_sku": "DWWG-534409",
- "sample_variant_sku": "DWWG-534409-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534409",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46967,
@@ -1418,13 +1419,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2890_8",
"roll_variant_sku": "DWWG-534421",
- "sample_variant_sku": "DWWG-534421-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534421",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46962,
@@ -1432,13 +1433,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2885_8",
"roll_variant_sku": "DWWG-534426",
- "sample_variant_sku": "DWWG-534426-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534426",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46977,
@@ -1446,13 +1447,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2900_8",
"roll_variant_sku": "DWWG-534411",
- "sample_variant_sku": "DWWG-534411-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534411",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46970,
@@ -1460,13 +1461,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2893_8",
"roll_variant_sku": "DWWG-534418",
- "sample_variant_sku": "DWWG-534418-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534418",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46973,
@@ -1474,13 +1475,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2896_8",
"roll_variant_sku": "DWWG-534415",
- "sample_variant_sku": "DWWG-534415-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534415",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46968,
@@ -1488,13 +1489,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2891_8",
"roll_variant_sku": "DWWG-534420",
- "sample_variant_sku": "DWWG-534420-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534420",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46976,
@@ -1502,13 +1503,13 @@
"pattern": "Grove",
"mfr_sku": "GRV-2899_8",
"roll_variant_sku": "DWWG-534412",
- "sample_variant_sku": "DWWG-534412-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534412",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46996,
@@ -1516,13 +1517,13 @@
"pattern": "Holmes",
"mfr_sku": "HOM-3388",
"roll_variant_sku": "DWWG-534380",
- "sample_variant_sku": "DWWG-534380-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-534380",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47012,
@@ -1530,13 +1531,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3328_8",
"roll_variant_sku": "DWWG-534334",
- "sample_variant_sku": "DWWG-534334-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534334",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47006,
@@ -1544,13 +1545,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3322_8",
"roll_variant_sku": "DWWG-534340",
- "sample_variant_sku": "DWWG-534340-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534340",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47003,
@@ -1558,13 +1559,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3319_8",
"roll_variant_sku": "DWWG-534343",
- "sample_variant_sku": "DWWG-534343-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534343",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47008,
@@ -1572,13 +1573,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3324_8",
"roll_variant_sku": "DWWG-534338",
- "sample_variant_sku": "DWWG-534338-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534338",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47004,
@@ -1586,13 +1587,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3320_8",
"roll_variant_sku": "DWWG-534342",
- "sample_variant_sku": "DWWG-534342-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534342",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46997,
@@ -1600,13 +1601,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3313_8",
"roll_variant_sku": "DWWG-534349",
- "sample_variant_sku": "DWWG-534349-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534349",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47007,
@@ -1614,13 +1615,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3323_8",
"roll_variant_sku": "DWWG-534339",
- "sample_variant_sku": "DWWG-534339-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534339",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47000,
@@ -1628,13 +1629,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3316_8",
"roll_variant_sku": "DWWG-534346",
- "sample_variant_sku": "DWWG-534346-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534346",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47011,
@@ -1642,13 +1643,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3327_8",
"roll_variant_sku": "DWWG-534335",
- "sample_variant_sku": "DWWG-534335-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534335",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46999,
@@ -1656,13 +1657,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3315_8",
"roll_variant_sku": "DWWG-534347",
- "sample_variant_sku": "DWWG-534347-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534347",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46998,
@@ -1670,13 +1671,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3314_8",
"roll_variant_sku": "DWWG-534348",
- "sample_variant_sku": "DWWG-534348-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534348",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47005,
@@ -1684,13 +1685,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3321_8",
"roll_variant_sku": "DWWG-534341",
- "sample_variant_sku": "DWWG-534341-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534341",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47010,
@@ -1698,13 +1699,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3326_8",
"roll_variant_sku": "DWWG-534336",
- "sample_variant_sku": "DWWG-534336-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534336",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47009,
@@ -1712,13 +1713,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3325_8",
"roll_variant_sku": "DWWG-534337",
- "sample_variant_sku": "DWWG-534337-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534337",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47001,
@@ -1726,13 +1727,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3317_8",
"roll_variant_sku": "DWWG-534345",
- "sample_variant_sku": "DWWG-534345-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534345",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47002,
@@ -1740,13 +1741,13 @@
"pattern": "Hugo",
"mfr_sku": "HUG-3318_8",
"roll_variant_sku": "DWWG-534344",
- "sample_variant_sku": "DWWG-534344-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534344",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47013,
@@ -1754,13 +1755,13 @@
"pattern": "Islington Station",
"mfr_sku": "ISN-8-3432",
"roll_variant_sku": "DWWG-532718",
- "sample_variant_sku": "DWWG-532718-Sample",
"trade_cost": 32.75,
"proposed_roll_retail": 59.28,
"catalog_retail": 59.28,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 59.28,
+ "existing_variant_sku": "DWWG-532718",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47016,
@@ -1768,13 +1769,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5366",
"roll_variant_sku": "DWWG-534287",
- "sample_variant_sku": "DWWG-534287-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534287",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47020,
@@ -1782,13 +1783,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5370",
"roll_variant_sku": "DWWG-534283",
- "sample_variant_sku": "DWWG-534283-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534283",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47021,
@@ -1796,13 +1797,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5371",
"roll_variant_sku": "DWWG-534282",
- "sample_variant_sku": "DWWG-534282-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534282",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47018,
@@ -1810,13 +1811,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5368",
"roll_variant_sku": "DWWG-534285",
- "sample_variant_sku": "DWWG-534285-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534285",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47022,
@@ -1824,13 +1825,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5372",
"roll_variant_sku": "DWWG-534281",
- "sample_variant_sku": "DWWG-534281-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534281",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47017,
@@ -1838,13 +1839,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5367",
"roll_variant_sku": "DWWG-534286",
- "sample_variant_sku": "DWWG-534286-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534286",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47019,
@@ -1852,13 +1853,13 @@
"pattern": "Jaipur",
"mfr_sku": "JAI9-5369",
"roll_variant_sku": "DWWG-534284",
- "sample_variant_sku": "DWWG-534284-Sample",
"trade_cost": 36,
"proposed_roll_retail": 65.16,
"catalog_retail": 65.16,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 65.16,
+ "existing_variant_sku": "DWWG-534284",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47041,
@@ -1866,13 +1867,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5122",
"roll_variant_sku": "DWWG-534246",
- "sample_variant_sku": "DWWG-534246-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534246",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47046,
@@ -1880,13 +1881,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5127",
"roll_variant_sku": "DWWG-534241",
- "sample_variant_sku": "DWWG-534241-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534241",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47042,
@@ -1894,13 +1895,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5123",
"roll_variant_sku": "DWWG-534245",
- "sample_variant_sku": "DWWG-534245-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534245",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47040,
@@ -1908,13 +1909,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5121",
"roll_variant_sku": "DWWG-534247",
- "sample_variant_sku": "DWWG-534247-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534247",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47045,
@@ -1922,13 +1923,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5126",
"roll_variant_sku": "DWWG-534242",
- "sample_variant_sku": "DWWG-534242-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534242",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47043,
@@ -1936,13 +1937,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5124",
"roll_variant_sku": "DWWG-534244",
- "sample_variant_sku": "DWWG-534244-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534244",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47044,
@@ -1950,13 +1951,13 @@
"pattern": "Kabuto",
"mfr_sku": "KBT-5125",
"roll_variant_sku": "DWWG-534243",
- "sample_variant_sku": "DWWG-534243-Sample",
"trade_cost": 41.75,
"proposed_roll_retail": 75.57,
"catalog_retail": 75.57,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.57,
+ "existing_variant_sku": "DWWG-534243",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47038,
@@ -1964,13 +1965,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5110",
"roll_variant_sku": "DWWG-534249",
- "sample_variant_sku": "DWWG-534249-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534249",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47028,
@@ -1978,13 +1979,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5100",
"roll_variant_sku": "DWWG-534259",
- "sample_variant_sku": "DWWG-534259-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534259",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47032,
@@ -1992,13 +1993,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5104",
"roll_variant_sku": "DWWG-534255",
- "sample_variant_sku": "DWWG-534255-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534255",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47030,
@@ -2006,13 +2007,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5102",
"roll_variant_sku": "DWWG-534257",
- "sample_variant_sku": "DWWG-534257-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534257",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47026,
@@ -2020,13 +2021,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5098",
"roll_variant_sku": "DWWG-534261",
- "sample_variant_sku": "DWWG-534261-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534261",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47025,
@@ -2034,13 +2035,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5097",
"roll_variant_sku": "DWWG-534262",
- "sample_variant_sku": "DWWG-534262-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534262",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47039,
@@ -2048,13 +2049,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5111",
"roll_variant_sku": "DWWG-534248",
- "sample_variant_sku": "DWWG-534248-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534248",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47029,
@@ -2062,13 +2063,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5101",
"roll_variant_sku": "DWWG-534258",
- "sample_variant_sku": "DWWG-534258-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534258",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47035,
@@ -2076,13 +2077,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5107",
"roll_variant_sku": "DWWG-534252",
- "sample_variant_sku": "DWWG-534252-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534252",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47024,
@@ -2090,13 +2091,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5096",
"roll_variant_sku": "DWWG-534263",
- "sample_variant_sku": "DWWG-534263-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534263",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47034,
@@ -2104,13 +2105,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5106",
"roll_variant_sku": "DWWG-534253",
- "sample_variant_sku": "DWWG-534253-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534253",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47036,
@@ -2118,13 +2119,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5108",
"roll_variant_sku": "DWWG-534251",
- "sample_variant_sku": "DWWG-534251-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534251",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47031,
@@ -2132,13 +2133,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5103",
"roll_variant_sku": "DWWG-534256",
- "sample_variant_sku": "DWWG-534256-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534256",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47033,
@@ -2146,13 +2147,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5105",
"roll_variant_sku": "DWWG-534254",
- "sample_variant_sku": "DWWG-534254-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534254",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47027,
@@ -2160,13 +2161,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5099",
"roll_variant_sku": "DWWG-534260",
- "sample_variant_sku": "DWWG-534260-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534260",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47037,
@@ -2174,13 +2175,13 @@
"pattern": "Kami",
"mfr_sku": "KAM-5109",
"roll_variant_sku": "DWWG-534250",
- "sample_variant_sku": "DWWG-534250-Sample",
"trade_cost": 29.95,
"proposed_roll_retail": 54.21,
"catalog_retail": 54.21,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 54.21,
+ "existing_variant_sku": "DWWG-534250",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47074,
@@ -2188,13 +2189,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3380_8",
"roll_variant_sku": "DWWG-534132",
- "sample_variant_sku": "DWWG-534132-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534132",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47077,
@@ -2202,13 +2203,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3383_8",
"roll_variant_sku": "DWWG-534129",
- "sample_variant_sku": "DWWG-534129-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534129",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47061,
@@ -2216,13 +2217,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3367_8",
"roll_variant_sku": "DWWG-534145",
- "sample_variant_sku": "DWWG-534145-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534145",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47064,
@@ -2230,13 +2231,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3370_8",
"roll_variant_sku": "DWWG-534142",
- "sample_variant_sku": "DWWG-534142-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534142",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47078,
@@ -2244,13 +2245,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3384_8",
"roll_variant_sku": "DWWG-534128",
- "sample_variant_sku": "DWWG-534128-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534128",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47063,
@@ -2258,13 +2259,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3369_8",
"roll_variant_sku": "DWWG-534143",
- "sample_variant_sku": "DWWG-534143-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534143",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47076,
@@ -2272,13 +2273,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3382_8",
"roll_variant_sku": "DWWG-534130",
- "sample_variant_sku": "DWWG-534130-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534130",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47060,
@@ -2286,13 +2287,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3366_8",
"roll_variant_sku": "DWWG-534146",
- "sample_variant_sku": "DWWG-534146-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534146",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47071,
@@ -2300,13 +2301,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3377_8",
"roll_variant_sku": "DWWG-534135",
- "sample_variant_sku": "DWWG-534135-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534135",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47068,
@@ -2314,13 +2315,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3374_8",
"roll_variant_sku": "DWWG-534138",
- "sample_variant_sku": "DWWG-534138-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534138",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47072,
@@ -2328,13 +2329,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3378_8",
"roll_variant_sku": "DWWG-534134",
- "sample_variant_sku": "DWWG-534134-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534134",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47070,
@@ -2342,13 +2343,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3376_8",
"roll_variant_sku": "DWWG-534136",
- "sample_variant_sku": "DWWG-534136-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534136",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47067,
@@ -2356,13 +2357,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3373_8",
"roll_variant_sku": "DWWG-534139",
- "sample_variant_sku": "DWWG-534139-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534139",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47075,
@@ -2370,13 +2371,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3381_8",
"roll_variant_sku": "DWWG-534131",
- "sample_variant_sku": "DWWG-534131-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534131",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47062,
@@ -2384,13 +2385,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3368_8",
"roll_variant_sku": "DWWG-534144",
- "sample_variant_sku": "DWWG-534144-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534144",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47073,
@@ -2398,13 +2399,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3379_8",
"roll_variant_sku": "DWWG-534133",
- "sample_variant_sku": "DWWG-534133-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534133",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47066,
@@ -2412,13 +2413,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3372_8",
"roll_variant_sku": "DWWG-534140",
- "sample_variant_sku": "DWWG-534140-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534140",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47069,
@@ -2426,13 +2427,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3375_8",
"roll_variant_sku": "DWWG-534137",
- "sample_variant_sku": "DWWG-534137-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534137",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47065,
@@ -2440,13 +2441,13 @@
"pattern": "Lyra",
"mfr_sku": "LYR-3371_8",
"roll_variant_sku": "DWWG-534141",
- "sample_variant_sku": "DWWG-534141-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534141",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47079,
@@ -2454,13 +2455,13 @@
"pattern": "Macao",
"mfr_sku": "MAO-7-4160",
"roll_variant_sku": "DWWG-530165",
- "sample_variant_sku": "DWWG-530165-Sample",
"trade_cost": 31.25,
"proposed_roll_retail": 56.56,
"catalog_retail": 56.56,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 56.56,
+ "existing_variant_sku": "DWWG-530165",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47131,
@@ -2468,13 +2469,13 @@
"pattern": "Mantaray",
"mfr_sku": "MRY-3173",
"roll_variant_sku": "DWWG-534020",
- "sample_variant_sku": "DWWG-534020-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-534020",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47114,
@@ -2482,13 +2483,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3286_8",
"roll_variant_sku": "DWWG-534040",
- "sample_variant_sku": "DWWG-534040-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534040",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47116,
@@ -2496,13 +2497,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3288_8",
"roll_variant_sku": "DWWG-534038",
- "sample_variant_sku": "DWWG-534038-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534038",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47118,
@@ -2510,13 +2511,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3290_8",
"roll_variant_sku": "DWWG-534036",
- "sample_variant_sku": "DWWG-534036-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534036",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47123,
@@ -2524,13 +2525,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3295_8",
"roll_variant_sku": "DWWG-534031",
- "sample_variant_sku": "DWWG-534031-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534031",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47113,
@@ -2538,13 +2539,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3285_8",
"roll_variant_sku": "DWWG-534041",
- "sample_variant_sku": "DWWG-534041-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534041",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47130,
@@ -2552,13 +2553,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3302_8",
"roll_variant_sku": "DWWG-534024",
- "sample_variant_sku": "DWWG-534024-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534024",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47112,
@@ -2566,13 +2567,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3284_8",
"roll_variant_sku": "DWWG-534042",
- "sample_variant_sku": "DWWG-534042-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534042",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47129,
@@ -2580,13 +2581,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3301_8",
"roll_variant_sku": "DWWG-534025",
- "sample_variant_sku": "DWWG-534025-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534025",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47117,
@@ -2594,13 +2595,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3289_8",
"roll_variant_sku": "DWWG-534037",
- "sample_variant_sku": "DWWG-534037-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534037",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47125,
@@ -2608,13 +2609,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3297_8",
"roll_variant_sku": "DWWG-534029",
- "sample_variant_sku": "DWWG-534029-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534029",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47120,
@@ -2622,13 +2623,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3292_8",
"roll_variant_sku": "DWWG-534034",
- "sample_variant_sku": "DWWG-534034-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534034",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47121,
@@ -2636,13 +2637,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3293_8",
"roll_variant_sku": "DWWG-534033",
- "sample_variant_sku": "DWWG-534033-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534033",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47124,
@@ -2650,13 +2651,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3296_8",
"roll_variant_sku": "DWWG-534030",
- "sample_variant_sku": "DWWG-534030-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534030",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47126,
@@ -2664,13 +2665,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3298_8",
"roll_variant_sku": "DWWG-534028",
- "sample_variant_sku": "DWWG-534028-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534028",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47127,
@@ -2678,13 +2679,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3299_8",
"roll_variant_sku": "DWWG-534027",
- "sample_variant_sku": "DWWG-534027-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534027",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47119,
@@ -2692,13 +2693,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3291_8",
"roll_variant_sku": "DWWG-534035",
- "sample_variant_sku": "DWWG-534035-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534035",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47115,
@@ -2706,13 +2707,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3287_8",
"roll_variant_sku": "DWWG-534039",
- "sample_variant_sku": "DWWG-534039-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534039",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47128,
@@ -2720,13 +2721,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3300_8",
"roll_variant_sku": "DWWG-534026",
- "sample_variant_sku": "DWWG-534026-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534026",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47122,
@@ -2734,13 +2735,13 @@
"pattern": "Marlu",
"mfr_sku": "MRU-3294_8",
"roll_variant_sku": "DWWG-534032",
- "sample_variant_sku": "DWWG-534032-Sample",
"trade_cost": 42,
"proposed_roll_retail": 76.02,
"catalog_retail": 76.02,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 76.02,
+ "existing_variant_sku": "DWWG-534032",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47105,
@@ -2748,13 +2749,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-571",
"roll_variant_sku": "DWWG-534124",
- "sample_variant_sku": "DWWG-534124-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534124",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47106,
@@ -2762,13 +2763,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-572",
"roll_variant_sku": "DWWG-534123",
- "sample_variant_sku": "DWWG-534123-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534123",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47108,
@@ -2776,13 +2777,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-574",
"roll_variant_sku": "DWWG-534121",
- "sample_variant_sku": "DWWG-534121-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534121",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47104,
@@ -2790,13 +2791,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-570",
"roll_variant_sku": "DWWG-534125",
- "sample_variant_sku": "DWWG-534125-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534125",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47109,
@@ -2804,13 +2805,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-575",
"roll_variant_sku": "DWWG-534120",
- "sample_variant_sku": "DWWG-534120-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534120",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47102,
@@ -2818,13 +2819,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-568",
"roll_variant_sku": "DWWG-534127",
- "sample_variant_sku": "DWWG-534127-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534127",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47103,
@@ -2832,13 +2833,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-569",
"roll_variant_sku": "DWWG-534126",
- "sample_variant_sku": "DWWG-534126-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534126",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47110,
@@ -2846,13 +2847,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-576",
"roll_variant_sku": "DWWG-534119",
- "sample_variant_sku": "DWWG-534119-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534119",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47107,
@@ -2860,13 +2861,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-573",
"roll_variant_sku": "DWWG-534122",
- "sample_variant_sku": "DWWG-534122-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534122",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47111,
@@ -2874,13 +2875,13 @@
"pattern": "Metamorphosis",
"mfr_sku": "METM-577",
"roll_variant_sku": "DWWG-534118",
- "sample_variant_sku": "DWWG-534118-Sample",
"trade_cost": 48.95,
"proposed_roll_retail": 88.6,
"catalog_retail": 88.6,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 88.6,
+ "existing_variant_sku": "DWWG-534118",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47149,
@@ -2888,13 +2889,13 @@
"pattern": "Neso",
"mfr_sku": "NES-3799",
"roll_variant_sku": "DWWG-533985",
- "sample_variant_sku": "DWWG-533985-Sample",
"trade_cost": 45.35,
"proposed_roll_retail": 82.08,
"catalog_retail": 82.08,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 82.08,
+ "existing_variant_sku": "DWWG-533985",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47163,
@@ -2902,13 +2903,13 @@
"pattern": "Olsen",
"mfr_sku": "OLS-3561",
"roll_variant_sku": "DWWG-533923",
- "sample_variant_sku": "DWWG-533923-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533923",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47164,
@@ -2916,13 +2917,13 @@
"pattern": "Olsen",
"mfr_sku": "OLS-3563",
"roll_variant_sku": "DWWG-533921",
- "sample_variant_sku": "DWWG-533921-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533921",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47165,
@@ -2930,13 +2931,13 @@
"pattern": "Osmosis",
"mfr_sku": "OSM-2650",
"roll_variant_sku": "DWWG-533907",
- "sample_variant_sku": "DWWG-533907-Sample",
"trade_cost": 41.5,
"proposed_roll_retail": 75.11,
"catalog_retail": 75.11,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 75.11,
+ "existing_variant_sku": "DWWG-533907",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46812,
@@ -2944,13 +2945,13 @@
"pattern": "Perch",
"mfr_sku": "DPRH-500",
"roll_variant_sku": "DWWG-534707",
- "sample_variant_sku": "DWWG-534707-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-534707",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46813,
@@ -2958,13 +2959,13 @@
"pattern": "Perch",
"mfr_sku": "DPRH-501",
"roll_variant_sku": "DWWG-534706",
- "sample_variant_sku": "DWWG-534706-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-534706",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46814,
@@ -2972,13 +2973,13 @@
"pattern": "Perch",
"mfr_sku": "DPRH-502",
"roll_variant_sku": "DWWG-534705",
- "sample_variant_sku": "DWWG-534705-Sample",
"trade_cost": 74.95,
"proposed_roll_retail": 135.66,
"catalog_retail": 135.66,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 135.66,
+ "existing_variant_sku": "DWWG-534705",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47167,
@@ -2986,13 +2987,13 @@
"pattern": "Phaeo",
"mfr_sku": "PHO-3761",
"roll_variant_sku": "DWWG-533878",
- "sample_variant_sku": "DWWG-533878-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533878",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47225,
@@ -3000,13 +3001,13 @@
"pattern": "Ronan",
"mfr_sku": "RON-3345",
"roll_variant_sku": "DWWG-533827",
- "sample_variant_sku": "DWWG-533827-Sample",
"trade_cost": 48.33,
"proposed_roll_retail": 87.48,
"catalog_retail": 87.48,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 87.48,
+ "existing_variant_sku": "DWWG-533827",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47226,
@@ -3014,13 +3015,13 @@
"pattern": "Rossana",
"mfr_sku": "ROS-4146",
"roll_variant_sku": "DWWG-533809",
- "sample_variant_sku": "DWWG-533809-Sample",
"trade_cost": 32.5,
"proposed_roll_retail": 58.82,
"catalog_retail": 58.82,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 58.82,
+ "existing_variant_sku": "DWWG-533809",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47241,
@@ -3028,13 +3029,13 @@
"pattern": "Sadeya",
"mfr_sku": "SDY-3346_8",
"roll_variant_sku": "DWWG-533752",
- "sample_variant_sku": "DWWG-533752-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533752",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47242,
@@ -3042,13 +3043,13 @@
"pattern": "Sadeya",
"mfr_sku": "SDY-3349_8",
"roll_variant_sku": "DWWG-533749",
- "sample_variant_sku": "DWWG-533749-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533749",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47240,
@@ -3056,13 +3057,13 @@
"pattern": "Sadeya",
"mfr_sku": "SDY-3345_8",
"roll_variant_sku": "DWWG-533753",
- "sample_variant_sku": "DWWG-533753-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533753",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47243,
@@ -3070,13 +3071,13 @@
"pattern": "Sadeya",
"mfr_sku": "SDY-3352_8",
"roll_variant_sku": "DWWG-533746",
- "sample_variant_sku": "DWWG-533746-Sample",
"trade_cost": 36.75,
"proposed_roll_retail": 66.52,
"catalog_retail": 66.52,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 66.52,
+ "existing_variant_sku": "DWWG-533746",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46840,
@@ -3084,13 +3085,13 @@
"pattern": "DTON 401",
"mfr_sku": "DTON-401",
"roll_variant_sku": "DWWG-533139",
- "sample_variant_sku": "DWWG-533139-Sample",
"trade_cost": 189.95,
"proposed_roll_retail": 343.8,
"catalog_retail": 343.8,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 343.8,
+ "existing_variant_sku": "DWWG-533139",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 47502,
@@ -3098,13 +3099,13 @@
"pattern": "Vauxhall",
"mfr_sku": "VAX-8-3496",
"roll_variant_sku": "DWWG-533644",
- "sample_variant_sku": "DWWG-533644-Sample",
"trade_cost": 32.75,
"proposed_roll_retail": 59.28,
"catalog_retail": 59.28,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 59.28,
+ "existing_variant_sku": "DWWG-533644",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46856,
@@ -3112,13 +3113,13 @@
"pattern": "Vista",
"mfr_sku": "DVTS-521",
"roll_variant_sku": "DWWG-534660",
- "sample_variant_sku": "DWWG-534660-Sample",
"trade_cost": 99.95,
"proposed_roll_retail": 180.9,
"catalog_retail": 180.9,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 180.9,
+ "existing_variant_sku": "DWWG-534660",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46857,
@@ -3126,13 +3127,13 @@
"pattern": "Vista",
"mfr_sku": "DVTS-522",
"roll_variant_sku": "DWWG-534659",
- "sample_variant_sku": "DWWG-534659-Sample",
"trade_cost": 99.95,
"proposed_roll_retail": 180.9,
"catalog_retail": 180.9,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 180.9,
+ "existing_variant_sku": "DWWG-534659",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
},
{
"product_id": 46855,
@@ -3140,13 +3141,13 @@
"pattern": "Vista",
"mfr_sku": "DVTS-520",
"roll_variant_sku": "DWWG-534661",
- "sample_variant_sku": "DWWG-534661-Sample",
"trade_cost": 99.95,
"proposed_roll_retail": 180.9,
"catalog_retail": 180.9,
- "pricing_crosscheck_ok": true,
- "has_existing_sample": true,
- "action": "ADD_SELLABLE_ROLL_VARIANT"
+ "existing_variant_count": 1,
+ "existing_min_variant_price": 180.9,
+ "existing_variant_sku": "DWWG-534661",
+ "action": "ALREADY_SELLABLE_STALE_FLAG"
}
]
}
\ No newline at end of file
diff --git a/lib/db.mjs b/lib/db.mjs
index b2832bb..aa73f2c 100644
--- a/lib/db.mjs
+++ b/lib/db.mjs
@@ -22,7 +22,9 @@
import { spawnSync } from 'node:child_process';
-const PSQL_ARGS = ['-h', '/tmp', '-d', 'dw_unified', '-tA'];
+// ON_ERROR_STOP=1 so a bad SELECT aborts with a nonzero exit (surfaced as a
+// thrown Error) instead of silently yielding an empty result set.
+const PSQL_ARGS = ['-h', '/tmp', '-d', 'dw_unified', '-tA', '-v', 'ON_ERROR_STOP=1'];
/**
* Run a SELECT and return an array of row objects.
diff --git a/pilot.mjs b/pilot.mjs
index 9080be9..733d0be 100644
--- a/pilot.mjs
+++ b/pilot.mjs
@@ -1,16 +1,20 @@
#!/usr/bin/env node
// TK-10875 — BOUNDED RECOVERY PILOT (DRY-RUN ONLY), Wolf Gordon cohort.
//
-// Produces the sellable-variant recovery PLAN for every ACTIVE, unbuyable
-// Wolf Gordon product whose trade cost is joinable from wolf_gordon_catalog.
-// It writes two plan artifacts and prints a summary. It performs NO writes to
+// Produces the sellable-variant recovery PLAN for ACTIVE, "unbuyable" Wolf
+// Gordon products whose trade cost is joinable from wolf_gordon_catalog.
+// It writes plan artifacts and prints a summary. It performs NO writes to
// Shopify and NO writes to dw_unified — it only issues read-only SELECTs.
//
-// The plan each row describes (for a FUTURE, separately-gated executor):
-// - keep the existing $4.25 Sample variant (never touched)
-// - add a sellable "Sold Per Roll" variant at retail = trade/0.65/0.85
-// - roll variant SKU = the product's numeric DW-SKU; sample stays <sku>-Sample
-// No SKU is minted (reuses existing numeric DW-SKU), matching Steve's rule.
+// IMPORTANT (why this pilot does NOT just emit "build 224 variants"):
+// The mirror's `has_product_variant` flag is STALE for this cohort (the
+// dw-shopify-products-sync-hourly job is dead). A product flagged unbuyable but
+// carrying a single NON-sample variant priced far above the $4.25 sample floor
+// is ALREADY SELLABLE in Shopify — building a roll variant would double-add.
+// So each candidate is CLASSIFIED, not blindly queued:
+// ALREADY_SELLABLE_STALE_FLAG -> exclude from build; it's a mirror-sync defect
+// ADD_SELLABLE_ROLL_VARIANT -> genuinely sample-only AND cost-joinable
+// Retail = trade_cost / 0.65 / 0.85 (DW markup); SKU reused (no mint).
import { writeFileSync } from 'node:fs';
import { fileURLToPath } from 'node:url';
@@ -24,15 +28,15 @@ const rows = queryRows(`
SELECT
wg.id AS product_id,
wg.sku AS dw_numeric_sku,
- wg.sku || '-Sample' AS sample_sku,
wg.mfr_sku,
wg.title,
- wg.has_sample_variant,
+ wg.variant_count,
+ wg.variant_sku,
+ wg.min_variant_price,
c.pattern_name,
c.price_trade AS trade_cost,
round(c.price_trade/0.65/0.85, 2) AS computed_retail,
- c.price_retail AS catalog_retail,
- (round(c.price_trade/0.65/0.85,2) = c.price_retail) AS pricing_crosscheck_ok
+ c.price_retail AS catalog_retail
FROM shopify_products wg
JOIN wolf_gordon_catalog c ON c.dw_sku = wg.sku
WHERE wg.vendor='${COHORT}'
@@ -41,25 +45,36 @@ const rows = queryRows(`
AND c.price_trade > 0
ORDER BY wg.title`);
-// Shape the plan + integrity flags
-const plan = rows.map(r => ({
- product_id: r.product_id,
- title: r.title,
- pattern: r.pattern_name,
- mfr_sku: r.mfr_sku,
- roll_variant_sku: r.dw_numeric_sku, // reuse existing numeric DW-SKU (no mint)
- sample_variant_sku: r.sample_sku, // existing sample, preserved
- trade_cost: Number(r.trade_cost),
- proposed_roll_retail: Number(r.computed_retail),
- catalog_retail: r.catalog_retail == null ? null : Number(r.catalog_retail),
- pricing_crosscheck_ok: r.pricing_crosscheck_ok === true || r.pricing_crosscheck_ok === 't',
- has_existing_sample: r.has_sample_variant === true || r.has_sample_variant === 't',
- action: 'ADD_SELLABLE_ROLL_VARIANT', // GATED — not executed here
-}));
+// A product is "already sellable" (stale flag) if it carries a SINGLE non-sample
+// variant priced above the $4.25 sample floor. Hardened (2nd-model review):
+// variant_count===1 (avoid mis-bucketing a sample+roll pair) and a non-empty SKU
+// (unknown SKU stays conservatively on the recovery side, never silently excluded).
+const isStaleAlreadySellable = r => {
+ const mvp = Number(r.min_variant_price ?? 0);
+ const vsku = (r.variant_sku ?? '').toLowerCase();
+ return Number(r.variant_count) === 1 && vsku !== '' && !vsku.endsWith('-sample') && mvp > 4.5;
+};
+
+const plan = rows.map(r => {
+ const stale = isStaleAlreadySellable(r);
+ return {
+ product_id: r.product_id,
+ title: r.title,
+ pattern: r.pattern_name,
+ mfr_sku: r.mfr_sku,
+ roll_variant_sku: r.dw_numeric_sku,
+ trade_cost: Number(r.trade_cost),
+ proposed_roll_retail: Number(r.computed_retail),
+ catalog_retail: r.catalog_retail == null ? null : Number(r.catalog_retail),
+ existing_variant_count: Number(r.variant_count ?? 0),
+ existing_min_variant_price: Number(r.min_variant_price ?? 0),
+ existing_variant_sku: r.variant_sku,
+ action: stale ? 'ALREADY_SELLABLE_STALE_FLAG' : 'ADD_SELLABLE_ROLL_VARIANT',
+ };
+});
-const crosscheckFails = plan.filter(p => !p.pricing_crosscheck_ok);
-const missingSample = plan.filter(p => !p.has_existing_sample);
-const badRetail = plan.filter(p => !(p.proposed_roll_retail > 0));
+const buildable = plan.filter(p => p.action === 'ADD_SELLABLE_ROLL_VARIANT');
+const staleFlag = plan.filter(p => p.action === 'ALREADY_SELLABLE_STALE_FLAG');
const report = {
ticket: 'TK-10875',
@@ -67,39 +82,43 @@ const report = {
mode: 'DRY-RUN — no Shopify or dw_unified writes performed',
generated_at: new Date().toISOString(),
retail_formula: 'trade_cost / 0.65 / 0.85',
+ // NOTE: computed_retail vs catalog_retail is an INTERNAL-CONSISTENCY check only
+ // (catalog.price_retail was itself derived as trade/0.65/0.85). It is NOT an
+ // independent validation of the selling price — do not treat a match as proof.
+ pricing_note: 'computed_retail == catalog_retail is tautological (same formula); NOT price validation. Real validation needs a vendor-authoritative source (e.g. Wolf Gordon invoice/portal).',
counts: {
- recoverable_products: plan.length,
- pricing_crosscheck_ok: plan.length - crosscheckFails.length,
- pricing_crosscheck_fail: crosscheckFails.length,
- missing_existing_sample: missingSample.length,
- non_positive_retail: badRetail.length,
+ cost_joined_candidates: plan.length,
+ truly_buildable: buildable.length,
+ already_sellable_stale_flag: staleFlag.length,
},
- plan,
+ finding: staleFlag.length === plan.length
+ ? 'ALL cost-joined WG candidates are (per the mirror) already-sellable — single non-sample variant priced far above the $4.25 sample floor. Recovery here is a NO-OP / double-add risk. Because the sync job is dead, the mirror itself cannot be trusted as ground truth: re-sync has_product_variant and CONFIRM against live Shopify before any build — do not build variants.'
+ : `${buildable.length} genuinely sample-only + cost-joinable → gated variant build; ${staleFlag.length} are stale-flag false positives.`,
+ buildable_plan: buildable, // the ONLY rows a future gated executor should touch
+ stale_flag_products: staleFlag, // surfaced as a mirror-sync data defect
};
const jsonOut = join(HERE, 'data', 'wolf-gordon-dryrun.json');
const csvOut = join(HERE, 'data', 'wolf-gordon-dryrun.csv');
writeFileSync(jsonOut, JSON.stringify(report, null, 2));
-const cols = ['product_id','roll_variant_sku','mfr_sku','title','pattern','trade_cost','proposed_roll_retail','catalog_retail','pricing_crosscheck_ok','has_existing_sample','action'];
+const cols = ['product_id','roll_variant_sku','mfr_sku','title','pattern','trade_cost','proposed_roll_retail','existing_variant_count','existing_min_variant_price','existing_variant_sku','action'];
const esc = v => `"${String(v ?? '').replace(/"/g,'""')}"`;
writeFileSync(csvOut, [cols.join(','), ...plan.map(p => cols.map(c => esc(p[c])).join(','))].join('\n') + '\n');
console.log(`\n================ DRY-RUN — NO WRITES PERFORMED ================`);
console.log(`Cohort: ${COHORT}`);
-console.log(`Recoverable products: ${plan.length}`);
-console.log(`Pricing cross-check OK: ${plan.length - crosscheckFails.length}/${plan.length}`);
-console.log(`Missing existing sample: ${missingSample.length} (would need sample built too)`);
-console.log(`Non-positive retail (blocked):${badRetail.length}`);
+console.log(`Cost-joined candidates: ${plan.length}`);
+console.log(` -> truly buildable: ${buildable.length}`);
+console.log(` -> already-sellable (stale flag, EXCLUDED): ${staleFlag.length}`);
console.log(`Plan written: ${jsonOut}`);
console.log(` ${csvOut}`);
-console.log(`Next step (GATED, NOT done here): route plan to vp-dw-commerce for a`);
-console.log(`tested, reversible Shopify variant-build (rollback-mapped, ledgered).`);
-console.log(`==============================================================\n`);
-
-// Integrity guard: if pricing can't be trusted, exit non-zero so no downstream
-// tooling treats a bad plan as clean.
-if (badRetail.length > 0 || crosscheckFails.length > plan.length * 0.02) {
- console.error(`[pilot] WARNING: pricing integrity issues — plan is advisory, do not execute as-is.`);
- process.exit(2);
+if (buildable.length === 0) {
+ console.log(`\nCONCLUSION: 0 truly-recoverable in this cohort. The 224 "unbuyable" WG`);
+ console.log(`products already have a correctly-priced roll variant — the mirror flag is`);
+ console.log(`stale. Fix the dead sync job + re-sync has_product_variant BEFORE any build.`);
+} else {
+ console.log(`\nNext step (GATED, NOT done here): route the ${buildable.length}-row buildable_plan`);
+ console.log(`to vp-dw-commerce for a tested, reversible, ledgered Shopify variant build.`);
}
+console.log(`==============================================================\n`);
diff --git a/sql/wolf-gordon-pilot.sql b/sql/wolf-gordon-pilot.sql
index 28f9969..eebdc0b 100644
--- a/sql/wolf-gordon-pilot.sql
+++ b/sql/wolf-gordon-pilot.sql
@@ -4,9 +4,14 @@
-- IS joinable from wolf_gordon_catalog, emit the sellable-variant PLAN.
--
-- Retail = trade_cost / 0.65 / 0.85 (DW standing markup rule).
--- Cross-check: the catalog's own price_retail is derived the same way, so
--- computed_retail should equal catalog_retail to the penny (a free proof the
--- formula + column choice are correct). `pricing_crosscheck_ok` flags matches.
+-- CAVEAT: catalog.price_retail was ALSO computed as trade/0.65/0.85, so
+-- computed_retail == catalog_retail is a TAUTOLOGY (internal consistency only) —
+-- it is NOT independent price validation. Real validation needs a vendor source.
+--
+-- WARNING: in the live mirror every WG row that joins here has variant_count=1
+-- and a non-sample variant priced far above $4.25 → it is ALREADY sellable
+-- (has_product_variant is a STALE flag; the sync job is dead). Do NOT build from
+-- this raw join. pilot.mjs applies the stale-flag guard; this SQL is the raw view.
--
-- This SELECT produces a PLAN ONLY. It performs no Shopify or dw_unified write.
SELECT
← b634b70 TK-10875: unbuyable classification + Wolf Gordon dry-run rec
·
back to Dw Unbuyable Recovery Pilot
·
TK-10875: EMPIRICAL correction — WG 224 are RR-defect, recov 8fb27f0 →