taxClasses/{taxClassId}

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

get/V1/taxClasses/{taxClassId}
Response samples
{
  • "class_id": 0,
  • "class_name": "string",
  • "class_type": "string",
  • "extension_attributes": { }
}

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

delete/V1/taxClasses/{taxClassId}
Response samples
true