- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderChangeActionsWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the deleteOrderChangeActionsWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow deletes one or more order change actions.
You can use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around deleting an order change action.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
DeleteOrderChangeActionsWorkflowInput
DeleteOrderChangeActionsWorkflowInputThe details of the order change actions to delete.
DeleteOrderChangeActionsWorkflowInput
DeleteOrderChangeActionsWorkflowInputids
string[]The IDs of the order change actions to delete.
ids
string[]Was this page helpful?