ID 주문 DESC별로 제품 컬렉션을 정렬하고 제품 컬렉션에 제한을 추가해야합니다. 내 코드는 다음과 같습니다.
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$productCollection = $objectManager->create('Magento\Catalog\Model\ResourceModel\Product\CollectionFactory');
$collection = $productCollection->create()
->addAttributeToSelect('*')
->load();