curl --location 'https://api.simpra.app/apps/api/v1/menu_items' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data '{
"property_ids": [
"6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
],
"name": "Yeni Ürün - API",
"price": 20,
"tax_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"menu_item_group_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"barcodes": [
"1234509876"
],
"quantity": 10,
"receipe_menu_item": true,
"translations": [
{
"locale": "en",
"text": "New Item - API"
},
{
"locale": "hu",
"text": "Új elem – API"
}
],
"report_tag_ids": [
"6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
],
"extra_fields": [
{
"key": "field_name",
"value": "value"
},
{
"key": "another_field_name",
"value": "another_value"
}
]
}'