interface StagedQuote {
    businessUnit?: BusinessUnitKeyReference;
    createdAt: string;
    createdBy?: CreatedBy;
    custom?: CustomFields;
    customer?: CustomerReference;
    id: string;
    key?: string;
    lastModifiedAt: string;
    lastModifiedBy?: LastModifiedBy;
    purchaseOrderNumber?: string;
    quotationCart: CartReference;
    quoteRequest: QuoteRequestReference;
    sellerComment?: string;
    stagedQuoteState: string;
    state?: StateReference;
    validTo?: string;
    version: number;
}

Hierarchy

Properties

The BusinessUnit for the Staged Quote.

createdAt: string

Date and time (UTC) the StagedQuote was initially created.

createdBy?: CreatedBy

Present on resources created after 1 February 2019 except for events not tracked.

custom?: CustomFields

Custom Fields of the Staged Quote.

The Buyer who requested the Quote.

id: string

The unique ID of the StagedQuote.

key?: string

User-specific unique identifier of the staged quote.

lastModifiedAt: string

Date and time (UTC) the StagedQuote was last updated.

lastModifiedBy?: LastModifiedBy

Present on resources created after 1 February 2019 except for events not tracked.

purchaseOrderNumber?: string

The Purchase Order Number is typically set by the Buyer on a QuoteRequest to track the purchase order during the quote and order flow.

quotationCart: CartReference

Cart containing the offered items. May contain either DirectDiscounts or CartDiscounts.

quoteRequest: QuoteRequestReference

Quote Request related to the Staged Quote.

sellerComment?: string

Message from the Seller included in the offer.

stagedQuoteState: string

Predefined states tracking the status of the Staged Quote.

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

validTo?: string

Expiration date for the Quote.

version: number

Current version of the StagedQuote.

Generated using TypeDoc