Fetch location detail
GET/v1/entities/:entity_id/locations/:id
The Location object represents a sales tax location. Locations are identified by a unique ID. Authentication
Request
Responses
- 200
- 401
- 404
Returns a location if a valid identifier was provided, and returns an error otherwise.
HTTP Basic: Access denied.
Returns an error if a invalid entity identifier or invalid location identifier was provided.