Get Skus
GET/api/skus/GetfilteredSkus
Tier: Public — stable, supported for third-party integration.
Returns an OData-filterable, paged list of SKUs, excluding child/inner SKUs from the
top-level results (each row nests its inner SKU under SkuSummaryDto.InnerSku
instead). BaseSkuSummaryDto.Thumbnail is a signed URL valid for one hour.
Request
Responses
- 200
- 400
- 401
- 403
Returns a page of Skus.SkuSummaryDto.
The OData query failed validation (no body), or the service call failed (error array).
The caller is not authenticated.
The caller lacks Sku Read permission.