Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

OrderItemDTO

Properties

idstringRequired
The ID of the order detail.
item_idstringRequired
The ID of the associated item.
itemOrderLineItemDTORequired
The Line Item of the order detail.
quantitynumberRequired
The quantity of the order line item.
raw_quantityBigNumberRawValueRequired
The raw quantity of the order line item.
fulfilled_quantitynumberRequired
The fulfilled quantity of the order line item.
raw_fulfilled_quantityBigNumberRawValueRequired
The raw fulfilled quantity of the order line item.
shipped_quantitynumberRequired
The shipped quantity of the order line item.
raw_shipped_quantityBigNumberRawValueRequired
The raw shipped quantity of the order line item.
return_requested_quantitynumberRequired
The quantity of return requested for the order line item.
raw_return_requested_quantityBigNumberRawValueRequired
The raw quantity of return requested for the order line item.
return_received_quantitynumberRequired
The quantity of return received for the order line item.
raw_return_received_quantityBigNumberRawValueRequired
The raw quantity of return received for the order line item.
return_dismissed_quantitynumberRequired
The quantity of return dismissed for the order line item.
raw_return_dismissed_quantityBigNumberRawValueRequired
The raw quantity of return dismissed for the order line item.
written_off_quantitynumberRequired
The quantity of written off for the order line item.
raw_written_off_quantityBigNumberRawValueRequired
The raw quantity of written off for the order line item.
metadatanull | Record<string, unknown>Required
The metadata of the order detail
created_atDateRequired
The date when the order line item was created.
updated_atDateRequired
The date when the order line item was last updated.
Was this section helpful?