--- title: MoneyBag - Customer API description: >- A collection of monetary values in their respective currencies. Used throughout the API for multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice. The `presentmentMoney` field contains the amount in the customer's selected currency. The `shopMoney` field contains the equivalent in the shop's base currency. api_version: 2026-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/MoneyBag' md: 'https://shopify.dev/docs/api/customer/latest/objects/MoneyBag.md' --- # Money​Bag object A collection of monetary values in their respective currencies. Used throughout the API for multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice. The `presentmentMoney` field contains the amount in the customer's selected currency. The `shopMoney` field contains the equivalent in the shop's base currency. ## Fields * presentment​Money [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Amount in presentment currency. * shop​Money [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Amount in shop currency. *** ## Map ### Fields with this object * [CalculatedReturnLineItem.subtotalSet](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItem#field-CalculatedReturnLineItem.fields.subtotalSet) * [CalculatedReturnLineItem.totalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItem#field-CalculatedReturnLineItem.fields.totalTaxSet) * [OrderTransaction.transactionAmount](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-OrderTransaction.fields.transactionAmount) * [ReturnFee.amountSet](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee#fields-amountSet) * [ReturnFinancialSummary.restockingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.restockingFeeSubtotalSet) * [ReturnFinancialSummary.returnShippingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnShippingFeeSubtotalSet) * [ReturnFinancialSummary.returnSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnSubtotalSet) * [ReturnFinancialSummary.returnSubtotalWithCartDiscountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnSubtotalWithCartDiscountSet) * [ReturnFinancialSummary.returnTotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnTotalSet) * [ReturnFinancialSummary.returnTotalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnTotalTaxSet) * [ReturnRestockingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnRestockingFee#field-ReturnRestockingFee.fields.amountSet) * [ReturnShippingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnShippingFee#field-ReturnShippingFee.fields.amountSet)