Hook on order Fulfillment Status update

Hey,

I’m trying to find a way to create a hook on when an order ‘Fulfillment Status’ updates or generally when something in the order record is updated but when clicking on adding a hook, the afterUpdate actions isn’t available.

I also tried to create the ’ export function Stores$Orders_afterUpdate(item, context)’ function in the data.js file but it isn’t fired.

Is there any way to get this hook working?