--- title: UnitPriceMeasurement - Customer API description: The unit price measurement of the line component. For example, "$9.99 / 100ml". api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/unitpricemeasurement md: https://shopify.dev/docs/api/customer/latest/objects/unitpricemeasurement.md --- # Unit​Price​Measurement object The unit price measurement of the line component. For example, "$9.99 / 100ml". ## Fields * reference​Unit [Unit​Price​Measurement​Unit!](https://shopify.dev/docs/api/customer/latest/enums/UnitPriceMeasurementUnit) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The reference unit for the unit price measurement. For example, "$9.99 / 100ml" where the reference unit is "ml". * reference​Value [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The reference value for the unit price measurement. For example, "$9.99 / 100ml" where the reference value is "100". *** ## Map ### Fields with this object * {}[UnitPrice.measurement](https://shopify.dev/docs/api/customer/latest/objects/UnitPrice#field-measurement)