WooCommerce · Arazzo Workflow
WooCommerce Create Variable Product with Variation
Version 1.0.0
Create a variable product and add a single purchasable variation to it.
Provider
Workflows
create-variable-product-with-variation
Create a variable product, add a variation, and confirm the variation.
Creates a variable product, adds a single variation with its own SKU and price, and reads the variation back to verify it was stored.
1
createProduct
createProduct
Create a product of type variable that will hold one or more variations.
2
createVariation
createProductVariation
Create a variation under the new product with its own SKU, price, and managed stock.
3
getVariation
getProductVariation
Read the variation back to confirm it persisted with the supplied SKU and price.