CartProductsError
| Field | Type | Required | Description |
|---|---|---|---|
error |
object |
yes |
Example
Section titled “Example”{ "error": { "code": "ECART", "message": "There was a problem while trying to update one or multiple products in the cart.", "errors": [ { "entityId": "product-number-123", "code": "EINSUFFICIENTSTOCK", "message": "cart.error.insufficientstock", "translated": false } ] }}
