@gradientedge/commercetools-utils
    Preparing search index...

    Interface QuoteChangeCustomerAction

    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;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeCustomer"

    New Customer to own the Quote.