out:Item
An item belonging to an order.
| Property | Description | Type | Details |
|---|---|---|---|
| Id | The ID assigned to the item. | string | - |
| ProductId | The ID of the product to print. | string | - |
| Title | Optional custom item title. | string | - |
| PageCount | The number of pages of the item. | integer | - |
| Quantity | The quantity to print of the item. | integer | - |
| Retail | The retail value of the item in EUR, if supplied. | decimal number | - |
| Files | The print files of the item. | out:Files | - |
| Options | Any options for the item. | out:Option | - |
| Metadata | Optional metadata stored with the item. | string | - |