Hello,
Is there a way to set a customer’s existing billing/shipping address (via internal ID) to the current order in SuiteCommerce?
I searched around in Extensibility API but couldn’t find any method to support this.
Basically, we want to be able to do this in our code:
SomeComponent.setBillingAddress({ id: 123 });
SomeComponent.setShippingAddress({ id: 123 });
Thank you.