When creating B2B Orders, the Customer must have the MyOrderFromCartDraft Permission.

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

Properties

Properties

id: string

Unique identifier of the Cart that initiates an Order creation.

version: number

Generated using TypeDoc