zoneTaxCodeCreate
Create a new zone tax code record with geographic and tax associations.
Establishes tax code mappings for specific geographic zones and products, enabling location-specific tax calculations and compliance. Used for regional tax management and product-specific tax rules.
Possible errors:
- ZONE_TAX_CODE_CREATE_ERROR: Failed to create zone tax code record
- ZONE_TAX_CODE_VALIDATION_ERROR: Invalid zone tax code data provided
- ZONE_TAX_CODE_ALREADY_EXISTS_ERROR: Zone tax code with similar criteria already exists
AUTH: Role=[pricing.OWNER]
zoneTaxCodeCreate(
input: ZoneTaxCodeCreateInput!
): ZoneTaxCode!
Arguments
zoneTaxCodeCreate.input
● ZoneTaxCodeCreateInput!
non-null input
Zone tax code creation data including geographic zones, tax codes, product associations, and effective dates.
Contains all necessary information to create a complete zone tax code record with proper validation and business rules.
Type
ZoneTaxCode
object
Zone-specific tax code configuration for geographic tax compliance.
Represents tax code overrides for specific geographic zones, enabling location-based tax calculations and compliance with regional tax regulations. Used for international commerce and multi-jurisdictional tax management.