Loading...
Was this page helpful?
This documentation provides a reference to the removeExchangeShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a shipping method can be removed from an exchange. If the exchange is canceled, the order change is not active, the shipping method doesn't exist, or the action isn't adding a shipping method, the step will throw an error.
RemoveExchangeShippingMethodValidationStepInput
RemoveExchangeShippingMethodValidationStepInputorderExchange
OrderExchangeDTOorderChange
OrderChangeDTOinput
Pick<DeleteExchangeShippingMethodWorkflowInput, "exchange_id" | "action_id">