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

    Interface MyQuoteChangeMyQuoteStateAction

    When accepting, declining, or renegotiating B2B Quotes, the Customer must have the AcceptMyQuotes, DeclineMyQuotes, or RenegotiateMyQuotes Permission, respectively. If the required Permission is missing, an AssociateMissingPermission error is returned.

    interface MyQuoteChangeMyQuoteStateAction {
        action: "changeMyQuoteState";
        quoteState: MyQuoteState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeMyQuoteState"
    quoteState: MyQuoteState

    New state to be set for the Quote.