Magento CE 2.4.8
I was trying to add new attribute to addresses across magento (custom address, quote, order). But I ran into a confusing issue.
The custom attribute is saved correctly when passed from customer registered address to quote address. But not to sales order.
I tried to pin point it, and I found before conversion to sales order, quote calls:
module-quote/Model/Quote.php
Refer to the extension attributes feature to extend the additional attributes in the customer address.
https://developer.adobe.com/commerce/php/development/components/add-attributes/
Problem solved? Click Kudos and "Accept as Solution".