OrderCreateFromCheckoutError Object
No description
type OrderCreateFromCheckoutError {
field: String
message: String
code: OrderCreateFromCheckoutErrorCode!
variants: [ID!]
lines: [ID!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● OrderCreateFromCheckoutErrorCode!
The error code.
variants ● [ID!]
List of variant IDs which causes the error.
lines ● [ID!]
List of line Ids which cause the error.
Member Of
OrderCreateFromCheckout object