Create Tax Rate
Creates a new tax rate. The identifier must be unique, country is a two-letter ISO code, and taxRate is a percentage between 0 and 100.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminSettingsTaxRate(input:) | Mutation | Create a tax rate |
Conditional zip rules
The zip fields you must supply depend on isZip:
isZip | Required zip fields | Targets |
|---|---|---|
false | zipCode | A single zip code |
true | zipFrom and zipTo | A zip-code range |
Supplying isZip: true without zipFrom/zipTo, or isZip: false without zipCode, is rejected with a validation error.

