v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBResolve Taxable Location
Create or get a taxable location.
post/taxableLocations
Request body
Response
200
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
}
}