# CalculatedDraftOrderLineItem - admin - OBJECT
Version: 2024-04

## Description
The calculated line item for a draft order.

### Access Scopes
`read_draft_orders` access scope.


## Fields
* [appliedDiscount](/docs/api/admin/2024-04/objects/DraftOrderAppliedDiscount): DraftOrderAppliedDiscount - The custom applied discount.
* [custom](/docs/api/admin/2024-04/scalars/Boolean): Boolean! - Whether the line item is custom (`true`) or contains a product variant (`false`).
* [customAttributes](/docs/api/admin/2024-04/objects/Attribute): Attribute! - A list of attributes that represent custom features or special requests.
* [customAttributesV2](/docs/api/admin/2024-04/objects/TypedAttribute): TypedAttribute! - The list of additional information (metafields) with the associated types.
* [discountedTotal](/docs/api/admin/2024-04/objects/MoneyV2): MoneyV2! - The total price with discounts applied.
* [discountedTotalSet](/docs/api/admin/2024-04/objects/MoneyBag): MoneyBag! - The total price with discounts applied.
* [discountedUnitPrice](/docs/api/admin/2024-04/objects/MoneyV2): MoneyV2! - The unit price with discounts applied.
* [discountedUnitPriceSet](/docs/api/admin/2024-04/objects/MoneyBag): MoneyBag! - The unit price with discounts applied.
* [fulfillmentService](/docs/api/admin/2024-04/objects/FulfillmentService): FulfillmentService - Name of the service provider who fulfilled the order.

Valid values are either **manual** or the name of the provider.
For example, **amazon**, **shipwire**.

Deleted fulfillment services will return null.
* [image](/docs/api/admin/2024-04/objects/Image): Image - The image associated with the draft order line item.
* [isGiftCard](/docs/api/admin/2024-04/scalars/Boolean): Boolean! - Whether the line item represents the purchase of a gift card.
* [name](/docs/api/admin/2024-04/scalars/String): String! - The name of the product.
* [originalTotal](/docs/api/admin/2024-04/objects/MoneyV2): MoneyV2! - The total price, excluding discounts, equal to the original unit price multiplied by quantity.
* [originalTotalSet](/docs/api/admin/2024-04/objects/MoneyBag): MoneyBag! - The total price excluding discounts, equal to the original unit price multiplied by quantity.
* [originalUnitPrice](/docs/api/admin/2024-04/objects/MoneyV2): MoneyV2! - The line item price without any discounts applied.
* [originalUnitPriceSet](/docs/api/admin/2024-04/objects/MoneyBag): MoneyBag! - The price without any discounts applied.
* [product](/docs/api/admin/2024-04/objects/Product): Product - The product for the line item.
* [quantity](/docs/api/admin/2024-04/scalars/Int): Int! - The quantity of items. For a bundle item, this is the quantity of bundles,
not the quantity of items contained in the bundles themselves.
* [requiresShipping](/docs/api/admin/2024-04/scalars/Boolean): Boolean! - Whether physical shipping is required for the variant.
* [sku](/docs/api/admin/2024-04/scalars/String): String - The SKU number of the product variant.
* [taxable](/docs/api/admin/2024-04/scalars/Boolean): Boolean! - Whether the variant is taxable.
* [title](/docs/api/admin/2024-04/scalars/String): String! - The title of the product or variant. This field only applies to custom line items.
* [totalDiscount](/docs/api/admin/2024-04/objects/MoneyV2): MoneyV2! - The total value of the discount.
* [totalDiscountSet](/docs/api/admin/2024-04/objects/MoneyBag): MoneyBag! - The total discount amount.
* [variant](/docs/api/admin/2024-04/objects/ProductVariant): ProductVariant - The product variant for the line item.
* [variantTitle](/docs/api/admin/2024-04/scalars/String): String - The name of the variant.
* [vendor](/docs/api/admin/2024-04/scalars/String): String - The name of the vendor who created the product variant.
* [weight](/docs/api/admin/2024-04/objects/Weight): Weight - The weight unit and value.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples