# ShopPayPaymentRequestTotalShippingPriceInput - storefront - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to create a shipping total for a Shop Pay payment request.

### Access Scopes



## Fields
* [discounts](/docs/api/storefront/2025-01/input-objects/ShopPayPaymentRequestDiscountInput): ShopPayPaymentRequestDiscountInput - The discounts for the shipping total.

The input must not contain more than `250` values.
* [finalTotal](/docs/api/storefront/2025-01/input-objects/MoneyInput): MoneyInput - The final total for the shipping total.
* [originalTotal](/docs/api/storefront/2025-01/input-objects/MoneyInput): MoneyInput - The original total for the shipping total.


## Input objects with this input object
* [ShopPayPaymentRequestInput](/docs/api/storefront/2025-01/input-objects/ShopPayPaymentRequestInput)


## Examples