Create Shippo shipment rates
Approval-gated Shippo rate-shopping workflow. It creates one shipment from explicit sender address, recipient address, and parcel objects through recued-core.shippo.shipment.create, then renders returned rates. It does not purchase labels, create refunds, mutate orders, manage carrier accounts, schedule pickups, create manifests, or call arbitrary Shippo endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (7 steps)
parcel_count
count
Count items in setting parcels
has_parcels
compare
Check if parcel count is greater than 0
shipment
?
skip: step.has_parcels not_equal true
rates
default
Apply default
rate_count
count
Count items in rates
rate_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
async
setting
=
false
shippo
setting
=
parcels
setting
=
metadata
setting
=
address to
setting
=
[object Object]
address from
setting
=
[object Object]
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.