- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteShippingOptionsWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the deleteShippingOptionsWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow deletes one or more shipping options. It's used by the Delete Shipping Options Admin API Route.
You can use this workflow within your own customizations or custom workflows, allowing you to delete shipping options within your custom flows.
Source CodeExamples#
Steps#
Input#
DeleteShippingOptionsWorkflowInput
DeleteShippingOptionsWorkflowInput
DeleteShippingOptionsWorkflowInput
DeleteShippingOptionsWorkflowInputids
string[]The IDs of the shipping options to delete.
ids
string[]Was this page helpful?