Loading...
Was this page helpful?
This documentation provides a reference to the removeClaimShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a claim's shipping method can be removed. If the claim or order change is canceled, the shipping method doesn't exist in the claim, or the action is not adding a shipping method, the step will throw an error.
RemoveClaimShippingMethodValidationStepInput
RemoveClaimShippingMethodValidationStepInputorderClaim
OrderClaimDTOorderChange
OrderChangeDTOinput
Pick<DeleteClaimShippingMethodWorkflowInput, "claim_id" | "action_id">