- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
removePriceListPricesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the removePriceListPricesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow removes price lists' prices. It's used by other workflows, such as batchPriceListPricesWorkflow.
You can use this workflow within your customizations or your own custom workflows, allowing you to remove prices in price lists in your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
RemovePriceListPricesWorkflowInput
RemovePriceListPricesWorkflowInputThe data to remove prices from price lists.
RemovePriceListPricesWorkflowInput
RemovePriceListPricesWorkflowInputids
string[]The IDs of the price lists to remove their prices.
ids
string[]Output#
string[]
string[]
string[]
string[]string
string
string
stringWas this page helpful?