---
title: UnitPriceMeasurementMeasuredType - Storefront API
description: The accepted types of unit of measurement.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/enums/UnitPriceMeasurementMeasuredType
  md: >-
    https://shopify.dev/docs/api/storefront/latest/enums/UnitPriceMeasurementMeasuredType.md
api_name: storefront
api_type: graphql
type: enum
---

# Unit​Price​Measurement​Measured​Type

enum

The accepted types of unit of measurement.

## Valid values

* AREA

  Unit of measurements representing areas.

* COUNT

  Unit of measurements representing counts.

* LENGTH

  Unit of measurements representing lengths.

* UNKNOWN

  The type of measurement is unknown. Upgrade to the latest version of the API to resolve this type.

* VOLUME

  Unit of measurements representing volumes.

* WEIGHT

  Unit of measurements representing weights.

***

## Fields

* [Unit​Price​Measurement.measuredType](https://shopify.dev/docs/api/storefront/latest/objects/UnitPriceMeasurement#field-UnitPriceMeasurement.fields.measuredType)

  OBJECT

  The measurement data used to calculate unit prices for a [`ProductVariant`](https://shopify.dev/docs/api/storefront/current/objects/ProductVariant). Unit pricing helps customers compare costs across different package sizes by showing a standardized price, such as "$9.99 / 100ml".

  The object includes the quantity being sold (value and unit) and the reference measurement used for price comparison. Use this alongside the variant's [`unitPrice`](https://shopify.dev/docs/api/storefront/current/objects/ProductVariant#field-ProductVariant.fields.unitPrice) field to display complete unit pricing information.

***

## Map

### Fields with this enum

* [Unit​Price​Measurement.measuredType](https://shopify.dev/docs/api/storefront/latest/objects/UnitPriceMeasurement#field-UnitPriceMeasurement.fields.measuredType)
