Database Stores/Products Hooks

Hello, I am trying to add hook to store/products


It is available option, but it is not triggered when products are updated from dashboard


My data.js file


If its not possible then how to …

  1. Related products based on same product category without manually making relation collection.
1 Like

Hey Raimonds,

Unfortunately, you encountered a bug with Hooks functionality. We unintentionally exposed this option for Stores, but we currently don’t support it.

But answering your question, you can achieve related products with the following approach. You current product belongs to a collection, you must now query all products that belong the the same collections, but exclude this current product.