On this pageProductBaseUnitModeltype ProductBaseUnitModel { baseAmount: Float type: ProductUnitTypeEnum! unitId: String}CopyFieldsbaseAmountFloatAmount of the product unit.typeProductUnitTypeEnum!requiredType of the product unit.unitIdStringUnit id of the product unit.