Skip to main content

unit_price_measurement

Information about how units of a product variant are measured. It's used to calculate unit prices.


Note

Unit prices are available only to stores located in the European Union or Switzerland.


Properties

Anchor to
measured_type
string from a set of values

The type of unit measurement.

Possible values
volume
weight
length
area
count
Anchor to
quantity_unit

The unit of measurement used to measure the quantity_value.

Anchor to
quantity_value

The quantity of the unit.

Anchor to
reference_unit

The unit of measurement used to measure the reference_value.

Anchor to
reference_value

The quantity of the unit for the base unit price.

{
"measured_type": "weight",
"quantity_value": "500.0",
"quantity_unit": "g",
"reference_value": 1,
"reference_unit": "kg"
}
Was this section helpful?