how we can filter customers based on tags, please send me an example payload
Hi @jeet,
Thank you for contacting us.
Unfortunately, this isn't possible with a query parameter. What you can do is to grab all the customers with the Tag relation and create a filter on your end.
/Customer?load_relations=["Tags"]
1 comment
Hi @jeet,
Thank you for contacting us.
Unfortunately, this isn't possible with a query parameter. What you can do is to grab all the customers with the Tag relation and create a filter on your end.
/Customer?load_relations=["Tags"]