Support
Technical support
For integration questions, API issues, or troubleshooting, contact the Flex Forward team: Email: [email protected] When reporting an issue, include the following to help us resolve it quickly:- Environment (production or development)
- Endpoint called (e.g.,
POST /labels) - Label ID (if applicable)
- Request timestamp (ISO 8601 format)
- HTTP status code received
- Error response body (full JSON)
A request correlation header (
X-Request-Id) is planned for a future release. Once available, include it in issue reports for faster resolution.Onboarding and account setup
For API access requests, shipper account configuration, or carrier enablement, contact us at the same email address. The onboarding process:Receive credentials
You will receive API tokens for the development and production environments, along with your shipper account configuration.
Test in development
Use the development environment to validate your integration against courier sandbox services.
Frequently asked questions
How do I get API access?
How do I get API access?
Email [email protected] with your use case. The team will provision development and production credentials for your account.
Which couriers are supported?
Which couriers are supported?
YunExpress is currently enabled for production shipments, supporting global cross-border e-commerce shipping lanes. Additional carriers are enabled based on shipping lane requirements and account onboarding. Contact the team to discuss carrier availability for your integration.
Is there a sandbox environment?
Is there a sandbox environment?
Yes. The development environment (
https://sandbox.flexforward.com) connects to courier sandbox services for safe testing. See Environments for details.How do I prevent duplicate labels?
How do I prevent duplicate labels?
Use the
idempotencyKey field in POST /labels. The same key always returns the same result without creating a new label. See Idempotency and Retries for details.What format are label documents?
What format are label documents?
Label documents are available as PDF or PNG. The
GET /labels/{id} endpoint returns a download URL and the document format. See the API Reference for the full response schema.Do you support webhooks?
Do you support webhooks?
Webhooks are not currently available. Use
GET /tracking/{id} to poll for tracking status updates. Contact the team if you have a use case that requires push-based notifications.What timezone are tracking timestamps in?
What timezone are tracking timestamps in?
Tracking checkpoint timestamps (
checkpointTime) are returned in UTC (ISO 8601 format with Z suffix).