Hi! I want to get a list of all tags used in my products. I need to sort through them and see which ones need to go. Is there anyplace I can run a report and get these? You used to be able to hit manage tags in a product and all the tags would show but now it’s check boxes and you can just grab and print them out.
Thanks!
Hi @Davanna ,
You can get all the tags in JSON format, by going to this link:
https://{{yourStoreDomain}}/admin/products/tags.json
1 Like
Hi,
I’m having the same issue, I need to remove some tags added but can’t find how to do it. Do you know how?
Hi @LaseMakers ,
Easiest way to remove tag in bulk is as folowing:
- firstly identify which tags you want to remove.
- Go to products tab.
- Slect all items, additional “Select all 50+ items” button will appear, click on it (this will allow you to perform actions on whole catalog).
- click on “More actions” button and select remove tags.
- Select all the tags you want to remove, you can use search to find each tag individually and select it.
- Click “Save” and all the tags you selected will be removed from your whole catalog.
If you want to get all the tags use same string which I suggested to use above:
https://{{yourStoreDomain}}/admin/products/tags.json
1 Like
Hello - I want to do the same for customer tags - but where would I find those?
I tried https://{{yourStoreDomain}}/admin/customer/tags.json and https://{{yourStoreDomain}}/admin/customers/tags.json but it would not work. Where are those customer tags “hiding”?
thanks!
I was talking about CUSTOMER tags and not product tags. How do you manage, access, edit the CUSTOMER tags??? Would you have a solution here?