I would like to propose the addition of a field or event marker in our system to differentiate between product events that are triggered by an order and those that are the result of an edit.
Currently, we are syncing both product and variant fields to our database, but we do not require inventory quantity data.The primary cause of product events for us is inventory changes, which we aim to minimize. If not all variants are included in an event, we are compelled to query all other fields to ensure synchronization, leading to a significant consumption of API points.
By implementing a mechanism to exclude events that are solely due to inventory changes, we can greatly reduce the number of API requests and streamline our processes.
Thanks