Skip to main content

measurement

A measurement from one of the following metafield types:

  • dimension
  • volume
  • weight

Tip

To learn about metafield types, refer to Metafield types.


Properties

Anchor to
type
string from a set of values

The measurement type.

Possible values
dimension
volume
weight

The measurement unit.

The measurement value.

{
"type": "volume",
"unit": "mL",
"value": "500.0"
}
Was this section helpful?