Documentation ยท v3.1 ๐Ÿ‘ โ€ฆ

AliExpress Dropshipping Import

Everything you need to install, configure and use the addon โ€” written for store owners, not developers. No prior coding knowledge required.

01Overview

This addon lets the admin and every individual seller on an Active eCommerce CMS marketplace search AliExpress's live catalog, import products with one click (photos, description and price included), and fulfill orders without leaving the admin panel โ€” including an optional one-click "Place Order on AliExpress" that creates the matching supplier order automatically.

Each admin/seller connects their own AliExpress account independently โ€” nothing is shared between sellers.

02Requirements

Your store

  • โœ“Active eCommerce CMS v11.0 or newer, self-hosted
  • โœ“PHP 8.0+ with the ZipArchive, cURL and DOM extensions enabled
  • โœ“FTP or file manager access to your server (no SSH or command line needed)

Your AliExpress account

  • โœ“A free AliExpress Open Platform developer account (open a browser tab for openservice.aliexpress.com when you reach Step 5 below)
  • โœ“No AliExpress affiliate program membership required

03Installation

Why not the usual Admin > Addons > Upload screen? That built-in flow only works for addons registered on ActiveItzone's own marketplace. This addon ships its own lightweight installer instead โ€” just as safe, and it removes itself when done.
  1. Upload two files to your server

    Upload both aliexpress_installer.php and aliexpress_dropshipping_import.zip (from the package you downloaded) into the same folder โ€” normally your site's public folder, wherever your homepage's index.php already lives. Any FTP client or your host's file manager works.

  2. Open the installer in your browser

    Visit https://yourdomain.com/aliexpress_installer.php. Enter the license key you received after purchase and click Install.

  3. Let it finish

    The installer verifies your license, copies the addon's files, updates the database and clears your site's caches โ€” all automatically. Your license key is saved for you; you won't need to re-enter it.

    Installer success screen
    Installation complete โ€” click Finish to return to your site
    For your security The installer deletes both itself and the ZIP file the moment installation succeeds โ€” nothing is left behind for anyone else to run.
    If things still look/behave like the old version The installer resets your server's OPcache automatically, but a small number of hosts restrict that. If updates don't seem to take effect, ask your host to restart PHP-FPM (most control panels have a one-click "Restart PHP" button) โ€” this always resolves it.

04Connecting your AliExpress account

Every admin and seller who wants to import products connects their own AliExpress account โ€” this is a one-time setup per person.

  1. Register a free AliExpress Open Platform app

    Go to openservice.aliexpress.com, sign in, and create a new app. Your Settings page (next step) shows you the exact Callback/Redirect URL to paste into that registration form.

  2. Enter your App Key & Secret

    In your store, go to Dropshipping > AliExpress > Settings and paste in the App Key and App Secret AliExpress gave you.

  3. Click "Connect to AliExpress"

    You'll be sent to AliExpress to authorize the connection, then returned automatically.

    Settings page showing Connected status
    Settings page โ€” license, credentials and connection status all in one place

05Searching & importing products

Go to Dropshipping > AliExpress > Import Products. Type a keyword, pick which category and unit to import into, and click Search.

Search results grid
Search results โ€” click Import on any card

Click Load More at the bottom of the results to fetch additional pages for the same search. Click Import on any product card to bring it into your store โ€” photos are downloaded and stored on your own server (so they keep working even if the AliExpress listing changes later), and the description is automatically cleaned of anything unsafe before it's saved.

Import results with one product already imported
A product already imported shows "Imported โœ“" with a link to edit it
Review before you publish Imported products stay unpublished until you approve them, so you can set your own price and double-check everything first. Find them under Products (or "My Products" for sellers).

Once published, an imported product behaves exactly like any other product on your site โ€” full gallery, normal Buy Now / Add to Cart buttons. Customers never see where it came from.

Imported product live on the storefront
A published import on the live storefront

06Fulfilling orders

When a customer orders a product sourced from AliExpress, open that order in Sales (or Orders, for sellers) โ€” you'll see two tools next to that item:

Buy on AliExpress (manual)

A direct link to the product's AliExpress page with the correct quantity, plus a Copy Address button that copies the customer's full shipping address to your clipboard โ€” paste it straight into AliExpress checkout.

Place Order on AliExpress (one click)

Click this and the addon creates the matching order on AliExpress automatically via their official API โ€” product, quantity and shipping address all filled in for you. You'll get a real AliExpress order number immediately.

You still confirm payment yourself AliExpress's API has no way to charge payment without a person present โ€” not even the largest dropshipping platforms bypass this, it's an intentional safety checkpoint industry-wide. After the order is created, go to AliExpress, open My Orders, find the order number shown, and complete payment there.

07Multi-vendor setup

Every seller repeats the "Connecting your AliExpress account" steps above with their own AliExpress app and account โ€” this is completely independent per shop. One seller's connection, imports and orders never affect another seller's, or the admin's.

SettingScope
License keySite-wide (entered once, during installation)
App Key / App SecretPer admin/seller
AliExpress account connectionPer admin/seller
Imported productsOwned by whichever admin/seller imported them

08Troubleshooting

"Place Order" says the AliExpress listing is no longer available
SKU_NOT_EXIST

The AliExpress seller has removed or delisted that specific product since you imported it โ€” this happens on any dropshipping platform, since you don't control the source listing's lifetime. There's no way to place that order automatically; find an alternative supplier for that product, or fulfill it manually.

"Place Order" says the item is out of stock
INVENTORY_HOLD_ERROR

The AliExpress supplier is temporarily out of stock for that exact item/variant right now. Try again later, or source it from an alternative supplier.

Search fails right after connecting
EXCEPTION_TEXT_SEARCH_FOR_DS

Your App Key/Secret alone aren't enough โ€” you also need to click Connect to AliExpress on the Settings page and complete the authorization. This error means search is being attempted without that connection completed yet.

Do I need to re-enter my license key after installing?

No โ€” the installer verifies and saves it automatically. You can double-check it any time under Settings > Addon License.

I installed/updated the addon but it's still behaving like the old version

Most PHP hosting has OPcache enabled, which keeps compiled copies of your PHP files in memory for speed. It's supposed to notice when a file changes on disk, but on some hosts it doesn't reliably do this for files replaced by an installer/FTP/file manager rather than a normal deploy โ€” so the server can keep running the old code even though the new files are clearly there.

If behavior doesn't change after installing or updating: ask your host to restart PHP-FPM (or reload/restart it yourself if you manage the server), or restart the whole web server if that's not available. Most managed hosts have a one-click "Restart PHP" option in their control panel. This resolves it immediately.

09Uninstalling

No automatic uninstaller Removing this addon means manually reversing the file changes the installer made โ€” including lines added into your existing routes/admin.php and admin sidenav files, not just new files โ€” and dropping the database tables/columns it created. This isn't something we recommend doing yourself without guidance.

Take a full backup (files + database) before installing, so you can restore it if you ever decide to remove the addon. If you do want to uninstall, contact support below rather than deleting files or tables on your own.

10Support

Questions, bugs, or need help installing?

We respond to every message from a verified buyer.

Email dropsynclabs@outlook.com

Discord: DropSyncLabs