Reputation: 9
/rest/V1/products?searchCriteria[filter_groups][0][filters][0][field]=tags&searchCriteria[filter_groups][0][filters][0][value]=my tag
I tried this but getting error.
{ "message": "The "%1" attribute name is invalid. Reset the name and try again.", "parameters": [ "tags" ] }
I need to get the list of all the tags available.
Say I have a list of all the tags like this in my Magento UI.
I need to access them as a list as well as access them specifically by their name.
Upvotes: 0
Views: 34