I have created custom rest api endpoint in magento for downloading pdf file. When testing it locally: From separate react JS project I am sending request to th
I'm using this piece of code: $product->setSku($csvProduct[0]); // Set your sku here $product->setName($csvProduct[6]); // Name of Product