- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createClaimShippingMethodValidationStep - Medusa Core Workflows Reference
This documentation provides a reference to the createClaimShippingMethodValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step confirms that a shipping method can be created for a claim. If the order or claim is canceled, or the order change is not active, the step will throw an error.
Note: You can retrieve an order, order claim, and order change details using Query,
or useQueryGraphStep.
Example#
Input#
CreateClaimShippingMethodValidationStepInput
CreateClaimShippingMethodValidationStepInputThe data to validate that a shipping method can be created for a claim.
CreateClaimShippingMethodValidationStepInput
CreateClaimShippingMethodValidationStepInputorder
OrderDTOThe order's details.
order
OrderDTOorderClaim
OrderClaimDTOThe order claim's details.
orderClaim
OrderClaimDTOorderChange
OrderChangeDTOThe order change's details.
orderChange
OrderChangeDTOWas this page helpful?