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