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

    Interface QuoteChangeQuoteStateAction

    interface QuoteChangeQuoteStateAction {
        action: "changeQuoteState";
        quoteState: QuoteState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeQuoteState"
    quoteState: QuoteState

    New state to be set for the Quote, except DeclinedForRenegotiation. The DeclinedForRenegotiation state can be set only when performing a renegotiation request.