Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / E Commerce / AliExpress Open Platform API
AliExpress Open Platform API logo

AliExpress Open Platform API

★ Only Publicly Available OpenAPI DocumentE CommerceStorefrontapiKey185 EndpointsREST

For Agents

Operate on the AliExpress marketplace as a seller, affiliate, dropshipper, or logistics partner - manage products, orders, shipping, refunds, and affiliate links across 185 methods.

Use for: I need to generate an affiliate link for an AliExpress product, Get the list of AliExpress affiliate orders for the past 7 days, Refresh an expired AliExpress access token, Look up product details for a given AliExpress product ID

Not supported: Does not handle direct payment processing, off-marketplace fulfillment, or buyer-side checkout - use a payment gateway, third-party logistics provider, or AliExpress's consumer site for those. Use this API for marketplace seller, affiliate, dropshipper, and logistics-partner operations only.

Jentic publishes the only available OpenAPI specification for the AliExpress Open Platform API, keeping it validated and agent-ready. The Open Platform exposes 185 endpoints for sellers, affiliates, dropshippers, and logistics partners to manage products, orders, shipping, payments, and refunds across the AliExpress marketplace. The API follows the TOP (Taobao Open Platform) gateway pattern - most operations are dispatched through a central gateway endpoint with method-specific paths under the /aliexpress/ prefix - and authenticates via app key and access token query parameters obtained through OAuth-style token endpoints.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AliExpress Open Platform API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AliExpress Open Platform API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with AliExpress Open Platform API.

Generate, refresh, and secure-refresh access tokens for AliExpress accounts via /auth/token endpoints

