STS Wasel Developer Ecosystem
Build Automated Logistics Into Your Apps
Comprehensive REST APIs, real-time webhooks, and client libraries engineered for Saudi e-commerce and supply chain automation.
Fast Integration
Create Shipments & Generate AWBs in Seconds
Our RESTful API accepts structured JSON payloads and instantly returns tracking numbers, printable PDF airway bills, and estimated delivery dates.
Sandbox environment with test credit and instant keys
Sub-150ms response times on core booking endpoints
Automated address normalization for Saudi National Address
Create Consignment (POST /v1/shipments)
curl -X POST https://api.stswasel.com/v1/shipments \
-H "Authorization: Bearer wasel_test_sec_9942a" \
-H "Content-Type: application/json" \
-d '{
"sender": { "name": "Al-Amal Store", "city": "Riyadh" },
"recipient": { "name": "Fahad", "city": "Jeddah", "phone": "+966501112233" },
"serviceType": "LAST_MILE_STANDARD",
"codAmount": 190.00
}'REST API Reference
Complete endpoint documentation for shipments, rate calculation, and label PDF generation.
Webhooks & Events
Real-time HTTP callbacks for 12+ shipment milestone events and exception alerts.
Platform Integrations
Turnkey plugins for Salla, Zid, Shopify, and WooCommerce with 1-click install.
Quickstart Guide
Step-by-step tutorial to authenticate, test in sandbox, and make your first API call.