Short answer: send your Shopify orders today to WidgetDash with one HTTP request, then add the WidgetDash widget to your iPhone Home Screen or Lock Screen. It updates every time you push a new value, and it is free for up to 5 numbers.
Store owners refresh the orders tab far too often, especially on a launch day. A Shopify order webhook or a scheduled call to the admin API gives you the day's count and revenue. Push both and your phone shows the day building in real time, no tab to keep open.
A source is created automatically the first time you push to it, so there is no setup step. Send your Shopify orders today like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/shopify_orders \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Shopify Orders",
"icon": "bag.fill",
"category": "Ecommerce",
"metrics": [
{ "label": "Orders", "value": "73" },
{ "label": "Revenue", "value": "$4,118" }
]
}'
Small Lock Screen widgets are supported too, so your Shopify orders today can sit right under the clock.
Yes. On the orders create webhook, recompute the day's totals and push them in one request.
Yes. Send both as separate metrics and they appear together.
See all WidgetDash use cases · How to see any number on your iPhone
Your Shopify orders today, on your Home Screen, in about two minutes.
Get started freeFree for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.