@gradientedge/commercetools-utils
    Preparing search index...

    Interface StagedQuote

    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: StagedQuoteState;
        state?: StateReference;
        store?: StoreKeyReference;
        validTo?: string;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

    createdAt: string

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

    createdBy?: CreatedBy

    IDs and references that created the StagedQuote.

    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

    IDs and references that last modified the StagedQuote.

    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: StagedQuoteState

    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.

    The Store to which the Buyer belongs.

    validTo?: string

    Expiration date for the Quote. Once a Quote expires, it cannot be ordered.

    version: number

    Current version of the StagedQuote.