Log in
Model

Address

Magento\Sales\Model\ResourceModel\Order\Address

What it does

This resource model manages database operations for sales order addresses in Magento 2.

Developers use it to save, load, validate, and retrieve order address data (billing/shipping) from the sales_order_address table.

It provides address attribute configurations and ensures data integrity through validation before saving addresses.

Public Methods

  • getAllAttributes()