Skip to main content

Typed access

Sku operations are reached via client.Api.Finance.Sku on EksoClient.
await client.Api.Finance.Sku.ListAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/finance/skuLists all SKUs for the current tenant.
GET/api/finance/sku/{id}Retrieves a single SKU by its identifier.
POST/api/finance/skuCreates a new SKU.
PUT/api/finance/skuUpdates an existing SKU.
DELETE/api/finance/sku/{id}Deletes a SKU by its identifier.

See also