The information of affected items.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The ID of the event that triggered the strikethrough labeling. | |
| catalogId | Long | The ID of the catalog that the changed item belongs to. | |
| sku | String | The unique SKU of the changed item. | |
| version | Long | The version of the changed item. | |
| price | BigDecimal | The price of the changed item. | |
| prices | Map<String, PriceDetail> | A map of keys and values representing the price types and related price adjustment details for this cart item. The keys correspond to the `priceType` names. | [optional] |
| evaluatedAt | OffsetDateTime | The evaluation time of the changed item. | |
| effects | List<StrikethroughEffect> | [optional] |