Magento 2 customizable options – allow any file upload via Rest API

Magento 2 custom options allows you to add file upload option to product. So on frontend customer is able to attach a file to product when placing an order.

Recently I have discovered that it is not possible to upload file other than image via Rest API. In the code below I suggest a sample Plugin code that allows you to overcome this restriction.

Continue reading “Magento 2 customizable options – allow any file upload via Rest API”