diff --git a/marketplace/marketplace.proto b/marketplace/marketplace.proto index 81e1e5e..61792b9 100644 --- a/marketplace/marketplace.proto +++ b/marketplace/marketplace.proto @@ -12,7 +12,7 @@ message GetMarketplaceByIdRequest { } message Marketplace { uint64 id = 1; - uint32 base_marketplace_id = 2; // ID of the base marketplace + uint32 base_marketplace = 2; // ID of the base marketplace string auth_data = 3; // Authentication data for the marketplace string warehouse_id = 4; // ID of the warehouse associated with the marketplace }