← back to Dw Signup Fulfillment
TK-10836: live checkout render blocked by mandatory customer login; fix units-vs-lines metric error
ff9bd17cc1a5b6e6f24d4a8b915d07b137970012 · 2026-09-10 08:42:55 -0700 · Steve Abrams
Live render (authorized): rebuilt Kelly's exact cart on the storefront. All three
routes to checkout redirect to a mandatory Shopify customer sign-in. Passing it
requires creating/logging into a customer account (identity, hard-gated), so stopped.
No checkout created, no email entered -> no abandoned-checkout record, no abandoned-cart
email. Actual externality zero.
Findings anyway:
- The free-sample comp is ACCOUNT-GATED, not automatic. Signed out, 6 sample units
price $25.50, not $0.00.
- Cart copy states the rule: '10 samples or fewer ship free (no tracking); over 10
units include a shipping charge' = the TOTAL_PRICE <= $45.00 condition.
Corrected an error in my own cohorts: they counted LINE ITEMS, not UNITS. Recounted
over 502 US sample-only orders since 2026-06-01:
- The >10-unit rule does NOT explain the paid orders. 62 paid orders were under $45
list, most 1-3 units. #33033 shipped ONE $4.25 swatch, comped to $0.00, on $23.13
UPS Ground. That is not a customer preferring tracking.
- Median units per order = 1 in BOTH windows, so cart size did not change.
- Break is starker after the fix: Jun1-Aug17 97%% free (n=405) vs Aug18-Sep10 43%% (n=97).
Six mechanisms now falsified. Root cause open; decisive observation is one screen
behind the login.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Files touched
M verification/tk10836/OPTION-D-RESULT.mdA verification/tk10836/units-analysis.jsonA verification/tk10836/verify-units-not-lines.js
Diff
commit ff9bd17cc1a5b6e6f24d4a8b915d07b137970012
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 08:42:55 2026 -0700
TK-10836: live checkout render blocked by mandatory customer login; fix units-vs-lines metric error
Live render (authorized): rebuilt Kelly's exact cart on the storefront. All three
routes to checkout redirect to a mandatory Shopify customer sign-in. Passing it
requires creating/logging into a customer account (identity, hard-gated), so stopped.
No checkout created, no email entered -> no abandoned-checkout record, no abandoned-cart
email. Actual externality zero.
Findings anyway:
- The free-sample comp is ACCOUNT-GATED, not automatic. Signed out, 6 sample units
price $25.50, not $0.00.
- Cart copy states the rule: '10 samples or fewer ship free (no tracking); over 10
units include a shipping charge' = the TOTAL_PRICE <= $45.00 condition.
Corrected an error in my own cohorts: they counted LINE ITEMS, not UNITS. Recounted
over 502 US sample-only orders since 2026-06-01:
- The >10-unit rule does NOT explain the paid orders. 62 paid orders were under $45
list, most 1-3 units. #33033 shipped ONE $4.25 swatch, comped to $0.00, on $23.13
UPS Ground. That is not a customer preferring tracking.
- Median units per order = 1 in BOTH windows, so cart size did not change.
- Break is starker after the fix: Jun1-Aug17 97%% free (n=405) vs Aug18-Sep10 43%% (n=97).
Six mechanisms now falsified. Root cause open; decisive observation is one screen
behind the login.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---
verification/tk10836/OPTION-D-RESULT.md | 59 +
verification/tk10836/units-analysis.json | 5025 ++++++++++++++++++++++++
verification/tk10836/verify-units-not-lines.js | 58 +
3 files changed, 5142 insertions(+)
diff --git a/verification/tk10836/OPTION-D-RESULT.md b/verification/tk10836/OPTION-D-RESULT.md
index 3817d3e..90fde9a 100644
--- a/verification/tk10836/OPTION-D-RESULT.md
+++ b/verification/tk10836/OPTION-D-RESULT.md
@@ -102,3 +102,62 @@ Steve's call.**
- **B** (comp and ship) — still available as unconditional honor; GATED.
- **C** (write-off) — weaker now: this is not a one-customer anomaly.
- **TK-11366** — **escalates, not de-escalates.** It is the incident; Kelly is the detected instance.
+
+---
+
+# PART 6 — LIVE CHECKOUT RENDER (run 2026-09-10, Steve-authorized)
+
+**Result: BLOCKED at a mandatory customer sign-in. Could not reach the shipping step.**
+
+Reproduced Kelly's cart on the live storefront (`/cart/add` × her 3 real sample variants:
+44723768688691 / 44723776454707 / 44723792674867). Then tried three independent routes to checkout:
+
+| route | outcome |
+|---|---|
+| `/cart/<vid>:1,…` permalink | → `shopify.com/authentication/1541177456/login` |
+| `GET /checkout` | → same forced sign-in |
+| clicking the real **Checkout** button (`button.cart-checkout`) | → same forced sign-in |
+
+**The DW store requires a customer account to check out.** Getting past it means creating or logging
+into a customer account — an identity action, hard-gated — so I stopped. **No checkout was created,
+no email entered, therefore no abandoned-checkout record and no abandoned-cart email.** The only
+side effect was a browser-session cart. Actual externality: **zero**.
+
+### Two findings the attempt produced anyway
+
+**1. The comp is ACCOUNT-GATED, not automatic.** As a signed-out guest, 6 sample units priced at
+**$25.50 — not $0.00**. The cart banner reads *"Existing customer? Sign in… Retail accounts receive
+3 lifetime complimentary samples."* So the free-sample discount only applies to a signed-in retail
+account. Kelly's cart *was* comped ($0.00, discount $12.75), so her account state was correct.
+
+**2. The store's own cart copy states the shipping rule:**
+> *"Sample shipping: orders of **10 samples or fewer ship free (no tracking)**. Sample orders **over
+> 10 units** include a shipping charge."*
+
+That is exactly the `TOTAL_PRICE ≤ $45.00` condition: 10 × $4.25 = $42.50 ≤ $45 < 11 × $4.25 = $46.75.
+Cart also displayed **"Free sample shipping applied."**
+
+## PART 7 — I found and fixed an error in my OWN cohort metric
+My earlier cohorts counted **line items**, not **units** — so a single line of qty 12 was scored as
+"1 line". Recounted by units over 502 US sample-only orders since 2026-06-01:
+
+- **The >10-unit rule does NOT explain the paid orders.** 62 paid orders were **under** $45 list —
+ most with **1–3 units**. Examples: #33033 (1 unit, $4.25 list, comped to $0.00) paid **$23.13 UPS
+ Ground**; #33020, #33014, #33019 identical shape. Nobody rationally pays $23 to ship one $4.25 swatch.
+- **Cart size did not change.** Median units per order = **1** in both windows.
+- **The break is stark and stands after the correction:**
+
+| window | n | free % |
+|---|---|---|
+| Jun 1 – Aug 17 | 405 | **97%** |
+| Aug 18 – Sep 10 | 97 | **43%** |
+
+## PART 8 — Where the root cause now stands
+Free-rate availability is proven at the **config** layer and disproven as a >10-unit effect, a
+weight effect, a profile effect, a Shop Pay effect, and a cart-size effect. What remains is a **real,
+unexplained, still-worsening regression starting ~2026-08-18** in which single-swatch comped orders
+are shipping on $17–24 UPS Ground instead of the $0.00 rate that qualifies for them.
+
+**The decisive observation is one screen deep behind a login I will not bypass:** does the shipping
+step still list *Free Shipping (No Tracking)*, and is it preselected? A signed-in human sees this in
+~30 seconds. That is now the single blocking step for TK-11366.
diff --git a/verification/tk10836/units-analysis.json b/verification/tk10836/units-analysis.json
new file mode 100644
index 0000000..14756e3
--- /dev/null
+++ b/verification/tk10836/units-analysis.json
@@ -0,0 +1,5025 @@
+{
+ "generated": "2026-09-10T15:35:15.388Z",
+ "rows": [
+ {
+ "name": "#32242",
+ "date": "2026-06-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32243",
+ "date": "2026-06-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32245",
+ "date": "2026-06-01",
+ "lines": 2,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4079088055",
+ "date": "2026-06-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32247",
+ "date": "2026-06-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32248",
+ "date": "2026-06-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32251",
+ "date": "2026-06-02",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32253",
+ "date": "2026-06-02",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32255",
+ "date": "2026-06-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32257",
+ "date": "2026-06-02",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32259",
+ "date": "2026-06-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32260",
+ "date": "2026-06-03",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32262",
+ "date": "2026-06-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32263",
+ "date": "2026-06-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32265",
+ "date": "2026-06-03",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32266",
+ "date": "2026-06-04",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32269",
+ "date": "2026-06-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32270",
+ "date": "2026-06-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32272",
+ "date": "2026-06-05",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32273",
+ "date": "2026-06-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32274",
+ "date": "2026-06-05",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32275",
+ "date": "2026-06-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32276",
+ "date": "2026-06-05",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32277",
+ "date": "2026-06-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32284",
+ "date": "2026-06-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32287",
+ "date": "2026-06-07",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32289",
+ "date": "2026-06-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32290",
+ "date": "2026-06-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32291",
+ "date": "2026-06-08",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32292",
+ "date": "2026-06-08",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 21.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32293",
+ "date": "2026-06-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32295",
+ "date": "2026-06-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32296",
+ "date": "2026-06-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32298",
+ "date": "2026-06-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32299",
+ "date": "2026-06-08",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32301",
+ "date": "2026-06-09",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32302",
+ "date": "2026-06-09",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32304",
+ "date": "2026-06-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32305",
+ "date": "2026-06-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32307",
+ "date": "2026-06-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32308",
+ "date": "2026-06-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32309",
+ "date": "2026-06-09",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32311",
+ "date": "2026-06-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32312",
+ "date": "2026-06-10",
+ "lines": 1,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32313",
+ "date": "2026-06-10",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32314",
+ "date": "2026-06-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32315",
+ "date": "2026-06-10",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32316",
+ "date": "2026-06-10",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32319",
+ "date": "2026-06-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32321",
+ "date": "2026-06-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32322",
+ "date": "2026-06-11",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32323",
+ "date": "2026-06-11",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32324",
+ "date": "2026-06-11",
+ "lines": 10,
+ "units": 10,
+ "listPrice": 42.5,
+ "charged": 42.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32326",
+ "date": "2026-06-11",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 21.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32327",
+ "date": "2026-06-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32329",
+ "date": "2026-06-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32331",
+ "date": "2026-06-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32332",
+ "date": "2026-06-11",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32333",
+ "date": "2026-06-11",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32335",
+ "date": "2026-06-12",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 17.45,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32337",
+ "date": "2026-06-12",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32340",
+ "date": "2026-06-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32342",
+ "date": "2026-06-13",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32346",
+ "date": "2026-06-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32347",
+ "date": "2026-06-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32348",
+ "date": "2026-06-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32349",
+ "date": "2026-06-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32352",
+ "date": "2026-06-14",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32355",
+ "date": "2026-06-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32356",
+ "date": "2026-06-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32358",
+ "date": "2026-06-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32359",
+ "date": "2026-06-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32360",
+ "date": "2026-06-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32362",
+ "date": "2026-06-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32363",
+ "date": "2026-06-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32364",
+ "date": "2026-06-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 0,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32367",
+ "date": "2026-06-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32368",
+ "date": "2026-06-16",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 9.25,
+ "charged": 9.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32369",
+ "date": "2026-06-16",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32370",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32371",
+ "date": "2026-06-17",
+ "lines": 15,
+ "units": 15,
+ "listPrice": 63.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32372",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32373",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32375",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32378",
+ "date": "2026-06-17",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 27,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32380",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32382",
+ "date": "2026-06-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32383",
+ "date": "2026-06-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32385",
+ "date": "2026-06-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32387",
+ "date": "2026-06-18",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32389",
+ "date": "2026-06-18",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32390",
+ "date": "2026-06-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32391",
+ "date": "2026-06-18",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32395",
+ "date": "2026-06-19",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32396",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 0,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32397",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32399",
+ "date": "2026-06-19",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32400",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32401",
+ "date": "2026-06-19",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 29.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32402",
+ "date": "2026-06-19",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 21.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32403",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32404",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32405",
+ "date": "2026-06-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32407",
+ "date": "2026-06-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32409",
+ "date": "2026-06-21",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32410",
+ "date": "2026-06-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32412",
+ "date": "2026-06-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32413",
+ "date": "2026-06-21",
+ "lines": 1,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32414",
+ "date": "2026-06-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32417",
+ "date": "2026-06-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32419",
+ "date": "2026-06-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32420",
+ "date": "2026-06-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32422",
+ "date": "2026-06-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32424",
+ "date": "2026-06-22",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32425",
+ "date": "2026-06-22",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32426",
+ "date": "2026-06-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32427",
+ "date": "2026-06-23",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32428",
+ "date": "2026-06-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32429",
+ "date": "2026-06-23",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32430",
+ "date": "2026-06-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32431",
+ "date": "2026-06-23",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32434",
+ "date": "2026-06-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32437",
+ "date": "2026-06-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32439",
+ "date": "2026-06-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32440",
+ "date": "2026-06-24",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32442",
+ "date": "2026-06-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32443",
+ "date": "2026-06-24",
+ "lines": 9,
+ "units": 9,
+ "listPrice": 42,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32446",
+ "date": "2026-06-25",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32447",
+ "date": "2026-06-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32448",
+ "date": "2026-06-25",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32450",
+ "date": "2026-06-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32451",
+ "date": "2026-06-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32452",
+ "date": "2026-06-25",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32453",
+ "date": "2026-06-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32454",
+ "date": "2026-06-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32457",
+ "date": "2026-06-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32458",
+ "date": "2026-06-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32461",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32462",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32463",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32464",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32465",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32468",
+ "date": "2026-06-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32469",
+ "date": "2026-06-29",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4103359869",
+ "date": "2026-06-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32471",
+ "date": "2026-06-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32472",
+ "date": "2026-06-29",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32473",
+ "date": "2026-06-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32475",
+ "date": "2026-06-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32476",
+ "date": "2026-06-29",
+ "lines": 8,
+ "units": 8,
+ "listPrice": 34,
+ "charged": 34,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32477",
+ "date": "2026-06-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32480",
+ "date": "2026-06-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32481",
+ "date": "2026-06-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32482",
+ "date": "2026-06-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32484",
+ "date": "2026-06-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32485",
+ "date": "2026-06-30",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32488",
+ "date": "2026-06-30",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 9.25,
+ "charged": 9.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32495",
+ "date": "2026-07-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32496",
+ "date": "2026-07-01",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32502",
+ "date": "2026-07-01",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32503",
+ "date": "2026-07-01",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32504",
+ "date": "2026-07-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32505",
+ "date": "2026-07-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32507",
+ "date": "2026-07-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32508",
+ "date": "2026-07-01",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 22,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32514",
+ "date": "2026-07-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32516",
+ "date": "2026-07-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32518",
+ "date": "2026-07-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32519",
+ "date": "2026-07-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32522",
+ "date": "2026-07-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32523",
+ "date": "2026-07-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32526",
+ "date": "2026-07-04",
+ "lines": 8,
+ "units": 8,
+ "listPrice": 34,
+ "charged": 34,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32528",
+ "date": "2026-07-04",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32529",
+ "date": "2026-07-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32530",
+ "date": "2026-07-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32532",
+ "date": "2026-07-05",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32533",
+ "date": "2026-07-05",
+ "lines": 15,
+ "units": 15,
+ "listPrice": 63.75,
+ "charged": 63.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32534",
+ "date": "2026-07-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32537",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32538",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32539",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32540",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32541",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32542",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32543",
+ "date": "2026-07-06",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32544",
+ "date": "2026-07-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32546",
+ "date": "2026-07-07",
+ "lines": 30,
+ "units": 30,
+ "listPrice": 127.5,
+ "charged": 127.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32547",
+ "date": "2026-07-07",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32549",
+ "date": "2026-07-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32553",
+ "date": "2026-07-08",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 17.4,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32555",
+ "date": "2026-07-08",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32556",
+ "date": "2026-07-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32558",
+ "date": "2026-07-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32560",
+ "date": "2026-07-09",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32563",
+ "date": "2026-07-09",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32564",
+ "date": "2026-07-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32565",
+ "date": "2026-07-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32566",
+ "date": "2026-07-09",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 29.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32567",
+ "date": "2026-07-09",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32568",
+ "date": "2026-07-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32571",
+ "date": "2026-07-10",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32574",
+ "date": "2026-07-10",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32575",
+ "date": "2026-07-10",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32577",
+ "date": "2026-07-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32580",
+ "date": "2026-07-10",
+ "lines": 10,
+ "units": 10,
+ "listPrice": 42.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32581",
+ "date": "2026-07-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32584",
+ "date": "2026-07-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32585",
+ "date": "2026-07-11",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32587",
+ "date": "2026-07-11",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32588",
+ "date": "2026-07-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32589",
+ "date": "2026-07-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32590",
+ "date": "2026-07-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32591",
+ "date": "2026-07-12",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32592",
+ "date": "2026-07-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32593",
+ "date": "2026-07-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32595",
+ "date": "2026-07-12",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32596",
+ "date": "2026-07-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32597",
+ "date": "2026-07-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32598",
+ "date": "2026-07-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32600",
+ "date": "2026-07-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32601",
+ "date": "2026-07-13",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32604",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32606",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32607",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32613",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32614",
+ "date": "2026-07-14",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32615",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32616",
+ "date": "2026-07-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32617",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32619",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32620",
+ "date": "2026-07-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32621",
+ "date": "2026-07-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32623",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32624",
+ "date": "2026-07-15",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32625",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 2,
+ "listPrice": 30,
+ "charged": 30,
+ "ship": 11.95,
+ "rate": "Shipping"
+ },
+ {
+ "name": "#32627",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32628",
+ "date": "2026-07-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32631",
+ "date": "2026-07-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32633",
+ "date": "2026-07-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32636",
+ "date": "2026-07-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32638",
+ "date": "2026-07-17",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4117794600",
+ "date": "2026-07-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32640",
+ "date": "2026-07-17",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32642",
+ "date": "2026-07-17",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32643",
+ "date": "2026-07-17",
+ "lines": 11,
+ "units": 11,
+ "listPrice": 46.75,
+ "charged": 46.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32644",
+ "date": "2026-07-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32645",
+ "date": "2026-07-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32647",
+ "date": "2026-07-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32649",
+ "date": "2026-07-19",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32650",
+ "date": "2026-07-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32651",
+ "date": "2026-07-20",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32652",
+ "date": "2026-07-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32653",
+ "date": "2026-07-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32654",
+ "date": "2026-07-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32655",
+ "date": "2026-07-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32656",
+ "date": "2026-07-20",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 22,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32657",
+ "date": "2026-07-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32659",
+ "date": "2026-07-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32660",
+ "date": "2026-07-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32662",
+ "date": "2026-07-21",
+ "lines": 14,
+ "units": 14,
+ "listPrice": 160.25,
+ "charged": 160.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32663",
+ "date": "2026-07-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32665",
+ "date": "2026-07-21",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32666",
+ "date": "2026-07-21",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32668",
+ "date": "2026-07-22",
+ "lines": 1,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32672",
+ "date": "2026-07-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32674",
+ "date": "2026-07-22",
+ "lines": 12,
+ "units": 12,
+ "listPrice": 51,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32676",
+ "date": "2026-07-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32677",
+ "date": "2026-07-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32678",
+ "date": "2026-07-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32679",
+ "date": "2026-07-24",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32680",
+ "date": "2026-07-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32681",
+ "date": "2026-07-24",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32682",
+ "date": "2026-07-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32683",
+ "date": "2026-07-24",
+ "lines": 8,
+ "units": 8,
+ "listPrice": 34,
+ "charged": 34,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32684",
+ "date": "2026-07-24",
+ "lines": 1,
+ "units": 3,
+ "listPrice": 1515,
+ "charged": 1515,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32686",
+ "date": "2026-07-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32688",
+ "date": "2026-07-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32689",
+ "date": "2026-07-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32690",
+ "date": "2026-07-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32691",
+ "date": "2026-07-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32692",
+ "date": "2026-07-26",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32693",
+ "date": "2026-07-27",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32694",
+ "date": "2026-07-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32696",
+ "date": "2026-07-27",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32698",
+ "date": "2026-07-27",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32699",
+ "date": "2026-07-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32702",
+ "date": "2026-07-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32705",
+ "date": "2026-07-27",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32706",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32707",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32708",
+ "date": "2026-07-28",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 22,
+ "charged": 22,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32709",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32710",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32712",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32713",
+ "date": "2026-07-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32715",
+ "date": "2026-07-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32717",
+ "date": "2026-07-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32719",
+ "date": "2026-07-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32720",
+ "date": "2026-07-29",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32724",
+ "date": "2026-07-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32726",
+ "date": "2026-07-30",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32727",
+ "date": "2026-07-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32728",
+ "date": "2026-07-30",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32729",
+ "date": "2026-07-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32730",
+ "date": "2026-07-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32732",
+ "date": "2026-07-31",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32734",
+ "date": "2026-07-31",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32735",
+ "date": "2026-07-31",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32736",
+ "date": "2026-07-31",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 21.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32740",
+ "date": "2026-07-31",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32742",
+ "date": "2026-08-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32744",
+ "date": "2026-08-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32746",
+ "date": "2026-08-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32747",
+ "date": "2026-08-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32748",
+ "date": "2026-08-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32749",
+ "date": "2026-08-02",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32750",
+ "date": "2026-08-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32751",
+ "date": "2026-08-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32752",
+ "date": "2026-08-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32753",
+ "date": "2026-08-02",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32754",
+ "date": "2026-08-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32755",
+ "date": "2026-08-03",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32758",
+ "date": "2026-08-03",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32759",
+ "date": "2026-08-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32763",
+ "date": "2026-08-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32764",
+ "date": "2026-08-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32766",
+ "date": "2026-08-03",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32767",
+ "date": "2026-08-04",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32768",
+ "date": "2026-08-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32771",
+ "date": "2026-08-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32773",
+ "date": "2026-08-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32776",
+ "date": "2026-08-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32777",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32779",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32780",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32783",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32784",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32785",
+ "date": "2026-08-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32786",
+ "date": "2026-08-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32788",
+ "date": "2026-08-06",
+ "lines": 12,
+ "units": 12,
+ "listPrice": 51,
+ "charged": 51,
+ "ship": 65.38,
+ "rate": "FedEx 2Day®"
+ },
+ {
+ "name": "#32789",
+ "date": "2026-08-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32790",
+ "date": "2026-08-06",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32791",
+ "date": "2026-08-06",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32792",
+ "date": "2026-08-07",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32793",
+ "date": "2026-08-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32794",
+ "date": "2026-08-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 5,
+ "charged": 5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32795",
+ "date": "2026-08-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32796",
+ "date": "2026-08-07",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 22,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32797",
+ "date": "2026-08-07",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32798",
+ "date": "2026-08-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32799",
+ "date": "2026-08-07",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32802",
+ "date": "2026-08-07",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32803",
+ "date": "2026-08-07",
+ "lines": 9,
+ "units": 9,
+ "listPrice": 38.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4139828709",
+ "date": "2026-08-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32810",
+ "date": "2026-08-09",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32815",
+ "date": "2026-08-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32816",
+ "date": "2026-08-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32817",
+ "date": "2026-08-10",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32819",
+ "date": "2026-08-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32820",
+ "date": "2026-08-10",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 29.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32822",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4141315084",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 35,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32824",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32825",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32826",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32827",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32828",
+ "date": "2026-08-11",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "ETSY_COM:4142241877",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 35,
+ "rate": "Standard Shipping"
+ },
+ {
+ "name": "#32832",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32833",
+ "date": "2026-08-11",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32834",
+ "date": "2026-08-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 18.8,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32835",
+ "date": "2026-08-12",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32837",
+ "date": "2026-08-12",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32838",
+ "date": "2026-08-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32840",
+ "date": "2026-08-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32841",
+ "date": "2026-08-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32842",
+ "date": "2026-08-12",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32844",
+ "date": "2026-08-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32845",
+ "date": "2026-08-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32846",
+ "date": "2026-08-13",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32847",
+ "date": "2026-08-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32849",
+ "date": "2026-08-13",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32851",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32852",
+ "date": "2026-08-14",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32853",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32854",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32856",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 17.45,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32858",
+ "date": "2026-08-14",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32859",
+ "date": "2026-08-14",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32860",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32861",
+ "date": "2026-08-14",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32862",
+ "date": "2026-08-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32864",
+ "date": "2026-08-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32865",
+ "date": "2026-08-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32866",
+ "date": "2026-08-15",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 29.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32867",
+ "date": "2026-08-15",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32868",
+ "date": "2026-08-15",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 25.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32869",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32870",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32871",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32872",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32873",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32875",
+ "date": "2026-08-16",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32876",
+ "date": "2026-08-17",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32877",
+ "date": "2026-08-17",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32879",
+ "date": "2026-08-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32880",
+ "date": "2026-08-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32881",
+ "date": "2026-08-18",
+ "lines": 30,
+ "units": 30,
+ "listPrice": 127.5,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32882",
+ "date": "2026-08-18",
+ "lines": 20,
+ "units": 20,
+ "listPrice": 85,
+ "charged": 0,
+ "ship": 17.45,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32883",
+ "date": "2026-08-18",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 0,
+ "ship": 19.43,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32884",
+ "date": "2026-08-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32887",
+ "date": "2026-08-18",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 23.35,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32890",
+ "date": "2026-08-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32892",
+ "date": "2026-08-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32893",
+ "date": "2026-08-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32894",
+ "date": "2026-08-19",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32899",
+ "date": "2026-08-20",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32900",
+ "date": "2026-08-20",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32901",
+ "date": "2026-08-20",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32904",
+ "date": "2026-08-21",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 0,
+ "ship": 24.83,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32905",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 23.35,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32906",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32907",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 12,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32908",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32909",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32911",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32912",
+ "date": "2026-08-22",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32913",
+ "date": "2026-08-23",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 23.35,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32914",
+ "date": "2026-08-24",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32916",
+ "date": "2026-08-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32917",
+ "date": "2026-08-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32919",
+ "date": "2026-08-24",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32926",
+ "date": "2026-08-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 21.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32927",
+ "date": "2026-08-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 17.1,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32929",
+ "date": "2026-08-25",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32932",
+ "date": "2026-08-25",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32934",
+ "date": "2026-08-26",
+ "lines": 30,
+ "units": 30,
+ "listPrice": 127.5,
+ "charged": 127.5,
+ "ship": 22.98,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32936",
+ "date": "2026-08-26",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32937",
+ "date": "2026-08-26",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32938",
+ "date": "2026-08-26",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 21.25,
+ "ship": 24.98,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32939",
+ "date": "2026-08-26",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 18.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32941",
+ "date": "2026-08-26",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 17,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32942",
+ "date": "2026-08-26",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 8.5,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32943",
+ "date": "2026-08-26",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 12.75,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32946",
+ "date": "2026-08-27",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32947",
+ "date": "2026-08-27",
+ "lines": 10,
+ "units": 10,
+ "listPrice": 42.5,
+ "charged": 42.5,
+ "ship": 30.15,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32948",
+ "date": "2026-08-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32949",
+ "date": "2026-08-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32950",
+ "date": "2026-08-28",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 16.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32951",
+ "date": "2026-08-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32952",
+ "date": "2026-08-28",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32953",
+ "date": "2026-08-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32954",
+ "date": "2026-08-28",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32955",
+ "date": "2026-08-29",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 12.75,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32956",
+ "date": "2026-08-29",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32957",
+ "date": "2026-08-29",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 4.25,
+ "ship": 22.98,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32958",
+ "date": "2026-08-29",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32961",
+ "date": "2026-08-29",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32962",
+ "date": "2026-08-30",
+ "lines": 6,
+ "units": 6,
+ "listPrice": 25.5,
+ "charged": 12.75,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32964",
+ "date": "2026-08-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 17.1,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32965",
+ "date": "2026-08-30",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32966",
+ "date": "2026-08-30",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 4.25,
+ "ship": 19.03,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32967",
+ "date": "2026-08-30",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 4.25,
+ "ship": 16.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32971",
+ "date": "2026-08-31",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 16.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32974",
+ "date": "2026-09-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 4.25,
+ "ship": 18.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32976",
+ "date": "2026-09-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32977",
+ "date": "2026-09-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32978",
+ "date": "2026-09-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32979",
+ "date": "2026-09-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32981",
+ "date": "2026-09-01",
+ "lines": 30,
+ "units": 30,
+ "listPrice": 129.75,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32982",
+ "date": "2026-09-01",
+ "lines": 7,
+ "units": 7,
+ "listPrice": 29.75,
+ "charged": 17,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32984",
+ "date": "2026-09-01",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 17.1,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32985",
+ "date": "2026-09-01",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32987",
+ "date": "2026-09-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#32989",
+ "date": "2026-09-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 17.1,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32990",
+ "date": "2026-09-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 17.1,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32991",
+ "date": "2026-09-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 21.78,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32992",
+ "date": "2026-09-02",
+ "lines": 5,
+ "units": 5,
+ "listPrice": 21.25,
+ "charged": 8.5,
+ "ship": 19.08,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#32993",
+ "date": "2026-09-02",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#32999",
+ "date": "2026-09-03",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33002",
+ "date": "2026-09-03",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33008",
+ "date": "2026-09-04",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 21.78,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33011",
+ "date": "2026-09-04",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33012",
+ "date": "2026-09-04",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33013",
+ "date": "2026-09-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 16.88,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33014",
+ "date": "2026-09-05",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33018",
+ "date": "2026-09-06",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33019",
+ "date": "2026-09-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 21.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33020",
+ "date": "2026-09-06",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33021",
+ "date": "2026-09-06",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 18.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33023",
+ "date": "2026-09-07",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 4.25,
+ "ship": 18.63,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33024",
+ "date": "2026-09-07",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#33026",
+ "date": "2026-09-07",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33027",
+ "date": "2026-09-07",
+ "lines": 2,
+ "units": 2,
+ "listPrice": 8.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33028",
+ "date": "2026-09-07",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 12.75,
+ "charged": 0,
+ "ship": 24.95,
+ "rate": "Priority Sample Only"
+ },
+ {
+ "name": "#33032",
+ "date": "2026-09-07",
+ "lines": 3,
+ "units": 3,
+ "listPrice": 13.5,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33033",
+ "date": "2026-09-08",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 23.13,
+ "rate": "UPS® Ground"
+ },
+ {
+ "name": "#33041",
+ "date": "2026-09-09",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 12,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33045",
+ "date": "2026-09-09",
+ "lines": 16,
+ "units": 16,
+ "listPrice": 68,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33046",
+ "date": "2026-09-09",
+ "lines": 4,
+ "units": 4,
+ "listPrice": 17,
+ "charged": 4.25,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33051",
+ "date": "2026-09-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ },
+ {
+ "name": "#33052",
+ "date": "2026-09-10",
+ "lines": 1,
+ "units": 1,
+ "listPrice": 4.25,
+ "charged": 0,
+ "ship": 0,
+ "rate": "Free Shipping (No Tracking)"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/verification/tk10836/verify-units-not-lines.js b/verification/tk10836/verify-units-not-lines.js
new file mode 100644
index 0000000..dad1f33
--- /dev/null
+++ b/verification/tk10836/verify-units-not-lines.js
@@ -0,0 +1,58 @@
+#!/usr/bin/env node
+// TK-10836/TK-11366: the store's own cart copy says "10 samples or fewer ship free (no tracking);
+// over 10 units include a shipping charge." The free rate's condition is TOTAL_PRICE <= $45.00,
+// and 10 x $4.25 = $42.50 <= $45 < 11 x $4.25 = $46.75. So the rule is UNIT-count, enforced by price.
+// MY EARLIER COHORT COUNTED LINE ITEMS, NOT UNITS. Redo it by UNITS.
+const fs=require('fs'),os=require('os');
+for (const line of fs.readFileSync(os.homedir()+'/Projects/secrets-manager/.env','utf8').split('\n')) {
+ const m=line.match(/^\s*([A-Z0-9_]+)\s*=\s*(.*)$/); if(!m) continue;
+ let v=m[2].trim().replace(/^['"]|['"]$/g,''); if(!process.env[m[1]]) process.env[m[1]]=v;
+}
+const STORE=process.env.SHOPIFY_STORE_DOMAIN, TOKEN=process.env.SHOPIFY_FULL_ACCESS_TOKEN, API='2024-10';
+async function gql(q,v={}){const r=await fetch(`https://${STORE}/admin/api/${API}/graphql.json`,{method:'POST',
+ headers:{'X-Shopify-Access-Token':TOKEN,'Content-Type':'application/json'},body:JSON.stringify({query:q,variables:v})});
+ const j=await r.json(); if(j.errors)console.error('ERR',JSON.stringify(j.errors).slice(0,300)); return j.data;}
+const Q=`query($c:String){ orders(first:40, after:$c, query:"created_at:>2026-06-01", sortKey:CREATED_AT){
+ pageInfo{hasNextPage endCursor}
+ nodes{ name createdAt totalShippingPriceSet{shopMoney{amount}} shippingLine{title}
+ shippingAddress{countryCodeV2}
+ lineItems(first:30){ nodes{ sku title quantity
+ originalTotalSet{shopMoney{amount}} discountedTotalSet{shopMoney{amount}} } } } } }`;
+(async()=>{
+ let c=null, rows=[];
+ do{ const d=await gql(Q,{c}); if(!d) break;
+ for(const o of d.orders.nodes){
+ const lis=o.lineItems.nodes; if(!lis.length) continue;
+ if(!lis.every(li=>/(^|-)sample/i.test(li.sku||'')||/sample|memo|swatch/i.test(li.title||''))) continue;
+ if(o.shippingAddress?.countryCodeV2!=='US') continue;
+ const units=lis.reduce((s,li)=>s+li.quantity,0);
+ const listPrice=lis.reduce((s,li)=>s+Number(li.originalTotalSet?.shopMoney?.amount||0),0);
+ const charged=lis.reduce((s,li)=>s+Number(li.discountedTotalSet?.shopMoney?.amount||0),0);
+ rows.push({name:o.name,date:o.createdAt.slice(0,10),lines:lis.length,units,listPrice,charged,
+ ship:Number(o.totalShippingPriceSet.shopMoney.amount),rate:o.shippingLine?.title||'(none)'});
+ } c=d.orders.pageInfo.hasNextPage?d.orders.pageInfo.endCursor:null; }while(c);
+ const T=45.00;
+ console.log(`US sample-only orders since 2026-06-01: n=${rows.length}\n`);
+ console.log('### Does LIST price (pre-discount) crossing $45.00 predict paying for shipping? ###');
+ for(const [lab,f] of [['LIST <= $45 (<=10 units)',r=>r.listPrice<=T],['LIST > $45 (>10 units)',r=>r.listPrice>T]]){
+ const s=rows.filter(f), free=s.filter(r=>r.ship===0).length;
+ console.log(` ${lab}: n=${s.length} free=${free} (${s.length?(100*free/s.length).toFixed(0):0}%) paid=${s.length-free}`);
+ }
+ console.log('\n### Same split, but by CHARGED (post-discount) price ###');
+ for(const [lab,f] of [['CHARGED <= $45',r=>r.charged<=T],['CHARGED > $45',r=>r.charged>T]]){
+ const s=rows.filter(f), free=s.filter(r=>r.ship===0).length;
+ console.log(` ${lab}: n=${s.length} free=${free} (${s.length?(100*free/s.length).toFixed(0):0}%)`);
+ }
+ console.log('\n### Median UNITS per order, before vs after 2026-08-18 ###');
+ const med=a=>{a=[...a].sort((x,y)=>x-y);return a.length?a[Math.floor(a.length/2)]:0;};
+ for(const [lab,lo,hi] of [['Jun 1 - Aug 17','2026-06-01','2026-08-17'],['Aug 18 - Sep 10','2026-08-18','2026-09-30']]){
+ const s=rows.filter(r=>r.date>=lo&&r.date<=hi);
+ const over=s.filter(r=>r.listPrice>T).length;
+ console.log(` ${lab}: n=${s.length} medianUnits=${med(s.map(r=>r.units))} over-$45=${over} (${s.length?(100*over/s.length).toFixed(0):0}%) free=${(100*s.filter(r=>r.ship===0).length/(s.length||1)).toFixed(0)}%`);
+ }
+ console.log('\n### PAID orders that were UNDER $45 list (i.e. NOT explained by the >10-unit rule) ###');
+ const anom=rows.filter(r=>r.ship>0&&r.listPrice<=T);
+ console.log(` n=${anom.length}`);
+ for(const r of anom.slice(-18)) console.log(` ${r.name} ${r.date} units=${r.units} list=$${r.listPrice.toFixed(2)} charged=$${r.charged.toFixed(2)} ship=$${r.ship.toFixed(2)} "${r.rate}"`);
+ fs.writeFileSync('verification/tk10836/units-analysis.json',JSON.stringify({generated:new Date().toISOString(),rows},null,2));
+})();
← fea5a31 TK-11285: deploy runbook with pre-deploy backup, verify, and
·
back to Dw Signup Fulfillment
·
TK-11377: --send-only must not email an already-decided appl b0c4280 →