Update Etsy listing storefront text
Approval-gated Etsy listing storefront workflow. It reads one listing, then updates only the listing title and description through recued-core.etsy.listing.update. It never changes price, inventory, taxonomy, shipping profile, shop section, media, files, refunds, buyer messages, payment data, addresses, or arbitrary Etsy endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (9 steps)
new_title
trim
Trim whitespace from setting title
new_description
trim
Trim whitespace from setting description
change_reason
trim
Trim whitespace from setting reason
listing
?
has_title
compare
Check if new title has data
has_description
compare
Check if new description has data
ready_to_update
all
Check if all conditions are true
listing_update
?
skip: step.ready_to_update not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
etsy
setting
=
title
setting
=
reason
setting
=
shop id
setting
=
0
listing id
setting
=
0
description
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.