v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Resolve Taxable Location

Create or get a taxable location.

post/taxableLocations

Request body

street1string required

Address Line 1 (Street Name)

street2string

Address Line 2 (Apt/Suite). Empty string if not applicable

citystring required

City/Subdivision

statestring required

US State or Territory ( 2 letter abbreviation)

zipstring required

ZIP code (5 digits)

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "taxableLocationID": "609ffdf81a5f9c4c10b0c443",
    "street1": "1 Ferry Building",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94111",
    "is_suitable_for_taxation": true,
    "is_deliverable": true
  }
}