E078: Get SKU detail
GET /api/skus/:id
Returns a single SKU record. Triggered by opening a SKU's detail page. Added for parity with the other master-data domains (materials, customers, vendors); it occupies the E078 slot freed when the reactivate-sku-type endpoint was dropped. The UI resolves the type name from the list endpoint (E082).
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
Sku
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such SKU. |
Workflow
Calls W078 Get SKU detail.