Get Deleted Skus
GET/api/skus/getdeletedskus/:deletedOnOrAfter
Tier: Public — stable, supported for third-party integration.
Returns the ids of soft-deleted SKUs whose DateLastModified is on or after the given threshold. Intended for sync-agent deletion polling.
Scoped to the caller's own organisation. The endpoint only requires any authenticated
caller, with no LocafiModule.Sku permission check.
Request
Responses
- 200
- 400
- 401
Returns the list of soft-deleted SKU ids.
The service call failed (error array).
The caller is not authenticated.