CheckoutLineItem - customer - OBJECT
Version: 2025-01
Description:
A line item in the checkout, grouped by variant and attributes.
Access Scopes
Fields
-
customAttributes:
Attribute! -
An array of Key-Value pairs providing extra information about the line item.
-
id:
ID! -
A globally-unique ID.
-
price:
MoneyV2 -
The price of the line item.
-
quantity:
Int! -
The quantity of the line item.
-
title:
String! -
The title of the line item. Defaults to the product's title.
-
unitPrice:
MoneyV2 -
The unit price of the line item.
-
variantTitle:
String -
The name of the variant.
Connections
Related queries
Related mutations
Related Unions
Examples