--- title: CurrencyFormats - GraphQL Admin description: >- Currency formats configured for the merchant. These formats are available to use within Liquid. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CurrencyFormats' md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CurrencyFormats.md --- # Currency​Formats object Currency formats configured for the merchant. These formats are available to use within Liquid. ## Fields * money​Format [Formatted​String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/FormattedString) non-null Money without currency in HTML. * money​In​Emails​Format [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) non-null Money without currency in emails. * money​With​Currency​Format [Formatted​String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/FormattedString) non-null Money with currency in HTML. * money​With​Currency​In​Emails​Format [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) non-null Money with currency in emails. *** ## Map ### Fields with this object * {}[Shop.currencyFormats](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Shop#field-Shop.fields.currencyFormats)