- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updatePriceListPricesStep - Medusa Core Workflows Reference
This documentation provides a reference to the updatePriceListPricesStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step updates a price list's prices.
Example#
Input#
UpdatePriceListPriceWorkflowStepDTO
UpdatePriceListPriceWorkflowStepDTOThe data to update the prices of a price list.
UpdatePriceListPriceWorkflowStepDTO
UpdatePriceListPriceWorkflowStepDTOvariant_price_map
Record<string, string>An object whose keys are variant IDs and values are price set IDs.
variant_price_map
Record<string, string>The price list and its prices to update.
Output#
Was this page helpful?