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

    Interface QuoteRequestChangeQuoteRequestStateAction

    Transitions the Quote Request to a different state. A Buyer is only allowed to cancel a Quote Request when it is in Submitted state.

    interface QuoteRequestChangeQuoteRequestStateAction {
        action: "changeQuoteRequestState";
        quoteRequestState: QuoteRequestState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeQuoteRequestState"
    quoteRequestState: QuoteRequestState

    New state to be set for the Quote Request.