Update proto definitions
This commit is contained in:
@@ -77,6 +77,13 @@ message CreateOrUpdateProductsRequest{
|
|||||||
string type = 2;
|
string type = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message PdfListItem{
|
||||||
|
int64 index = 1;
|
||||||
|
string name = 2;
|
||||||
|
string src_url = 3;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
repeated Attributes attributes = 1;
|
repeated Attributes attributes = 1;
|
||||||
string barcode = 2;
|
string barcode = 2;
|
||||||
int64 description_category_id = 3;
|
int64 description_category_id = 3;
|
||||||
@@ -91,7 +98,7 @@ message CreateOrUpdateProductsRequest{
|
|||||||
string name = 13;
|
string name = 13;
|
||||||
string offer_id = 14;
|
string offer_id = 14;
|
||||||
string old_price = 15;
|
string old_price = 15;
|
||||||
repeated string pdf_list = 16;
|
repeated PdfListItem pdf_list = 16;
|
||||||
string price = 17;
|
string price = 17;
|
||||||
string primary_image = 18;
|
string primary_image = 18;
|
||||||
repeated Promotions promotions = 19;
|
repeated Promotions promotions = 19;
|
||||||
|
|||||||
Reference in New Issue
Block a user