Skip to content
Recued
Menu
← Back to recipes

Update Etsy listing storefront text

by recued-core v1

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

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

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.

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 etsylistingsstorefronttitledescriptionapprovalpack:etsy

Details

9 steps 6 configurable settings recipe_id: update-etsy-listing-storefront