curl --location --request POST '/api/products' \
--header 'Content-Type: application/json' \
--data-raw '//This example show minimum set of parameters needed to post this command
//All undefined values will be filled with default values
{
"name": "ItemName",
"price": 1.0
}'{
"id": 34,
"barcodes": [],
"addons": [],
"status": 1,
"code": 9,
"name": "ItemName 2",
"price": 1,
"is_free_price": false,
"is_weight": false,
"default_quantity": 1,
"payload": null,
"created_at": "2026-02-18T08:24:41.907760+02:00",
"updated_at": "2026-02-18T08:24:41.907760+02:00",
"info": {},
"no_discount": false,
"category": 1,
"fiscal_section": 1,
"tax": 0
}