How can I manage and report on product tags effectively?

Topic summary

Accessing Product Tags:

  • Product tags can be retrieved in JSON format via: https://{{yourStoreDomain}}/admin/products/tags.json
  • This provides a complete list for review and cleanup

Bulk Tag Removal Process:

  1. Navigate to Products tab
  2. Select all items (use “Select all 50+ items” button for entire catalog)
  3. Click “More actions” → “Remove tags”
  4. Search and select individual tags to remove
  5. Click “Save” to remove selected tags from entire catalog

Customer Tags Issue:

  • A user needs to manage customer tags (not product tags)
  • Attempted URLs like https://{{yourStoreDomain}}/admin/customers/tags.json do not work
  • Unresolved: No solution provided yet for accessing, editing, or managing customer tags

Note: Some text in the original posts appears reversed/garbled but the core technical guidance remains clear.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

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

Thanks!

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:

  1. firstly identify which tags you want to remove.
  2. Go to products tab.
  3. Slect all items, additional “Select all 50+ items” button will appear, click on it (this will allow you to perform actions on whole catalog).
  4. click on “More actions” button and select remove tags.
  5. Select all the tags you want to remove, you can use search to find each tag individually and select it.
  6. 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?