diff --git a/src/Plugin/Field/FieldType/PluginItemDeriver.php b/src/Plugin/Field/FieldType/PluginItemDeriver.php
index bb4163bd..72fb1a12 100644
--- a/src/Plugin/Field/FieldType/PluginItemDeriver.php
+++ b/src/Plugin/Field/FieldType/PluginItemDeriver.php
@@ -54,6 +54,7 @@ class PluginItemDeriver extends DeriverBase implements ContainerDeriverInterface
     $plugin_types = [
       'commerce_condition' => $this->t('Condition'),
       'commerce_promotion_offer' => $this->t('Promotion offer'),
+      'commerce_fee' => $this->t('Commerce fee'),
     ];
     // Core has no way to list plugin types, so each referenceable plugin
     // type needs to register itself via the event.
