Shopify store operations digest
Use “Shopify store operations digest” in Recued. It provides a scheduled, read-only digest for one Shopify Admin API connection.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (23 steps)
shop
?
orders_raw
?
products_raw
?
variants_raw
?
customers_raw
?
defaults
defaults
Apply defaults
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
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.