Pre-alerts
client.PreAlerts.ListAsync() — returns stats scoped to your
courier alongside the data.
· 0 pending, 0 matched, 1 expired
| Address code | Tracking | Carrier | Merchant | Status | Created | |
|---|---|---|---|---|---|---|
TEST-12345 |
TEST6768768987979 |
USPS | Ebay | Expired | 2026-04-20 | View |
← Previous
Page 1 · 1 total
Next →
C# — Logicware.Connect.Sdk
var result = await client.PreAlerts.ListAsync(new ListPreAlertsOptions
{
Page = 1,
PageSize = 20,
});
// result.Stats?.Pending is courier-scoped — counts your own pre-alerts only