You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cart API trying to perform action:setCustomField with boolean value true e.g,
{
"version": {{cart-version}},
"actions": [
{
"action" : "setCustomField",
"name" : <attribute_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
The text was updated successfully, but these errors were encountered:
pillaimadhavi
changed the title
setCustomField Not updated in CT using cart API
setCustomField Not updating values in CT using cart API
Nov 17, 2022
Cart API trying to perform action:setCustomField with boolean value true e.g,
{
"version": {{cart-version}},
"actions": [
{
"action" : "setCustomField",
"name" : <attribute_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
The text was updated successfully, but these errors were encountered: