Reputation: 13
What is the default unit of weight of a product in Magento?
For example, when I update a product in Magento it asks the weight of the product and the actual weight of product is 350 grams but I don't know how to write Grams as unit or what is the by default weight unit of Magento so I will convert the weight in that unit and then write it.
Upvotes: 1
Views: 6489
Reputation: 909
I believe there is no default unit of weight on Magento, just a decimal value.
You can set the value 350 (as being 350 grams). The weight is especially important in your shipping table rates. Magento explanation of Product fields
Edit: As Fiasco Labs explains, you get to decide your standard unit of weight (In the US they use pounds, in Europe they use kilos). When you create your shipping tables, you will get the chance to add the shipping price based on the total weight sent out, and the unit of weight should be the same across your app.
Upvotes: 1