Shopify · Arazzo Workflow
Shopify Upsert a Product by Title
Version 1.0.0
Find a product by exact title and update it if it exists, otherwise create it.
Provider
Workflows
upsert-product-by-title
Upsert a single product keyed on its exact title.
Looks for an existing product whose title matches the supplied value and either updates the matched product or creates a new one.
1
findProduct
listProducts
Search the product list filtered by the exact title, returning at most one candidate match.
2
updateExisting
updateProduct
Update the matched product with the supplied descriptive fields, leaving its variants and images intact.
3
createNew
createProduct
Create a new product using the supplied fields when no existing product matched the title.