| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The order item change's ID | |
| type | TypeEnum | The order item change's status | |
| orderEditId | String | The ID of the order edit | |
| orderEdit | Object | Available if the relation `order_edit` is expanded. | [optional] |
| originalLineItemId | String | The ID of the original line item in the order | |
| originalLineItem | LineItem | [optional] | |
| lineItemId | String | The ID of the cloned line item. | |
| lineItem | LineItem | [optional] | |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| deletedAt | OffsetDateTime | The date with timezone at which the resource was deleted. |
| Name | Value |
|---|---|
| ADD | "item_add" |
| REMOVE | "item_remove" |
| UPDATE | "item_update" |