Link your Magento store
To use DSers for your dropshipping business, you need to complete all the DSers installation steps shown in this article.
DSers is a robust tool that can help you automate and streamline your dropshipping business. Whenever you want it to handle products and orders from your Magento store, you need to connect your store to DSers.
DSers allows you to manage multiple Magento stores in a single DSers account and the store limit varies according to your subscription plan. If you want to link more Magento stores, check this guide to learn detailed steps.
Link your Magento store
1. Login to Magento > SYSTEM > Integrations, and click Add New Integration.2. Under BASIC SETTINGS, locate Integration Info and enter your name in the Name field.3. Access API, in the Resource Access dropdown list, select All.4. Click Save & Activate.5. Click Activate.6. Click Allow.7. Copy the access token of the Access Token field and click Done.8. Sign up for or login to DSers .9. Click the Magento button on the platform selection page.10. In the Pop-up, click the INSTALL button to be redirected to the store authorization page.11. Enter your Store Name, Site URL and Access Token in the corresponding fields and click Authorization.Install the information synchronization plugin in Magento
For a better experience, it is recommended that you install the Information synchronization plugin in the Magento installation directory. The plugin can help you automatically synchronize the store's product information (price, inventory, etc.) and order information to DSers.- Enter the installation hook command in the Magento installation root directory.
- Copy the commands below and paste them to the command lines.
bin/composer require dshk/webhook
bin/magento module:enable Dshk_Webhook
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento module:status