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