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