Skip to content
Recued
Menu
← Back to recipes

Shopify order fulfillment review brief

by recued-core v1

Read-only review brief for one Shopify order. It reads shop metadata, order details, line items, fulfillment records, and tracking details through recued-core.shopify, then asks the AI summarizer for payment and fulfillment status, customer-facing risk, shipment signals, and next actions. It never edits products, prices, inventory, fulfillments, refunds, cancellations, order edit sessions, tags, notes, webhooks, app billing, arbitrary GraphQL, storefront buyer APIs, or arbitrary Shopify passthrough.

How it works 14 steps

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

Process (14 steps)
order_id trim
Trim whitespace from setting order id
shop ?
order ?
fulfillments_raw ?
line_items default
Apply default
fulfillments default
Apply default
line_item_rows slice
Take a subset of
fulfillment_rows slice
Take a subset of
line_item_count count
Count items in line items
fulfillment_count count
Count items in fulfillments
summarize ?
line_item_table to_table
Format results as a data table
fulfillment_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

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

focus setting = Summarize payment status, fulfillment status, shipment/tracking signals, customer-visible risk, and concrete next actions. Do not invent facts outside the Shopify records.
shopify setting =
order id setting =
row limit setting = 25
max length setting = 900

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

Data it touches

Warehousedata.orderdata.shop

About

Tags

shopify shopifyordersfulfillmentshippingcustomersai-summarycommercepack:shopify

Details

14 steps 5 configurable settings recipe_id: shopify-order-fulfillment-review-brief