Anchor to CheckoutLineItemCheckout
Checkout Line Item
object
A line item in the checkout, grouped by variant and attributes.
Anchor to FieldsFields
- Anchor to customAttributescustom•
Attributes [Attribute!]!non-null An array of Key-Value pairs providing extra information about the line item.
- •
A globally-unique ID.
- Anchor to priceprice•
The price of the line item.
- Anchor to quantityquantity•Int!non-null
The quantity of the line item.
- Anchor to titletitle•String!non-null
The title of the line item. Defaults to the product's title.
- Anchor to unitPriceunit•
Price The unit price of the line item.
- Anchor to variantTitlevariant•
Title The name of the variant.
Was this section helpful?