OrderEntryDrop
An entry in an order
Fields
describe_products (String)
A text description of the product(s) ordered in this entry
id (Integer)
The numeric database id of this order entry
order (OrderDrop)
The order this entry is part of
price (MoneyDrop)
The total price of this entry (price_per_item * quantity)
price_per_item (MoneyDrop)
The price per item of this entry
product (ProductDrop)
The product that was ordered
product_variant (ProductVariantDrop)
The product variant that was ordered, if applicable
quantity (Integer)
The quantity of the item that was ordered