DIMENSION_GROUPING. It allows for modifications to the localized descriptions that define the price band for products.description_it (Italian), description_en (English), and description_fr (French). These fields allow localized data for international support.DIMENSION_GROUPING specified in the request URL must correspond to an existing price band; otherwise, the API will return an error.description_it, description_en, description_fr) should be specified in the request payload to update the description data.prog_id and dimension_grouping, confirming the update.{
"dimensionGrouping": {
"prog_id": 951,
"dimension_grouping": "KID_4"
}
}DIMENSION_GROUPING does not exist, the API returns an error message stating that the dimension group was not found.{
"message": "Dimension group not found with dimension_group: {{dimension_group}}"
}