- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderItem - Order Module Data Models Reference
This documentation provides a reference to the OrderItem data model. It belongs to the Order Module.
id
PrimaryKeyModifier<IdProperty>The ID of the order item.
version
NumberPropertyThe version that the order item belongs to.
quantity
BigNumberPropertyThe quantity of the order item
fulfilled_quantity
BigNumberPropertyThe fulfilled quantity of the order item
delivered_quantity
BigNumberPropertyThe delivered quantity of the order item
shipped_quantity
BigNumberPropertyThe shipped quantity of the order item
return_requested_quantity
BigNumberPropertyThe quantity requested to be returned.
return_received_quantity
BigNumberPropertyThe quantity received by a return.
return_dismissed_quantity
BigNumberPropertyThe quantity dismissed by a return.
written_off_quantity
BigNumberPropertyThe quantity written off by an order edit.
The associated order.
item
HasOneWithForeignKey<() => any, undefined>The associated line item.
unit_price
BigNumberPropertyOptionalThe unit price of the order item
compare_at_unit_price
BigNumberPropertyOptionalThe original price of the item before a promotion or sale.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?