Loading...
Was this page helpful?
This documentation provides a reference to the getExistingPriceListsPriceIdsStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step retrieves prices of price lists.
1import { createWorkflow } from "@medusajs/framework/workflows-sdk"2import { getExistingPriceListsPriceIdsStep } from "@medusajs/medusa/core-flows"3 4const myWorkflow = createWorkflow(5 "my-workflow",6 () => {7 const data = getExistingPriceListsPriceIdsStep({8 "price_list_ids": [9 "{value}"10 ]11 })12 }13)
GetExistingPriceListsPriceIdsStepInput
GetExistingPriceListsPriceIdsStepInputprice_list_ids
string[]GetExistingPriceListsPriceIdsStepOutput
GetExistingPriceListsPriceIdsStepOutputGetExistingPriceListsPriceIdsStepOutput
Record<string, string[]>