# notes

Get notes for HS code.

`GET /hscodeselfclassify/notes/{destination}/{language}/{hscode}`

**API:** Avalara Cross Border Classification
**Tag:** Notes
**API Version:** 1.0
**Base URL:** /
**Authentication:** Bearer token

Source: https://developer.avalara.com/products/self-serve-tariff-code/api/methods/Notes/notes/

## Description

Gets notes and documentation for a specific HS code based on destination country and language. Supports both import and export notes with JSON or HTML format options.

## Parameters

| Name | Type | In | Required | Description |
|---|---|---|---|---|
| `destination` | string | path | Yes | The code for destination country in ISO 3166-1 alpha-2 format. |
| `language` | string | path | Yes | The language code for the response. |
| `hscode` | string | path | Yes | The HS (Harmonized System) code for the product. |
| `import` | boolean | query | No | Indicates whether to retrieve import notes. Set to true to retrieve import notes, or false to retrieve export notes. |
| `format` | string | query | No | The format for the response. Allowed values: json, html. |
| `avalara-version` |  | header | Yes | API version. Current version is 1.0. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | Returns notes and documentation for the requested HS code, destination, and language. |  |
| 400 | The request parameters are invalid. | `AvalaraAPIExceptionDetails` |
| 401 | Authentication failed due to invalid or missing authentication token. | `AvalaraAPIExceptionDetails` |
| 403 | Customer is not authorized to access this resource. | `AvalaraAPIExceptionDetails` |
| 404 | Notes not found for the specified HS code, destination, and language. | `AvalaraAPIExceptionDetails` |
| 500 | An unexpected server error occurred. | `AvalaraAPIExceptionDetails` |