WooCommerce · Arazzo Workflow
WooCommerce Category, Variable Product, and Variation
Version 1.0.0
Create a category, a variable product in it, a variation, and confirm the variation.
Provider
Workflows
category-variable-product-variation
Create category, variable product, and a variation, then confirm it.
Creates a category, a variable product in that category, a variation under the product, and reads the variation back to verify it.
1
createCategory
createProductCategory
Create the product category that the variable product will belong to.
2
createProduct
createProduct
Create a variable product assigned to the new category.
3
createVariation
createProductVariation
Add a purchasable variation under the variable product.
4
getVariation
getProductVariation
Read the variation back to confirm it persisted with its SKU and price.