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.
- While editing your Flow request, click the plus icon in the Parameter column.
- Select the Flow radio button.
- Enter the Name you will use to access the flow parameter within your workflow.
- In the Value field, enter your Flow input in JSON format.
- Click the Save button at the top of the request editor.
- Name: customer_data
- Value:{"email": "[email protected]","tag": "VIP"}

You can also use embedded parameters to dynamically set parameters from your storefront.