Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Is there a way to give the customers a 10% customer credit on their account when they spend $50.
1. I do not want to use a loyalty app
2. Is it possible to use "Flow" for this?
Whether you can or you cannot, the customer credit is the first change in 8 years that I have seen that doesn't make the seller's job harder. Its the first thing I can ever remember that has actually been a benefit. If anyone is wondering the site was better 10 years ago. Much better. 10 years time and they made it worse.
This is a new use case for Flow. There is a new API where you can change the credit for a customer: https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/storeCreditAccountCredit
It's on the July API version, but Flow is currently on January (2024-01). When Flow adopts that version, this will be available in the Send Admin API request action.
In the meantime, you could use Send HTTP Request to call the API, but it's a bit more advanced and requires an API key. There are many threads in this forum outlining how to do it.