CheckoutCreateFromOrderErrorCode
An enumeration.
enum CheckoutCreateFromOrderErrorCode {
  GRAPHQL_ERROR
  INVALID
  ORDER_NOT_FOUND
  CHANNEL_INACTIVE
  TAX_ERROR
}
Values
CheckoutCreateFromOrderErrorCode.GRAPHQL_ERROR
CheckoutCreateFromOrderErrorCode.INVALID
CheckoutCreateFromOrderErrorCode.ORDER_NOT_FOUND
CheckoutCreateFromOrderErrorCode.CHANNEL_INACTIVE
CheckoutCreateFromOrderErrorCode.TAX_ERROR
Member of
CheckoutCreateFromOrderError object
Was this page helpful?