OrderItemDTO
id
stringRequiredThe ID of the order detail.
item_id
stringRequiredThe ID of the associated item.
The Line Item of the order detail.
quantity
numberRequiredThe quantity of the order line item.
The raw quantity of the order line item.
fulfilled_quantity
numberRequiredThe fulfilled quantity of the order line item.
The raw fulfilled quantity of the order line item.
shipped_quantity
numberRequiredThe shipped quantity of the order line item.
The raw shipped quantity of the order line item.
return_requested_quantity
numberRequiredThe quantity of return requested for the order line item.
The raw quantity of return requested for the order line item.
return_received_quantity
numberRequiredThe quantity of return received for the order line item.
The raw quantity of return received for the order line item.
return_dismissed_quantity
numberRequiredThe quantity of return dismissed for the order line item.
The raw quantity of return dismissed for the order line item.
written_off_quantity
numberRequiredThe quantity of written off for the order line item.
The raw quantity of written off for the order line item.
metadata
null | Record<string, unknown>RequiredThe metadata of the order detail
created_at
DateRequiredThe date when the order line item was created.
updated_at
DateRequiredThe date when the order line item was last updated.
Was this section helpful?