- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateOrderChangesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the updateOrderChangesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow updates 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 updating order changes.
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#
OrderChangeDTO[]
OrderChangeDTO[]
OrderChangeDTO[]
OrderChangeDTO[]OrderChangeDTO
OrderChangeDTOThe order change details.
OrderChangeDTO
OrderChangeDTOWas this page helpful?