List Seller locations
GET/v1/sellers/:sellerId/locations
Returns all locations associated with the Seller. Optionally filter by locationType
to retrieve only PICKUP or INVOICE locations.
Results are ordered by creation time, descending (most recently created first).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
List of locations returned (may be empty if none exist).
Invalid query parameter value.
Bearer token is absent or expired.
The authenticated application does not have permission to view locations for this Seller.
No Seller exists for the given sellerId.
Internal server error.