# ShopPayPaymentRequestLineItem - storefront - OBJECT Version: 2024-10 ## Description Represents a line item for a Shop Pay payment request. ### Access Scopes ## Fields * [finalItemPrice](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The final item price for the line item. * [finalLinePrice](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The final line price for the line item. * [image](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestImage): ShopPayPaymentRequestImage - The image of the line item. * [itemDiscounts](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDiscount): ShopPayPaymentRequestDiscount - The item discounts for the line item. * [label](/docs/api/storefront/2024-10/scalars/String): String! - The label of the line item. * [lineDiscounts](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDiscount): ShopPayPaymentRequestDiscount - The line discounts for the line item. * [originalItemPrice](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2 - The original item price for the line item. * [originalLinePrice](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2 - The original line price for the line item. * [quantity](/docs/api/storefront/2024-10/scalars/Int): Int! - The quantity of the line item. * [requiresShipping](/docs/api/storefront/2024-10/scalars/Boolean): Boolean - Whether the line item requires shipping. * [sku](/docs/api/storefront/2024-10/scalars/String): String - The SKU of the line item. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples