--- title: MoneyInput - Storefront API description: The input fields for a monetary value with currency. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/input-objects/MoneyInput' md: 'https://shopify.dev/docs/api/storefront/2024-10/input-objects/MoneyInput.txt' --- # Money​Input input\_object The input fields for a monetary value with currency. ## Fields * amount [Decimal!](https://shopify.dev/docs/api/storefront/2024-10/scalars/Decimal) non-null Decimal money amount. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/storefront/2024-10/enums/CurrencyCode) non-null Currency of the money. *** ## Input objects using this input * [Shop​Pay​Payment​Request​Delivery​Method​Input.​amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDeliveryMethodInput#field-amount) INPUT OBJECT The input fields to create a delivery method for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Discount​Input.​amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDiscountInput#field-amount) INPUT OBJECT The input fields to create a discount for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Input.​total](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-total) INPUT OBJECT The input fields represent a Shop Pay payment request. * [Shop​Pay​Payment​Request​Input.​subtotal](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-subtotal) INPUT OBJECT The input fields represent a Shop Pay payment request. * [Shop​Pay​Payment​Request​Input.​total​Tax](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-totalTax) INPUT OBJECT The input fields represent a Shop Pay payment request. * [Shop​Pay​Payment​Request​Line​Item​Input.​original​Line​Price](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-originalLinePrice) INPUT OBJECT The input fields to create a line item for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Line​Item​Input.​final​Line​Price](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-finalLinePrice) INPUT OBJECT The input fields to create a line item for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Line​Item​Input.​original​Item​Price](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-originalItemPrice) INPUT OBJECT The input fields to create a line item for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Line​Item​Input.​final​Item​Price](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-finalItemPrice) INPUT OBJECT The input fields to create a line item for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Shipping​Line​Input.​amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestShippingLineInput#field-amount) INPUT OBJECT The input fields to create a shipping line for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Total​Shipping​Price​Input.​original​Total](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestTotalShippingPriceInput#field-originalTotal) INPUT OBJECT The input fields to create a shipping total for a Shop Pay payment request. * [Shop​Pay​Payment​Request​Total​Shipping​Price​Input.​final​Total](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestTotalShippingPriceInput#field-finalTotal) INPUT OBJECT The input fields to create a shipping total for a Shop Pay payment request. *** ## Map ### Input objects using this input * [Shop​Pay​Payment​Request​Delivery​Method​Input.amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDeliveryMethodInput#field-amount) * [Shop​Pay​Payment​Request​Discount​Input.amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestDiscountInput#field-amount) * [Shop​Pay​Payment​Request​Input.total](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-total) * [Shop​Pay​Payment​Request​Input.subtotal](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-subtotal) * [Shop​Pay​Payment​Request​Input.totalTax](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-totalTax) * [Shop​Pay​Payment​Request​Line​Item​Input.originalLinePrice](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-originalLinePrice) * [Shop​Pay​Payment​Request​Line​Item​Input.finalLinePrice](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-finalLinePrice) * [Shop​Pay​Payment​Request​Line​Item​Input.originalItemPrice](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-originalItemPrice) * [Shop​Pay​Payment​Request​Line​Item​Input.finalItemPrice](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestLineItemInput#field-finalItemPrice) * [Shop​Pay​Payment​Request​Shipping​Line​Input.amount](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestShippingLineInput#field-amount) * [Shop​Pay​Payment​Request​Total​Shipping​Price​Input.originalTotal](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestTotalShippingPriceInput#field-originalTotal) * [Shop​Pay​Payment​Request​Total​Shipping​Price​Input.finalTotal](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestTotalShippingPriceInput#field-finalTotal)