Tax
No description
type Tax {
id: String!
shopId: Int! @deprecated
code: Taxcode
zone: String!
percentage: Float
exportCode: String
createdAt: DateTime!
createdBy: Int
lastModifiedAt: DateTime!
lastModifiedBy: Int
}
Fields
Tax.id ● String! non-null scalar
Tax primary identifier
Tax.shopId ● Int! deprecated non-null scalar
DEPRECATED
Shop is deprecated and will be removed in the future.
[DEPRECATED] Shop identifier for the tax to apply to
Tax.code ● Taxcode enum
Tax code
Tax.zone ● String! non-null scalar
Tax zone
Tax.percentage ● Float scalar
Tax percentage
Tax.exportCode ● String scalar
Tax export code
Tax.createdAt ● DateTime! non-null scalar
Tax initial creation timestamp
Tax.createdBy ● Int scalar
Reference to the user that created the tax initially
Tax.lastModifiedAt ● DateTime! non-null scalar
Tax last update timestamp
Tax.lastModifiedBy ● Int scalar
Reference to the user that last modified the tax
Returned By
tax query ● taxCreate mutation ● taxUpdate mutation
Member Of
TaxesResponse object