---
title: "Resolve Taxable Location"
method: POST
path: "/taxableLocations"
---

# Resolve Taxable Location

`POST /taxableLocations`

Create or get a taxable location.

## Request body

- object
  - `street1` string, required — Address Line 1 (Street Name)
  - `street2` string — Address Line 2 (Apt/Suite). Empty string if not applicable
  - `city` string, required — City/Subdivision
  - `state` string, required — US State or Territory ( 2 letter abbreviation)
  - `zip` string, required — ZIP code (5 digits)

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `taxableLocationID` string
    - `street1` string
    - `street2` string
    - `city` string
    - `state` string
    - `zip` string
    - `is_suitable_for_taxation` boolean
    - `is_po_box` boolean
    - `is_state_mismatch` boolean
    - `is_armed_forces_address` boolean
    - `is_foreign_address` boolean
    - `is_deliverable` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
