Shopify · Arazzo Workflow
Shopify Tag an Order by Fulfillment Status
Version 1.0.0
Read an order and branch on its fulfillment status to apply the appropriate tag.
Provider
Workflows
tag-order-by-fulfillment-status
Branch on an order's fulfillment status and apply the matching tag.
Reads the order and, depending on whether it is fulfilled, applies either a shipped tag or an awaiting-shipment tag.
1
getOrder
getOrder
Read the order and branch on its fulfillment status to choose which tag to apply.
2
tagShipped
updateOrder
Tag the fulfilled order as shipped.
3
tagAwaiting
updateOrder
Tag the unfulfilled order as awaiting shipment.