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
Search the product list filtered by the exact title, returning at most one candidate match.
2
updateExisting
Update the matched product with the supplied descriptive fields, leaving its variants and images intact.
3
createNew
Create a new product using the supplied fields when no existing product matched the title.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.