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

    Interface MyOrderFromCartDraft

    interface MyOrderFromCartDraft {
        id: string;
        version: number;
    }
    Index

    Properties

    Properties

    id: string

    id of the Cart from which the Order is created.

    version: number

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