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
Shopify App — Live

Shopify × SkyNet

Connect your Shopify store to SkyNet in minutes. Display live shipping rates at checkout, automatically create shipments when orders are paid, and send branded tracking links to your customers — all without leaving your Shopify admin.

  • Live SkyNet rates at Shopify checkout
  • Auto-create shipment on payment
  • Label generation & download
  • Branded tracking notifications
  • Shopify admin order fulfillment UI
  • Rate markup / handling fee support

Connect Your Shopify Store

.myshopify.com
API Docs

Connect in 3 Steps

  1. 1

    Install

    Click "Connect Your Shopify Store" and enter your myshopify.com URL. You'll be redirected to Shopify to authorise the integration.

  2. 2

    Configure

    Go to your SkyNet portal → Integrations → Shopify. Select the services to offer, set your rate markup, and enable auto-fulfillment.

  3. 3

    Done

    SkyNet rates appear at checkout. Paid orders automatically create shipments and generate labels — hands-free fulfillment.

Requirements

Shopify Basic+SkyNet AccountKenya-based storeAPI Key from portal
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