unit_ price_ measurement
Information about how units of a product variant are measured. It's used to calculate unit prices.
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"
}
Example
{
"measured_type": "weight",
"quantity_value": "500.0",
"quantity_unit": "g",
"reference_value": 1,
"reference_unit": "kg"
}
Was this section helpful?