MoneyV2 object

A monetary value with currency.

To format currencies, combine this type’s amount and currencyCode fields with your client’s locale.

For example, in JavaScript you could use Intl.NumberFormat:

  1. new Intl.NumberFormat(locale, {
  2. style: 'currency',
  3. currency: currencyCode
  4. }).format(amount);

Other formatting libraries include:

For a more general solution, the [Unicode CLDR number formatting database] is available with many implementations (such as TwitterCldr).


On this page


Fields

  • amount ([Decimal!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01))
    Decimal money amount.
  • currencyCode ([CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    Currency of the money.


Types that return MoneyV2

  • [AppCredit.amount](https://shopify.dev/docs/admin-api/graphql/reference/billing/appcredit#amount-2021-01)
  • [AppPurchaseOneTime.price](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime#price-2021-01)
  • [AppRecurringPricing.price](https://shopify.dev/docs/admin-api/graphql/reference/billing/apprecurringpricing#price-2021-01)
  • [AppUsagePricing.balanceUsed](https://shopify.dev/docs/admin-api/graphql/reference/billing/appusagepricing#balanceused-2021-01)
  • [AppUsagePricing.cappedAmount](https://shopify.dev/docs/admin-api/graphql/reference/billing/appusagepricing#cappedamount-2021-01)
  • [AppUsageRecord.price](https://shopify.dev/docs/admin-api/graphql/reference/billing/appusagerecord#price-2021-01)
  • [CalculatedDraftOrderLineItem.discountedTotal](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#discountedtotal-2021-01)
  • [CalculatedDraftOrderLineItem.discountedUnitPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#discountedunitprice-2021-01)
  • [CalculatedDraftOrderLineItem.originalTotal](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#originaltotal-2021-01)
  • [CalculatedDraftOrderLineItem.originalUnitPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#originalunitprice-2021-01)
  • [CalculatedDraftOrderLineItem.totalDiscount](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#totaldiscount-2021-01)
  • [Customer.averageOrderAmountV2](https://shopify.dev/docs/admin-api/graphql/reference/customers/customer#averageorderamountv2-2021-01)
  • [Customer.totalSpentV2](https://shopify.dev/docs/admin-api/graphql/reference/customers/customer#totalspentv2-2021-01)
  • [DeliveryParticipant.fixedFee](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryparticipant#fixedfee-2021-01)
  • [DeliveryRateDefinition.price](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryratedefinition#price-2021-01)
  • [DiscountAmount.amount](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountamount#amount-2021-01)
  • [DiscountCodeBasic.totalSales](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcodebasic#totalsales-2021-01)
  • [DiscountCodeBxgy.totalSales](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcodebxgy#totalsales-2021-01)
  • [DiscountCodeFreeShipping.maximumShippingPrice](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcodefreeshipping#maximumshippingprice-2021-01)
  • [DiscountCodeFreeShipping.totalSales](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcodefreeshipping#totalsales-2021-01)
  • [DiscountMinimumSubtotal.greaterThanOrEqualToSubtotal](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountminimumsubtotal#greaterthanorequaltosubtotal-2021-01)
  • [DraftOrderAppliedDiscount.amountV2](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderapplieddiscount#amountv2-2021-01)
  • [InventoryItem.unitCost](https://shopify.dev/docs/admin-api/graphql/reference/inventory/inventoryitem#unitcost-2021-01)
  • [MarketingActivity.adSpend](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivity#adspend-2021-01)
  • [MarketingBudget.total](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingbudget#total-2021-01)
  • [MarketingEngagement.adSpend](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingengagement#adspend-2021-01)
  • [MoneyBag.presentmentMoney](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag#presentmentmoney-2021-01)
  • [MoneyBag.shopMoney](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag#shopmoney-2021-01)
  • [OrderStagedChangeAddCustomItem.originalUnitPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/orderstagedchangeaddcustomitem#originalunitprice-2021-01)
  • [OrderStagedChangeAddShippingLine.price](https://shopify.dev/docs/admin-api/graphql/reference/orders/orderstagedchangeaddshippingline#price-2021-01)
  • [OrderTransaction.maximumRefundableV2](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction#maximumrefundablev2-2021-01)
  • [PriceRule.totalSales](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerule#totalsales-2021-01)
  • [ProductPriceRange.maxVariantPrice](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpricerange#maxvariantprice-2021-01)
  • [ProductPriceRange.minVariantPrice](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpricerange#minvariantprice-2021-01)
  • [ProductPriceRangeV2.maxVariantPrice](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpricerangev2#maxvariantprice-2021-01)
  • [ProductPriceRangeV2.minVariantPrice](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpricerangev2#minvariantprice-2021-01)
  • [ProductVariantPricePair.price](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantpricepair#price-2021-01)
  • [ProductVariantPricePair.compareAtPrice](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantpricepair#compareatprice-2021-01)
  • [ShippingRate.price](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/shippingrate#price-2021-01)
  • [ShopifyPaymentsAccount.balance](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#balance-2021-01)
  • [ShopifyPaymentsDispute.amount](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsdispute#amount-2021-01)
  • [ShopifyPaymentsPayout.net](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout#net-2021-01)
  • [ShopifyPaymentsPayoutSummary.retriedPayoutsFee](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#retriedpayoutsfee-2021-01)
  • [ShopifyPaymentsPayoutSummary.retriedPayoutsGross](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#retriedpayoutsgross-2021-01)
  • [ShopifyPaymentsPayoutSummary.reservedFundsGross](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#reservedfundsgross-2021-01)
  • [ShopifyPaymentsPayoutSummary.adjustmentsFee](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#adjustmentsfee-2021-01)
  • [ShopifyPaymentsPayoutSummary.adjustmentsGross](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#adjustmentsgross-2021-01)
  • [ShopifyPaymentsPayoutSummary.chargesFee](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#chargesfee-2021-01)
  • [ShopifyPaymentsPayoutSummary.chargesGross](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#chargesgross-2021-01)
  • [ShopifyPaymentsPayoutSummary.refundsFee](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#refundsfee-2021-01)
  • [ShopifyPaymentsPayoutSummary.refundsFeeGross](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#refundsfeegross-2021-01)
  • [ShopifyPaymentsPayoutSummary.reservedFundsFee](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary#reservedfundsfee-2021-01)
  • [SubscriptionContract.deliveryPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract#deliveryprice-2021-01)
  • [SubscriptionCyclePriceAdjustment.computedPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncyclepriceadjustment#computedprice-2021-01)
  • [SubscriptionDiscountAllocation.amount](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondiscountallocation#amount-2021-01)
  • [SubscriptionDiscountFixedAmountValue.amount](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondiscountfixedamountvalue#amount-2021-01)
  • [SubscriptionDraft.deliveryPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft#deliveryprice-2021-01)
  • [SubscriptionLine.lineDiscountedPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline#linediscountedprice-2021-01)
  • [SubscriptionLine.currentPrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline#currentprice-2021-01)
  • [SubscriptionPricingPolicy.basePrice](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionpricingpolicy#baseprice-2021-01)
  • [SubscriptionShippingOption.price](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionshippingoption#price-2021-01)
  • [TenderTransaction.amount](https://shopify.dev/docs/admin-api/graphql/reference/orders/tendertransaction#amount-2021-01)
  • [TransactionFee.amount](https://shopify.dev/docs/admin-api/graphql/reference/orders/transactionfee#amount-2021-01)
  • [TransactionFee.flatFee](https://shopify.dev/docs/admin-api/graphql/reference/orders/transactionfee#flatfee-2021-01)
  • [TransactionFee.taxAmount](https://shopify.dev/docs/admin-api/graphql/reference/orders/transactionfee#taxamount-2021-01)