Dynamic Embedded Flow Parameters

Kevin Wilde

Last Update 23 days ago

You can pass dynamic values from your storefront into the input of a Shopify Flow request. This allows your Flow automation to receive real-time data based on customer actions, session context, or storefront activity.


Dynamic embedded parameters are added as query parameters to calls made to APIEase from custom liquid in your storefront.


Example Javascript Snippet:

In the above javascript snippet we see that flowParamsEmbedded is set to the stringified "flowParamsEmbeddedVar". APIEase looks for a query parameter named flowParamsEmbedded to hold the dynamic embedded flow parameters.

Was this article helpful?

0 out of 0 liked this article