We Ship You
- Shop New
- Amazon
Shop on Amazon, the world's largest store with the widest range of products, all with the security of WeShipYou!
- Walmart
Shop pharmacy and grocery products at Walmart quickly and easily!
- Shein
Shop the latest trending products at the best discounted prices, only at the Shein store!
- Temu
Shop the best products at discounted prices at the Temu store!
- Download Mobile APP
- Docs
- Pricing
- About us
- Recharges to Cuba
- Recharges to Mexico
- Recharges to Colombia
Developer Documentation
Build with WeShipYou
Explore our guides and API reference to integrate shipping, tracking, and logistics into your applications.
Quick Start
Ship in minutes
A single API call is all you need to create a shipment. Our REST API handles the rest — from label generation to real-time tracking.
View full docsPOST /v1/shipments
curl -X POST https://api.weshipyou.com/v1/shipments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"origin": { "country": "US", "city": "Miami" },
"destination": { "country": "CU", "city": "Havana" },
"weight": 2.5
}'Resources