E093: List locations
GET /api/locations
Returns the org's fulfillment locations ordered by display position. Used by Settings, the PO and WO and SO create or edit forms, and the inventory pages.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No pagination (bounded set per org).
Response — 200 OK
{ "data": [ Location ] }
Errors
Standard envelope only.
Workflow
Calls W093 List locations.