Skip to main content

Flow Requests

Flow requests allow you to securely trigger or continue a Shopify Flow workflow. You can pass data into the Flow from your storefront, a webhook, or another request, enabling flexible and secure automation without exposing any sensitive information.

Flow request editor

Flow Request Fields

  • Name: Optional display name. Needed when another request calls this one via a chained request.
  • Type: Set to flow to trigger a Shopify Flow workflow.
  • Parameters (?):

Triggers (?): Choose how the request should be triggered:

  • Automatically via webhook
  • On a recurring schedule using cron
  • As an endpoint served by APIEase via Proxy Endpoints
  • Remotely from any http client.
  • Manually via the "Copy and Execute" link on the requests admin page
  • From your storefront using Shopify's app proxy

Next Request: You can specify the name of another request to run after this request finishes. This allows you to build multi-step workflows using chained requests.