diff --git a/app/Services/BigcommerceApiService.php b/app/Services/BigcommerceApiService.php
index 610e183..593798c 100644
--- a/app/Services/BigcommerceApiService.php
+++ b/app/Services/BigcommerceApiService.php
@@ -22,9 +22,11 @@ public function __construct($store_hash, $store_token, $filters = null)
     
     public function syncProductToBigCommerce($item)
     {
-        //echo $sku = $item['itemDataMap']['F_1004362']; // Example SKU key // for live
-        //$product = $this->findProductBySku($sku);
-        
+
+
+        echo $sku = $item['itemDataMap']['F_1004362']; // Example SKU key // for live
+        $product = $this->findProductBySku($sku);
+        //dd($product);
         if(isset($item['itemDataMap']['F_1005249'])) {
             $id = $item['itemDataMap']['F_1005249']; //Key for website Id field on LIVE               
             $product = $this->findProductById($id);
@@ -761,4 +763,4 @@ public function createProductInBigCommerce($item)
     //     }
     // }
 
-}
\ No newline at end of file
+}
