How to control product attachments from the product grid?

How to control product attachments from the product grid?

Starting with version 3.6.0 of the Product Attachments module, it is possible to edit attachments directly from the backend product gridThe feature is available with an active product or support subscription upon installation of the ‘amasty/module-product-attachment-subscription-functionality’ package. 

When it is installed, 2 new columns will appear on the product grid:
Product Attachment - where you can upload your attachment (it works for the 'file' type);
- Attachment List - where you can see all the attachments available for each product. 


      • Related Articles

      • Product Attachments API

        We have created a public API collection for Product Attachments module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • How to make product attachments visible only in orders?

        Step 1. Open the configuration page of the attachment and enable the Include In Order option. Step 2. Make sure that the Display `Include In Order` Files on Product Pages and Widgets option is disabled on the extension configuration page (Stores → ...
      • How can I group attachments and display them in sections?

        The Pro tariff plan of the Product Attachments extension allows creating categories to display attachments in sections. To create such a category, navigate to Catalog → Product Attachments → Attachment Category Management → Add New Category. Fill in ...
      • How can I add the attachments in bulk?

        You may import attachments in bulk and assign them to products via CSV-file import by navigating to Amasty -> Product Attachments -> Mass Attachment Import. To start a new import process, click New Import and follow the next steps: Step 1. Prepare ...
      • Product Attachments | GraphQL methods

        Queries getAmProductAttachmentSettings description: get Product Attachment module settings getAmFiles (ids: [Int]) description: get info about uploaded files