# ShopPayPaymentRequestLineItemInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create a line item for a Shop Pay payment request. ### Access Scopes ## Fields * [finalItemPrice](/docs/api/storefront/2024-10/input-objects/MoneyInput): MoneyInput - The final item price for the line item. * [finalLinePrice](/docs/api/storefront/2024-10/input-objects/MoneyInput): MoneyInput - The final line price for the line item. * [image](/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestImageInput): ShopPayPaymentRequestImageInput - The image of the line item. * [itemDiscounts](/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDiscountInput): ShopPayPaymentRequestDiscountInput - The item discounts for the line item. The input must not contain more than `250` values. * [label](/docs/api/storefront/2024-10/scalars/String): String - The label of the line item. * [lineDiscounts](/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDiscountInput): ShopPayPaymentRequestDiscountInput - The line discounts for the line item. The input must not contain more than `250` values. * [originalItemPrice](/docs/api/storefront/2024-10/input-objects/MoneyInput): MoneyInput - The original item price for the line item. * [originalLinePrice](/docs/api/storefront/2024-10/input-objects/MoneyInput): MoneyInput - 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. ## Input objects with this input object * [ShopPayPaymentRequestInput](/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput) ## Examples