I am trying to rename the Local Delivery option with the shopify function but it does not changes the name. My function returns correct operation out put but at the checkout it does not rename it. I am able to rename other shipping methods but not the Local Delivery. This is the example rename operation output (the handle is replaced with dummy data)
{
“operations”: [
{
“rename”: {
“deliveryOptionHandle”: “xxx-xx”,
“title”: “Local Delivery - in 2 Hours”
}
}
]
}