In App Flow Parameters

Kevin Wilde

Last Update 11 dagen geleden

Flow parameters allow you to define the input data that will be passed to a Shopify Flow workflow when the request is executed. These parameters must match the input fields defined in your Flow template.


Flow parameters are configured directly in the request editor and entered as valid JSON.


How to Add a Flow Parameter
  1. While editing your Flow request, click the plus icon in the Parameter column.
  2. Select the Flow radio button.
  3. Enter the Name you will use to access the flow parameter within your workflow.
  4. In the Value field, enter your Flow input in JSON format.
  5. Click the Save button at the top of the request editor.
Flow Parameter Example:If your Flow expects a variable named customer_data that contains both an email and a customer tag, you could enter:
You can also use embedded parameters to dynamically set parameters from your storefront.

Was this article helpful?

0 out of 0 liked this article