Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setCustomField Not updating values in CT using cart API #1822

Open
pillaimadhavi opened this issue Nov 17, 2022 · 0 comments
Open

setCustomField Not updating values in CT using cart API #1822

pillaimadhavi opened this issue Nov 17, 2022 · 0 comments

Comments

@pillaimadhavi
Copy link

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

@pillaimadhavi pillaimadhavi changed the title setCustomField Not updated in CT using cart API setCustomField Not updating values in CT using cart API Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant