interface StagedQuoteDraft {
    custom?: CustomFieldsDraft;
    key?: string;
    quoteRequest: QuoteRequestResourceIdentifier;
    quoteRequestStateToAccepted?: boolean;
    quoteRequestVersion: number;
    state?: StateReference;
}

Properties

Custom Fields to be added to the StagedQuote.

- If specified, the Custom Fields are merged with the Custom Fields on the referenced [QuoteRequest](ctp:api:type:QuoteRequest) and added to the StagedQuote.
- If empty, the Custom Fields on the referenced [QuoteRequest](ctp:api:type:QuoteRequest) are added to the StagedQuote automatically.
key?: string

User-defined unique identifier for the StagedQuote.

QuoteRequest from which the StagedQuote is created.

quoteRequestStateToAccepted?: boolean

If true, the quoteRequestState of the referenced QuoteRequest will be set to Accepted.

quoteRequestVersion: number

Current version of the QuoteRequest.

State of the Staged Quote. This reference can point to a State in a custom workflow.

Generated using TypeDoc