Shopify Explorer
All tools

Shopify Explorer isn’t configured

Credentials are read from the server environment — nothing is stored in the browser.

  1. Set SHOPIFY_SHOPS to a JSON map of {"shop.myshopify.com": "shpat_…"}, or SHOPIFY_SHOP + SHOPIFY_ACCESS_TOKEN for a single merchant
  2. …or set SHOPIFY_ALLOW_ADHOC_TOKEN=1 to paste a token per run instead of storing any
  3. Optional: SHOPIFY_API_VERSION (default 2026-01) and ENGINE (bulk or paginate)
  4. Restart the server and reload this page

Shopify Explorer

Count or export a merchant’s Shopify orders and their related records for a date range. Counts return inline; exports come back as a CSV + JSONL bundle.

1 Merchant
2 Window

Both ends are inclusive. Times are UTC, not the store’s timezone, so a US store sees the boundary days shifted by several hours. Refunds and returns often land weeks after the order — for return-rate work use created_at and an end date far enough back that the return window has closed.

3 What to run

Nothing is downloaded — this asks “how much is there?” Rows built on order-level fields (return_status, financial_status) count orders, not records; tick Count individual returns for the real return count.