---
title: DraftOrderLineItem - Customer API
description: A line item included in a draft order.
api_version: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/objects/DraftOrderLineItem'
  md: 'https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/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/unstable/objects/DraftOrderLineItemDiscountInformation)

  non-null

  The discount information for the draft order line item.

* id

  [ID!](https://shopify.dev/docs/api/customer/unstable/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/unstable/objects/Image)

  The image associated with the line item.

* name

  [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String)

  non-null

  The name of the product.

* original​Total

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/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/unstable/objects/MoneyV2)

  non-null

  The price of the variant without any discounts applied.

* quantity

  [Int!](https://shopify.dev/docs/api/customer/unstable/scalars/Int)

  non-null

  The quantity of this variant item in the draft order.

* requires​Shipping

  [Boolean!](https://shopify.dev/docs/api/customer/unstable/scalars/Boolean)

  non-null

  Whether the variant requires physical shipping.

* sku

  [String](https://shopify.dev/docs/api/customer/unstable/scalars/String)

  The SKU number of the variant.

* taxable

  [Boolean!](https://shopify.dev/docs/api/customer/unstable/scalars/Boolean)

  non-null

  Whether the variant is taxable.

* title

  [String!](https://shopify.dev/docs/api/customer/unstable/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/unstable/scalars/String)

  The name of the product variant.

* vendor

  [String](https://shopify.dev/docs/api/customer/unstable/scalars/String)

  The name of the vendor of the variant.

* weight

  [Weight](https://shopify.dev/docs/api/customer/unstable/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/unstable/objects/DraftOrder#field-DraftOrder.fields.lineItems)
* [DraftOrderLineItemConnection.nodes](https://shopify.dev/docs/api/customer/unstable/connections/DraftOrderLineItemConnection#returns-nodes)
* [DraftOrderLineItemEdge.node](https://shopify.dev/docs/api/customer/unstable/objects/DraftOrderLineItemEdge#field-DraftOrderLineItemEdge.fields.node)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)

  interface

***

## DraftOrderLineItem Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)
