Etsy · Arazzo Workflow
Etsy Clone an Image to a New Listing
Version 1.0.0
Read a source listing's images, create a new draft listing, and assign the source image.
View Spec
View on GitHub
MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2ArazzoWorkflows
Provider
Workflows
clone-image-to-new-listing
Reuse a source listing's image on a brand-new draft listing.
Reads the images of a source listing, creates a new draft listing, and assigns the source image to it by image ID.
1
getSourceImages
getListingImages
Read the images on the source listing and capture the first image ID.
2
createListing
createDraftListing
Create a new draft physical listing to receive the cloned image.
3
assignImage
uploadListingImage
Assign the source listing's image to the new listing by referencing its listing_image_id.