 modules/product/includes/views/commerce_product.views.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/product/includes/views/commerce_product.views.inc b/modules/product/includes/views/commerce_product.views.inc
index 9e00d97..3d252c3 100644
--- a/modules/product/includes/views/commerce_product.views.inc
+++ b/modules/product/includes/views/commerce_product.views.inc
@@ -56,6 +56,12 @@ function commerce_product_views_data() {
     'argument' => array(
       'handler' => 'views_handler_argument_string',
     ),
+    'relationship' => array(
+      'handler' => 'views_handler_relationship',
+      'base' => 'commerce_line_item',
+      'base field' => 'line_item_label',
+      'label' => t('Product referenced by Line Item'),
+    ),
   );
 
   // Expose the product type.
