Skip to main content

QuotationType

No description

type QuotationType {
publicQuotationId: ID!
quotationId: Int!
validTo: DateTimeOffset
customMetadata: String
totalPriceExVat: Decimal!
merchantMessage: String
orderId: Int
status: QuotationStatus
changes: [QuotationChangeType]
buyerMessages: [QuotationBuyerMessageType]
terms: QuotationTermsType
items: [QuotationItemType]
}

Fields

QuotationType.publicQuotationId ● ID! non-null scalar

QuotationType.quotationId ● Int! non-null scalar

QuotationType.validTo ● DateTimeOffset scalar

QuotationType.customMetadata ● String scalar

QuotationType.totalPriceExVat ● Decimal! non-null scalar

QuotationType.merchantMessage ● String scalar

QuotationType.orderId ● Int scalar

QuotationType.status ● QuotationStatus enum

QuotationType.changes ● [QuotationChangeType] list object

QuotationType.buyerMessages ● [QuotationBuyerMessageType] list object

QuotationType.terms ● QuotationTermsType object

QuotationType.items ● [QuotationItemType] list object

Returned by

getQuotation query ● listQuotations query