UpdateTaxInput
No description
input UpdateTaxInput {
shopId: Int
code: String
zone: String!
ratio: Float
exportCode: String
}
Fields
UpdateTaxInput.shopId
● Int
scalar
Shop identifier for the tax to apply to... If not provided the default will be inferred from the channel
UpdateTaxInput.code
● String
scalar
Tax code
UpdateTaxInput.zone
● String!
non-null scalar
Tax zone
UpdateTaxInput.ratio
● Float
scalar
Tax percentage expressed as ratio
UpdateTaxInput.exportCode
● String
scalar
Tax export code
Member Of
taxUpdate
mutation