- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateOrderChangeActionsStep - Medusa Core Workflows Reference
This documentation provides a reference to the updateOrderChangeActionsStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step updates order change actions.
1import { createWorkflow } from "@medusajs/framework/workflows-sdk"2import { updateOrderChangeActionsStep } from "@medusajs/medusa/core-flows"3 4const myWorkflow = createWorkflow(5 "my-workflow",6 () => {7 const data = updateOrderChangeActionsStep({8 "id": "id_C07EczJHfpaWf"9 })10 }11)
Input#
UpdateOrderChangeActionsStepInput
UpdateOrderChangeActionsStepInputThe order change actions to update.
UpdateOrderChangeActionsStepInput
UpdateOrderChangeActionsStepInputid
stringThe ID of the order change action.
id
stringinternal_note
null | stringOptionalThe internal note of the order change action.
internal_note
null | stringOptionalOutput#
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]
OrderChangeActionDTO[]OrderChangeActionDTO
OrderChangeActionDTOThe order change action details.
OrderChangeActionDTO
OrderChangeActionDTOWas this page helpful?