diff --git a/index.ts b/index.ts
index 4571e4a1da83a8ad819707b7fa51a6dffb9efd05..ea9f7ece049a56019ac08ba5c5cb2b982be0ddfd 100644
--- a/index.ts
+++ b/index.ts
@@ -130,7 +130,7 @@ function createCSV(res: Prod[]){
             line += empty;
             
             //Variant SKU,
-            line += empty;
+            line += `${thisProd.Identity}`;
             
             //Variant Grams
             line += empty;