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