- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createOrderChangeActionsWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the createOrderChangeActionsWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow creates order change actions. It's used by other order-related workflows, such as requestItemReturnWorkflow to create an order change action based on changes made to the order.
You can use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around creating an order change action.
Source CodeExamples#
Input#
CreateOrderChangeActionDTO[]
CreateOrderChangeActionDTO[]
CreateOrderChangeActionDTO[]
CreateOrderChangeActionDTO[]CreateOrderChangeActionDTO
CreateOrderChangeActionDTOThe data of the order change action to be created.
CreateOrderChangeActionDTO
CreateOrderChangeActionDTOOutput#
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]OrderChangeActionDTO
OrderChangeActionDTOThe order change action details.
OrderChangeActionDTO
OrderChangeActionDTOWas this page helpful?