Shopify · Arazzo Workflow
Shopify Launch a Product With Stock
Version 1.0.0
Create a product, add a variant, resolve a location, and set its starting inventory.
Provider
Workflows
launch-product-with-stock
Create a product with a variant and set its starting inventory at the primary location.
Creates a product, adds a priced variant, resolves the primary location, and sets the variant's starting available quantity there.
1
createProduct
createProduct
Create the product shell.
2
addVariant
createProductVariant
Add a priced variant tracked by Shopify so it carries an inventory item that can be stocked.
3
resolveLocation
listLocations
List the store's locations and use the first location for stock.
4
setStock
setInventoryLevel
Set the variant's starting available quantity at the resolved location.