--- ../uc_gbase/uc_gbase.module	2009-10-23 09:41:04.000000000 -0700
+++ uc_gbase/uc_gbase.module	2010-01-19 08:34:22.000000000 -0700
@@ -532,10 +532,12 @@ function _uc_gbase_insert_xml($node, $en
   $item->add_attribute('payment', $payment_method);
   }
 
+  if ($node->shippable) {
   $item->add_attribute('weight', $node->weight.' '.$node->weight_units);
   $item->add_attribute('width', $node->width.' '.$node->length_units);
   $item->add_attribute('length', $node->length.' '.$node->length_units);
   $item->add_attribute('height', $node->height.' '.$node->length_units);
+  }
 
   $headers = uc_gbase_headers();
   $items_feed_url = 'http://www.google.com/base/feeds/items';
