- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
cancelOrderChangeStep - Medusa Core Workflows Reference
This documentation provides a reference to the cancelOrderChangeStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step cancels an order change.
Input#
CancelOrderChangeDTO
CancelOrderChangeDTOThe details of the order change cancelation.
CancelOrderChangeDTO
CancelOrderChangeDTOid
stringThe ID of the order change.
id
stringcanceled_by
stringOptionalThe user or customer that canceled the order change.
canceled_by
stringOptionalmetadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
metadata
null | Record<string, unknown>OptionalWas this page helpful?