How to import bundle packs?

How to import bundle packs?

With the Automatic Related Products module, you can import and export product bundles to streamline your store operations and drive personalized promotions for your customers.

Currently, the import/export functionality is only available for bundle packs via an active subscription. To access these features, make sure to have the following modules installed:
  1. for importing data: amasty/module-mostviewed-import-entity
  2. for exporting data: amasty/module-mostviewed-export-entity

To import packs, please navigate to
System > Amasty Import > Import > Select Entity > Amasty Related Products > Amasty Related Products Bundle Packs. Select the import behavior, source and file type, and map the needed fields. The following fields should be mapped for adding the main data:
  1. pack_id in the root Amasty Related Products Bundle Packs entity (to specify the exact pack, where data will be added);
  2. pack_id in each table (to link the column values with the pack within the table);
  3. product_ids in the root Amasty Related Products Bundle Packs entity (to specify IDs of Bundle Pack Products);
  4. product_id in the Amasty Related Products Bundle Pack Products table (amasty_mostviewed_pack_products.product_id) to specify Main Products.



The same columns should be added to your import file:


We hope this step-by-step instruction helps you easily take advantage of the bulk import and export functionality for Bundle Packs. Should you have any questions or require assistance, reach out to our support team - we're happy to help.


      • Related Articles

      • Automatic Related Products | GraphQL methods

        Queries amMostviewedGroups -(uid: String!, position: String) description: get information about related product rules amMostviewedBundlePacks (uid: String) description: get information about bundle packs
      • Why isn't a bundle pack displayed on the frontend?

        There may be multiple reasons why a bundle pack is not visible on the storefront, so we suggest checking the below steps to see if the issue arises due to any misconfigurations: 1. Make sure that the bundle pack has an Active status at Amasty → ...
      • Automatic Related Products API

        1. Amasty\Mostviewed\Api\GroupRepositoryInterface - class for managing related product rules. POST /V1/amasty_mostviewed/rules", method="save" - create a rule; PUT /V1/amasty_mostviewed/rules/:groupId, method="save" - edit a rule; DELETE ...
      • Why doesn't coupon discount apply on the products from bundle pack?

        Such behavior is expected if the discount amount from a cart price rule is less than the discount provided by a bundle pack. However, if there's a cart price rule that grants a bigger discount compared with a bundle pack discount, the extension can ...
      • How can I display related products block on blog pages?

        Automatic Related Products extension can be integrated with the Amasty Blog Pro module. In order to set the related products block on the blog page, follow the steps below. Step 1. Navigate to Amasty → Automatic Related Products → Related Product ...