List tags
Returns tag names for a given taggable type. Used for autocomplete in tag inputs on products, orders, and customers.
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Query Parameters
Taggable type (Spree::Product, Spree::Order, or Spree::User)
Optional case-insensitive substring filter
Response
tags found
Spree Admin SDK

