Skip to main content
Version: 3.x

CheckoutErrorCode

An enumeration.

enum CheckoutErrorCode {
BILLING_ADDRESS_NOT_SET
CHECKOUT_NOT_FULLY_PAID
GRAPHQL_ERROR
PRODUCT_NOT_PUBLISHED
PRODUCT_UNAVAILABLE_FOR_PURCHASE
INSUFFICIENT_STOCK
INVALID
INVALID_SHIPPING_METHOD
NOT_FOUND
PAYMENT_ERROR
QUANTITY_GREATER_THAN_LIMIT
REQUIRED
SHIPPING_ADDRESS_NOT_SET
SHIPPING_METHOD_NOT_APPLICABLE
DELIVERY_METHOD_NOT_APPLICABLE
SHIPPING_METHOD_NOT_SET
SHIPPING_NOT_REQUIRED
TAX_ERROR
UNIQUE
VOUCHER_NOT_APPLICABLE
GIFT_CARD_NOT_APPLICABLE
ZERO_QUANTITY
MISSING_CHANNEL_SLUG
CHANNEL_INACTIVE
UNAVAILABLE_VARIANT_IN_CHANNEL
EMAIL_NOT_SET
NO_LINES
INACTIVE_PAYMENT
}
Expand â–¼

Values​

CheckoutErrorCode.BILLING_ADDRESS_NOT_SET​

CheckoutErrorCode.CHECKOUT_NOT_FULLY_PAID​

CheckoutErrorCode.GRAPHQL_ERROR​

CheckoutErrorCode.PRODUCT_NOT_PUBLISHED​

CheckoutErrorCode.PRODUCT_UNAVAILABLE_FOR_PURCHASE​

CheckoutErrorCode.INSUFFICIENT_STOCK​

CheckoutErrorCode.INVALID​

CheckoutErrorCode.INVALID_SHIPPING_METHOD​

CheckoutErrorCode.NOT_FOUND​

CheckoutErrorCode.PAYMENT_ERROR​

CheckoutErrorCode.QUANTITY_GREATER_THAN_LIMIT​

CheckoutErrorCode.REQUIRED​

CheckoutErrorCode.SHIPPING_ADDRESS_NOT_SET​

CheckoutErrorCode.SHIPPING_METHOD_NOT_APPLICABLE​

CheckoutErrorCode.DELIVERY_METHOD_NOT_APPLICABLE​

CheckoutErrorCode.SHIPPING_METHOD_NOT_SET​

CheckoutErrorCode.SHIPPING_NOT_REQUIRED​

CheckoutErrorCode.TAX_ERROR​

CheckoutErrorCode.UNIQUE​

CheckoutErrorCode.VOUCHER_NOT_APPLICABLE​

CheckoutErrorCode.GIFT_CARD_NOT_APPLICABLE​

CheckoutErrorCode.ZERO_QUANTITY​

CheckoutErrorCode.MISSING_CHANNEL_SLUG​

CheckoutErrorCode.CHANNEL_INACTIVE​

CheckoutErrorCode.UNAVAILABLE_VARIANT_IN_CHANNEL​

CheckoutErrorCode.EMAIL_NOT_SET​

CheckoutErrorCode.NO_LINES​

CheckoutErrorCode.INACTIVE_PAYMENT​

Member of​

CheckoutError object


Was this page helpful?