Etsy receipt support brief
Read-only Etsy order support brief. It reads one receipt, its transactions, purchased listings, and attached payment records through recued-core.etsy, then asks the AI summarizer for fulfillment state, payment context, purchased item context, buyer-visible risks, and concrete next actions. It never updates shipments, listings, inventory, refunds, payment data, buyer addresses, shop settings, messages, files, images, or arbitrary Etsy endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (16 steps)
receipt
?
transactions_raw
?
listings_raw
?
payments_raw
?
transactions
default
Apply default
listings
default
Apply default
payments
default
Apply default
transaction_count
count
Count items in transactions
listing_count
count
Count items in listings
payment_count
count
Count items in payments
brief
?
transaction_rows
slice
Take a subset of
payment_rows
slice
Take a subset of
transaction_table
to_table
Format results as a data table
payment_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.
etsy
setting
=
focus
setting
=
Summarize payment status, fulfillment/shipment state, purchased listings, transaction quantities/SKUs, customer-visible risks, and concrete next actions. Do not invent facts outside the Etsy records.
shop id
setting
=
0
row limit
setting
=
10
max length
setting
=
900
receipt id
setting
=
0
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.