CheckoutError Object
No description
type CheckoutError {
field: String
message: String
code: CheckoutErrorCode!
variants: [ID!]
lines: [ID!]
addressType: AddressTypeEnum
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● CheckoutErrorCode!
The error code.
variants ● [ID!]
List of variant IDs which causes the error.
lines ● [ID!]
List of line Ids which cause the error.
addressType ● AddressTypeEnum
A type of address that causes the error.
Member Of
CheckoutAddPromoCode object ● CheckoutBillingAddressUpdate object ● CheckoutComplete object ● CheckoutCreate object ● CheckoutCustomerAttach object ● CheckoutCustomerDetach object ● CheckoutCustomerNoteUpdate object ● CheckoutDeliveryMethodUpdate object ● CheckoutEmailUpdate object ● CheckoutLanguageCodeUpdate object ● CheckoutLineDelete object ● CheckoutLinesAdd object ● CheckoutLinesDelete object ● CheckoutLinesUpdate object ● CheckoutRemovePromoCode object ● CheckoutShippingAddressUpdate object ● CheckoutShippingMethodUpdate object