TaxCountryConfigurationUpdateError
No description
type TaxCountryConfigurationUpdateError {
field: String
message: String
code: TaxCountryConfigurationUpdateErrorCode!
taxClassIds: [String!]!
}
Fields
TaxCountryConfigurationUpdateError.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.
TaxCountryConfigurationUpdateError.message
● String
scalar
The error message.
TaxCountryConfigurationUpdateError.code
● TaxCountryConfigurationUpdateErrorCode!
non-null enum
The error code.
TaxCountryConfigurationUpdateError.taxClassIds
● [String!]!
non-null scalar
List of tax class IDs for which the update failed.