---
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'
metadata:
  effectiveApiVersion: 2025-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Customer Account API
      handle: customer-account-graphql
    - displayName: Storefront GraphQL API
      handle: storefront-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Breaking API Change
    handle: breaking-api-change
  indicatesActionRequired: false
  createdAt: '2025-04-17T01:03:47-04:00'
  postedAt: '2025-05-02T10:00:00-04:00'
  updatedAt: '2025-05-02T09:35:44-04:00'
  effectiveAt: '2025-04-21T12:00:00-04:00'
---

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.
