| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderItemID |
The unique ID of the order item. |
globally unique identifier |
None. |
| Product |
The product of the cart item. |
CartProductModel |
None. |
| Nickname |
The nickname of the cart item. |
string |
None. |
| Checked |
Indicates whether the cart item is checked. |
boolean |
None. |
| OriginalOrderFriendlyID |
The friendly ID of original order. Can be null. It contains EncryptedOrderID (can be displayed in the UI) in case the orderItem was duplicated from an existing order. |
integer |
None. |
| EditUrl |
The URL for editing the order item. |
string |
None. |
| QuantityPerRecipient |
The quantity of units of the product per recipient. Can be null in case of the dynamic product configured: Copies per record are based on "Value Defined in Process Job" |
integer |
None. |
| NumRecipients |
The total number of the recipients. |
integer |
None. |
| Quantity |
The number of units of the product to be purchased in the cart item. |
integer |
None. |
| Properties |
The cart item's property values. |
Collection of CartItemPropertyModel |
None. |
| SubItems |
The list of cart subitems of the cart item. |
Collection of CartSubItemModel |
None. |
| Thumbnail |
The cart item thumbnail information. |
CartItemThumbnailModel |
None. |
| ProofStatus |
The cart item's proof status. |
ActivityStatus |
None. |
| Attributes |
The cart item's attributes. |
Collection of AttributeModel |
None. |