Question

I am trying to import tier pricing for configurable product, example csv format is like below.

sku      tier_price_website  ALL GROUPS  tier_price_customer_group  tier_price_qty  tier_price
1000-101         1               1                0                     1                5
1000-101         1               1                0                     5                4.8
1000-101         1               1                0                    10                4.5

But while trying to import getting error like "Please enter a correct entity model"

Was it helpful?

Solution

For import tier price, Go To admin panel,

Choose Advanced Pricing from dropdown at below location,

System -> Import -> Import Settings -> Advanced Pricing Blog for import tier price,

Select Add/Update from Import behaviour

sku      tier_price_website      tier_price_customer_group  tier_price_qty  tier_price
1000-101   All Websites [USD]       ALL GROUPS                    1              5
1000-101   All Websites [USD]       ALL GROUPS                    5              4.8
1000-101   All Websites [USD]       ALL GROUPS                   10              4.5

You have to remove ALL Groups Column from your csv file and check again.

Tier Price Using CSV Magento 2 Demo CSV

Issue with your ALL Groups columns. so remove from csv this column

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top