CheckoutError
No description
type CheckoutError {
field: String
message: String
code: CheckoutErrorCode!
variants: [ID!]
lines: [ID!]
addressType: AddressTypeEnum
}
Fields
CheckoutError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
CheckoutError.message ● String scalar
The error message.
CheckoutError.code ● CheckoutErrorCode! non-null enum
The error code.
CheckoutError.variants ● [ID!] list scalar
List of varint IDs which causes the error.
CheckoutError.lines ● [ID!] list scalar
List of line Ids which cause the error.
CheckoutError.addressType ● AddressTypeEnum enum
A type of address that causes the error.
Member of
CheckoutAddPromoCode object ● CheckoutBillingAddressUpdate object ● CheckoutComplete object ● CheckoutCreate object ● CheckoutDeliveryMethodUpdate object ● CheckoutEmailUpdate object ● CheckoutLanguageCodeUpdate object ● CheckoutLineDelete object ● CheckoutLinesAdd object ● CheckoutLinesDelete object ● CheckoutLinesUpdate object ● CheckoutRemovePromoCode object ● CheckoutShippingAddressUpdate object ● CheckoutShippingMethodUpdate object
Was this page helpful?