Hi,
I an new to gadget platform. I was building a feature to tag products from the frontend.
I want able to query the products and show them on the frontend. but dont know where to write custom backend logic to tag the products. I need to tag the product select with a same tag.
I see there are CRUD models but not sure if I should write in the update.js. If so, then how can i call that function from the fronted?
Thanks