Get Sku Detail
GET/api/skus/getsku/:skuId
Tier: Public — stable, supported for third-party integration.
Returns full detail for a single SKU, including extended properties, media (with signed URLs), inner SKU detail, and additional barcodes.
Request
Responses
- 200
- 400
- 401
- 403
Returns the Skus.SkuDetailDto.
{skuId} does not match an existing SKU (error array).
The caller is not authenticated.
The caller lacks Sku Read permission.