JSTERP Open Platform Open API Documentation

Global ERP Open Platform

JSTERP Open API

A customer-facing English API reference for authorization, orders, products, after-sales, purchasing, warehousing, inventory, cross-border workflows, and PEAK integrations.

Pages
118
Base URL
asiaopenapi.jsterp.com
Format
JSON

Getting started

Authorization and Signing

Choose an authorization mode first. After obtaining companyid and accesstoken, all business APIs use the same signing pattern.

01

Authorization Code Mode

Recommended for ISVs and third-party developers that serve multiple merchants. The merchant logs in, authorizes the application, and the authorization code is exchanged for a merchant token.

  • Authorization code validity: 15 minutes
  • Access token validity: 1 month
  • Refresh before expiry
02

Credential Mode

Recommended for merchant self-developed integrations. JSTERP issues a long-term companyid and accesstoken after approval.

  • No merchant login flow
  • No token refresh flow
  • Token reset requires platform support
03

Business API Headers

Most business APIs require these request headers:

appkeycompanyidaccesstokensignts
sign = MD5(appkey=xxx&appsecret=xxx&data=requestbody&accesstoken=xxx&companyid=xxx&ts=xxx)

Reference map

API Directory

API reference

Endpoints

Copied