Flex Forward API
Flex Forward provides a single API for creating shipping labels, retrieving airway bill documents, and tracking shipments. One integration covers multiple courier services with a consistent request format, normalized tracking data, and built-in idempotency.Core workflows
Create Labels
Create shipping labels through supported courier services with idempotent requests.
Get Label Documents
Retrieve airway bill PDFs or PNGs for your created labels.
Track Shipments
Get real-time tracking status in a unified format across all couriers.
Get started in 3 steps
1
Get API access
Get your API key and API token from the Return Helper User Portal (Settings → Signing Key and API Token), or contact [email protected] for help.
2
Create your first label
Send a
POST /labels request with your shipment details. The API returns a label ID and tracking number.3
Retrieve documents and track
Use the label ID to retrieve the airway bill document (
GET /labels/{id}) and track the shipment (GET /tracking/{id}).Follow the Quickstart guide
Step-by-step walkthrough from authentication to your first label.
Integration flow
First request example
201 Created
Production scope
Flex Forward is currently enabled for production shipments with YunExpress, supporting global cross-border e-commerce shipping lanes.
Additional carrier enablement is available based on shipping lane requirements and account onboarding. Contact the Flex Forward team to discuss carrier availability for your integration.
Environments
All API requests must be made over HTTPS. The development environment connects to courier sandbox services for safe testing.
Environment details
Credential separation, environment behavior, and operational notes.
Platform reliability
Authentication
API key and token header authentication with best practices for credential management.
Error Handling
HTTP status codes, error response formats, and troubleshooting guidance.
Idempotency and Retries
Prevent duplicate label creation and retry requests safely.
Versioning
How the API handles changes and backward compatibility.
OpenAPI specification
Download OpenAPI Spec
Download the OpenAPI 3.1 specification for code generation, client SDKs, and API tooling.
Support
For onboarding, integration support, or carrier availability inquiries, contact the Flex Forward team at [email protected].Support and FAQ
Technical support, onboarding guidance, and frequently asked questions.