I'm working in a Hybris Commerce custom project and this is my case:
1 - I have an Interceptor
for AddressModel
, it's run when I do insert or Update.
2 - I have to change the Order.Status
value when I update a value in Address.
If someone knows how to get de OrderModel from Address to set a value it will be nice!