Fix ASIN column index (column 33, after Item to root units)

This commit is contained in:
Christian Vidal Wolf
2026-04-09 16:23:25 +02:00
parent db69ada011
commit 9c73efa8cf
+4 -4
View File
@@ -23,16 +23,16 @@ export const COLUMNS = {
SHORT_DE: 64,
SHORT_EN: 65,
RECOMMENDED_AGE: 67,
CLASSIFICATION: 11, // Column L (index 11)
ITEM_AVAILABLE: 14, // Column O (index 14)
CLASSIFICATION: 11,
ITEM_AVAILABLE: 14,
MOQ: 27,
UNITS_INNER: 31,
UNITS_OUTER: 32,
ASIN: 33,
INNER_W: 42,
INNER_L: 43,
INNER_H: 44,
OUTER_W: 47,
OUTER_L: 48,
OUTER_H: 49,
ASIN: 50
OUTER_H: 49
};