You can get the customer address details by address id in Magento 2.
When you need a Customer address object and if you have address id available for the customer address, You can get the address data using the getById() method from the Magento\Customer\Api\AddressRepositoryInterface. Continue reading “Retrieve Customer address by address id Magento 2.”