LowCodeAPI
  • Taxes(6)
    • POST
      Create a Tax
    • GET
      List Taxes
    • PUT
      Update a Tax
    • DEL
      Delete a Tax
    • PUT
      Update Tax Preferences
    • GET
      Get Tax Preferences
POST
GET
PUT
DELETE
PUT
GET
POST
https://api.lowcodeapi.com/zohocommerce/store/api/v1/settings/taxrules
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
tax_namestring*
Name of the tax to be created
tax_percentagenumber*
Number of percentage taxable
tax_typestring*
Type to determine whether it is a simple or compound tax. Allowed values: tax and compound_tax
tax_specific_typestring
Type of tax For Indian Edition. Allowed values: IGST, SGST, NIL, CESS.
country_codestring*
Two-letter country code to which the tax belongs
Response
API response data will be shown here once the request is completed.
Zoho Commerce