Skip to content
Recued
Menu
← Back to recipes

Etsy receipt support brief

by recued-core v1

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 16 steps

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 6 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Etsy connectionAi summarize
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

etsy etsyordersreceiptspaymentssupportfulfillmentai-summarypack:etsy

Details

16 steps 6 configurable settings recipe_id: etsy-receipt-support-brief