taxConfigurationUpdate
Update tax configuration for a channel.
Added in Saleor 3.9taxConfigurationUpdate(
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
Was this page helpful?