CheckoutLineItem - storefront - OBJECT
Version: 2024-04
Description:
A single line item in the checkout, grouped by variant and attributes.
Access Scopes
`unauthenticated_read_product_listings` access scope.
Fields
-
customAttributes:
Attribute! -
Extra information in the form of an array of Key-Value pairs about the line item.
-
discountAllocations:
DiscountAllocation! -
The discounts that have been allocated onto the checkout line item by discount applications.
-
id:
ID! -
A globally-unique ID.
-
quantity:
Int! -
The quantity of the line item.
-
title:
String! -
Title of the line item. Defaults to the product's title.
-
unitPrice:
MoneyV2 -
Unit price of the line item.
-
variant:
ProductVariant -
Product variant of the line item.
Connections
Related queries
Related mutations
Related Unions
Examples