Update proto definitions

This commit is contained in:
2025-07-04 03:02:49 +03:00
parent 43e50ab2cb
commit 2c4ca98d2d

View File

@@ -16,7 +16,7 @@ message Product {
repeated string skus = 1;
}
int64 nmID = 1;
int64 subject_id = 2;
int64 subjectID = 2;
string vendor_code = 3;
repeated Size sizes = 4;
}