Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I am trying to create a flow that adds a product automatically to customer's carts when they are new customers for a specific Sku. For example, if a customer orders X they automatically get Y added to their cart. This is easy to do for every order, but I am running into trouble when I add the "Customer Created" trigger. Has anyone successfully done this?
You can't edit the cart with Flow...you must use Functions for that as it needs to be very fast and synchronous
Flow can edit the order after checkout, though.
You can check if order.customer.numberOfOrders > 1. Or use "Get order data" to query for orders for that customer (and count if > 1). Probably other ways too.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025