| Name | Description | Data Type |
| Dispatcher | The unique Guid identifier referencing the User assigned as the dispatcher for this Order. | string |
| DriverCurrentlyAssigned | The unique Guid identifier referencing the User assigned as the driver for this Order. | string |
| Customer | The unique Guid identifier referencing the Customer assigned to this Order. | string |
| Items | The collection of Item objects associated with this Order. | Array[Item] |
| Department | The Department associated with this Order. | Department |
| CustomerContact | The Contact associated with this Order. | Contact |
| PriceSet | The unique Guid identifier referencing the PriceSet assigned to this Order. | string |
| CollectionAssignedDriver | The unique Guid identifier referencing the User assigned as the collection driver for this Order. | string |
| DeliveryAssignedDriver | The unique Guid identifier referencing the User assigned as the delivery driver for this Order. | string |
| CollectionArrivalWindow | The TimeWindow specified for the collection of this Order. | TimeWindow |
| DeliveryArrivalWindow | The TimeWindow specified for the delivery of this Order. | TimeWindow |
| CollectionLocation | The collection Location assigned to this Order. | Location |
| DeliveryLocation | The delivery Location assigned to this Order. | Location |
| Status | Gets the status of the current order. This property is read only. | Status |
| UserDefinedFields | The key-value collection of UserDefinedField objects associated with this Order. | object |
| UserMiscCompensations | The collection of UserMiscCompensation objects associated with this Order. | Array[UserMiscCompensation] |
| VehicleRequired | The required VehicleType assigned to this Order. | VehicleType |
| PriceModifiers | The collection of PriceModifier objects assigned to this Order. | Array[PriceModifier] |
| TaxTotal | The calculated amount of tax applied to this Order. | number |
| Subtotal | The calculated subtotal of this Order. | number |
| ID | The unique identifier for this Order record. | string |
| TrackingNumber | The tracking number assigned to this Order. | string |
| RequestedBy | The name of the party that requested this Order. | string |
| BasePrice | The base price of the Order. | number |
| CODAmount | The collect-on-delivery (COD) amount assigned to this Order. | number |
| BasePriceType | The method used when calculating the base price for this Order. Available Values: [None, ZoneToZone, Distance, FlatRate] | string |
| PriceAdjustment | A flat-amount adjustment value added to the pricing of this Order. | number |
| PriceModifierTotalCost | The calculated sum of all PriceModifiers assigned this Order. | number |
| Description | The description containing any notable details or instructions regarding this Order. | string |
| Comments | Any additional comments associated with this Order. | string |
| DateSubmitted | The date when this Order was originally submitted. | string |
| RouteName | The name of the route associated with this Order. | string |
| StatusLevel | The current status level of this Order. Available Values: [None, Dispatched, AssignedInRoute, Delivered, Cancelled, CancelledBillable, Assigned, Stored, UnassignedStored, Quoted] | string |
| CollectionArrivalDate | Gets the actual collection arrival date of the current order. | string |
| CollectionContactName | The name of collection contact for this Order. | string |
| CollectionCODRequired | Indicates if a driver is required to a obtain a 'collect-on-delivery' (COD) amount when collecting this Order. | boolean |
| CollectionSignatureRequired | Indicates if a driver is required to obtain a signature when collecting this Order. | boolean |
| DeliveryArrivalDate | Gets the actual delivery arrival date of the current order. | string |
| DeliveryContactName | The name of delivery contact for this Order. | string |
| DeliveryCODRequired | Indicates if a driver is required to a obtain a 'collect-on-delivery' (COD) amount when delivering this Order. | boolean |
| DeliverySignatureRequired | Indicates if a driver is required to obtain a signature when delivering this Order. | boolean |
| Distance | The total distance between the collection and delivery Locations. | number |
| Height | The height measurement of the contents included in this Order. | number |
| Width | The width measurement of the contents included in this Order. | number |
| Length | The length measurement of the contents included in this Order. | number |
| Weight | The weight measurement of the contents included in this Order. | number |
| Quantity | The number of items included in this Order. | integer |
| DeclaredValue | The pre-determined value declaration assigned to this Order. | number |
| ReferenceNumber | The reference number assigned to this Order. | string |
| PurchaseOrderNumber | The purchase order number assigned to this Order. | string |
| IncomingTrackingNumber | The incoming tracking number assigned to this Order. | string |
| OutgoingTrackingNumber | The outgoing tracking number assigned to this Order. | string |
| TotalCost | The calculated total cost of this Order. | number |
| SubmissionSource | Identifies the medium through which this Order was originally submitted. | string |