Skip to content
Recued
Menu
← Back to recipes

WooCommerce store performance digest

by recued-core v1

Scheduled read-only digest for a WooCommerce store. It reads store status, currency, recent orders, low-stock or out-of-stock products, coupons, sales reports, top sellers, totals, payment gateways, and shipping zones through recued-core.woocommerce, renders compact tables, and can send an in-app nudge when matching orders are present. It does not create, update, delete, refund, mutate webhooks, change payment/shipping settings, or call arbitrary WordPress admin endpoints.

How it works 39 steps

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

Process (39 steps)
store_status ?
currency ?
orders_raw ?
products_raw ?
coupons_raw ?
sales_raw ?
top_sellers_raw ?
order_totals_raw ?
product_totals_raw ?
customer_totals_raw ?
gateways_raw ?
shipping_zones_raw ?
orders default
Apply default
products default
Apply default
coupons default
Apply default
sales default
Apply default
top_sellers default
Apply default
order_totals default
Apply default
product_totals default
Apply default
customer_totals default
Apply default
gateways default
Apply default
shipping_zones default
Apply default
order_count count
Count items in orders
product_count count
Count items in products
coupon_count count
Count items in coupons
top_seller_count count
Count items in top sellers
gateway_count count
Count items in gateways
shipping_zone_count count
Count items in shipping zones
has_orders compare
Check if order count is greater than 0
notify_enabled compare
Check if setting notify when orders equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
order_rows slice
Take a subset of
product_rows slice
Take a subset of
seller_rows slice
Take a subset of
orders_table to_table
Format results as a data table
products_table to_table
Format results as a data table
sellers_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 10 configurable

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

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
woocommerce setting =
order status setting = processing
report period setting = week
notify when orders setting = true
product stock status setting = outofstock

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 Woocommerce connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.current_currency

About

Tags

woocommerce woocommercecommerceordersproductsreportsdigestschedulepack:woocommerce

Details

39 steps 10 configurable settings recipe_id: woocommerce-store-performance-digest