OrderItemProperties
Shows custom properties (options) attached to order line items, useful for personalization and configuration.
Columns
| Name | Type | References | Description |
| LineNumber [KEY] | Long | A unique numeric identifier for the record within the table. | |
| ItemId | Long |
OrdersItems.ItemId | The unique identifier of the order line item that this property is associated with. Available only for finalized orders. |
| OrderId | Long |
Orders.Id | The unique identifier of the order that contains the line item. |
| Name | String | The name of the custom property or option applied to the line item, such as personalization details or customization fields entered by the buyer. | |
| Value | String | The value assigned to the custom property or option, reflecting the specific input or choice made by the buyer. | |
| OrderUpdatedAt | Datetime | The date and time when the order containing this line item property was last updated. |