{ITEM_CODE}, along with details such as the barcode type and dimension levels from dimension_level1 to dimension_level5. If the barcode is successfully inserted, the API returns the generated internal code (prog_id) and the barcode itself.ITEM_CODE must correspond to an existing product in the system.dimension_level1, dimension_level2, etc.) must uniquely identify the SKU for which the barcode is being added.POST request with a valid ITEM_CODE, barcode_type, dimensions, and the barcode itself.prog_id and barcode information.{
"message": "Unique constraint error, this barcode 8050200058081 already exists"
}ITEM_CODE or specified dimensions do not match any existing SKU, the API returns a 404 error.{
"message": "Product not found with item_code: {{item_code}}"
}