WooCommerce · Arazzo Workflow
WooCommerce Upsert Product Category
Version 1.0.0
Find a product category by slug and create it only if it does not already exist.
Provider
Workflows
upsert-category
Upsert a product category, creating it only when it is missing.
Searches for an existing product category by name and either reads the matched category or creates a new one when no match exists.
1
findCategory
Search existing product categories for one matching the supplied name, returning at most one result.
2
3
createNew
Create a new product category when no existing category matched the name.
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.