in:Item

An item in an order for Print API.

Property Description Type Details
Id Optional custom item ID. If not supplied, the API will generate a random ID automatically. string Length: 0-36, inclusive
ProductId The ID of the product to print, as found in the products list in your account. string Length: 1-200, inclusive
Title Optional custom item title. If supplied, will be printed on the packing slip and in confirmation e-mails (if enabled). string Length: 0-64, inclusive
PageCount The number of pages of the item. Required only for variable page count products such as books and photo prints. Leave null, zero or equal to the required PDF page count for others. integer -
Quantity The quantity to print of the item. integer -
Files Links to the item's print files. Required only if you use the download service. If you want to upload the files after submitting the order instead, set this object to null. in:Files -
Options Any options for the item. You can find the supported options in the product list in your account. in:Option -
Retail Optional total item retail value in EUR, including taxes. Printed on the customs declaration if applicable. If not supplied, the price from your account is used instead. decimal number -
Metadata Optional metadata to store with the item. Will be available whenever you GET the order again. You can store any string (JSON, XML or other) up to 1 kb. string Length: 0-1024, inclusive