Repository
OrderAddressRepositoryInterface
Magento\Sales\Api\OrderAddressRepositoryInterface
What it does
This repository interface provides methods to manage order addresses (billing and shipping) in Magento 2.
Developers use it to retrieve, save, delete, or search for order address records through a standardized API.
It's commonly used when you need to access or modify address information associated with sales orders programmatically.
Public Methods
- getList()
- get()
- delete()
- save()