Typed access
Sku operations are reached via client.Api.Finance.Sku on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Sku resource — methods and HTTP routes.
Sku operations are reached via client.Api.Finance.Sku on EksoClient.
await client.Api.Finance.Sku.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/finance/sku | Lists all SKUs for the current tenant. |
GET | /api/finance/sku/{id} | Retrieves a single SKU by its identifier. |
POST | /api/finance/sku | Creates a new SKU. |
PUT | /api/finance/sku | Updates an existing SKU. |
DELETE | /api/finance/sku/{id} | Deletes a SKU by its identifier. |