CalculatedDraftOrderLineItem object

The computed line items for a draft order.

Required access

read_draft_orders access scope.

On this page

Fields

  • appliedDiscount ([DraftOrderAppliedDiscount](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderapplieddiscount))
    Discount applied to the line item.
  • custom ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Indicates if this is a product variant line item, or a custom line item.
  • customAttributes ([[Attribute!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/attribute))
    List of additional information (metafields) about the line item.
  • discountedTotal ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Total price with discounts applied.
  • discountedUnitPrice ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Unit price with discounts applied.
  • fulfillmentService ([FulfillmentService!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/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.
  • image ([Image](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image))
    Image associated with the draft order line item.
  • isGiftCard ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Indicates whether the line item represents the puchase of a gift card.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the product.
  • originalTotal ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Total price (without discounts) of the line item, based on the original unit price of the variant x quantity.
  • originalUnitPrice ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Variant price without any discounts applied.
  • product ([Product](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product))
    Product associated with the draft order line item.
  • quantity ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    Number of variant items requested in the draft order.
  • requiresShipping ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether physical shipping is required for the variant.
  • sku ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Variant SKU number.
  • taxable ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the variant is taxable.
  • title ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Title of the product or variant (this field only applies to custom line items).
  • totalDiscount ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Total value of the discount.
  • variant ([ProductVariant](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant))
    Variant associated with the draft order line item.
  • variantTitle ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the variant.
  • vendor ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the vendor who made the variant.
  • weight ([Weight](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/weight))
    Weight unit and value for a draft order line item.

Types that return CalculatedDraftOrderLineItem

  • [CalculatedDraftOrder.lineItems](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorder#lineitems-2021-01)