- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
cancelClaimValidateOrderStep - Medusa Core Workflows Reference
This documentation provides a reference to the cancelClaimValidateOrderStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a confirmed claim can be canceled. If the claim is canceled, or the claim's fulfillments are not canceled, the step will throw an error.
Example#
Input#
CancelClaimValidateOrderStepInput
CancelClaimValidateOrderStepInputThe data to validate the cancelation of a confirmed order claim.
CancelClaimValidateOrderStepInput
CancelClaimValidateOrderStepInputorderClaim
OrderClaimDTOThe order claim's details.
orderClaim
OrderClaimDTOThe cancelation details.
Was this page helpful?