curl --location 'https://efristest.kumusoft.xyz/register-product' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"products": [
{
"goodsName": "Diesel fuel",
"goodsCode": "DFOO2",
"measureUnit": "101", // Refer to the Units of Measure endpoint
"unitPrice": "5200",
"currency": "101", // Refer to the master data document
"commodityCategoryId": "15101505",
"haveExciseTax": "102",
"description": "1",
"stockPrewarning": "1",
"pieceMeasureUnit": "",
"havePieceUnit": "102",
"pieceUnitPrice": "",
"packageScaledValue": "",
"pieceScaledValue": "",
"exciseDutyCode": ""
}
]
}'