Skip to main content

zoneTaxCodesCreate

Create multiple zone tax code records in a single operation.

Efficiently creates multiple zone tax code records with comprehensive validation and error handling. Used for bulk setup of regional tax rules and product-specific tax mappings.

Possible errors:

  • ZONE_TAX_CODE_CREATE_ERROR: Failed to create zone tax code records
  • ZONE_TAX_CODE_VALIDATION_ERROR: Invalid zone tax code data provided
  • ZONE_TAX_CODE_ALREADY_EXISTS_ERROR: One or more zone tax codes with similar criteria already exist

AUTH: Role=[pricing.OWNER]

zoneTaxCodesCreate(
input: [ZoneTaxCodeCreateInput!]!
): [ZoneTaxCode!]!

Arguments

zoneTaxCodesCreate.input ● [ZoneTaxCodeCreateInput!]! non-null input

Array of zone tax code creation data for bulk operations.

Each element contains complete zone tax code information including geographic zones, tax codes, product associations, and effective dates. All records are validated before creation.

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.