Skip to main content
Version: 3.x

OrderCreateFromCheckoutError

No description

type OrderCreateFromCheckoutError {
field: String
message: String
code: OrderCreateFromCheckoutErrorCode!
variants: [ID!]
lines: [ID!]
}

Fields

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

OrderCreateFromCheckoutError.message ● String scalar

The error message.

OrderCreateFromCheckoutError.code ● OrderCreateFromCheckoutErrorCode! non-null enum

The error code.

OrderCreateFromCheckoutError.variants ● [ID!] list scalar

List of variant IDs which causes the error.

OrderCreateFromCheckoutError.lines ● [ID!] list scalar

List of line Ids which cause the error.

Member of

OrderCreateFromCheckout object


Was this page helpful?