I doing this solution: in the file OrderTransformer.php of the API Rest, i replace the call to method getOrderMenus for the getOrderMenusWithOptions. This meets my need for now.
See the result below:
"title": "Total do pedido",
"value": "59.0000",
"priority": "127"
}
],
"order_menus": [
{
"order_menu_id": "14",
"order_id": "10",
"menu_id": "29",
"name": "COMBO DO DIA - SEXTA-FEIRA",
"quantity": "1",
"price": "39.0000",
"subtotal": "49.0000",
"comment": "",
"menu_options": [
{
"order_option_id": "20",
"order_id": "10",
"menu_id": "29",
"order_option_name": "-Ovo",
"order_option_price": "0.0000",
"order_menu_id": "14",
"order_menu_option_id": "27",
"menu_option_value_id": "110",
"quantity": "1"
},
{
"order_option_id": "21",
"order_id": "10",
"menu_id": "29",
"order_option_name": "Bife Filé",
"order_option_price": "10.0000",
"order_menu_id": "14",
"order_menu_option_id": "28",
"menu_option_value_id": "115",
"quantity": "1"
}
]
}
]
}