Skip to content
Recued
Menu
← Back to recipes

Ship an Etsy receipt

by recued-core v1

Approval-gated Etsy fulfillment workflow. It reads one receipt, its transactions, purchased listings, and attached payment records, then creates one receipt shipment tracking record through recued-core.etsy.receipt.shipment.create. It never edits listings, inventory, refunds, payment data, buyer addresses, shop settings, messages, files, images, or arbitrary Etsy endpoints.

How it works 21 steps

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

Process (21 steps)
tracking_value trim
Trim whitespace from setting tracking code
carrier_value trim
Trim whitespace from setting carrier name
buyer_note trim
Trim whitespace from setting note to buyer
shipment_reason trim
Trim whitespace from setting reason
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
has_tracking compare
Check if tracking value has data
has_carrier compare
Check if carrier value has data
ready_to_ship all
Check if all conditions are true
shipment ?
skip: step.ready_to_ship not_equal true
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 8 configurable

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

etsy setting =
reason setting =
shop id setting = 0
send bcc setting = false
receipt id setting = 0
carrier name setting =
note to buyer setting =
tracking code 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 Etsy connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

etsy etsyordersreceiptsshippingtrackingapprovalpack:etsy

Details

21 steps 8 configurable settings recipe_id: ship-etsy-receipt