Skip to main content

OrderCreateFromCheckoutError

No description

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

Fields

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

OrderCreateFromCheckoutError.message ● String scalar miscellaneous

The error message.

OrderCreateFromCheckoutError.code ● OrderCreateFromCheckoutErrorCode! non-null enum orders

The error code.

OrderCreateFromCheckoutError.variants ● [ID!] list scalar miscellaneous

List of variant IDs which causes the error.

OrderCreateFromCheckoutError.lines ● [ID!] list scalar miscellaneous

List of line Ids which cause the error.

Member Of

OrderCreateFromCheckout object