Update (Add) Customer Tags in Shopify
Status: Closed · Asked by Vincenzo Tortora on · 0 views
Hi Dear
I'm trying to use Pabbly Connect to update customer information adding a tag. But I see that Pabbly delete all the old tag and insert only the new one. Is it possible to ADD a tag to the user tags?
I know I can create a workaround via Route (e.g. check if customer has tags; if has tags -> use this tags + add the new one; if they doesn't have tags, add the new one) but it's quite a rude solution. :)
It would be cleaner if was possible to add tag directly.
Thansk!
Hey @Oukside
Regrettably, we were unable to locate the direct action step for adding Tags in Shopify's API reference.
https://shopify.dev/docs/api/admin-rest/2023-10/resources/customer#put-customers-customer-id

Very thanks.
I have to use the "workaround"... :)
Update: it was simpler than described above.
I've just insert in the "Update trigger", this:
[customer_tags], new_tag
[customer_tags] is the variable with the old tags.
Thanks for the update, I hope that workaround helps you.