| orderId |
Order unique identifier
|
bigint
|
|
|
| orderNo |
Order number
|
string
|
|
|
| webOrderId |
External order identifier (usually from Web vendor)
|
string
|
|
|
| status |
Order status
-- ORDER STATUS LIST SORTED BY EVENT
ORDER = On order
PICKING = Picking issued
SHIPPING = Packing slip issued
COMPLETED = Invoice issued
CANCELLED = Order cancelled or deleted
|
string
|
|
|
| trackingNumber |
Tracking number
|
string
|
|
|
| trackingURL_fr |
Tracking URL (English)
URL de repérage (Anglais)
|
string
|
|
|
| trackingURL_en |
URL for tracking (English)
URL de repérage (Anglais)
|
string
|
|
|
| documentCode |
Document code
|
string
|
|
|
| carrierCode |
Cartrier code
|
string
|
|
|
| invoiceDownloadURL |
Invoice downloading URL
|
string
|
|
|
| shippingAmount |
Shipping Amount
|
string
|
|
|
| orderTotal |
Order amount
|
string
|
|
|
| shippingAddr |
Tags to identify order type (Ex: WEB)
|
Collection of OrderAddrChangeLog
|
|
|
| tags |
Tags to identify order type (Ex: WEB)
|
Collection of string
|
|
|
| items |
Item list
Optionnal must be activated by Ogasys. By default, changes on items are does not trigger a change.
|
Collection of OrderItemsChangeLog
|
|
|