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

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

Properties

id: string

Unique identifier 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

version of the Quote from which the Order is created.

Generated using TypeDoc