ignore_movements query parameter can be set to manage dependencies with other entities or processes.ITEM_CODE, for example, for the product MOD124.{
"barcodes": [
{
"barcode": "9780201379624",
"barcode_type": "EAN13",
"dimension_level1": "XL",
"dimension_level2": "RED"
}
],
"moreRows": true
}dimension_level_*, proceed to remove them using the service Delete barcode.{
"message": "This SKU has been already moved"
}ignore_movements=true.description_it, description_en, etc., if necessary for international usage.ITEM_CODE, DIMENSION_TYPE, and DIMENSION_LEVEL must be provided in the request.ignore_movements=false, the system will not delete dimensions with associated dependencies (such as inventory movements) and may return an error if these dependencies exist.DELETE request with the specified ITEM_CODE, DIMENSION_TYPE, and DIMENSION_LEVEL, as well as the query parameter ignore_movements=false.{
"success": true
}{
"message": "Dimension group or dimension level not found"
}{
"message": "Unique constraint error"
}ignore_movements=false, the API will prevent deletion, indicating that dependencies must be addressed.{
"message": "Cannot delete dimension; associated movements exist"
}