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