We want to change the price of product on basis of function metafield. The function output returned is correct, but the price is not being updated on to the cart.
Here is the output of the function.
{
"operations": [
{
"update": {
"cartLineId": "gid://shopify/CartLine/54903535-a7ee-4140-840d-d889755d7008",
"price": {
"adjustment": {
"fixedPricePerUnit": {
"amount": "453.564"
}
}
}
}
}
]
}
But still the price is not changed, Here is the snapshot from cart.
Below screenshot shows actual product price.
As per the function output price should have changed, but it is still the same. Please let me know, what the cause maybe ?
Note -
I have multiple functions active which returns empty operation.
{
"operations": []
}

