# DraftOrderLineItem - customer - OBJECT Version: 2024-10 ## Description A line item included in a draft order. ### Access Scopes ## Fields * [discountInformation](/docs/api/customer/2024-10/objects/DraftOrderLineItemDiscountInformation): DraftOrderLineItemDiscountInformation! - The discount information for the draft order line item. * [discountedTotal](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total price of the line item after discounts have been applied. * [discountedUnitPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The discounted total divided by the quantity, resulting in the value of the discount per unit. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [image](/docs/api/customer/2024-10/objects/Image): Image - The image associated with the line item. * [name](/docs/api/customer/2024-10/scalars/String): String! - The name of the product. * [originalTotal](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total price of the line item, based on the original unit price of the variant multiplied by the quantity. This total doesn't include any discounts. * [originalUnitPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The price of the variant without any discounts applied. * [quantity](/docs/api/customer/2024-10/scalars/Int): Int! - The quantity of this variant item in the draft order. * [requiresShipping](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the variant requires physical shipping. * [sku](/docs/api/customer/2024-10/scalars/String): String - The SKU number of the variant. * [taxable](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the variant is taxable. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the product or variant. This only applies to custom line items. * [variantTitle](/docs/api/customer/2024-10/scalars/String): String - The name of the product variant. * [vendor](/docs/api/customer/2024-10/scalars/String): String - The name of the vendor of the variant. * [weight](/docs/api/customer/2024-10/objects/Weight): Weight - The weight of the line item, including the unit and value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples