Changes the owner of a Quote to a different Customer. Customer Group is not updated. This update action produces the Quote Customer Changed Message.

interface QuoteChangeCustomerAction {
    action: "changeCustomer";
    customer: CustomerResourceIdentifier;
}

Properties

Properties

action: "changeCustomer"

New Customer to own the Quote.