WooCommerce · Arazzo Workflow
WooCommerce Create Category and Product
Version 1.0.0
Create a product category, create a product assigned to it, then read the product back.
Provider
Workflows
create-category-and-product
Create a category, create a product in it, and confirm the product.
Creates a product category, creates a product assigned to that category, and reads the product back to verify it was stored correctly.
1
createCategory
createProductCategory
Create the product category that the new product will be assigned to.
2
createProduct
createProduct
Create a product and assign it to the category created in the previous step.
3
getProduct
getProduct
Retrieve the created product to confirm it persisted with the assigned category and pricing.