Log in
Model

EstimateAddress

Magento\Quote\Model\EstimateAddress

What it does

This class represents a simplified address model used for estimating shipping costs and taxes in the shopping cart without requiring a full customer address.

Developers use this when implementing guest checkout or when customers want to preview shipping options by entering minimal location details like country, region, and postcode.

Public Methods

  • getRegion()
  • setRegion()
  • getRegionId()
  • setRegionId()
  • getCountryId()
  • setCountryId()
  • getPostcode()
  • setPostcode()
  • getExtensionAttributes()
  • setExtensionAttributes()