Loading...
Was this page helpful?
This documentation provides a reference to the removeReturnShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a shipping method can be removed from a return. If the return is canceled, the order change is not active, the shipping method isn't in the return, or the action doesn't add a shipping method, the step will throw an error.
RemoveReturnShippingMethodValidationStepInput
RemoveReturnShippingMethodValidationStepInputorderChange
OrderChangeDTOorderReturn
ReturnDTOinput
Pick<DeleteReturnShippingMethodWorkflowInput, "return_id" | "action_id">