commercetools / nodejs

Everything related to the Node.js ecosystem for the commercetools platform.
https://commercetools.github.io/nodejs/
MIT License
75 stars 70 forks source link

setCustomField Not updating values in CT using cart API #1822

Open pillaimadhavi opened 1 year ago

pillaimadhavi commented 1 year ago

Cart API trying to perform action:setCustomField with boolean value true e.g,

{ "version": {{cart-version}}, "actions": [ { "action" : "setCustomField", "name" : , "value" : true } ] } There were 2 action items provides one was set successfully the other one didnt.

Expected Behavior

Expected was it should set the value to true.

Current Behavior

For one of the order its not setting the value. And response got is 200