Sourcing & dropshippingUpdated 2026-06-01
Find & import products
Search the AliExpress catalog and import products to your store.
Once connected, browse the AliExpress catalog and import products to your store with one click — or paste a product URL/ID.
Where to find it
Admin → Sourcing → Find products (/admin/sourcing/catalog). Search by keyword, or paste an AliExpress product URL or ID to preview a specific product.
Importing
- 1
Search or paste a URL
Browse the catalog by keyword, or paste a direct AliExpress product link to preview it. - 2
Preview the product
See the product's images, title, variants, and supplier cost before importing. - 3
Click Import
The import dialog queues the product. Imports are async — the product is created in your catalog with dropship fulfillment type.
Bulk import
Import multiple products at once with the bulk import endpoint. Each import is tracked as an import job you can monitor in the import queue.
Catalog & import endpoints
GET
/dropshipping/products/searchSearch supplier products (q, page, pageSize).
SessionGET
/dropshipping/products/:externalIdPreview a supplier product.
SessionPOST
/dropshipping/products/importQueue a single product import.
SessionPOST
/dropshipping/products/import/bulkQueue a bulk import.
SessionRelated