ReDoc documentation

taxClasses/{taxClassId}

taxClasses/{taxClassId}

get/V1/taxClasses/{taxClassId}

Get a tax class with the given tax class id.

Request
path Parameters
taxClassId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "class_id": 0,
  • "class_name": "string",
  • "class_type": "string",
  • "extension_attributes": { }
}

taxClasses/{taxClassId}

delete/V1/taxClasses/{taxClassId}

Delete a tax class with the given tax class id.

Request
path Parameters
taxClassId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
true