Tax
No description
type Tax {
id: ID!
shopId: Int!
code: String
zone: String!
ratio: Float
exportCode: String
}
Fields
Tax.id ● ID! non-null scalar
Tax primary identifier
Tax.shopId ● Int! non-null scalar
Shop identifier for the tax to apply to
Tax.code ● String scalar
Tax code
Tax.zone ● String! non-null scalar
Tax zone
Tax.ratio ● Float scalar
Tax percentage expressed as ratio
Tax.exportCode ● String scalar
Tax export code
Returned By
tax query ● taxCreate mutation ● taxDelete mutation ● taxUpdate mutation
Member Of
TaxesResponse object