Update Shopify order triage intake
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
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
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.