How to filter product api with tag value ?

Hi Expert ,
I used product api with date-time filter .Now i want to filter with tag value in product api . is it possible if yes please share one document how to do it ?
Thanks
Surajit kundu
Tags:
Hi Expert ,
I used product api with date-time filter .Now i want to filter with tag value in product api . is it possible if yes please share one document how to do it ?
Thanks
Surajit kundu
2 comments
Here's an example. Hope this helps!
https://api.lightspeedapp.com/API/Account/{accountId}/Item?load_relations=["TagRelations","TagRelations.Tag"]&Tags.tag="lookupValue"
Thanks for the reply .it's working.