Skip to content
Recued
Menu
← Back to recipes

Fulfill a Squarespace order

by recued-core v1

Approval-gated Squarespace fulfillment workflow. It reads the target order, then fulfills exactly one order with caller-supplied shipment rows and optional customer notification through recued-core.squarespace. It does not create orders, refund payments, edit products, mutate inventory directly, delete data, or call arbitrary endpoints.

How it works 7 steps

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

Process (7 steps)
shipment_count count
Count items in setting shipments
has_shipments compare
Check if shipment count is greater than 0
order ?
skip_fulfill compare
Check if has shipments does not equal true
fulfilled ?
skip: step.skip_fulfill equal true
skipped compare
Check if skip fulfill equals true
card to_summary
Format results as a summary card
Settings 4 configurable

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

order id setting =
shipments setting =
squarespace setting =
send notification 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

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

About

Tags

squarespace squarespaceorderfulfillmentshipmentapprovalpack:squarespace

Details

7 steps 4 configurable settings recipe_id: fulfill-squarespace-order