- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
batchPriceListPricesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the batchPriceListPricesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow manages a price list's prices by creating, updating, or removing them. It's used by the Manage Prices in Price List Admin API Route.
You can use this workflow within your customizations or your own custom workflows, allowing you to manage price lists' prices in your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
BatchPriceListPricesWorkflowInput
BatchPriceListPricesWorkflowInputThe data to manage a price list's prices.
BatchPriceListPricesWorkflowInput
BatchPriceListPricesWorkflowInputThe data to manage the prices of a price list.
Output#
BatchPriceListPricesWorkflowResult
BatchPriceListPricesWorkflowResultThe result of managing a price list's prices.
BatchPriceListPricesWorkflowResult
BatchPriceListPricesWorkflowResultWas this page helpful?