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
The type of unit measurement.
Possible values volume weight length area count
{
"measured_type": "weight",
"quantity_value": "500.0",
"quantity_unit": "g",
"reference_value": 1,
"reference_unit": "kg"
}
{
"measured_type": "weight",
"quantity_value": "500.0",
"quantity_unit": "g",
"reference_value": 1,
"reference_unit": "kg"
}
Was this section helpful?