Complete automation from order to delivery. Eliminate 3-4 hours of manual work daily with webhooks, real-time inventory sync, and automatic tracking updates. Serbia/Balkans fulfillment with COD support.
Everything you need for seamless e-commerce automation
Orders automatically sync from Shopify/WooCommerce to our warehouse via webhooks. No manual CSV uploads. No copy-paste. Zero human error.
Webhook IntegrationReal-time stock level sync between our warehouse and your store. Low-stock alerts. Automatic product deactivation when out of stock.
Real-Time SyncTracking numbers automatically pushed to your store when orders ship. Customers can track from their order confirmation page.
API PushCustomers receive automated emails for order confirmation, shipment, delivery attempts, and successful delivery. Branded with your store.
Email AutomationCustomers initiate returns via your store. Return requests sync to our warehouse automatically. Full returns tracking and re-stocking.
Returns APIManage multiple Shopify/WooCommerce stores from one dashboard. Consolidated inventory. Unified reporting. Single API key or separate keys per store.
Multi-TenantTechnical flow from order to delivery - fully automated
Customer places order on Shopify/WooCommerce. Payment processed by your payment gateway (Stripe, PayPal, or COD).
Your store sends webhook to our API with order details. We validate data, check inventory availability, and create shipment in our system automatically.
Our warehouse team picks and packs your order within 24 hours. Driver receives pickup notification via mobile app and collects package.
As soon as order ships, tracking number is pushed to your Shopify/WooCommerce store via API. Customer gets tracking link in email automatically.
Driver delivers package. For COD orders, payment is collected. Order status updates to "Delivered" in your store automatically via webhook.
For COD orders, collected funds are transferred to your bank account the next business day. Full reconciliation report sent via email and API.
Native integrations and REST API for any platform
Official app in Shopify App Store. One-click installation. OAuth authentication.
LIVE APPFree WordPress plugin. Install from admin dashboard. Full feature parity with Shopify.
FREE PLUGINComplete REST API for custom platforms. JSON payloads. Token authentication. Rate limiting.
API AVAILABLEReal-time event notifications. Order created, shipped, delivered. Retry logic for failures.
WEBHOOKSAPI integration supported. Connect via REST API. Full documentation provided.
API INTEGRATIONBuild your own integration. PHP, Python, Node.js code examples. Sandbox environment for testing.
API + DOCSEliminate manual work and scale to 100+ orders per day
No more copying order details from store to fulfillment system. Webhooks handle everything automatically.
Wrong addresses, incorrect phone numbers, missing products - all eliminated with automated order sync.
Time spent on manual order processing, tracking updates, and customer emails reduced to zero.
Manual processing caps at 20-30 orders/day. With automation, handle 100+ orders without extra staff.
Sell on Shopify + Instagram + Facebook simultaneously. All orders sync to one fulfillment system.
Stock levels update in real-time. Prevent overselling. Get low-stock alerts before items run out.
Customers initiate returns from your store. Return labels generated automatically. No manual coordination.
Everything accessible via API. Build custom workflows. Integrate with your existing tools and systems.
API-first design for developers
Subscribe to order events. Real-time notifications for created, shipped, delivered, failed deliveries.
POST /webhooks/subscribeSecure OAuth 2.0 for Shopify/WooCommerce. Token-based auth for REST API. API key management dashboard.
POST /oauth/authorizeQuery stock levels via API. Automatic webhooks on inventory changes. Batch inventory updates supported.
GET /api/v1/inventoryTracking numbers pushed to store API when orders ship. GPS tracking links included. Delivery ETA calculated.
PUT /api/v1/tracking/{id}Receive webhooks for every status change. Shipped, out for delivery, delivered, returned, failed.
POST {your_webhook_url}Create return requests via API. Query return status. Automated re-stocking when returns received.
POST /api/v1/returnsGet real-time shipping quotes via API. Calculate rates by weight, destination, service level.
POST /api/v1/ratesDistribute inventory across multiple warehouses. Automatic routing to closest warehouse for faster delivery.
GET /api/v1/warehousesFull sandbox for testing integrations. Create test orders. Simulate deliveries. No risk to production data.
sandbox.trackify.net/apiComplete REST API with code examples
// Create Order via API POST https://api.trackify.net/v1/orders Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "customer": { "name": "Marko Petrovic", "email": "marko@example.com", "phone": "+381601234567", "address": "Knez Mihailova 10", "city": "Belgrade", "postal_code": "11000", "country": "RS" }, "items": [ { "sku": "TSHIRT-BLK-M", "quantity": 2, "price": 25.00 } ], "payment_method": "cod", "cod_amount": 50.00, "notes": "Call before delivery" } // Response { "success": true, "order_id": "ORD-12345", "tracking_number": "TRK-98765", "estimated_delivery": "2026-01-14" }
Real results from stores using our API integration
"Automated our entire fulfillment process with Trackify's Shopify app. Went from 20 orders/day (manual) to 200 orders/day (automated). API integration was seamless - took 2 hours to set up."
"Managing 5 WooCommerce stores from one Trackify dashboard. Consolidated inventory across all stores. Real-time sync prevents overselling. API webhooks keep everything in sync automatically."
"Built custom integration using Trackify's REST API. Complete API documentation and code examples made development fast. Sandbox environment let us test everything before going live. Production-ready in 2 hours."
Free integration, pay only per shipment
Common questions from developers
Search for "Trackify Fulfillment" in the Shopify App Store, click "Add app", and authorize the installation. Our app uses OAuth 2.0 for secure authentication. Setup wizard guides you through connecting your warehouse, setting up webhooks, and configuring automated fulfillment rules. Takes about 5 minutes.
Yes! Download our free WordPress plugin from the developer portal. Install via WordPress admin > Plugins > Add New > Upload Plugin. After activation, enter your API key (generated in your Trackify dashboard) to connect. The plugin automatically hooks into WooCommerce order lifecycle events and syncs orders to our fulfillment system.
Absolutely. Our REST API supports any platform. Complete documentation at docs.trackify.net/api. We provide code examples in PHP, Python, and Node.js. Key endpoints: POST /v1/orders, GET /v1/tracking/{id}, GET /v1/inventory. Authentication via Bearer token. Rate limit: 1000 requests/hour. Sandbox environment available for testing at sandbox.trackify.net.
Standard rate limit is 1000 requests per hour per API key. For high-volume stores (500+ orders/day), we can increase this to 5000 requests/hour. Rate limit info is included in response headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset. If you exceed the limit, you'll receive a 429 status code.
Subscribe to webhooks via POST /v1/webhooks. Available events: order.created, order.shipped, order.delivered, order.failed, inventory.updated. We'll POST JSON payloads to your endpoint. Payloads include HMAC signature in X-Trackify-Signature header for verification. Automatic retry with exponential backoff if your endpoint is down.
Yes! Full sandbox at sandbox.trackify.net/api. Create test orders, simulate shipments, trigger delivery events - all without affecting real orders or being charged. Sandbox uses separate API keys. Perfect for development and QA testing. Test data is cleared every 30 days.
Comprehensive code examples at docs.trackify.net/examples. Languages covered: PHP (Laravel, WordPress), Python (Django, Flask), Node.js (Express), Ruby (Rails). Includes: OAuth flow, creating orders, tracking queries, webhook verification, inventory sync, error handling. Postman collection also available for API testing.
Yes! Manage multiple stores from one dashboard. Two options: (1) Single API key for all stores with store_id parameter in requests, or (2) Separate API keys per store for isolated permissions. Consolidated inventory view. Store-level analytics. Perfect for agencies managing multiple client stores.
Current version is v1 (/api/v1/). We use semantic versioning. Non-breaking changes (new fields, new endpoints) are added to existing version. Breaking changes trigger new version (e.g., v2). Old versions supported for minimum 12 months after deprecation announcement. Version specified in URL path.
All API requests use HTTPS/TLS 1.3. Authentication via OAuth 2.0 (Shopify/WooCommerce) or Bearer tokens (REST API). Webhook payloads include HMAC signatures for verification. API keys can be rotated instantly from dashboard. IP whitelisting available for enterprise clients. SOC 2 Type II compliant infrastructure.
Start integrating in minutes. Free API keys, no credit card required.
Free Shopify app • Free WooCommerce plugin • Complete REST API • No setup fees
Free API keys • Sandbox environment • 1000 req/hour • Full documentation