# UnitPriceMeasurement - customer - OBJECT Version: 2024-04 ## Description The unit price measurement of the line component. For example, "$9.99 / 100ml". ### Access Scopes ## Fields * [referenceUnit](/docs/api/customer/2024-04/enums/UnitPriceMeasurementUnit): UnitPriceMeasurementUnit! - The reference unit for the unit price measurement. For example, "$9.99 / 100ml" where the reference unit is "ml". * [referenceValue](/docs/api/customer/2024-04/scalars/Int): Int! - The reference value for the unit price measurement. For example, "$9.99 / 100ml" where the reference value is "100". ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples