Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Order, ProtoECommerceData
string id = 1
string name = 2
string email = 3
repeated string phone_numbers = 4
map<string, string> preferences = 5
Used in: ProtoECommerceData
string id = 1
optional Customer customer = 2
repeated OrderItem items = 3
double total_amount = 4
string status = 5
map<string, string> metadata = 7
Used in: Order
optional Product product = 1
int32 quantity = 2
double unit_price = 3
map<string, string> customizations = 4
Used in: OrderItem, ProtoECommerceData
string id = 1
string name = 2
double price = 3
repeated string categories = 4
map<string, string> attributes = 5