Skip to main content
Version: 3.x

taxConfigurationUpdate

Update tax configuration for a channel.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.
taxConfigurationUpdate(
id: ID!
input: TaxConfigurationUpdateInput!
): TaxConfigurationUpdate

Arguments

taxConfigurationUpdate.id ● ID! non-null scalar

ID of the tax configuration.

taxConfigurationUpdate.input ● TaxConfigurationUpdateInput! non-null input

Fields required to update the tax configuration.

Type

TaxConfigurationUpdate object

Update tax configuration for a channel.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.

Was this page helpful?