WooCommerce · Arazzo Workflow
WooCommerce Upsert Product by SKU
Version 1.0.0
Find a product by its SKU and create it only if no matching product exists.
Provider
Workflows
upsert-product-by-sku
Upsert a product keyed on its SKU, creating it only when missing.
Searches the catalog for a product matching the supplied SKU and either reads the matched product or creates a new one when no match exists.
1
findProduct
Search the catalog for a product matching the supplied SKU, returning at most one result.
2
3
createNew
Create a new product carrying the supplied SKU when no existing product matched.
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.