Shopify · Arazzo Workflow
Shopify Create Product With Variant
Version 1.0.0
Create a product, add a priced variant to it, then read the finished product back.
Provider
Workflows
create-product-with-variant
Create a product and attach a sellable variant, returning the assembled product.
Creates a product shell, adds a variant carrying price and SKU, and reads the product back so the variant and inventory item identifiers are available to downstream callers.
1
createProduct
createProduct
Create the product shell with its descriptive fields. Shopify auto-creates a default variant which the next step supplements.
2
addVariant
createProductVariant
Add a priced, SKU-bearing variant to the newly created product so it can be sold and inventory-tracked.
3
getProduct
getProduct
Read the finished product back so callers receive the complete record including all variants and images.