The Weight (in grams) field on variants now supports decimal values. Whether you’re setting a value directly, changing by a fixed amount, or changing by a percentage, you can enter values like 300.5 or 1234.56 instead of being limited to whole grams.
This is especially helpful if your variants are stored in kilograms, pounds, or ounces. Previously, a variant weighing 0.3 kg would show up as 300 grams with the fractional part rounded away — making it hard to make precise adjustments. Now the full precision is preserved.
A few related improvements ship alongside this:
- Exports — The
gramscolumn in variant exports is now calculated from the variant’s actual weight and unit, so decimal precision carries through to your spreadsheet. - Display — Weight values shown in field badges and search filter badges now display up to 2 decimal places (for example,
300.5 gor1.23 kg). - Validation — If you enter something that isn’t a valid number for a decimal weight edit, you’ll see a clear
EDT002 — Not A Valid Decimal Numbererror instead of a generic failure.
