diff --git a/includes/amazon.locales.inc b/includes/amazon.locales.inc
index e5a90db..ad8d45c 100644
--- a/includes/amazon.locales.inc
+++ b/includes/amazon.locales.inc
@@ -274,6 +274,42 @@ function _amazon_load_locales() {
       'Watches'             => 'Watches',
     ),
   );
+  
+  // India Amazon Locale:
+  $locales['IN'] = array(
+    'url' => 'http://webservices.amazon.in/onca/xml',
+    'name' => t('India'),
+    'da_associate_id' => 'drupal0a-20',
+    'search_indexes' => array(
+	  'All'                 => 'All Indexes',
+	  'Automotive'   	    => 'Automotive',
+	  'Apparel'				=> 'Apparel',
+	  'Baby'                => 'Baby',
+	  'Beauty'				=> 'Beauty',
+	  'Books'               => 'Books',
+	  'DVD'                 => 'DVD',
+	  'Electronics'         => 'Electronics',
+	  'GiftCards'			=> 'GiftCards',
+	  'Grocery'				=> 'Grocery',
+	  'HealthPersonalCare'  => 'HealthPersonalCare',
+	  'HomeGarden'			=> 'HomeGarden',
+	  'Industrial'			=> 'Industrial',
+	  'Jewellery'			=> 'Jewellery',
+	  'KindleStore'         => 'Kindle Store',
+	  'Luggage'             => 'Luggage & Bags',
+	  'Music'               => 'Music',
+	  'MusicalInstruments'	=> 'MusicalInstruments',
+	  'OfficeProducts'		=> 'OfficeProducts',
+	  'PetSupplies'			=> 'PetSupplies',
+	  'PCHardware'    		=> 'PCHardware',
+	  'Shoes'               => 'Shoes & Handbags',
+	  'Software'            => 'Software',
+	  'SportingGoods'		=> 'Sports, Fitness & Outdoors',
+	  'Toys'                => 'Toys & Games',
+	  'VideoGames'          => 'Video Games',
+	  'Watches'             => 'Watches',
+    ),
+  );
 
   // China Amazon Locale:
   $locales['CN'] = array(
