CheckoutError
No description
type CheckoutError {
field: String
message: String!
code: CheckoutErrorCode!
variants: [ID!]
}
Fields
CheckoutError.field ● String scalar
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! non-null scalar
The error message.
CheckoutError.code ● CheckoutErrorCode! non-null enum
The error code.
CheckoutError.variants ● [ID!] list scalar
List of variant IDs which causes the error.
Member Of
CheckoutAddPONumbers object ● CheckoutAddPromoCode object ● CheckoutBillingAddressUpdate object ● CheckoutComplete object ● CheckoutCreate object ● CheckoutCustomerAttach object ● CheckoutCustomerDetach object ● CheckoutDelete object ● CheckoutEmailUpdate object ● CheckoutLineAddNote object ● CheckoutLineDelete object ● CheckoutLinesAdd object ● CheckoutLinesUpdate object ● CheckoutMarketplaceShippingMethodUpdate object ● CheckoutNoteUpdate object ● CheckoutRemovePONumbers object ● CheckoutRemovePromoCode object ● CheckoutSellerShippingMethodsBulkUpdate object ● CheckoutSellerShippingMethodsClear object ● CheckoutSellerShippingMethodsUpdate object ● CheckoutSetTransactionCurrency object ● CheckoutShippingAddressUpdate object