Updates without modifications

When an entity is updated through the fulfillmenttools APIs and no data has changed, the system does not perform a database write. In this case:

  • No version bump occurs.

  • The lastModified field is not updated.

  • No platform event is triggered.

This behavior reduces unnecessary cascading updates.

Last updated