commercetools / commercetools/nodejs

setCustomField Not updating values in CT using cart API

Open
#1,822 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
77
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.