Create a Tax
OAuthScope
ZohoCommerce.settings.CREATE
HTTP Request
POST https://commerce.zoho.com/store/api/v1/settings/taxrules
Body Parameters
Parameter | Description |
tax_name* | string: Name of the tax to be created. |
tax_percentage* | double: Number of percentage taxable. |
tax_type* | string: Type to determine whether it is a simple or compound tax. Allowed values: tax and compound_tax. |
tax_specific_type (Indian edition only) | Type of tax For Indian Edition. Allowed values :IGST, SGST, NIL, CESS. |
country_code* | string: Two letter country code to which the tax belongs. |
Request Example
Copied
Success Response
Copied
Failure Response
Copied