Skip to content
Recued
Menu
← Back to recipes

Etsy shop operations digest

by recued-core v1

Scheduled read-only Etsy seller digest. It reads shop metadata, shop sections, shipping profiles, return policies, production partners, holiday preferences, readiness state definitions, recent listings, open paid receipts, and recent reviews through recued-core.etsy, renders compact seller tables, and can send an in-app nudge when paid unshipped receipts are visible. It never updates listings, inventory, shipments, shop settings, refunds, buyer messages, images, files, payments, addresses, carts, favorites, profiles, or arbitrary Etsy endpoints.

How it works 41 steps

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

Process (41 steps)
shop ?
sections_raw ?
shipping_profiles_raw ?
listings_raw ?
receipts_raw ?
reviews_raw ?
return_policies_raw ?
production_partners_raw ?
holiday_preferences_raw ?
readiness_states_raw ?
sections default
Apply default
shipping_profiles default
Apply default
listings default
Apply default
receipts default
Apply default
reviews default
Apply default
return_policies default
Apply default
production_partners default
Apply default
holiday_preferences default
Apply default
readiness_states default
Apply default
listing_count count
Count items in listings
receipt_count count
Count items in receipts
review_count count
Count items in reviews
shipping_profile_count count
Count items in shipping profiles
section_count count
Count items in sections
return_policy_count count
Count items in return policies
production_partner_count count
Count items in production partners
holiday_preference_count count
Count items in holiday preferences
readiness_state_count count
Count items in readiness states
has_open_orders compare
Check if receipt count is greater than 0
notify_enabled compare
Check if setting notify when open orders equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
listing_rows slice
Take a subset of
receipt_rows slice
Take a subset of
review_rows slice
Take a subset of
return_policy_rows slice
Take a subset of
listing_table to_table
Format results as a data table
receipt_table to_table
Format results as a data table
review_table to_table
Format results as a data table
return_policy_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

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

etsy setting =
shop id setting = 0
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
listing state setting = active
notify when open orders 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 Etsy connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

etsy etsycommerceorderslistingsreviewsdigestschedulenotificationpack:etsy

Details

41 steps 9 configurable settings recipe_id: etsy-shop-operations-digest