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