--- title: AbandonedCheckoutLineItem - GraphQL Admin description: A single line item in an abandoned checkout. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckoutLineItem md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckoutLineItem.md --- # Abandoned​Checkout​Line​Item object Requires `read_orders` access scope. Also: The user must have manage\_abandoned\_checkouts permission. A single line item in an abandoned checkout. ## Fields * components [\[Abandoned​Checkout​Line​Item​Component!\]](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckoutLineItemComponent) A list of line item components for this line item. * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Attribute) non-null A list of extra information that has been added to the line item. * discount​Allocations [Discount​Allocation​Connection!](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/DiscountAllocationConnection) non-null Discount allocations that have been applied on the line item. * discounted​Total​Price​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null Final total price for the entire quantity of this line item, including discounts. * discounted​Total​Price​With​Code​Discount [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null 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. * discounted​Unit​Price​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null The price of a single variant unit after discounts are applied at the line item level, in shop and presentment currencies. * discounted​Unit​Price​With​Code​Discount [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null The price of a single variant unit after all discounts are applied, at both the line item and code-based line item level. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null A globally-unique ID. * image [Image](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/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. * original​Total​Price​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null Original total price for the entire quantity of this line item, before discounts. * original​Unit​Price​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null Original price for a single unit of this line item, before discounts. * product [Product](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Product) Product for this line item. NULL for custom line items and products that were deleted after checkout began. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Int) non-null The quantity of the line item. * sku [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) SKU for the inventory item associated with the variant, if any. * title [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) Title of the line item. Defaults to the product's title. * variant [Product​Variant](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/ProductVariant) Product variant for this line item. NULL for custom line items and variants that were deleted after checkout began. * variant​Title [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) Title of the variant for this line item. NULL for custom line items and products that don't have distinct variants. *** ## Map ### Fields and connections with this object * {}[AbandonedCheckout.lineItems](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckout#field-AbandonedCheckout.fields.lineItems) * <->[AbandonedCheckoutLineItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/AbandonedCheckoutLineItemConnection#returns-nodes) * {}[AbandonedCheckoutLineItemEdge.node](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckoutLineItemEdge#field-AbandonedCheckoutLineItemEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node) interface *** ## ||-AbandonedCheckoutLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node)