WooCommerce order and customer brief
Read-only review brief for one WooCommerce order and customer. It reads order details, the customer profile, order notes, refunds, and customer downloads through recued-core.woocommerce, then asks the AI summarizer for fulfillment risks, payment/customer context, and the next concrete action. It never updates orders, creates refunds, changes customers, creates notes, mutates webhooks, or calls arbitrary WordPress admin endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (19 steps)
order
?
customer
?
notes_raw
?
refunds_raw
?
downloads_raw
?
notes
default
Apply default
refunds
default
Apply default
downloads
default
Apply default
note_rows
slice
Take a subset of
refund_rows
slice
Take a subset of
download_rows
slice
Take a subset of
note_count
count
Count items in notes
refund_count
count
Count items in refunds
download_count
count
Count items in downloads
summarize
?
notes_table
to_table
Format results as a data table
refunds_table
to_table
Format results as a data table
downloads_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
focus
setting
=
Summarize order status, fulfillment/payment risk, customer context, refunds or notes to inspect, digital downloads, and the next concrete follow-up.
order id
setting
=
0
row limit
setting
=
25
max length
setting
=
900
customer id
setting
=
0
woocommerce
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.