| Name | Type | Description |
| OrderLineNum | string | Orderline number |
| DateCreated | DateTime | Creation date |
| PartNum | string | Product ID (PartNumber) |
| Quantity | int | Quantity |
| TotalSumm | double | Total orderline cost |
| ItemPrice | double | Price for product unit for reseller |
| Currency | string | Currency code |
| OrderStatus | int | Orderline status. Possible values: 1 - In process, 2 - Error, 3 - Succesfull |
| EndUserInfo | EndUserInfoContract | End user information |
| InstallInstructions | string | Install instructions |
| FullInstructions | string | Install instructions |
| Keys | array of OrderKeyContract | List of keys |
| Links | array of OrderLinkContract | List of links |
| Files | array of OrderFileContract | List of files |
| SubscriptionId | string | The subscription number that was issued using this order line. Filled only if product - subscription |
| MontSubscriberId | Guid | Parameter outdated, not used. The ID of the subscriber to whom the subscription was subscribed using this order line. Filled only if product - subscription |
| ErrorCode | int | Error code. Possible values |
| ErrorText | string | Error description |