Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The SKU identifier |
bearerToken | string | No | JWT token. Falls back to apiSecretKey if not provided |
Return Value
Returns aPromise<Sku> with the SKU details (name, description, price, category, provider, etc.).
Example
Related
- getSkuList — Browse all available SKUs
- purchaseSku — Purchase this SKU
