- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updatePriceListPricesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the updatePriceListPricesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow update 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 update prices in price lists in your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
UpdatePriceListPricesWorkflowInput
UpdatePriceListPricesWorkflowInputThe data to update the prices of price lists.
UpdatePriceListPricesWorkflowInput
UpdatePriceListPricesWorkflowInputThe price lists to update their prices.
Output#
Was this page helpful?