You can update the Adobe Commerce data either by modifying data returned by the MagentoDataAdapter class and then calling its Update method or by performing corresponding DML statements (INSERT, DELETE, UPDATE) via MagentoCommand.
Here is an example showing how to update Adobe Commerce data using MagentoDataAdapter.
The following example updates Adobe Commerce data using MagentoCommand.