E163: List fulfillment status types
GET /api/fulfillment-status-types
Returns the fixed set of fulfillment statuses. Triggered from filter dropdowns, Sales Order Detail, and Settings.
Fulfillment statuses are L1 ENUM values (org.fulfillment_status), not user-editable rows. Changing the set is a schema migration.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body. No pagination (bounded fixed set).
Response — 200 OK
{ "data": ["Pending", "Partial", "Fulfilled"] }
Errors
Standard envelope only.