Skip to content
Recued
Menu
← Back to recipes

Shippo shipping operations digest

by recued-core v1

Scheduled read-only Shippo shipping digest. It lists bounded pages of orders, shipments, label transactions, and refund requests through recued-core.shippo, renders compact operations tables, and optionally sends an in-app nudge when order rows are visible. It never creates addresses, parcels, shipments, labels, refunds, pickups, manifests, carrier accounts, webhooks, or arbitrary Shippo endpoints.

How it works 16 steps

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

Process (16 steps)
orders_raw ?
shipments_raw ?
transactions_raw ?
refunds_raw ?
orders default
Apply default
shipments default
Apply default
transactions default
Apply default
refunds default
Apply default
order_count count
Count items in orders
shipment_count count
Count items in shipments
transaction_count count
Count items in transactions
refund_count count
Count items in refunds
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
card to_summary
Format results as a summary card
Settings 8 configurable

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

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

About

Tags

shippo shipposhippingorderslabelstrackingdigestschedulepack:shippo

Details

16 steps 8 configurable settings recipe_id: shippo-shipping-operations-digest