Hi folks,
I’m building a Customer Account UI extension using the 2025-10 version. My setup involves:
-
A button in
customer-account.order.action.menu-item.render. -
A modal triggered via
customer-account.order.action.rendercontaining a form.
When the user submits the form, it updates the order data via an API call. However, I need the parent order page to refresh (or the UI to re-validate) so that the action menu logic updates immediately based on the new order state.
Is there a built-in hook or a way to trigger a data refresh on the order page from within the modal extension?