March 24, 2026

Flow: New actions to get data about workflow runs, abandoned checkouts, inventory items, catalogs, and pages

Flow now has more actions to fetch data from your Shopify store to use in workflows. These "Get data" actions call a query with a set of filters and return a list of data that matches. Like other similar actions, these actions return a list of up to 100 resources.

The Get workflow run data action retrieves information about a workflow run, including the workflow it belongs to, the event that triggered it, retry attempts, and timing details. Use this to build workflows that monitor or report on other workflow activity — for example, to track retry patterns or audit trigger sources.

The Get abandoned checkout data action retrieves abandoned checkout information from your Shopify store. Abandoned checkouts are carts that a customer started but didn't complete. Use this to build workflows that follow up on lost sales, generate reports, or trigger recovery campaigns.

The Get inventory item data action retrieves inventory item information from your Shopify store. Inventory items represent the physical goods that you track stock for. Use this to build workflows that monitor stock changes, and flag recently updated items.

The Get page data action retrieves page information from your Shopify store. Pages are standalone content like About Us, Contact, or FAQ pages. Use this to build workflows that audit published content, track page updates, or manage your online store's static pages.

For more information, visit the documentation. For questions and feedback, visit the Shopify community.