Log in
Model

Address

Magento\InventorySourceSelection\Model\Address

What it does

This class represents a shipping or delivery address used during inventory source selection.

Developers use it to pass address information when determining which warehouse or inventory source should fulfill an order based on the customer's location.

It's an immutable data object that stores country, postcode, street, region, and city information.

Public Methods

  • getCountry()
  • getPostcode()
  • getStreet()
  • getRegion()
  • getCity()