Skip to content
Recued
Menu
← Back to recipes

Create Shippo shipment rates

by recued-core v1

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 7 steps

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 6 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Shippo connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

shippo shipposhippingratesshipmentecommerceapprovalpack:shippo

Details

7 steps 6 configurable settings recipe_id: create-shippo-shipment-rates