Log in
Model

AdvancedPricing

Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing

What it does

This class handles the import of advanced pricing data (tier prices) for products in Magento 2.

Developers use this when implementing CSV-based imports of bulk tier pricing rules, supporting append, replace, and delete operations.

It validates pricing data, prevents duplicates, and manages the synchronization between imported prices and the catalog database.

Public Methods

  • getEntityTypeCode()
  • validateRow()
  • saveAdvancedPricing()
  • deleteAdvancedPricing()
  • replaceAdvancedPricing()