How to change the default products ordering direction on the frontend product lists from ascending to descending?

Use the \Magento\Catalog\Block\Product\ProductList\Toolbar::setDefaultDirection() method:

For a detailed description see how is the «Sort By» control implemented on the frontend product lists.

Usage examples

1

2