Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi,
At the moment we are using template product listings which are duplicated and edited to list new items.
If the person listing them doesn't change the title when duplicating the URL will be e.g. /copy-of-template
I was hoping to use Shopify flow to look for any product listed where the URL contains 'copy-of' and to then change the URL with a HTTP request.
It doesn't look like this is possible with https://shopify.dev/docs/api/admin-graphql/2023-07/mutations/productUpdate.
Am I missing something...is there a way to do this?
Solved! Go to the solution
This is an accepted solution.
I think that field is product / handle
This is an accepted solution.
I think that field is product / handle
Thanks Paul. Yet again, you've helped us out no end.
Shopify flow doesn't like handleize as a filter so I'm using this instead.
{{ product.title | strip | replace: " ", "-" | downcase }}
I think that does broadly the same thing as handleize does. Don't suppose you're able to say yes or no to my thinking there?
Flow uses a more vanilla version of liquid than storefront liquid. If you have any special characters you might also need to encode them: https://shopify.github.io/liquid/filters/url_encode/
User | RANK |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023