add seller data
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m23s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-05-13 10:42:36 +02:00
parent 82528e35b4
commit 5ab2818e8d
3 changed files with 99 additions and 72 deletions

View File

@@ -29,6 +29,8 @@ message AddItem {
string category5 = 18;
string disclaimer = 10;
string articleType = 11;
string sellerId = 19;
string sellerName = 20;
optional string outlet = 12;
}