- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteReturnReasonsWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the deleteReturnReasonsWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow deletes one or more return reasons. It's used by the Delete Return Reasons Admin API Route.
You can use this workflow within your customizations or your own custom workflows, allowing you to delete return reasons within your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
DeleteReturnReasonsWorkflowInput
DeleteReturnReasonsWorkflowInputThe IDs of return reasons to delete.
DeleteReturnReasonsWorkflowInput
DeleteReturnReasonsWorkflowInputids
string[]The IDs of return reasons to delete.
ids
string[]Was this page helpful?