• Updates or migrates the given article items. If the optional pProgressCallback returns false, the process will be aborted. Errors during article update will be collected and returned as part of the result. They are not thrown as an exception.

    Parameters

    • pBasket: Basket
    • pItems: readonly BasketItem[]
    • pMigrate: boolean
    • Optional pProgressCallback: ((pFinshed: number, pTotal: number) => boolean)
        • (pFinshed: number, pTotal: number): boolean
        • Parameters

          • pFinshed: number
          • pTotal: number

          Returns boolean

    • Optional pPriceDate: string

    Returns Promise<UpdateOfmlArticlesResult>

Generated using TypeDoc