{ITEM_CODE} that currently lacks one. The request requires specifying the barcode type (barcode_type) as well as one or more dimension levels (dimension_level1 to dimension_level5) to identify the SKU uniquely.ITEM_CODE must be valid and correspond to an existing product in the system.dimension_level1, dimension_level2, etc.) must uniquely identify a SKU that lacks a barcode.barcode_type must be specified in the request body, and only EAN13 is currently supported.POST request with a valid ITEM_CODE, barcode_type, and specified dimension levels.EAN13 barcode for it.{
"success": true,
"insertedBarcodes": [
{
"barcode": "1212121",
"dimension_level1": "XL",
"dimension_level2": "RED"
}
]
}ITEM_CODE or required dimensions are not found, the API returns a 404 error with a descriptive message.{
"message": "Product or SKU not found with specified dimensions"
}