# Test your setup

Source: https://developer.avalara.com/products/crossborder/integration-guides/avatax-for-cdit/bej8745359774559/

Guide: AvaTax Cross-Border (Customs Duty and Import Tax)

# Test your setup

Verify your company's setup by using the QueryItems API.

Test your setup by running the [QueryItems](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Items/QueryItems/) API to ensure that your company is set up correctly. The output will include the item that you set up previously.

**Example**

```
{
  "@recordsetCount": 1,
  "value": [
    {
      "id": 61073547,
      "companyId": 431227,
      "itemCode": "SKU 1000.6",
      "taxCodeId": 0,
      "taxCode": "P0000000",
      "description": "Cuban Links",
      "itemGroup": "Man &gt; Jewelry ; Gold &gt; Bracelet",
      "createdDate": "2021-11-29T00:24:02.693",
      "createdUserId": 248312,
      "modifiedDate": "2021-11-29T00:24:02.693",
      "modifiedUserId": 248312
    }
  ]
} 
```