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

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.