Export Filtered List
GET/api/skus/exportfilteredskus
Tier: Public — stable, supported for third-party integration.
Exports the same OData-filterable SKU summary query as SkuController.GetSkus(...) as a CSV file,
with date/time values adjusted to the caller's time zone.
Request
Responses
- 200
- 400
- 401
- 403
Returns the export as application/octet-stream with attachment name Export.csv.
The OData query failed validation (no body).
The caller is not authenticated.
The caller lacks Sku Read permission.