I've been digging through the `estimateShipping` m...
# suitecommerce
c
I've been digging through the
estimateShipping
methods in source and I can't locate where the address object is being truncated of all it's attribute except for Country and Zip. It appears to be happening server side. I've overridden the front end to return the entire address object but the back end still only wants to consume Country and Zip.
p
it's a mixture of liveorder.get call to getAddresses /addAddress and the commmerce api estimateShipping function
Commerce api estimate shipping only accepts (and stores) zip and country, so that's what gets returned on liveorder get
c
argh. you said exactly what I was hoping not to hear! lol
I'm gonna have to store the address myself.
No big deal, was just hoping at avoid more moving parts.
thanks for the clarity, Sir