Gets a tax class.
Name | Description | Additional information |
---|---|---|
taxClassId | The ID of the tax class. |
Define this parameter in the request URI. |
If this endpoint supports expands, they will be included in the sample response body below. However, please note that expands are NOT included in the response body by default. Expands are only included in the response body if they came through as part of the request.
{
"TaxClass": {
"DisplayOrder": 1,
"ExternalId": null,
"ActiveInd": true,
"Name": "Default",
"PortalId": 7,
"TaxClassId": 2,
"StoreName": null,
"CustomErrorMessage": null,
"TaxRuleList": null
},
"ErrorCode": null,
"ErrorMessage": null,
"StackTrace": null,
"AllowHtmlResponse": false,
"HasError": false,
"StringResponse": null
}