Skip to content
Recued
Menu
← Back to recipes

Shopify store operations digest

by recued-core v1

Scheduled read-only digest for one Shopify Admin API connection. It reads shop metadata, recent orders, recently updated products, low-stock product variants, and recently updated customers through recued-core.shopify, renders compact commerce tables, and can send an in-app nudge when operational rows are visible. It never edits products, prices, inventory, fulfillments, refunds, cancellations, order edit sessions, webhooks, app billing, arbitrary GraphQL, storefront buyer APIs, or arbitrary Shopify passthrough.

How it works 26 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (26 steps)
shop ?
orders_raw ?
products_raw ?
variants_raw ?
customers_raw ?
orders default
Apply default
products default
Apply default
variants default
Apply default
customers default
Apply default
order_rows slice
Take a subset of
product_rows slice
Take a subset of
variant_rows slice
Take a subset of
order_count count
Count items in orders
product_count count
Count items in products
variant_count count
Count items in variants
customer_count count
Count items in customers
has_orders compare
Check if order count is greater than 0
has_variants compare
Check if variant count is greater than 0
has_items any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when items equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
order_table to_table
Format results as a data table
product_table to_table
Format results as a data table
variant_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 11 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

shopify setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
order query setting = status:open
product query setting = status:ACTIVE
variant query setting = inventory_quantity:<5
customer query setting =
notify when items setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Shopify connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.ordersdata.productsdata.productvariantsdata.customersdata.shop

About

Tags

shopify shopifycommerceordersproductsinventorycustomersdigestoperationspack:shopify

Details

26 steps 11 configurable settings recipe_id: shopify-store-operations-digest