Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.2 KB

File metadata and controls

24 lines (22 loc) · 1.2 KB

OrderItemChange

Properties

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.

Enum: TypeEnum

Name Value
ADD "item_add"
REMOVE "item_remove"
UPDATE "item_update"