softDeleteOrderChangeActions - Order Module Reference
This documentation provides a reference to the softDeleteOrderChangeActions
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out
available workflows instead.
This method soft-deletes order change actions by their IDs.
Example#
1await orderModuleService.softDeleteOrderChangeActions([2 "123", "321"3])
Parameters#
The order change action's ID.
An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<void | Record<TReturnableLinkableKeys, string[]>>
Resolves when the order change action is soft-deleted successfully.
Was this page helpful?