TaxClassCreateError
No description
type TaxClassCreateError {
field: String
message: String
code: TaxClassCreateErrorCode!
countryCodes: [String!]!
}
Fields
TaxClassCreateError.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.
TaxClassCreateError.message ● String scalar
The error message.
TaxClassCreateError.code ● TaxClassCreateErrorCode! non-null enum
The error code.
TaxClassCreateError.countryCodes ● [String!]! non-null scalar
List of country codes for which the configuration is invalid.
Member of
TaxClassCreate object
Was this page helpful?