Table of Contents

volumeMeasureType

Description

Specifies product quantity that may be weight- or volume-based, including units (default is litre - LTR).

The volumeMeasureType schema inherits from measurementType.

Properties

Name Description Required Type
Units Defines the unit of measure for volume quantities (default is litre - LTR). No uncefactVolumeUnits
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": 250,
  "resolution": 1,
  "units": "MLT"
}

Example 3

{
  "measurement": 10.7,
  "resolution": 0.1,
  "units": "MTQ"
}