massOrVolumeMeasurementType
Description
Specifies product quantity that may be weight- or volume-based, including units (there is no default).
The massOrVolumeMeasurementType schema inherits from measurementType.
Properties
| Name | Description | Required | Type | 
|---|---|---|---|
| Units | Defines the mass or volume units of measure depending whether the case is weight or volume based. | No | uncefactMassOrVolumeUnits | 
| Measurement | The value (in units) of the quantity observed. | No | Number | 
| Resolution | The smallest measurement difference (in units) that can be discriminated given the current device settings. | No | Number | 
Examples
Example 1
{
  "measurement": 200,
  "resolution": 1,
  "units": "LTR"
}
Example 2
{
  "measurement": 378,
  "resolution": 1,
  "units": "KGM"
}