deleteOrderExchanges - Order Module Reference
This documentation provides a reference to the deleteOrderExchanges
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 deletes order exchanges by their IDs.
Example#
await orderModuleService.deleteOrderExchanges(["123", "321"])
Parameters#
The IDs of the order exchanges.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Resolves when the order exchanges are deleted successfully.
Was this page helpful?