How to trigger a page refresh from a Customer Account UI Modal?

Hi folks,

I’m building a Customer Account UI extension using the 2025-10 version. My setup involves:

  1. A button in customer-account.order.action.menu-item.render.

  2. A modal triggered via customer-account.order.action.render containing 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?