Order QML Type

This type holds the information about a BrickLink order. More...

Import Statement: import BrickLink 1.0

Properties

Detailed Description

Property Documentation

additionalCharges1 : real [read-only]


additionalCharges2 : real [read-only]


address : string [read-only]

The full address of the otherParty.


countryCode : string [read-only]

The 2-letter country code of the otherParty.


credit : real [read-only]


creditCoupon : real [read-only]


currencyCode : string [read-only]


date : date [read-only]

The date when the order was placed.


grandTotal : real [read-only]


id : string [read-only]

The order id.


insurance : real [read-only]


itemCount : int [read-only]

The number of items in this order.


lastUpdated : date [read-only]

The date when the order was last updated.


lotCount : int [read-only]

The number of lots in this order.


orderTotal : real [read-only]


otherParty : string [read-only]

The user-name of the other party (either buyer or seller, depending on the type).


paymentCurrencyCode : string [read-only]


paymentType : string [read-only]


phone : string [read-only]

The phone number of the otherParty.


shipping : real [read-only]


status : enumeration [read-only]

The status of the order. Can be one of:

ConstantValue
BrickLink.OrderStatus.Unknown
BrickLink.OrderStatus.Pending
BrickLink.OrderStatus.Updated
BrickLink.OrderStatus.Processing
BrickLink.OrderStatus.Ready
BrickLink.OrderStatus.Paid
BrickLink.OrderStatus.Packed
BrickLink.OrderStatus.Shipped
BrickLink.OrderStatus.Received
BrickLink.OrderStatus.Completed
BrickLink.OrderStatus.OCR
BrickLink.OrderStatus.NPB
BrickLink.OrderStatus.NPX
BrickLink.OrderStatus.NRS
BrickLink.OrderStatus.NSS
BrickLink.OrderStatus.Cancelled

trackingNumber : string [read-only]


type : enumeration [read-only]

The type of order. The possible values are:

ConstantDescription
BrickLink.OrderType.ReceivedA received order.
BrickLink.OrderType.PlacedA placed order.

usSalesTax : real [read-only]



vatChargeSeller : real [read-only]


© 2004-2025 Robert Griebl. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. All trademarks are property of their respective owners.