Schema Documentation

CartError

Description

An error that occurred when updating the cart

Fields
Field NameDescription
reasons - [String] Reason for error
type - CartErrorType! Type of error
Possible Types
CartError Types

CartItemError

Example
{"reasons":["xyz789"],"type":"INVALID_CART_ITEM"}