This action updates the billingAddress on the Order, but it does not change the billing address on the referenced Cart from which the Order is created.

Produces the [Order Billing Address Set](ctp:api:type:OrderBillingAddressSetMessage) Message.
interface OrderSetBillingAddressAction {
    action: "setBillingAddress";
    address?: _BaseAddress;
}

Properties

Properties

action: "setBillingAddress"
address?: _BaseAddress

Value to set. If empty, any existing value is removed.