Its working after I’ve added the the following to shopify.extension.toml file
api_version = “unstable”
A developer encountered an error while attempting to update a cart line’s price using the UpdateOperation in a Shopify function extension.
Error Details:
Resolution:
api_version = "unstable" to the shopify.extension.toml configuration fileIts working after I’ve added the the following to shopify.extension.toml file
api_version = “unstable”