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

    Interface QuoteRequestChangeCustomerAction

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeCustomer"

    New Customer to own the Quote Request.