This commit is contained in:
2025-05-25 00:59:10 +03:00
parent ac37bf36f5
commit daf8308254

View File

@@ -35,4 +35,5 @@ message OzonProductItem {
string offer_id = 5; // Unique identifier for the offer
uint32 product_id = 6; // Unique identifier for the product
repeated Quants quants = 7; // List of quants associated with the product
string test = 8; // Additional test field, purpose not specified
}