# AbandonedCheckoutLineItemComponent - admin - OBJECT
Version: 2025-01

## Description
The list of line item components that belong to a line item.

### Access Scopes
`read_orders` access scope. Also: The user must have manage_abandoned_checkouts permission.


## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [image](/docs/api/admin/2025-01/objects/Image): Image - The variant image associated with the line item component.
NULL if the variant associated doesn't have an image.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The quantity of the line item component.
* [title](/docs/api/admin/2025-01/scalars/String): String! - Title of the line item component.
* [variantTitle](/docs/api/admin/2025-01/scalars/String): String - The name of the variant.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples