Schema Documentation
CartError
Description
An error that occurred when updating the cart
Fields
| Field Name | Description | 
|---|---|
reasons - [String] | Reason for error | 
type - CartErrorType! | Type of error | 
Possible Types
| CartError Types | 
|---|
Example
{"reasons":["xyz789"],"type":"INVALID_CART_ITEM"}