OrderItemChange
An order item change is a change made within an order edit to an order's items. These changes are not reflected on the original order until the order edit is confirmed.
Properties
id
stringRequiredThe order item change's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
The order item change's status
order_edit_id
stringRequiredThe ID of the order edit
The details of the order edit the item change is associated with.
original_line_item_id
stringThe ID of the original line item in the order
The details of the original line item this item change references. This is used if the item change updates or deletes the original item.
line_item_id
stringThe ID of the cloned line item.
The details of the resulting line item after the item change. This line item is then used in the original order once the order edit is confirmed.
Was this section helpful?