Integrations

Products & Integrations

Connect your store or platform to SkyNet in minutes. Automate fulfillment, display live rates at checkout, and send branded tracking links to your customers.

WooCommerce Plugin

Ship WooCommerce Orders with SkyNet

Install our free WordPress plugin to display live SkyNet shipping rates at checkout. When an order is paid, a shipment is automatically created, a label generated, and a tracking number sent to your customer — with zero manual work.

  • Live rate quotes at checkout
  • Auto-create shipment on payment
  • Label generation & download
  • Tracking metabox in WP admin
  • Rate markup / handling fee
  • Sandbox mode for testing

Setup in 3 Steps

  1. 1

    Install

    Upload skynet-shipping.zip via WordPress → Plugins → Add New → Upload Plugin.

  2. 2

    Configure

    Go to WooCommerce → Settings → Shipping → SkyNet. Enter your API key from the SkyNet portal.

  3. 3

    Done

    SkyNet rates appear at checkout. Enable Auto-Fulfill for completely hands-free shipping.

Requirements

WordPress 5.8+WooCommerce 6+PHP 7.4+SkyNet API Key
Coming Soon

Shopify App

Join the waitlist and be first to know when we launch.

Shopify App — Coming Soon

Shopify × SkyNet

Our Shopify app will bring the same seamless fulfillment experience to your Shopify store. Live rates at checkout, automatic fulfillment, and branded tracking — all inside your Shopify admin.

In the meantime, Shopify merchants can use our public API with Shopify Flow or a custom integration.

Live checkout ratesAuto-fulfillmentBranded trackingShopify admin UI
REST API

Developer API

Build any integration — your app, your ERP, your marketplace. Full REST API with live rates, shipment creation, label generation, tracking, and webhooks. Full OpenAPI documentation and sandbox environment included.

  • Rate quotes
  • Shipment creation
  • Label generation
  • Real-time tracking
  • Webhooks
  • Sandbox environment
SkyNet API — Example
# Create a shipment
curl -X POST \
https://app.skynetworldwide.co.ke/api/v1/shipments \
-H "Authorization: Bearer YOUR_KEY" \
-d '{
"service": "DOMESTIC_EXPRESS",
"weight": 2.5,
"destination": {"city": "Mombasa"}
}'
# Returns tracking number + label URL