GSP Express platform
Shipping, connected.
Fast, reliable label creation for WMS platforms including 领星, 店小秘, and 易仓.
Checking API
Queue Pending
0
Active Workers
0
Completed
0
Balance
$0.00
Carrier Links
6
User account
Offline recharge, balance, and shipment audit history.
Admin console
Customer-service review and manual account balance management.
Workspace settings
Manage your brand and integration access after signing in as an admin.
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.
No tracking lookup yet.