- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderChangeActions - Order Module Reference
This documentation provides a reference to the deleteOrderChangeActions
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.
deleteOrderChangeActions(actionId, sharedContext?): Promise<void>#
This method deletes order change actions by their IDs.
Example#
Parameters#
actionId
string[]The IDs of order change actions.
Returns#
Promise
Promise<void>Resolves when the order change actions are deleted successfully.
deleteOrderChangeActions(actionId, sharedContext?): Promise<void>#
This method deletes an order change action by its ID.
Example#
Parameters#
actionId
stringThe order change action's ID.
Returns#
Promise
Promise<void>Resolves when the order change action is deleted successfully.
Was this page helpful?