Shipping, connected.
Fast, reliable label creation for WMS platforms including 领星, 店小秘, and 易仓.
Save your backup codes
Each one signs you in once if your phone is lost, dead or out of signal. This is the only time they are shown — store them somewhere you can reach without your phone.
User account
Offline recharge, balance, and shipment audit history.
Two-factor authentication
Checking…
Admin console
Customer-service review and manual account balance management.
Workspace settings
Manage your brand and integration access.
Create a label
Submit the same JSON your WMS would send to the GSP API.
{ "ready": true }
WMS API contract
Use idempotency keys so bulk retries do not create duplicate labels.
POST /api/v1/labels
Idempotency-Key: wms-order-100238
{
"carrier": "ups",
"service": "ground",
"orderRef": "Dianxiaomi-100238",
"hazmat": false,
"shipFrom": { "...": "..." },
"shipTo": { "...": "..." },
"parcel": {
"weightOz": 32,
"lengthIn": 10,
"widthIn": 7,
"heightIn": 4
}
}
Lingxing provider endpoints
GET /api/v1/lingxing/services
POST /api/v1/lingxing/labels
GET /api/v1/lingxing/labels/:label_id
GET /api/v1/lingxing/labels/:label_id/document
POST /api/v1/lingxing/labels/:label_id/cancel
Authorization: Bearer <LINGXING_API_TOKEN>
Recent requests
Queued, processing, created, and failed label requests.
| ID | Carrier | Order | Status | Tracking | Label | Action |
|---|
Accounting audit
Historical labels, cancellations, reversals, recharges, and balance changes.
Ledger
| Time | Account | Type | Amount | Balance | Description |
|---|
Recharge Requests
| ID | Account | Amount | Status | Action |
|---|
Package tracking
Look up current package status and shipment activity.