# AbandonedCheckoutLineItem - admin-graphql - OBJECT Version: 2024-10 ## Description A single line item in an abandoned checkout. ### Access Scopes `read_orders` access scope. Also: The user must have manage_abandoned_checkouts permission. ## Fields * [customAttributes](/docs/api/admin-graphql/2024-10/objects/Attribute): Attribute! - A list of extra information that has been added to the line item. * [discountedTotalPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - Final total price for the entire quantity of this line item, including discounts. * [discountedTotalPriceWithCodeDiscount](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total price for the entire quantity of this line item, after all discounts are applied, at both the line item and code-based line item level. * [discountedUnitPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The price of a single variant unit after discounts are applied at the line item level, in shop and presentment currencies. * [discountedUnitPriceWithCodeDiscount](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The price of a single variant unit after all discounts are applied, at both the line item and code-based line item level. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [image](/docs/api/admin-graphql/2024-10/objects/Image): Image - The image associated with the line item's variant or product. NULL if the line item has no product, or if neither the variant nor the product have an image. * [originalTotalPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - Original total price for the entire quantity of this line item, before discounts. * [originalUnitPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - Original price for a single unit of this line item, before discounts. * [product](/docs/api/admin-graphql/2024-10/objects/Product): Product - Product for this line item. NULL for custom line items and products that were deleted after checkout began. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the line item. * [sku](/docs/api/admin-graphql/2024-10/scalars/String): String - SKU for the inventory item associated with the variant, if any. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - Title of the line item. Defaults to the product's title. * [variant](/docs/api/admin-graphql/2024-10/objects/ProductVariant): ProductVariant - Product variant for this line item. NULL for custom line items and variants that were deleted after checkout began. * [variantTitle](/docs/api/admin-graphql/2024-10/scalars/String): String - Title of the variant for this line item. NULL for custom line items and products that don't have distinct variants. ## Connections * [discountAllocations](/docs/api/admin-graphql/2024-10/connections/DiscountAllocationConnection): DiscountAllocationConnection! ## Related queries ## Related mutations ## Related Unions ## Examples