diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index 60c942094aad44fcc98f66c0a29ae3da1975dfd2..fd74166980bb259873fe6541eb8cb63abd042e3c 100755
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -118,6 +118,16 @@
            tooltip_ref="Command_Marketplace_Tooltip"
            execute_function="Avatar.OpenMarketplace"
            />
+  <command name="marketplacelistings"
+           available_in_toybox="true"
+           icon="Command_Marketplace_Icon"
+           label_ref="Command_MarketplaceListings_Label"
+           tooltip_ref="Command_MarketplaceListings_Tooltip"
+           execute_function="Floater.ToggleOrBringToFront"
+           execute_parameters="marketplace_listings"
+           is_running_function="Floater.IsOpen"
+           is_running_parameters="marketplace_listings"
+           />
   <command name="minimap"
            available_in_toybox="true"
            icon="Command_MiniMap_Icon"
diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml
index 86f99128156335e29c9951d10754a7541094062e..69cae1b945bf84f2c43b9b93a2f90f8e28726090 100755
--- a/indra/newview/app_settings/toolbars.xml
+++ b/indra/newview/app_settings/toolbars.xml
@@ -22,5 +22,6 @@
     <command name="voice"/>
     <command name="minimap"/>
     <command name="snapshot"/>
+    <command name="marketplacelistings"/>
   </left_toolbar>
 </toolbars>
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 74c85bcd6bf457f60f9f89154ce2c9a5a61f19c7..21d6669eea4b703aeb0e023c8519f31e10292381 100755
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -3923,6 +3923,7 @@ Try enclosing path to the editor with double quotes.
   <string name="Command_Inventory_Label">Inventory</string>
   <string name="Command_Map_Label">Map</string>
   <string name="Command_Marketplace_Label">Marketplace</string>
+  <string name="Command_MarketplaceListings_Label">Sell on Marketplace</string>
   <string name="Command_MiniMap_Label">Mini-map</string>
   <string name="Command_Move_Label">Walk / run / fly</string>
   <string name="Command_Outbox_Label">Merchant outbox</string>
@@ -3951,6 +3952,7 @@ Try enclosing path to the editor with double quotes.
   <string name="Command_Inventory_Tooltip">View and use your belongings</string>
   <string name="Command_Map_Tooltip">Map of the world</string>
   <string name="Command_Marketplace_Tooltip">Go shopping</string>
+  <string name="Command_MarketplaceListings_Tooltip">Sell your creation</string>
   <string name="Command_MiniMap_Tooltip">Show nearby people</string>
   <string name="Command_Move_Tooltip">Moving your avatar</string>
   <string name="Command_Outbox_Tooltip">Transfer items to your marketplace for sale</string>