- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
receiveCompleteReturnValidationStep - Medusa Core Workflows Reference
This documentation provides a reference to the receiveCompleteReturnValidationStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that a return can be received and completed. If the return is canceled or the items do not exist in the return, the step will throw an error.
Example#
Input#
ReceiveCompleteReturnValidationStepInput
ReceiveCompleteReturnValidationStepInputThe data to validate that a return can be received and completed.
ReceiveCompleteReturnValidationStepInput
ReceiveCompleteReturnValidationStepInputorderReturn
ReturnDTOThe return's details.
orderReturn
ReturnDTOThe details of receiving and completing the return.
Was this page helpful?