Skip to main content
Version: 3.x

CheckoutCreateFromOrderError

No description

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

Fields

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

CheckoutCreateFromOrderError.message ● String scalar

The error message.

CheckoutCreateFromOrderError.code ● CheckoutCreateFromOrderErrorCode! non-null enum

The error code.

Member of

CheckoutCreateFromOrder object


Was this page helpful?