--- title: The UnitPriceMeasurementMeasuredUnit enum now includes imperial units and counts - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/unit-pricing-api-update md: https://shopify.dev/changelog/unit-pricing-api-update.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 2, 2025 Tags: * Admin GraphQL API * Customer Account API * Storefront GraphQL API * 2025-07 # The `UnitPriceMeasurementMeasuredUnit` enum now includes imperial units and counts In the release candidate for version 2025-07 of the [Storefront](https://shopify.dev/docs/api/storefront/2025-07/enums/UnitPriceMeasurementMeasuredUnit), [GraphQL Admin](https://shopify.dev/docs/api/admin-graphql/2025-07/enums/UnitPriceMeasurementMeasuredUnit), and [Customer Account API](https://shopify.dev/docs/api/customer/2025-07/enums/UnitPriceMeasurementUnit), the `UnitPriceMeasurementMeasuredUnit` enum now supports values for imperial units and counts. For example: * $10/oz or $5/ft * $2/item This update enables merchants to display more relevant and transparent pricing. When 2025-07 is in the latest stable version, you can do the following to ensure that your app is compatible with the new measurement units: * Update your app to API version 2025-07. * Make relevant [requests to API version 2025-07](https://shopify.dev/docs/api/usage/versioning#making-requests-to-an-api-version) for unit pricing. Otherwise, the API will return the price value but return `null` imperial units and counts.