Magento 2
Embedded ERP M2 data migration to myFulfillment
Overview This article explains how to migrate data from Embedded ERP Magento2 to myFulfillment. For this, you need an access to your magento2 database This article assumes that you have already connected myFulfillment with magento2, and products are ...
Magento 2 - Enable Two-Factor Authentication (2FA)
Since Magento 2 v-2.4.3, it is possible to setup Two-Factor authentication for admin users. This article will explain how to setup it from Magento side, and make sure the connection with myFulfillment still works once enabled. Overview To handle ...
Magento 2 - Order comments import
Magento 2 - Order comments import Importing order comments from Magento 2 to MyFullfillment is possible. Comments are imported in MyFullfillment ONLY when the order is imported. We will not import comments in MyFullfillment after the Order has been ...
Magento 2 - Connect your instance to myFulfillment
Overview The integration between Connect and Magento 2 will : import products and orders from Magento to Connect Send shipping confirmation and stock updates to Magento. When you integrate Connect with a Magento 2 website, you must keep in mind the ...
Magento 2 - Stock levels are not pushed for sku(s) with slash
Overview When myFulfillment push product stock levels to Magento 2, it uses the following API endpoint : PUT products/SKU/stockItems/XXX SKU is the product SKU XXX is the stock item ID However, if the SKU contains a slash, it could break the url and ...
Magento 2 - Magento1 to Magento2 Migration
This article describes the prerequiresites to migrate a MyFulfillment account from Magento1 to Magento2. Note : the migration process is charged 1199 euros by Boostmyshop. Prepare Magento2 platform The new Magento2 website must preserve the same ...
Magento 2 - MSI Integration
Overview Magento2 MSI Integration allows to synchronise a warehouse with a Magento2 MSI Source. To get more information about Magento2 Multi Source Inventory, visit the magento website Prerequire-sites You need a working Magento2 integration before. ...
Magento 2 - Boostmyshop additional module
Boostmyshop provides a Magento2 Module to improve the communication with Magento2. Main features : Show stock details in the Magento product view Show fulfilment progress in the Magento order view Improve stock check performance Note : this module ...
Magento 2 - Import data from Embedded ERP Magento 2
This article explains how to export suppliers from ERP Magento2 and import them into Connect Suppliers To export suppliers from Magento2, run the following query : SELECT sup_created_at, sup_updated_at, sup_name, if(sup_code, sup_code, sup_name) as ...