I'm debugging an issue with incorrect rate quotes from UPS in 2.3.1. When I submit the rate quote and check the debug data, I see that it is requesting a quote from the 90034 zipcode and thus it returns a rate that it incorrect. From my debug file (Shipper number redacted)
<Shipper><ShipperNumber>XXXXXX</ShipperNumber> <Address>
<City></City>
<PostalCode>90034</PostalCode>
<CountryCode>US</CountryCode>
<StateProvinceCode>CA</StateProvinceCode>
</Address>
</Shipper>
I've checked everywhere I can think of to find where the 90034 zipcode is coming from and assume it is a default that is not being overridden by my store configuration somewhere. Does anyone know where Magento pulls the quote origin location from?
Solved! Go to Solution.
Hello @anthony_mowry1
Navigate to Admin > Store > Configuration > Sales > Shipping Setting > Origin
https://drops.meetanshi.com/iSxMrz
Change it your original address.
Hope it helps.
Hello @anthony_mowry1
Navigate to Admin > Store > Configuration > Sales > Shipping Setting > Origin
https://drops.meetanshi.com/iSxMrz
Change it your original address.
Hope it helps.