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