For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tax categories

Retrieve merchant product tax categories

get

Fetches all the available tax categories

Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
200

OK

application/json

The tax category to which the product belongs.

ProductTaxCategoryUUIDstringOptional

The ID of the product tax category available.

NamestringOptional

The name of the product tax category available

get
/taxcategories/
200

OK

Last updated

Was this helpful?