Skip to content

CartCouponsError

Field Type Required Description
error object yes
{
"error": {
"code": "ECART",
"message": "There was a problem while trying to update one or multiple products in the cart.",
"errors": [
{
"entityId": "TYPO-2019-FEB-20-PERCENT-OFF-SOCKS-TYPO",
"code": "EINVALIDCOUPON",
"message": "cart.error.couponExpired",
"translated": false
}
]
}
}