--- title: DraftOrderLineItem - Customer API description: A line item included in a draft order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/draftorderlineitem md: https://shopify.dev/docs/api/customer/latest/objects/draftorderlineitem.md --- # Draft​Order​Line​Item object A line item included in a draft order. ## Fields * discounted​Total [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total price of the line item after discounts have been applied. * discounted​Unit​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The discounted total divided by the quantity, resulting in the value of the discount per unit. * discount​Information [Draft​Order​Line​Item​Discount​Information!](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItemDiscountInformation) non-null The discount information for the draft order line item. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) The image associated with the line item. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the product. * original​Total [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null 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. * original​Unit​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of the variant without any discounts applied. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The quantity of this variant item in the draft order. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the variant requires physical shipping. * sku [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The SKU number of the variant. * taxable [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the variant is taxable. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the product or variant. This only applies to custom line items. * variant​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the product variant. * vendor [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the vendor of the variant. * weight [Weight](https://shopify.dev/docs/api/customer/latest/objects/Weight) The weight of the line item, including the unit and value. *** ## Map ### Fields and connections with this object * {}[DraftOrder.lineItems](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-lineItems) * <->[DraftOrderLineItemConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderLineItemConnection#field-nodes) * {}[DraftOrderLineItemEdge.node](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItemEdge#field-node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-DraftOrderLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)