Data and processes
Idempotency
Definition
Idempotent means the same call may arrive more than once without changing the result — an order is not created twice if the response was lost and the sender retried. This is usually implemented with a unique key per operation that the receiving system stores and recognises.