I'm trying to fix the issue with setting the order...
# suitecommerce
t
I'm trying to fix the issue with setting the order shipping address being set as the customer's default shipping address natively. I'm calling ModelsInit.customer.updateAddress(oldDefaultShipping); after ModelsInit.order.setShippingAddress( new String(data.shipaddress).toString() ); in the logs it is showing it updated correctly but for some reason the order is not respecting the address that it was set to but rather the restored default shipping address. I feel like there is an undocumented NetSuite bug here which explains why this issue was never resolved or enhanced with params.