Storefront API Failing in Checkout UI Extension on Draft Orders

Hello,

In a Checkout UI Extension, we’re encountering the following error when attempting to query the Storefront API during a Draft Order checkout:

"message": "Channel not found for the given token.",
"extensions": {
  "code": "ACCESS_DENIED"
}

The same query works fine for regular (non-draft) checkouts, and this issue appears to have started around Thursday, May 29, 2025.

We have network_access: true enabled in our extension’s capabilities, and this was working previously for Draft Orders as well.

Has anyone else run into this? Is there a workaround or update needed to continue using Storefront API calls in Draft Order checkouts?

Thanks in advance!