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

    Interface QuoteCreatedMessagePayload

    Generated after a successful Create Quote request.

    interface QuoteCreatedMessagePayload {
        quote: Quote;
        type: "QuoteCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    quote: Quote

    Quote that was created.

    type: "QuoteCreated"