Getting Started with Freight

Winixx Freight is a powerful logistics platform designed to streamline your shipping operations.

Freight Dashboard Overview

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.

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.

Creating a shipment

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.

Carrier Management

Onboard new carriers, manage performance scores, and automate tendering.

Rate Management

Control freight rates, create quotes instantly, and negotiate better contracts.

Billing & Audit

Automate invoicing, catch discrepancies, and reconcile payments faster.

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

Troubleshooting

Common issues and quick fixes for Winixx Freight users.