v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get Taxable Location by ID

Get a taxable location by ID.

get/taxableLocations

Query parameters

taxableLocationIDstring required

The ID of an existing Taxable Location Object

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
  }
}