Update proto definitions

This commit is contained in:
2025-07-04 03:02:18 +03:00
parent d37866d587
commit 43e50ab2cb

View File

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