Skip to content
Recued
Menu
← Back to recipes

Squarespace store operations digest

by recued-core v1

Read-only Squarespace commerce digest. It reads the website profile, store pages, recent orders, products, inventory, transactions, and contact matches through recued-core.squarespace, renders compact store operations tables, and can send an in-app nudge when matching orders are present. It does not create, update, delete, fulfill, mutate inventory, modify products or contacts, manage webhooks, or call arbitrary endpoints.

How it works 30 steps

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

Process (30 steps)
website ?
store_pages_raw ?
orders_raw ?
products_raw ?
inventory_raw ?
transactions_raw ?
contacts_raw ?
store_pages default
Apply default
orders default
Apply default
products default
Apply default
inventory default
Apply default
transactions default
Apply default
contacts default
Apply default
order_count count
Count items in orders
product_count count
Count items in products
inventory_count count
Count items in inventory
transaction_count count
Count items in transactions
contact_count count
Count items in contacts
store_page_count count
Count items in store pages
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
inventory_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
inventory_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.

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
squarespace setting =
product query setting =
contact search setting =
payment states setting = PAID
fulfillment status setting = PENDING
notify when 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 Squarespace connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

squarespace squarespacecommerceordersproductsinventorytransactionsdigestschedulepack:squarespace

Details

30 steps 11 configurable settings recipe_id: squarespace-store-operations-digest