At a glance
Count of orders placed in the period. The most fundamental volume metric, the denominator that AOV, refund rate, fulfillment rate, and most other ratios sit on top of.
Calculation
Worked example
A US apparel brand on Shopify Plus. Period: 12 Apr 26 to 11 May 26.
vs the prior 30D where total orders = 7,420. The card flags a 7.8% drop (below the 15% trigger threshold but worth investigating).
Five things to notice:
- The drop is concentrated in Online Store. 5,120 vs prior 5,820 (-12.0%). POS is roughly flat. The acquisition / paid-channel issue is online-specific.
- TikTok Shop is now 5.7%, growing. 391 vs prior 240 (+62.9%). Newer channel scaling fast; even a slow Online Store can be offset by emerging channel growth.
- POS resilience is the diversification lesson. Multi-channel brands cushion online ad-channel volatility with retail / POS revenue. Single-channel DTC brands face the full headwind when Meta / Google CAC spikes.
- Refund-corrected order count is similar but not identical. ~5% of orders refund; fully-refunded orders still count here. To see “kept orders” only, filter
displayFinancialStatus != REFUNDED. - Cancellations included. ~1% of orders cancel; cancelled orders still contribute. To see “shipped orders” only, filter
displayFulfillmentStatus = FULFILLED.
Sibling cards merchants should reference together
Order count is rarely useful alone. Pair with these:Reconciling against the vendor’s own dashboard
Where to look in Shopify Admin: Analytics → Reports → “Orders over time” → set the date range. Headline count should align with this card to within sync-lag tolerance. Other Shopify Admin views:- Analytics → Dashboards → Overview: the headline orders tile.
- Orders → All orders: filter by date range, count manually.
- Reports → Sales by channel: per-channel order counts.
Cross-connector reconciliation:
Known limitations / merchant FAQs
Why is my order count dropping? Three usual culprits, ranked by likelihood:- Paid traffic pulled back. A Meta or Google CPM spike, a campaign paused, or a creative burning out reduces the top-of-funnel and orders follow within 3 to 7 days. Cross-reference the corresponding ad-platform spend trend.
- Conversion-rate regression. A site change (redesign, header swap, checkout app update) silently broke add-to-cart or checkout. Pair with Conversion Rate and Checkout Failure Rate. If sessions held but orders fell, the issue is on-site.
- Comparable-period seasonality. A 30D vsP comparison straddling Black Friday, Boxing Day, or Easter produces drops that look alarming but are mechanical. Always check whether the prior period included a known peak before reacting.
Order.test = true flag is not yet filtered. For most production stores this contributes 0 to 5 orders a month and is invisible. If you actively use test orders for QA (a dev partner running cart-flow regression tests), you may see a spike in this card after a release week. The roadmap includes a test = true filter; in the meantime, exclude them in the Shopify Admin Orders list filter when reconciling.
Does each Shopify Subscriptions billing count as a separate order?
Yes. A monthly subscription customer paying for 12 months generates 12 distinct Order.id rows, each contributing 1 to this card. This is the same behaviour as Shopify Admin’s Orders over time report. If you want to see the first order per customer, use New Customers which de-duplicates by customer.id.
B2B / wholesale orders, do they count the same?
Yes, every B2B Edition order with purchasingEntity = PurchasingCompany increments this card. If your store mixes DTC and B2B and you want to view them separately, filter the Shopify Admin Orders list by tag:wholesale (or whatever convention you use) to compare. The card itself does not yet split by purchasing-entity type.
Why does my POS-heavy store show order counts so different from my online competitor’s?
POS orders count here. A retail-and-online brand running 4 till locations easily adds 1,000 to 3,000 orders a month from POS that pure-DTC brands don’t have. Order count comparisons across business models are misleading without channel-splitting; use Shopify Admin’s Sales by channel report for the channel-specific view.
Refresh cadence?
Webhook-driven, with a 5 to 15 minute index lag. The today figure on this card lags slightly behind the Shopify Admin Orders list; everything older than 30 minutes is fully caught up.
The card jumped overnight, what should I check first?
Open Orders Over Time and look at the daily shape. A single-day spike is usually a sale, a flash promotion, or a viral moment; a step-up in the baseline is a channel scaling (TikTok Shop, a new partner). A drop is the same exercise in reverse; the daily granularity tells you which day broke from trend.