Create a new tax configuration
POST/v2/taxes
Creates a new tax configuration with rates, zones, and shop associations.
Establishes tax rules for specific combinations of shop, tax code, and geographic zone. The combination of shopId, code, and zone must be unique to prevent conflicts in tax calculations.
Request
Responses
- 201
- 400
- 401
- 403
- 500
Tax configuration created successfully
Invalid input data or validation errors
Unauthorized
Insufficient permissions to create tax configurations
Internal server error occurred while creating tax configuration