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/
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024