With the new configuration available for the orders feed, any changes made to orders can be tracked. This is done through JSONata expressions set in the Orders API, which allow for highly customized filtering. It is possible to combine filtering conditions and select specific subsets of orders that should generate events, for example.
What needs to be done?
Existing feed and hook configurations are not affected by this change. This new configuration is an alternative to the default filtering by status.
You can implement the new configuration by using the Feed v3 configuration or Hook configuration endpoints of the Order API. Learn more about how to configure this new filter in the Feed v3 guide.
If you need to test your JSONata filtering expressions, use our JSONata expressions API endpoint.