← back to Sample Box
step 5: orders.json — test order from verification run
f61682e93d5efa7ab9cafe0ea1589282d13aedca · 2026-07-16 07:37:54 -0700 · Steve Abrams
One test order written during temp-server verification (SB-MRNM49RM,
SHOPIFY_HOSTED, permalink confirmed correct).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit f61682e93d5efa7ab9cafe0ea1589282d13aedca
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Jul 16 07:37:54 2026 -0700
step 5: orders.json — test order from verification run
One test order written during temp-server verification (SB-MRNM49RM,
SHOPIFY_HOSTED, permalink confirmed correct).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
data/orders.json | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/data/orders.json b/data/orders.json
index 4de0b06..99cba97 100644
--- a/data/orders.json
+++ b/data/orders.json
@@ -34,5 +34,35 @@
"stripe_session_id": null,
"status": "pending_fulfillment",
"created_at": "2026-07-16T00:01:07.305Z"
+ },
+ {
+ "id": "SB-MRNM49RM",
+ "vibe": "all",
+ "swatches": [
+ {
+ "sku": "DWKK-102147",
+ "title": "Beige Wallcoverings",
+ "image": "https://cdn.shopify.com/test.jpg",
+ "price": 94.42
+ }
+ ],
+ "swatch_count": 1,
+ "box_price": 15,
+ "credit_note": "$15.00 credited toward your first roll order (ref: SB-MRNM49RM)",
+ "email": "test@example.com",
+ "shipping": {
+ "name": "Jane Test",
+ "address1": "123 Main St",
+ "address2": "",
+ "city": "LA",
+ "state": "CA",
+ "zip": "90210",
+ "country": "US"
+ },
+ "payment_method": "SHOPIFY_HOSTED",
+ "payment_status": "pending_shopify",
+ "shopify_permalink": "https://www.designerwallcoverings.com/cart/Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0VmFyaWFudC80NDQ3NzgyNTM1MTczMQ==:1",
+ "status": "pending_fulfillment",
+ "created_at": "2026-07-16T14:36:46.066Z"
}
]
\ No newline at end of file
← adc179c step 4: admin.html — show Shopify checkout link on order car
·
back to Sample Box
·
shopify: numeric sample variant id for working cart permalin dea3d5d →