Hi, in cart.updateCart api, it is not clear what is the item_id field in body whether it is item_code or something else, also during calling the api, it throws error with reason that identifiers are required, but no such field is given in the docs.
On Called addItems api, it returns internal server error
attaching doc link
addItems request:
{
body : {
"items": [
{
"quantity": 2,
"item_id" : "590298196",
}
]
}
}
addItems result:
app.0b56d67aaf4b35d6247f.js:48 Uncaught (in promise) FDKServerResponseError: oops! something went wrong.
at app.0b56d67aaf4b35d6247f.js:48:304436
at async e.exports.addItems (app.0b56d67aaf4b35d6247f.js:83:24192)