- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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#
Parameters#
actionIds
string[]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.
Returns#
Promise
Promise<void | Record<TReturnableLinkableKeys, string[]>>Resolves when the order change action is soft-deleted successfully.
Promise
Promise<void | Record<TReturnableLinkableKeys, string[]>>Was this page helpful?