I'm trying to import some group prices based on client group.
I have something like this:
Customer Group: Common Clients
Customer Group: Registered
I want to have two different prices based on customer group, I can do it on group prices section on the Magento product admin, but I need to import a batch of products using Magmi, others fields, works great, sku, price, special_price...
I have added to my csv this columns:
group_price:Common Clients, group_price:Registered
60,43
I'm also using Group Item Processor plugin: https://github.com/tim-bezhashvyly/magmi-grouped-price-plugin
Following this tutorial: https://www.blinkdata.com/magmi-group-price-importer/ but it did not work.
But the group price it is not being created.