| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID |
Caliq internal invoice/credit/return id |
integer |
None. |
| OrderNumber |
User facing reference for the 'order'. NOTE: It is possible to have an order,credit and return all with the same order number. It is only unique within the Kind |
integer |
None. |
| LineID |
Internal unqiue identifier for this order line |
integer |
None. |
| Editable |
Is this line editable via the OrderEdit API call |
boolean |
None. |
| ID |
Caliq internal product id |
integer |
None. |
| Code |
Product code |
string |
Max length: 25 |
| Description |
Product description |
string |
Max length: 80 |
| Qty |
Quantity ordered |
integer |
None. |
| QtyDespatched |
Product description |
integer |
None. |
| QtyInWarehouse |
Being picked or packed |
integer |
None. |
| QtyInvoiced | integer |
None. |
|
| QtyProcessed |
For an order the quantity despatched, for a customer return the quantity returned |
integer |
None. |
| Status |
Current status of the line |
string |
Max length: 25 |
| Value |
Value of the line in order currency VAT Ex |
decimal number |
None. |
| ValueIncVAT |
Value of the line in order currency VAT Inc |
decimal number |
None. |
| UnitPrice |
Unit price of the item in order currency, VAT Ex |
decimal number |
None. |
| UnitPriceCust |
Unit price of the item in order currency normally charged to the customer, VAT Ex |
decimal number |
None. |
| UnitPriceList |
Unit list price of the item in order currency, VAT Ex |
decimal number |
None. |
| RequiredDate |
Required date of the order line in YYYYMMDD format |
string |
None. |
| EstimatedDate |
Current estimated despatch date of the order line in YYYYMMDD format |
string |
None. |
| EstimatedDateText |
A rule driven text indicating when estimated. Would be used in preference to a specific date |
string |
Max length: 15 |
| LineText |
Text notes for this order line |
string |
None. |
| IsKitHeader |
If true this line is a kit header |
boolean |
None. |
| IsKitItem |
If true this line is a kit component |
boolean |
None. |
| KitParentLineID |
LineId of the parent kit line. Only relevent for Kit Items |
integer |
None. |