Shopify · Arazzo Workflow
Shopify Update an Inventory Item Cost
Version 1.0.0
Read an inventory item, update its unit cost and tracking flag, then read it back.
Provider
Workflows
update-inventory-item-cost
Update an inventory item's unit cost and tracking flag, confirming the result.
Confirms the inventory item, updates its cost and tracked flag, and reads it back to confirm.
1
getItem
getInventoryItem
Read the inventory item to confirm it exists before updating.
2
updateItem
updateInventoryItem
Update the inventory item's unit cost and tracking flag.
3
confirmItem
getInventoryItem
Read the inventory item back to confirm the updated cost.