Getting Started with Freight
Winixx Freight is a powerful logistics platform designed to streamline your shipping operations.
Step 1: Create Your Account
Visit the registration page and fill in your company details.
// Example API call to create a shipment
fetch('https://api.winixx.com/v1/shipments', {
method: 'POST',
headers: { 'Authorization': 'Bearer YOUR_TOKEN' },
body: JSON.stringify({
origin: 'New York, NY',
destination: 'Los Angeles, CA',
weight: 1500
})
})
Step 2: Connect Carriers
Integrate with your preferred carriers in just a few clicks.
Did you find this article useful?
Thank you! Your feedback has been sent.
Managing Shipments
Learn how to create, edit, and monitor shipments efficiently.
Use the dashboard to view all active shipments at a glance. You can filter by status, carrier, or date range.
Creating a new shipment is simple: enter origin, destination, cargo details, and select a carrier.
Did you find this article useful?
Thank you! Your feedback has been sent.
Tracking & Visibility
Get real-time updates on all your shipments with proactive alerts and detailed tracking history.
Enable notifications for key events like pickup, in-transit milestones, and delivery.
Did you find this article useful?
Thank you! Your feedback has been sent.
Carrier Management
Onboard new carriers, manage performance scores, and automate tendering.
Did you find this article useful?
Thank you! Your feedback has been sent.
Rate Management
Control freight rates, create quotes instantly, and negotiate better contracts.
Did you find this article useful?
Thank you! Your feedback has been sent.
Billing & Audit
Automate invoicing, catch discrepancies, and reconcile payments faster.
Did you find this article useful?
Thank you! Your feedback has been sent.
API Integration
Connect Winixx Freight to your existing systems with our robust REST API.
// Example: Retrieve shipment status
GET https://api.winixx.com/v1/shipments/{id}
Authorization: Bearer YOUR_API_KEY
Did you find this article useful?
Thank you! Your feedback has been sent.
Troubleshooting
Common issues and quick fixes for Winixx Freight users.
- Login problems → Clear cache or reset password
- Tracking not updating → Check carrier integration status
- API errors → Verify your API key and rate limits
Did you find this article useful?
Thank you! Your feedback has been sent.