@0_0 Could you share which API version you’re using, which extension target this is running on, and when you first observed the change?
My initial investigation suggests that shopify.authenticatedAccount.customer.value.id has only returned the numeric customer ID, not the full gid://shopify/Customer/<id> value. If you saw it return the full GID in a specific version or target, those details would help narrow this issue down.
I confirmed that we haven’t made any recent changes to shopify.authenticatedAccount.customer.value.id in Customer Account UI Extensions. In that surface, the expected value is the numeric customer ID.
You mentioned this came up while doing final checks for customer accounts. Was this implementation based on similar logic from a Checkout UI extension? Checkout UI Extensions return the customer ID in the gid://shopify/Customer/<id> format.