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

    Interface MyOrderFromQuoteDraft

    interface MyOrderFromQuoteDraft {
        id: string;
        quoteStateToAccepted?: boolean;
        version: number;
    }
    Index

    Properties

    id: string

    id of the Quote from which the Order is created.

    quoteStateToAccepted?: boolean

    Set to true, if the quoteState of the referenced Quote should be set to Accepted.

    version: number

    Current version of the Quote from which the Order is created.