Skip to main content
Version: 3.x

TaxConfigurationPerCountryInput

No description

input TaxConfigurationPerCountryInput {
countryCode: CountryCode!
chargeTaxes: Boolean!
taxCalculationStrategy: TaxCalculationStrategy
displayGrossPrices: Boolean!
}

Fields

TaxConfigurationPerCountryInput.countryCode ● CountryCode! non-null enum

Country in which this configuration applies.

TaxConfigurationPerCountryInput.chargeTaxes ● Boolean! non-null scalar

Determines whether taxes are charged in this country.

TaxConfigurationPerCountryInput.taxCalculationStrategy ● TaxCalculationStrategy enum

A country-specific strategy to use for tax calculation. Taxes can be calculated either using user-defined flat rates or with a tax app. If not provided, use the value from the channel's tax configuration.

TaxConfigurationPerCountryInput.displayGrossPrices ● Boolean! non-null scalar

Determines whether displayed prices should include taxes for this country.

Member of

TaxConfigurationUpdateInput input


Was this page helpful?