UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 418 B
import { MedusaContainer } from "@medusajs/framework/types"; export declare const fetchPriceList: (id: string, scope: MedusaContainer, fields: string[]) => Promise<any>; export declare const transformPriceList: (priceList: any) => any; export declare const fetchPriceListPriceIdsForProduct: (priceListId: string, productIds: string[], scope: MedusaContainer) => Promise<string[]>; //# sourceMappingURL=helpers.d.ts.map