QuoteSubmittedEvent reference
This article provides reference material about the QuoteSubmittedEvent
record. The QuoteSubmittedEvent
record represents the event when a quote is submitted.
Properties
BillingAddress
The customer billing address.
ShippingAddress
The order shipping address.
OrderDate
The date on which the order was placed.
OrderLines
The list of order lines.
TaxLines
The detailed list of taxes.
Id
The order identifier.
BasketId
The basket identifier, if available.
ShopperId
The shopper identifier.
ShopperEmail
The shopper's email.
DiscountAmount
The total order discount amount.
TotalPrice
The total order amount.
InvoiceDiscount
The amount of order invoice discount.
TaxAmount
The total amount of applied taxes.
TaxPercent
The tax percentage. For example, when tax percent is 19%, this property is equal to 19.
TotalPriceExcludingDiscount
The total amount of all lines without any discounts and taxes.
TotalPriceExcludingTax
The total amount of all lines including invoice discount, but excluding taxes.
RoundOff
The round-off value, which is added or subtracted from the lines subtotal when the amount rounding is applied.
PricesInclTax
The value indicating whether all prices and amounts include taxes or not.
ReferenceNo
The order reference number, if available.
RequestedDeliveryDate
The requested delivery date, if available.
ShippingMethodName
The name of the shipping method used.
PaymentMethodName
The name of the payment method used.
CurrencyId
The currency identifier.
LanguageId
The language identifier.
OrderUrl
The URL of the order detail page, if available.