# LineItem - customer - OBJECT Version: 2024-10 ## Description A single line item in an order. ### Access Scopes ## Fields * [currentTotalPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2 - The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. * [customAttributes](/docs/api/customer/2024-10/objects/Attribute): Attribute! - The list of custom attributes associated with the line item. * [discountAllocations](/docs/api/customer/2024-10/objects/DiscountAllocation): DiscountAllocation! - The discounts that have been allocated onto the line item by discount applications. * [giftCard](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the line item represents the purchase of a gift card. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [image](/docs/api/customer/2024-10/objects/Image): Image - The image object associated with the line item. * [name](/docs/api/customer/2024-10/scalars/String): String! - The name of the product. * [presentmentTitle](/docs/api/customer/2024-10/scalars/String): String - The title of the line item variant. * [price](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2 - The product variant price without any discounts applied, in presentment currencies. * [productId](/docs/api/customer/2024-10/scalars/ID): ID - The product's ID. * [productType](/docs/api/customer/2024-10/scalars/String): String - The product's type. * [quantity](/docs/api/customer/2024-10/scalars/Int): Int! - The number of variant items ordered. * [refundableQuantity](/docs/api/customer/2024-10/scalars/Int): Int! - The quantity of the line item, minus the refunded quantity. * [requiresShipping](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether physical shipping is required for the variant. * [sku](/docs/api/customer/2024-10/scalars/String): String - The SKU number of the variant. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the product or variant. This field only applies to custom line items. * [totalDiscount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item. * [totalPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2 - The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. * [unitPrice](/docs/api/customer/2024-10/objects/UnitPrice): UnitPrice - The unit price of the line item in presentment currencies. * [variantId](/docs/api/customer/2024-10/scalars/ID): ID - The ID of the variant. * [variantOptions](/docs/api/customer/2024-10/objects/LineItemVariantOption): LineItemVariantOption - The options of the product variant. * [variantTitle](/docs/api/customer/2024-10/scalars/String): String - The name of the variant. * [vendor](/docs/api/customer/2024-10/scalars/String): String - The product's vendor. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples