Add ASIN column to Product Descriptions

This commit is contained in:
Christian Vidal Wolf
2026-04-09 16:20:44 +02:00
parent 80fff047ab
commit db69ada011
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -33,5 +33,6 @@ export const COLUMNS = {
INNER_H: 44,
OUTER_W: 47,
OUTER_L: 48,
OUTER_H: 49
OUTER_H: 49,
ASIN: 50
};