Generate affiliate product links and pull product details, hot products, and promotional campaigns via /aliexpress/affiliate/* methods

List, query, and inspect affiliate orders and commissions via /aliexpress/affiliate/order/list and /aliexpress/affiliate/order/get

Submit shipment declarations and pack orders for AliExpress logistics via /aliexpress/asf/* methods

Manage seller listings, categories, attributes, and images via /aliexpress/category, /aliexpress/seller, and /aliexpress/image methods

Process refunds and returns through /aliexpress/refund methods and dropshipper-specific operations under /aliexpress/dropshipper

Use Cases

Patterns agents use AliExpress Open Platform API for, with concrete tasks.

★ Affiliate link generation for content sites

Content sites and price-comparison engines call /aliexpress/affiliate/link/generate with a tracking ID and one or more source URLs to receive trackable affiliate links. Combined with /aliexpress/affiliate/productdetail/get for live price and stock, sites can publish AliExpress deals with accurate data and earn commission on conversions.

POST /aliexpress/affiliate/link/generate with tracking_id and source_values containing the AliExpress product URL, then POST /aliexpress/affiliate/productdetail/get to enrich the listing

Dropshipper order placement and tracking

Dropshippers integrate with /aliexpress/dropshipper methods to push customer orders into AliExpress, then pull shipment status and tracking information through /aliexpress/asf logistics endpoints. The flow keeps inventory off the dropshipper's books while still surfacing accurate ship and delivery dates to end customers.

Call the AliExpress dropshipper order-placement method with the customer order, then POST /aliexpress/asf/order/shipping/service/get to retrieve shipping options

Marketplace seller catalog automation

Sellers automate listing creation by calling category and attribute lookup methods, then product creation methods under /aliexpress/seller and /aliexpress/category&attributes. Image uploads via /aliexpress/image complete the listing without using the seller dashboard, enabling bulk PIM-driven catalog management.

Call /aliexpress/affiliate/category/get to discover the target category, look up required attributes, then create the listing through the seller-product creation method

Agent-driven affiliate research

An AI assistant connecting through Jentic can search AliExpress for hot products in a niche, pull product details, generate trackable affiliate links, and return a curated list to the user. Credentials and the access token stay in the Jentic vault, so the agent never handles the raw app key or access token.

Search Jentic for 'find AliExpress hot products', load aliexpress_affiliate_hotproduct_query, execute for the niche, then call aliexpress_affiliate_link_generate for each selected product

Key Endpoints

185 endpoints — jentic publishes the only available openapi specification for the aliexpress open platform api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/auth/token/create

Generate an access token from an authorization code

POST

/auth/token/refresh

Refresh an expired access token

POST

/aliexpress/affiliate/link/generate

Generate an affiliate tracking link

POST

/aliexpress/affiliate/productdetail/get

Get detailed product information

POST

/aliexpress/affiliate/hotproduct/query

Query hot products in a category

POST

/aliexpress/affiliate/order/list

List affiliate orders

POST

/aliexpress/asf/order/shipping/service/get

Retrieve shipping service options for an order

POST

/auth/token/create

Generate an access token from an authorization code

POST

/auth/token/refresh

Refresh an expired access token

POST

/aliexpress/affiliate/link/generate

Generate an affiliate tracking link

POST

/aliexpress/affiliate/productdetail/get

Get detailed product information

POST

/aliexpress/affiliate/hotproduct/query

Query hot products in a category

POST

/aliexpress/affiliate/order/list

List affiliate orders

POST

/aliexpress/asf/order/shipping/service/get

Retrieve shipping service options for an order

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

AliExpress app_key and access_token query parameters are stored encrypted in the Jentic vault. Agents receive a scoped Jentic token at request time; the raw app key and access token never enter agent context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent (e.g. 'generate AliExpress affiliate link' or 'list AliExpress affiliate orders') and Jentic returns the matching method from the 185-method catalog with its input schema.

Time to first call

Time to first call

Direct integration: 3-5 days to map the TOP gateway pattern, wire OAuth-style token refresh, and discover relevant methods. Through Jentic: under 1 hour - search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Shopify API

→

Run your own storefront rather than selling through a marketplace

Choose Shopify when the seller wants to own the customer relationship and storefront rather than leveraging AliExpress traffic.

Alternative

Etsy API

→

Marketplace API focused on handmade and vintage goods

Choose Etsy for handmade, craft, or vintage categories where AliExpress's mass-market positioning is a poor fit.

Alternative

eBay Marketing API

→

Auction and fixed-price marketplace with strong second-hand and collectibles focus

Choose eBay when targeting auction-format selling or US/EU buyers where AliExpress shipping times are unattractive.

FAQs

Specific to using AliExpress Open Platform API through Jentic.

Why is there no official OpenAPI spec for the AliExpress Open Platform API?

AliExpress documents methods through its TOP-style developer portal but does not publish a packaged OpenAPI 3 specification. Jentic generates and maintains this spec so that AI agents and developers can call the Open Platform via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does the AliExpress Open Platform API use?

Two API key parameters passed in the query string: app_key (your registered application key) and access_token (obtained via /auth/token/create after the user authorizes your app). Through Jentic, both are stored in the vault and injected at request time.

Can I generate affiliate links with this API?

Yes. POST /aliexpress/affiliate/link/generate with your tracking_id and the source product URLs. The response returns affiliate-trackable links suitable for embedding in content sites and apps.

What are the rate limits for the AliExpress Open Platform?

The spec does not declare numeric rate limits. AliExpress applies per-app and per-method throttling that varies by service tier. Watch for error codes indicating throttling and refresh access tokens proactively before expiry to avoid mid-batch failures.

How do I refresh an access token through Jentic?

Search Jentic for 'refresh AliExpress access token', load refreshToken, and execute with the stored refresh_token. Jentic injects the app_key and stores the new access_token back in the vault for subsequent calls.

Does this API include logistics endpoints?

Yes. The /aliexpress/asf/* methods cover shipment declaration, packing, and shipping service queries for AliExpress's logistics network, including DBS (Direct Business Shipping) and local-to-local fulfillment paths.

GET STARTED

Start building with AliExpress Open Platform API

Explore with Jentic
View OpenAPI Document