Loading...
Was this page helpful?
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_pihD4RJBTg5Twp3YtJ6"9 })10 }11)
UpdateOrderChangeActionsStepInput
UpdateOrderChangeActionsStepInputid
stringinternal_note
null | stringOptionalOrderChangeActionDTO[]
OrderChangeActionDTO[]id
stringorder_change_id
null | stringorder_id
null | stringreturn_id
null | stringclaim_id
null | stringexchange_id
null | stringreference
stringreference_id
stringaction
ChangeActionTypedetails
null | Record<string, unknown>internal_note
null | stringcreated_at
string | Dateupdated_at
string | Date