Skip to main content

TaxUpdateInput

No description

input TaxUpdateInput {
shopId: Int
code: Taxcode
zone: String
percentage: Float
exportCode: String
}

Fields

TaxUpdateInput.shopId ● Int scalar

Shop identifier for the tax to apply to... If not provided the default will be inferred from the channel

TaxUpdateInput.code ● Taxcode enum

Tax code

TaxUpdateInput.zone ● String scalar

Tax zone

TaxUpdateInput.percentage ● Float scalar

Tax percentage

TaxUpdateInput.exportCode ● String scalar

Tax export code

Member Of

taxUpdate mutation