Skip to main content

taxConfigurationUpdate Mutation

Updates tax configuration for a channel.

Requires the MANAGE_TAXESpermission.
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.

Requires the MANAGE_TAXESpermission.