For the complete documentation index, see llms.txt. This page is also available as Markdown.

flow

Deprecated. Use flow tag instead.

Use flow filter to send data to Shopify Flow. It expects JSON payload as parameter. Payload needs to contain one of the following keys:

  • customer_id

  • product_id

  • order_id

Sample usage could look like this:

{% json payload %}
	{"customer_id": 5287014039740}
{% endjson %}

{% assign result = payload | flow %}

Next custom with provided ID is automatically loaded in Shopify Flow:

Last updated