taxConfigurationUpdate Mutation
Updates tax configuration for a channel.
taxConfigurationUpdate(
id: ID!
input: TaxConfigurationUpdateInput!
): TaxConfigurationUpdate
Details
type TaxConfigurationUpdate {
errors: [TaxConfigurationUpdateError!]!
taxConfiguration: TaxConfiguration
}
Arguments
id ● ID!
ID of the tax configuration.
input ● TaxConfigurationUpdateInput!
Fields required to update the tax configuration.
Type
TaxConfigurationUpdate
Updates tax configuration for a channel.