ExportError
No description
type ExportError {
field: String
message: String
code: ExportErrorCode!
}
Fields
ExportError.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.
ExportError.message ● String scalar
The error message.
ExportError.code ● ExportErrorCode! non-null enum
The error code.
Member of
ExportGiftCards object ● ExportProducts object
Was this page helpful?