Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such SKU.

Workflow

Calls W078 Get SKU detail.