Skip to main content

CheckoutCreateFromOrderError

No description

type CheckoutCreateFromOrderError {
field: String
message: String
code: CheckoutCreateFromOrderErrorCode!
}

Fields

CheckoutCreateFromOrderError.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.

CheckoutCreateFromOrderError.message ● String scalar miscellaneous

The error message.

CheckoutCreateFromOrderError.code ● CheckoutCreateFromOrderErrorCode! non-null enum checkout

The error code.

Member Of

CheckoutCreateFromOrder object