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