An ItemField represents a field that is associated with an Item.
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the item field. |
| ItemId | int | The ID of the item that the item field belongs to. |
| Item (via $expand) | Item | The item that the item field belongs to. |
| Name | string | The name of the item field. |
| Value | string | The value of the item field. |
| IsDisplayed | boolean | Flag that indicates whether the item field is displayed to customers. |
