- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
requestOrderEditRequestValidationStep - Medusa Core Workflows Reference
This documentation provides a reference to the requestOrderEditRequestValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a order edit can be requested. If the order is canceled or the order change is not active, the step will throw an error.
Example#
Input#
RequestOrderEditRequestValidationStepInput
RequestOrderEditRequestValidationStepInputThe data to validate that an order edit can be requested.
RequestOrderEditRequestValidationStepInput
RequestOrderEditRequestValidationStepInputorder
OrderDTOThe order's details.
order
OrderDTOorderChange
OrderChangeDTOThe order change's details.
orderChange
OrderChangeDTOWas this page helpful?