Hello, I added various rates to a product, and I assigned each to a different user group. The first rate, the group "Public", and the other rates to other groups hanging from the father "Registered". When exporting the test product, which I have seen is that it uses the column "price_value" to indicate the different rates, separated by vertical bars. And to indicate groups of users accessing each rate, we use the column "price_access" indicating the group ID (with commas) and separated by vertical bars, it would be something like:
price_value
12.00000|10.00000|9.00000|8.00000
price_access
,1,|,10,|,11,|,12,
Thanks, with this as I can make myself a proper import to automatically mess 4 tariffs in each of the products in the store.
A greeting!