Get location
GET/v1/sellers/:sellerId/locations/:locationId
Retrieves a single location by its locationId.
Returns 404 if the location does not exist or does not belong to the specified Seller.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Location found and returned.
Bearer token is absent or expired.
The authenticated application does not have permission to view this location.
No location exists for the given locationId under this Seller.
Internal server error.