PRICE_LIST_TYPE (type of price list), PRICE_LIST_CODE (price list code), and item_code (product code). The client can also provide a start_date and price for the product.dimensiong_grupping with the range.Specify the value BABY in the dimensiong_gruppingfield and the price inprice.
{
"item_code": "MB1234564",
"start_date": "2024-05-06",
"price": "150",
"dimension_grouping": "BABY"
}start_date.PRICE_LIST_TYPE and PRICE_LIST_CODE must correspond to an existing price list in the system.item_code provided must correspond to an existing product in the system.POST request with the PRICE_LIST_TYPE, PRICE_LIST_CODE, item_code, start_date, and price.prog_id of the inserted price, the effective price, and the start_date.PRICE_LIST_CODE does not exist, the API returns an error message:{
"message": "Price list not found"
}item_code does not exist, the API returns an error message:{
"message": "Product not found with item_code: {{item_code}}"
}