Repository
OrderAddressRepositoryInterface
Magento\Sales\Api\OrderAddressRepositoryInterface
What it does
This interface defines the contract for managing order addresses in Magento 2.
Developers use this repository to retrieve, save, or delete billing and shipping addresses associated with sales orders.
It provides standard CRUD operations and supports filtering addresses using search criteria for advanced queries.
Public Methods
- getList()
- get()
- delete()
- save()