Loading...
Was this page helpful?
This documentation provides a reference to the removeOrderEditShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a shipping method can be removed from an order edit. If the order change is not active, the shipping method isn't in the exchange, or the action doesn't add a shipping method, the step will throw an error.
RemoveOrderEditShippingMethodValidationStepInput
RemoveOrderEditShippingMethodValidationStepInputorderChange
OrderChangeDTOinput
Pick<DeleteOrderEditShippingMethodWorkflowInput, "order_id" | "action_id">