Hiya. Could somebody tell me what is the right synthax to filter the tier price?
I know if you're working on an individual attribute it is
for example
$collection->addAttributeToFilter('price', ['gt' => '0.1']);
Hello @roman_polevecko
Follow the solution at https://magento.stackexchange.com/questions/182018/create-a-collection-of-products-that-have-a-tier-...
Hope it helps.
I will play about with this and let you know how it works.
Thank you.