Loading...
Was this page helpful?
This documentation provides a reference to the updateClaimShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a claim's shipping method can be updated. If the claim is canceled, the order change is not active, the shipping method isn't added to the claim, or the action is not adding a shipping method, the step will throw an error.
UpdateClaimShippingMethodValidationStepInput
UpdateClaimShippingMethodValidationStepInputorderClaim
OrderClaimDTOorderChange
OrderChangeDTOinput
Pick<UpdateClaimShippingMethodWorkflowInput, "claim_id" | "action_id">