Skip to content
Recued
Menu
← Back to recipes

Update Shopify order triage intake

by recued-core v1

Approval-gated Shopify order triage workflow. It reads shop and order context, then can update the internal order note and add bounded triage tags through recued-core.shopify. It does not edit line items, fulfillments, payments, refunds, cancellations, order edit sessions, products, prices, inventory, customers, webhooks, app billing, arbitrary GraphQL, storefront buyer APIs, or arbitrary Shopify passthrough.

How it works 15 steps

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

Process (15 steps)
order_id trim
Trim whitespace from setting order id
note trim
Trim whitespace from setting note
has_order compare
Check if order id has data
has_note compare
Check if note has data
tag_count count
Count items in setting tags
has_tags compare
Check if tag count is greater than 0
shop ?
order ?
skip_update compare
Check if has order does not equal true
skip_note any
Check if any of the conditions are true
note_update ?
skip: step.skip_note equal true
skip_tags any
Check if any of the conditions are true
tags_add ?
skip: step.skip_tags equal true
skipped compare
Check if skip update equals true
card to_summary
Format results as a summary card
Settings 4 configurable

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

note setting =
tags setting =
shopify setting =
order id setting =

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.shopdata.orderdata.orderupdatedata.tagsadd

About

Tags

shopify shopifyorderstriagetagsnotesapprovalcommercepack:shopify

Details

15 steps 4 configurable settings recipe_id: update-shopify-order-triage-intake