---
title: LineItem
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/lineitem
---

# LineItem

An item associated with the order.

## Declaration

```data
object LineItem
```

## Properties

image: The name for an image representing the item. price: The price of the line item. quantity: The number of items ordered. subtitle: A localized secondary display title for the item. title: A localized title for the item. gtin: The Global Trade Item Number of the item, if available. This could be an EAN, ISBN, or other value. sku: A merchant-specific unique product identifier.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
- [Return](walletorders/return.md)
