Recued
Menu
← Back to recipes

Shopify store operations digest

by recued-core v1 8 views

Use “Shopify store operations digest” in Recued. It provides a scheduled, read-only digest for one Shopify Admin API connection.

How it works 23 steps

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 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.

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

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