CartLine
Returns
attributes ● [Attribute]
The attributes associated with the cart line. Attributes are represented as key-value pairs.
discountAllocations ● [CartDiscountAllocation]
The discounts that have been applied to the cart line.
id ● ID!non-null
A globally-unique identifier.
image ● String
image url
price ● Decimal
merchandise price
productId ● String!non-null
product id
productVariant ● ProductVariant!non-null
A product variant represents a different version of a product, such as differing colors or differing sizes.
quantity ● String!non-null
The quantity of the merchandise that the customer intends to purchase.
selectStatus ● Boolean
The cart line is selected or not.
selectedOptions ● [SelectedOption]!non-null
Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.
singleSelect ● Boolean
Whether the cart line can be selected separately.
taxable ● Boolean
whether tax required
title ● String
title
variantId ● String!non-null
variant id
Map
Field from
CartLine
Was this article helpful to you?