Skip to main content

Sync Items

POST 

/api/items/sync

Tier: Public — stable, supported for third-party integration.

Internal synchronisation endpoint used by sync agents to mirror items into the organisation, including their movement and state histories.

Accepts raw ItemMaster entities rather than a request DTO. Honours each entity's IsDeleted flag for deletes, and raises movement-notification events for newly appended latest movements. Intended for sync-agent integrations rather than general API clients.

Request

Responses

true on success.