- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateOrderChangeActionsWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the updateOrderChangeActionsWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow updates 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 updating order change actions.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
UpdateOrderChangeActionDTO[]
UpdateOrderChangeActionDTO[]
UpdateOrderChangeActionDTO[]
UpdateOrderChangeActionDTO[]UpdateOrderChangeActionDTO
UpdateOrderChangeActionDTOThe attributes to update in the order change action.
UpdateOrderChangeActionDTO
UpdateOrderChangeActionDTOOutput#
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]OrderChangeActionDTO
OrderChangeActionDTOThe order change action details.
OrderChangeActionDTO
OrderChangeActionDTOWas this page helpful?