WooCommerce · Arazzo Workflow
WooCommerce Create Nested Category and Product
Version 1.0.0
Create a parent category, a child category under it, and a product in the child.
Provider
Workflows
create-nested-category-product
Create a parent category, a child category, and a product in the child.
Creates a parent category, a nested child category, and a product assigned to the child category.
1
createParentCategory
createProductCategory
Create the top-level parent product category.
2
createChildCategory
createProductCategory
Create a child category nested under the parent category.
3
createProduct
createProduct
Create a product assigned to the child category.