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
nullindicates 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?